Trace number 208258

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, and are wall clock time (not CPU 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 1? (TO) 1800.08 1804.93

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-27_ext.xml
MD5SUMfc31e74b7cf40a63c543bd632342ca6b
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 benchmark4.37033
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
0.99	c start processing
0.99	c start relation processing
1.00	c start cnf exporting
2.15	c parsing time : 0.826
2.15	c preprocessing time : 1.995
2.15	
2.16	c Nary constraints - conflicts : 0 supports : 0
2.16	c Binary constraints - conflicts : 315 supports :23
2.16	c max arity constraint : 2
2.16	c Max Tuples generated 0
2.16	c relations : 338
2.16	c relations BDD: 0
2.16	c vars : 761 - clauses :  37596
2.16	
2.21	 
2.21	c --- Minisat Stats ---
2.21	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node39/watcher-208258-1168186384 -o ROOT/results/node39/solver-208258-1168186384 -C 1800 -M 900 /tmp/evaluation/208258-1168186384/galac.sh /tmp/evaluation/208258-1168186384/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.93 1.00 0.99 5/73 19164
/proc/meminfo: memFree=1597408/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=8560 CPUtime=0
/proc/19163/stat : 19163 (galac.sh) R 19161 19163 19036 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 167037982 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493846927 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19163/statm: 2140 253 197 79 0 133 0

[startup+0.105544 s]
/proc/loadavg: 0.93 1.00 0.99 5/73 19164
/proc/meminfo: memFree=1597408/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=0.01
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.513581 s]
/proc/loadavg: 0.93 1.00 0.99 5/73 19164
/proc/meminfo: memFree=1597408/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=0.01
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33666 s]
/proc/loadavg: 0.93 1.00 0.99 3/81 19184
/proc/meminfo: memFree=1525472/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=0.01
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19177] ppid=19163 vsize=861064 CPUtime=1.28
/proc/19177/stat : 19177 (java) R 19163 19163 19036 0 -1 0 19717 0 1 0 117 11 0 0 18 0 8 0 167037986 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074029752 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19177/statm: 215266 19471 1992 14 0 201471 0
[pid=19177/tid=19178] ppid=19163 vsize=861064 CPUtime=0.03
/proc/19177/task/19178/stat : 19178 (java) S 19163 19163 19036 0 -1 64 3790 0 0 0 2 1 0 0 16 0 8 0 167037990 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19177/tid=19179] ppid=19163 vsize=861064 CPUtime=0
/proc/19177/task/19179/stat : 19179 (java) S 19163 19163 19036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167037990 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19177/tid=19180] ppid=19163 vsize=861064 CPUtime=0
/proc/19177/task/19180/stat : 19180 (java) S 19163 19163 19036 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167037990 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19177/tid=19181] ppid=19163 vsize=861064 CPUtime=0
/proc/19177/task/19181/stat : 19181 (java) S 19163 19163 19036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167037993 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19177/tid=19182] ppid=19163 vsize=861064 CPUtime=0.27
/proc/19177/task/19182/stat : 19182 (java) R 19163 19163 19036 0 -1 64 1012 0 0 0 27 0 0 0 21 0 8 0 167037993 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19177/tid=19183] ppid=19163 vsize=861064 CPUtime=0
/proc/19177/task/19183/stat : 19183 (java) S 19163 19163 19036 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167037993 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19177/tid=19184] ppid=19163 vsize=861064 CPUtime=0
/proc/19177/task/19184/stat : 19184 (java) S 19163 19163 19036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167037993 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908632

[startup+2.98681 s]
/proc/loadavg: 1.02 1.02 1.00 3/74 19185
/proc/meminfo: memFree=1592920/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=5716 CPUtime=0.76
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 1205 0 0 0 76 0 0 0 25 0 1 0 167038204 5853184 1187 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 1429 1187 54 142 0 1285 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 53284

[startup+6.27711 s]
/proc/loadavg: 1.02 1.02 1.00 3/74 19185
/proc/meminfo: memFree=1587160/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=9680 CPUtime=4.02
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 2191 0 0 0 402 0 0 0 25 0 1 0 167038204 9912320 2173 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 2420 2173 54 142 0 2276 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 57248

[startup+12.7507 s]
/proc/loadavg: 1.17 1.05 1.01 3/74 19185
/proc/meminfo: memFree=1582744/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=13756 CPUtime=10.45
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 3208 0 0 0 1043 2 0 0 25 0 1 0 167038204 14086144 3190 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 3439 3190 54 142 0 3295 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 61324

[startup+25.5729 s]
/proc/loadavg: 1.30 1.08 1.02 3/82 19239
/proc/meminfo: memFree=1569872/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=19448 CPUtime=23.19
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 4617 0 0 0 2315 4 0 0 25 0 1 0 167038204 19914752 4599 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19185/statm: 4862 4599 54 142 0 4718 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 67016

[startup+51.248 s]
/proc/loadavg: 1.61 1.17 1.05 3/76 19248
/proc/meminfo: memFree=1552192/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=21696 CPUtime=48.72
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 5130 0 0 0 4867 5 0 0 25 0 1 0 167038204 22216704 5112 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19185/statm: 5424 5112 54 142 0 5280 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 69264

