Trace number 1098474

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 M? (TO) 1800.04 1811.31

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-49_ext.xml
MD5SUMb4935a075c43176651d5117b970f2bbc
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.8295
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.89	c start processing
0.01/0.89	c start relation processing
0.01/0.90	c start cnf exporting
1.86/1.93	c parsing time : 0.763
1.86/1.93	c preprocessing time : 1.809
1.86/1.93	
1.86/1.93	c Nary constraints - conflicts : 0 supports : 0
1.86/1.93	c Binary constraints - conflicts : 336 supports :12
1.86/1.93	c max arity constraint : 2
1.86/1.93	c Max Tuples generated 0
1.86/1.93	c relations : 348
1.86/1.93	c relations BDD: 0
1.86/1.93	c sampling 0/0
1.86/1.93	c vars : 761 - clauses :  39663
1.86/1.93	
1.86/1.97	 
1.86/1.97	c --- SAT Solver Stats ---
1.86/1.97	 

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1098474-1215283885/watcher-1098474-1215283885 -o /tmp/evaluation-result-1098474-1215283885/solver-1098474-1215283885 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1098474-1215283885.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.08 2.05 2.00 4/74 31079
/proc/meminfo: memFree=1713424/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=8652 CPUtime=0
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 269331198 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 2163 280 208 79 0 156 0
[pid=31080] ppid=31079 vsize=8652 CPUtime=0
/proc/31080/stat : 31080 (galacM.sh) R 31079 31079 29834 0 -1 4194368 1 0 0 0 0 0 0 0 19 0 1 0 269331199 8859648 279 996147200 4194304 4520092 548682068832 18446744073709551615 214945032863 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/31080/statm: 2163 279 207 79 0 156 0

[startup+0.0416131 s]
/proc/loadavg: 2.08 2.05 2.00 4/74 31079
/proc/meminfo: memFree=1713424/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=0.01
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101623 s]
/proc/loadavg: 2.08 2.05 2.00 4/74 31079
/proc/meminfo: memFree=1713424/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=0.01
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.30166 s]
/proc/loadavg: 2.08 2.05 2.00 4/74 31079
/proc/meminfo: memFree=1713424/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=0.01
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701742 s]
/proc/loadavg: 2.08 2.05 2.00 4/74 31079
/proc/meminfo: memFree=1713424/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=0.01
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50189 s]
/proc/loadavg: 2.08 2.05 2.00 4/84 31101
/proc/meminfo: memFree=1642752/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=0.01
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31093] ppid=31079 vsize=812552 CPUtime=1.45
/proc/31093/stat : 31093 (java) S 31079 31079 29834 0 -1 0 19888 0 1 0 134 11 0 0 19 0 9 0 269331202 832053248 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31093/statm: 203138 19305 1911 9 0 197171 0
[pid=31093/tid=31094] ppid=31079 vsize=812552 CPUtime=1.14
/proc/31093/task/31094/stat : 31094 (java) R 31079 31079 29834 0 -1 64 14528 0 1 0 106 8 0 0 25 0 9 0 269331203 832053248 19305 996147200 134512640 134550740 4294955600 18446744073709551615 103302015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31093/tid=31095] ppid=31079 vsize=812552 CPUtime=0.04
/proc/31093/task/31095/stat : 31095 (java) S 31079 31079 29834 0 -1 64 3792 0 0 0 2 2 0 0 16 0 9 0 269331204 832053248 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31093/tid=31096] ppid=31079 vsize=812552 CPUtime=0
/proc/31093/task/31096/stat : 31096 (java) S 31079 31079 29834 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 269331205 832053248 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31093/tid=31097] ppid=31079 vsize=812552 CPUtime=0
/proc/31093/task/31097/stat : 31097 (java) S 31079 31079 29834 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 269331205 832053248 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31093/tid=31098] ppid=31079 vsize=812552 CPUtime=0
/proc/31093/task/31098/stat : 31098 (java) S 31079 31079 29834 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 269331207 832053248 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31093/tid=31099] ppid=31079 vsize=812552 CPUtime=0.25
/proc/31093/task/31099/stat : 31099 (java) S 31079 31079 29834 0 -1 64 869 0 0 0 25 0 0 0 16 0 9 0 269331207 832053248 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31093/tid=31100] ppid=31079 vsize=812552 CPUtime=0
/proc/31093/task/31100/stat : 31100 (java) S 31079 31079 29834 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 269331207 832053248 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31093/tid=31101] ppid=31079 vsize=812552 CPUtime=0
/proc/31093/task/31101/stat : 31101 (java) S 31079 31079 29834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 269331207 832053248 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860116

