Trace number 1100168

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac MUNSAT 144.597 146.013

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-14_ext.xml
MD5SUM70e1d96b0cda44e6f30cfe269e8bad76
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.32565
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
1.05/1.14	c start processing
1.05/1.14	c start relation processing
1.24/1.32	c start cnf exporting
3.82/3.94	c parsing time : 1.015
3.82/3.94	c preprocessing time : 3.811
3.82/3.94	
3.82/3.94	c Nary constraints - conflicts : 0 supports : 0
3.82/3.94	c Binary constraints - conflicts : 0 supports :135
3.82/3.94	c max arity constraint : 2
3.82/3.94	c Max Tuples generated 0
3.82/3.94	c relations : 135
3.82/3.94	c relations BDD: 0
3.82/3.94	c sampling 0/0
3.82/3.94	c vars : 1601 - clauses :  42040
3.82/3.94	
3.82/3.97	 
3.82/3.97	c --- SAT Solver Stats ---
3.82/3.97	 
144.45/145.99	c restarts              : 14
144.45/145.99	c conflicts             : 44930          (320 /sec)
144.45/145.99	c decisions             : 60994          (1.41 % random) (434 /sec)
144.45/145.99	c propagations          : 11633594       (82759 /sec)
144.45/145.99	c conflict literals     : 8250545        (20.79 % deleted)
144.45/145.99	c Memory used           : 44.48 MB
144.45/145.99	c CPU time              : 140.572 s
144.45/145.99	
144.45/145.99	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100168-1215286644/watcher-1100168-1215286644 -o /tmp/evaluation-result-1100168-1215286644/solver-1100168-1215286644 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1100168-1215286644.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7559
/proc/meminfo: memFree=1622720/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=8652 CPUtime=0
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007633247 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 2163 280 208 79 0 156 0
[pid=7560] ppid=7559 vsize=8688 CPUtime=0
/proc/7560/stat : 7560 (galacM.sh) S 7559 7559 5135 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2007633248 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 233402237010 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7560/statm: 2172 286 209 79 0 165 0
[pid=7561] ppid=7560 vsize=8728 CPUtime=0
/proc/7561/stat : 7561 (galacM.sh) R 7560 7559 5135 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2007633248 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 233402068263 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/7561/statm: 2182 290 209 79 0 175 0

[startup+0.033043 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7559
/proc/meminfo: memFree=1622720/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47448 CPUtime=0.01
/proc/7559/stat : 7559 (galacM.sh) R 7557 7559 5135 0 -1 4194304 708 1697 0 0 0 0 0 1 22 0 1 0 2007633247 48586752 347 996147200 4194304 4520092 548682068832 18446744073709551615 233401666953 0 2 4096 73728 0 0 0 17 1 0 0
/proc/7559/statm: 11862 347 243 79 0 190 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47448

[startup+0.101057 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7559
/proc/meminfo: memFree=1622720/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=0.01
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301088 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7559
/proc/meminfo: memFree=1622720/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=0.01
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701167 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7559
/proc/meminfo: memFree=1622720/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=0.01
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50231 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 7581
/proc/meminfo: memFree=1552680/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=0.01
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7573] ppid=7559 vsize=812552 CPUtime=1.43
/proc/7573/stat : 7573 (java) S 7559 7559 5135 0 -1 0 22115 0 1 0 132 11 0 0 18 0 9 0 2007633251 832053248 21532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 203138 21532 1913 9 0 197171 0
[pid=7573/tid=7574] ppid=7559 vsize=812552 CPUtime=1.11
/proc/7573/task/7574/stat : 7574 (java) R 7559 7559 5135 0 -1 64 14530 0 1 0 104 7 0 0 25 0 9 0 2007633252 832053248 21532 996147200 134512640 134550740 4294955600 18446744073709551615 4126940811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7575] ppid=7559 vsize=812552 CPUtime=0.06
/proc/7573/task/7575/stat : 7575 (java) S 7559 7559 5135 0 -1 64 6052 0 0 0 4 2 0 0 16 0 9 0 2007633254 832053248 21532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7576] ppid=7559 vsize=812552 CPUtime=0
/proc/7573/task/7576/stat : 7576 (java) S 7559 7559 5135 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007633254 832053248 21532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7577] ppid=7559 vsize=812552 CPUtime=0
/proc/7573/task/7577/stat : 7577 (java) S 7559 7559 5135 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007633254 832053248 21532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7578] ppid=7559 vsize=812552 CPUtime=0
/proc/7573/task/7578/stat : 7578 (java) S 7559 7559 5135 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007633257 832053248 21532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7579] ppid=7559 vsize=812552 CPUtime=0.22
/proc/7573/task/7579/stat : 7579 (java) S 7559 7559 5135 0 -1 64 834 0 0 0 22 0 0 0 15 0 9 0 2007633257 832053248 21532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7580] ppid=7559 vsize=812552 CPUtime=0
/proc/7573/task/7580/stat : 7580 (java) S 7559 7559 5135 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007633257 832053248 21532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7581] ppid=7559 vsize=812552 CPUtime=0
/proc/7573/task/7581/stat : 7581 (java) S 7559 7559 5135 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007633257 832053248 21532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860116