[startup+102.474 s]
/proc/loadavg: 1.83 1.30 1.10 3/76 19248
/proc/meminfo: memFree=1541760/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=26648 CPUtime=99.71
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 6336 0 0 0 9965 6 0 0 25 0 1 0 167038204 27287552 6318 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19185/statm: 6662 6318 54 142 0 6518 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 74216

[startup+162.531 s]
/proc/loadavg: 1.93 1.42 1.15 3/76 19248
/proc/meminfo: memFree=1534208/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=30556 CPUtime=159.5
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 7300 0 0 0 15942 8 0 0 25 0 1 0 167038204 31289344 7282 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19185/statm: 7639 7282 54 142 0 7495 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 78124

[startup+222.593 s]
/proc/loadavg: 1.98 1.53 1.21 3/76 19248
/proc/meminfo: memFree=1532736/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=31368 CPUtime=219.26
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 7458 0 0 0 21918 8 0 0 25 0 1 0 167038204 32120832 7440 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/19185/statm: 7842 7440 54 142 0 7698 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 78936

[startup+282.651 s]
/proc/loadavg: 1.99 1.61 1.25 3/76 19248
/proc/meminfo: memFree=1527872/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=33976 CPUtime=279.06
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 8063 0 0 0 27897 9 0 0 25 0 1 0 167038204 34791424 8045 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 0 0 0
/proc/19185/statm: 8494 8045 54 142 0 8350 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 81544

[startup+342.71 s]
/proc/loadavg: 1.99 1.68 1.30 3/76 19250
/proc/meminfo: memFree=1525120/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=34704 CPUtime=338.85
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 8234 0 0 0 33876 9 0 0 25 0 1 0 167038204 35536896 8216 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19185/statm: 8676 8216 54 142 0 8532 0
Current children cumulated CPU time (s) 340.98
Current children cumulated vsize (KiB) 82272

[startup+402.765 s]
/proc/loadavg: 1.99 1.74 1.34 3/76 19250
/proc/meminfo: memFree=1518592/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=39476 CPUtime=398.62
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 9434 0 0 0 39851 11 0 0 25 0 1 0 167038204 40423424 9416 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 0 0 0
/proc/19185/statm: 9869 9416 54 142 0 9725 0
Current children cumulated CPU time (s) 400.75
Current children cumulated vsize (KiB) 87044

[startup+462.824 s]
/proc/loadavg: 2.03 1.80 1.38 3/76 19250
/proc/meminfo: memFree=1514368/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=41444 CPUtime=458.41
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 9912 0 0 0 45830 11 0 0 25 0 1 0 167038204 42438656 9894 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/loadavg: 1.09 1.58 1.53 2/66 19462
/proc/meminfo: memFree=1557472/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=47968 CPUtime=1116.63
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 11419 0 0 0 111646 17 0 0 25 0 1 0 167038204 49119232 11401 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 11992 11401 54 142 0 11848 0
Current children cumulated CPU time (s) 1118.76
Current children cumulated vsize (KiB) 95536

[startup+1183.47 s]
/proc/loadavg: 1.03 1.47 1.50 2/66 19462
/proc/meminfo: memFree=1557088/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=48412 CPUtime=1176.66
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 11509 0 0 0 117649 17 0 0 25 0 1 0 167038204 49573888 11491 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 12103 11491 54 142 0 11959 0
Current children cumulated CPU time (s) 1178.79
Current children cumulated vsize (KiB) 95980

[startup+1243.53 s]
/proc/loadavg: 1.01 1.38 1.46 2/66 19462
/proc/meminfo: memFree=1556704/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=48744 CPUtime=1236.7
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 11605 0 0 0 123653 17 0 0 25 0 1 0 167038204 49913856 11587 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 12186 11587 54 142 0 12042 0
Current children cumulated CPU time (s) 1238.83
Current children cumulated vsize (KiB) 96312

[startup+1303.58 s]
/proc/loadavg: 1.00 1.31 1.43 2/66 19462
/proc/meminfo: memFree=1555304/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=50240 CPUtime=1296.74
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 11965 0 0 0 129657 17 0 0 25 0 1 0 167038204 51445760 11947 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 12560 11947 54 142 0 12416 0
Current children cumulated CPU time (s) 1298.87
Current children cumulated vsize (KiB) 97808

[startup+1363.64 s]
/proc/loadavg: 1.00 1.25 1.40 2/66 19462
/proc/meminfo: memFree=1554408/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=51244 CPUtime=1356.78
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 12173 0 0 0 135661 17 0 0 25 0 1 0 167038204 52473856 12155 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 12811 12155 54 142 0 12667 0
Current children cumulated CPU time (s) 1358.91
Current children cumulated vsize (KiB) 98812

[startup+1423.69 s]
/proc/loadavg: 1.00 1.20 1.37 2/66 19462
/proc/meminfo: memFree=1554408/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=51244 CPUtime=1416.82
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 12179 0 0 0 141664 18 0 0 25 0 1 0 167038204 52473856 12161 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 12811 12161 54 142 0 12667 0
Current children cumulated CPU time (s) 1418.95
Current children cumulated vsize (KiB) 98812