[startup+3.10121 s]
/proc/loadavg: 2.08 2.05 2.00 3/76 31102
/proc/meminfo: memFree=1709312/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=6948 CPUtime=1.1
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 1507 0 0 0 110 0 0 0 25 0 1 0 269331396 7114752 1488 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 1737 1488 57 152 0 1582 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 54512

[startup+6.30183 s]
/proc/loadavg: 2.07 2.05 2.00 3/76 31102
/proc/meminfo: memFree=1703040/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=10932 CPUtime=4.27
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 2503 0 0 0 426 1 0 0 25 0 1 0 269331396 11194368 2484 996147200 134512640 135136200 4294955968 18446744073709551615 134529688 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 2733 2484 57 152 0 2578 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 58496

[startup+12.7011 s]
/proc/loadavg: 2.07 2.05 2.00 3/76 31102
/proc/meminfo: memFree=1698176/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=15216 CPUtime=10.62
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 3569 0 0 0 1060 2 0 0 25 0 1 0 269331396 15581184 3550 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 3804 3550 57 152 0 3649 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 62780

[startup+25.5015 s]
/proc/loadavg: 2.05 2.05 2.00 3/76 31102
/proc/meminfo: memFree=1691968/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=20204 CPUtime=23.32
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 4789 0 0 0 2328 4 0 0 25 0 1 0 269331396 20688896 4770 996147200 134512640 135136200 4294955968 18446744073709551615 134529406 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 5051 4770 57 152 0 4896 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 67768

[startup+51.1015 s]
/proc/loadavg: 2.03 2.04 2.00 3/76 31102
/proc/meminfo: memFree=1683584/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=25492 CPUtime=48.73
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 6083 0 0 0 4867 6 0 0 25 0 1 0 269331396 26103808 6064 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 6373 6064 57 152 0 6218 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 73056