[startup+3.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 7581
/proc/meminfo: memFree=1538984/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=0.01
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7573] ppid=7559 vsize=812552 CPUtime=3.01
/proc/7573/stat : 7573 (java) S 7559 7559 5135 0 -1 0 23031 0 1 0 289 12 0 0 18 0 9 0 2007633251 832053248 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 203138 22445 1915 9 0 197171 0
[pid=7573/tid=7574] ppid=7559 vsize=812552 CPUtime=2.65
/proc/7573/task/7574/stat : 7574 (java) R 7559 7559 5135 0 -1 64 14534 0 1 0 258 7 0 0 25 0 9 0 2007633252 832053248 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4126616714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7575] ppid=7559 vsize=812552 CPUtime=0.09
/proc/7573/task/7575/stat : 7575 (java) S 7559 7559 5135 0 -1 64 6951 0 0 0 6 3 0 0 16 0 9 0 2007633254 832053248 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7576] ppid=7559 vsize=812552 CPUtime=0
/proc/7573/task/7576/stat : 7576 (java) S 7559 7559 5135 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007633254 832053248 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7577] ppid=7559 vsize=812552 CPUtime=0
/proc/7573/task/7577/stat : 7577 (java) S 7559 7559 5135 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007633254 832053248 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7578] ppid=7559 vsize=812552 CPUtime=0
/proc/7573/task/7578/stat : 7578 (java) S 7559 7559 5135 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007633257 832053248 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7579] ppid=7559 vsize=812552 CPUtime=0.24
/proc/7573/task/7579/stat : 7579 (java) S 7559 7559 5135 0 -1 64 847 0 0 0 24 0 0 0 15 0 9 0 2007633257 832053248 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7580] ppid=7559 vsize=812552 CPUtime=0
/proc/7573/task/7580/stat : 7580 (java) S 7559 7559 5135 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007633257 832053248 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7573/tid=7581] ppid=7559 vsize=812552 CPUtime=0
/proc/7573/task/7581/stat : 7581 (java) S 7559 7559 5135 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007633257 832053248 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860116