[startup+1483.74 s]
/proc/loadavg: 1.00 1.16 1.35 2/66 19462
/proc/meminfo: memFree=1553896/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=51864 CPUtime=1476.85
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 12308 0 0 0 147667 18 0 0 25 0 1 0 167038204 53108736 12290 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 12966 12290 54 142 0 12822 0
Current children cumulated CPU time (s) 1478.98
Current children cumulated vsize (KiB) 99432

[startup+1543.79 s]
/proc/loadavg: 1.00 1.13 1.32 2/66 19462
/proc/meminfo: memFree=1552808/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=53204 CPUtime=1536.9
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 12594 0 0 0 153671 19 0 0 25 0 1 0 167038204 54480896 12576 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 13301 12576 54 142 0 13157 0
Current children cumulated CPU time (s) 1539.03
Current children cumulated vsize (KiB) 100772

[startup+1603.85 s]
/proc/loadavg: 1.00 1.11 1.30 2/66 19462
/proc/meminfo: memFree=1552424/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=53668 CPUtime=1596.94
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 12676 0 0 0 159675 19 0 0 25 0 1 0 167038204 54956032 12658 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 13417 12658 54 142 0 13273 0
Current children cumulated CPU time (s) 1599.07
Current children cumulated vsize (KiB) 101236

[startup+1663.9 s]
/proc/loadavg: 1.00 1.08 1.28 2/66 19462
/proc/meminfo: memFree=1551464/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=54652 CPUtime=1656.97
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 12920 0 0 0 165678 19 0 0 25 0 1 0 167038204 55963648 12902 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 13663 12902 54 142 0 13519 0
Current children cumulated CPU time (s) 1659.1
Current children cumulated vsize (KiB) 102220

[startup+1723.96 s]
/proc/loadavg: 1.00 1.07 1.26 2/66 19462
/proc/meminfo: memFree=1551080/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=55052 CPUtime=1717.01
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 13010 0 0 0 171682 19 0 0 25 0 1 0 167038204 56373248 12992 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 13763 12992 54 142 0 13619 0
Current children cumulated CPU time (s) 1719.14
Current children cumulated vsize (KiB) 102620

[startup+1784.01 s]
/proc/loadavg: 1.00 1.05 1.24 2/66 19462
/proc/meminfo: memFree=1551016/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=55052 CPUtime=1777.05
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 13014 0 0 0 177686 19 0 0 25 0 1 0 167038204 56373248 12996 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 13763 12996 54 142 0 13619 0
Current children cumulated CPU time (s) 1779.18
Current children cumulated vsize (KiB) 102620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.92 s]
/proc/loadavg: 1.00 1.05 1.23 2/66 19462
/proc/meminfo: memFree=1551016/2055920 swapFree=4187312/4192956
[pid=19163] ppid=19161 vsize=47568 CPUtime=2.13
/proc/19163/stat : 19163 (galac.sh) S 19161 19163 19036 0 -1 4194304 800 22910 0 1 0 0 199 14 17 0 1 0 167037982 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19163/statm: 11892 363 245 79 0 218 0
[pid=19185] ppid=19163 vsize=55052 CPUtime=1797.95
/proc/19185/stat : 19185 (minisat) R 19163 19163 19036 0 -1 4194304 13014 0 0 0 179776 19 0 0 25 0 1 0 167038204 56373248 12996 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19185/statm: 13763 12996 54 142 0 13619 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 102620

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 19163 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=996696 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=155976
CPU time returned by wait4() is 2.15267
while last known CPU time is 1800.08

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1804.93
CPU time (s): 1800.08
CPU user time (s): 1799.75
CPU system time (s): 0.33
CPU usage (%): 99.7313
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9967
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23710
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= 843
involuntary context switches= 847

runsolver used 1.60476 s user time and 4.28735 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Jan  7 16:13:04 UTC 2007


IDJOB= 208258
IDBENCH= 4363
FILE ID= node39/208258-1168186384

PBS_JOBID= 3479238

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-27_ext.xml
COMMAND LINE= /tmp/evaluation/208258-1168186384/galac.sh /tmp/evaluation/208258-1168186384/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-208258-1168186384 -o ROOT/results/node39/solver-208258-1168186384 -C 1800 -M 900  /tmp/evaluation/208258-1168186384/galac.sh /tmp/evaluation/208258-1168186384/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  fc31e74b7cf40a63c543bd632342ca6b

RANDOM SEED= 799050310

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.236
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.236
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:       1598208 kB
Buffers:         35068 kB
Cached:         347108 kB
SwapCached:       1548 kB
Active:          81100 kB
Inactive:       318156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598208 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            3656 kB
Writeback:           0 kB
Mapped:          24968 kB
Slab:            44080 kB
Committed_AS:  3405608 kB
PageTables:       1728 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= 66551 MiB



End job on node39 on Sun Jan  7 16:43:11 UTC 2007