[startup+102.306 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 31102
/proc/meminfo: memFree=1681664/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=26628 CPUtime=99.53
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 6383 0 0 0 9947 6 0 0 25 0 1 0 269331396 27267072 6364 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 6657 6364 57 152 0 6502 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 74192

[startup+162.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 31102
/proc/meminfo: memFree=1676864/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=30784 CPUtime=159.06
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 7372 0 0 0 15898 8 0 0 25 0 1 0 269331396 31522816 7353 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 7696 7353 57 152 0 7541 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 78348

[startup+222.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 31102
/proc/meminfo: memFree=1673664/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=33644 CPUtime=218.6
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 8078 0 0 0 21851 9 0 0 25 0 1 0 269331396 34451456 8059 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 8411 8059 57 152 0 8256 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 81208

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 31102
/proc/meminfo: memFree=1668480/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=38752 CPUtime=278.14
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 9326 0 0 0 27804 10 0 0 25 0 1 0 269331396 39682048 9307 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 9688 9307 57 152 0 9533 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (KiB) 86316

[startup+342.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 31102
/proc/meminfo: memFree=1667584/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0

################
# More data... #
################

/proc/31102/statm: 13900 13348 57 152 0 13745 0
Current children cumulated CPU time (s) 1173.58
Current children cumulated vsize (KiB) 103164

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1696056/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=55968 CPUtime=1231.41
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 13453 0 0 0 123123 18 0 0 25 0 1 0 269331396 57311232 13434 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 13992 13434 57 152 0 13837 0
Current children cumulated CPU time (s) 1233.33
Current children cumulated vsize (KiB) 103532

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1695480/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=56100 CPUtime=1291.17
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 13500 0 0 0 129099 18 0 0 25 0 1 0 269331396 57446400 13481 996147200 134512640 135136200 4294955968 18446744073709551615 134529384 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 14025 13481 57 152 0 13870 0
Current children cumulated CPU time (s) 1293.09
Current children cumulated vsize (KiB) 103664

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1695224/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=56100 CPUtime=1350.93
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 13502 0 0 0 135075 18 0 0 25 0 1 0 269331396 57446400 13483 996147200 134512640 135136200 4294955968 18446744073709551615 134526722 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 14025 13483 57 152 0 13870 0
Current children cumulated CPU time (s) 1352.85
Current children cumulated vsize (KiB) 103664

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1693624/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=57632 CPUtime=1410.69
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 13881 0 0 0 141050 19 0 0 25 0 1 0 269331396 59015168 13862 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 14408 13862 57 152 0 14253 0
Current children cumulated CPU time (s) 1412.61
Current children cumulated vsize (KiB) 105196

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1692664/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=58304 CPUtime=1470.44
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 14019 0 0 0 147025 19 0 0 25 0 1 0 269331396 59703296 14000 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 14576 14000 57 152 0 14421 0
Current children cumulated CPU time (s) 1472.36
Current children cumulated vsize (KiB) 105868

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1692216/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=58816 CPUtime=1530.2
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 14116 0 0 0 153001 19 0 0 25 0 1 0 269331396 60227584 14097 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 14704 14097 57 152 0 14549 0
Current children cumulated CPU time (s) 1532.12
Current children cumulated vsize (KiB) 106380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1689976/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=60876 CPUtime=1589.96
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 14631 0 0 0 158976 20 0 0 25 0 1 0 269331396 62337024 14612 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 15219 14612 57 152 0 15064 0
Current children cumulated CPU time (s) 1591.88
Current children cumulated vsize (KiB) 108440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1689336/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=61328 CPUtime=1649.73
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 14711 0 0 0 164952 21 0 0 25 0 1 0 269331396 62799872 14692 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 15332 14692 57 152 0 15177 0
Current children cumulated CPU time (s) 1651.65
Current children cumulated vsize (KiB) 108892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1687928/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=62580 CPUtime=1709.48
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 15016 0 0 0 170927 21 0 0 25 0 1 0 269331396 64081920 14997 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 15645 14997 57 152 0 15490 0
Current children cumulated CPU time (s) 1711.4
Current children cumulated vsize (KiB) 110144

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1687544/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=62724 CPUtime=1769.23
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 15029 0 0 0 176902 21 0 0 25 0 1 0 269331396 64229376 15010 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 15681 15010 57 152 0 15526 0
Current children cumulated CPU time (s) 1771.15
Current children cumulated vsize (KiB) 110288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1687416/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=62888 CPUtime=1798.12
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 15065 0 0 0 179791 21 0 0 25 0 1 0 269331396 64397312 15046 996147200 134512640 135136200 4294955968 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 15722 15046 57 152 0 15567 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 110452

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1811.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 31159
/proc/meminfo: memFree=1687416/2055920 swapFree=4181032/4192956
[pid=31079] ppid=31077 vsize=47564 CPUtime=1.92
/proc/31079/stat : 31079 (galacM.sh) S 31077 31079 29834 0 -1 4194304 799 23055 0 1 0 0 177 15 17 0 1 0 269331198 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31079/statm: 11891 364 245 79 0 219 0
[pid=31102] ppid=31079 vsize=62888 CPUtime=1798.12
/proc/31102/stat : 31102 (minisat) R 31079 31079 29834 0 -1 4194304 15065 0 0 0 179791 21 0 0 25 0 1 0 269331396 64397312 15046 996147200 134512640 135136200 4294955968 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 1 0 0
/proc/31102/statm: 15722 15046 57 152 0 15567 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 110452

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31079 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=778729
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=156976
# CPU time returned by wait4() is 1.9357
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.31
CPU time (s): 1800.04
CPU user time (s): 1799.68
CPU system time (s): 0.36
CPU usage (%): 99.3776
Max. virtual memory (cumulated for all children) (KiB): 860116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.77873
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23854
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= 1178
involuntary context switches= 1102

runsolver used 1.78873 second user time and 4.86326 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 20:51:25
IDJOB=1098474
IDBENCH=59628
IDSOLVER=350
FILE ID=node85/1098474-1215283885
PBS_JOBID= 7882305
Free space on /tmp= 126844 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-49_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1098474-1215283885/watcher-1098474-1215283885 -o /tmp/evaluation-result-1098474-1215283885/solver-1098474-1215283885 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1098474-1215283885.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b4935a075c43176651d5117b970f2bbc
RANDOM SEED=2045198277

node85.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.272
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.272
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1713840 kB
Buffers:         45564 kB
Cached:         197268 kB
SwapCached:       5844 kB
Active:         193668 kB
Inactive:       101916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713840 kB
SwapTotal:     4192956 kB
SwapFree:      4181032 kB
Dirty:            3248 kB
Writeback:           0 kB
Mapped:          60028 kB
Slab:            32104 kB
Committed_AS:   779772 kB
PageTables:       1620 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= 126844 MiB
End job on node85 at 2008-07-05 21:21:38