[startup+6.30217 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7582
/proc/meminfo: memFree=1613864/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=8736 CPUtime=2.3
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 2070 0 0 0 230 0 0 0 25 0 1 0 2007633645 8945664 2051 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 2184 2051 57 152 0 2029 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 56300

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7582
/proc/meminfo: memFree=1607792/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=14152 CPUtime=8.64
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 3425 0 0 0 862 2 0 0 25 0 1 0 2007633645 14491648 3406 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 3538 3406 57 152 0 3383 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 61716

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7582
/proc/meminfo: memFree=1600624/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=20924 CPUtime=21.31
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 5108 0 0 0 2127 4 0 0 25 0 1 0 2007633645 21426176 5089 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 5231 5089 57 152 0 5076 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 68488

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7582
/proc/meminfo: memFree=1591728/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=29960 CPUtime=46.67
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 7334 0 0 0 4660 7 0 0 25 0 1 0 2007633645 30679040 7315 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 7490 7315 57 152 0 7335 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 77524

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7584
/proc/meminfo: memFree=1582640/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=39020 CPUtime=97.39
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 9552 0 0 0 9730 9 0 0 25 0 1 0 2007633645 39956480 9533 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 9755 9533 57 152 0 9600 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 86584

Solver just ended. Dumping a history of the last processes samples

[startup+127.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7584
/proc/meminfo: memFree=1578544/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=43312 CPUtime=122.74
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 10583 0 0 0 12264 10 0 0 25 0 1 0 2007633645 44351488 10564 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 10828 10564 57 152 0 10673 0
Current children cumulated CPU time (s) 126.62
Current children cumulated vsize (KiB) 90876

[startup+134.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7584
/proc/meminfo: memFree=1577456/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=44396 CPUtime=129.08
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 10847 0 0 0 12898 10 0 0 25 0 1 0 2007633645 45461504 10828 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 11099 10828 57 152 0 10944 0
Current children cumulated CPU time (s) 132.96
Current children cumulated vsize (KiB) 91960

[startup+140.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7584
/proc/meminfo: memFree=1576752/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=44996 CPUtime=135.42
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 11008 0 0 0 13532 10 0 0 25 0 1 0 2007633645 46075904 10989 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 11249 10989 57 152 0 11094 0
Current children cumulated CPU time (s) 139.3
Current children cumulated vsize (KiB) 92560

[startup+143.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7584
/proc/meminfo: memFree=1576496/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=45392 CPUtime=138.59
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 11092 0 0 0 13849 10 0 0 25 0 1 0 2007633645 46481408 11073 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 11348 11073 57 152 0 11193 0
Current children cumulated CPU time (s) 142.47
Current children cumulated vsize (KiB) 92956

[startup+144.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7584
/proc/meminfo: memFree=1576368/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=45544 CPUtime=139.38
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 11113 0 0 0 13928 10 0 0 25 0 1 0 2007633645 46637056 11094 996147200 134512640 135136200 4294955968 18446744073709551615 134527066 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 11386 11094 57 152 0 11231 0
Current children cumulated CPU time (s) 143.26
Current children cumulated vsize (KiB) 93108

[startup+145.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7584
/proc/meminfo: memFree=1576240/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=45544 CPUtime=140.17
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 11126 0 0 0 14007 10 0 0 25 0 1 0 2007633645 46637056 11107 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 11386 11107 57 152 0 11231 0
Current children cumulated CPU time (s) 144.05
Current children cumulated vsize (KiB) 93108

[startup+145.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7584
/proc/meminfo: memFree=1576240/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=45544 CPUtime=140.57
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194304 11127 0 0 0 14047 10 0 0 25 0 1 0 2007633645 46637056 11108 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 11386 11108 57 152 0 11231 0
Current children cumulated CPU time (s) 144.45
Current children cumulated vsize (KiB) 93108

[startup+146.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7584
/proc/meminfo: memFree=1576240/2055920 swapFree=4111112/4192956
[pid=7559] ppid=7557 vsize=47564 CPUtime=3.88
/proc/7559/stat : 7559 (galacM.sh) S 7557 7559 5135 0 -1 4194304 800 24742 0 1 0 0 373 15 17 0 1 0 2007633247 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7559/statm: 11891 365 246 79 0 219 0
[pid=7582] ppid=7559 vsize=0 CPUtime=140.68
/proc/7582/stat : 7582 (minisat) R 7559 7559 5135 0 -1 4194308 11154 0 0 0 14057 11 0 0 25 0 1 0 2007633645 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 144.56
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 146.013
CPU time (s): 144.597
CPU user time (s): 144.308
CPU system time (s): 0.288956
CPU usage (%): 99.0305
Max. virtual memory (cumulated for all children) (KiB): 860116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.308
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36888
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1186
involuntary context switches= 6971

runsolver used 0.162975 second user time and 0.509922 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 21:37:24
IDJOB=1100168
IDBENCH=59850
IDSOLVER=350
FILE ID=node70/1100168-1215286644
PBS_JOBID= 7882318
Free space on /tmp= 66340 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-14_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100168-1215286644/watcher-1100168-1215286644 -o /tmp/evaluation-result-1100168-1215286644/solver-1100168-1215286644 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1100168-1215286644.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 70e1d96b0cda44e6f30cfe269e8bad76
RANDOM SEED=883012930

node70.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1623200 kB
Buffers:         62380 kB
Cached:         201084 kB
SwapCached:      76264 kB
Active:         267656 kB
Inactive:       107916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623200 kB
SwapTotal:     4192956 kB
SwapFree:      4111112 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:         127796 kB
Slab:            42144 kB
Committed_AS:  4312732 kB
PageTables:       2000 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66340 MiB
End job on node70 at 2008-07-05 21:39:50