Trace number 208429

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.07 1809.13

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-49_ext.xml
MD5SUMf62a6c732c103db528ecdfc260981512
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 benchmark2.33164
SatisfiableYES
(Un)Satisfiability was provedYES
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.03	c --- Preproc Stats ---
0.99	c start processing
0.99	c start relation processing
1.01	c start cnf exporting
2.15	c parsing time : 0.826
2.15	c preprocessing time : 1.992
2.15	
2.15	c Nary constraints - conflicts : 0 supports : 0
2.16	c Binary constraints - conflicts : 336 supports :12
2.16	c max arity constraint : 2
2.16	c Max Tuples generated 0
2.16	c relations : 348
2.16	c relations BDD: 0
2.16	c vars : 761 - clauses :  39702
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/node45/watcher-208429-1168187579 -o ROOT/results/node45/solver-208429-1168187579 -C 1800 -M 900 /tmp/evaluation/208429-1168187579/galac.sh /tmp/evaluation/208429-1168187579/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: 1.01 1.00 1.00 5/75 24130
/proc/meminfo: memFree=1331064/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=8560 CPUtime=0
/proc/24129/stat : 24129 (galac.sh) R 24127 24129 23881 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 167156839 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258939275151 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24129/statm: 2140 253 197 79 0 133 0

[startup+0.106936 s]
/proc/loadavg: 1.01 1.00 1.00 5/75 24130
/proc/meminfo: memFree=1331064/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=0.01
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.515012 s]
/proc/loadavg: 1.01 1.00 1.00 5/75 24130
/proc/meminfo: memFree=1331064/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=0.01
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33816 s]
/proc/loadavg: 1.16 1.03 1.01 4/83 24150
/proc/meminfo: memFree=1260272/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=0.01
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24143] ppid=24129 vsize=860852 CPUtime=1.28
/proc/24143/stat : 24143 (java) R 24129 24129 23881 0 -1 0 19720 0 1 0 118 10 0 0 18 0 8 0 167156843 881512448 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074058264 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24143/statm: 215213 19474 1994 14 0 201471 0
[pid=24143/tid=24144] ppid=24129 vsize=860852 CPUtime=0.03
/proc/24143/task/24144/stat : 24144 (java) S 24129 24129 23881 0 -1 64 3789 0 0 0 2 1 0 0 16 0 8 0 167156847 881512448 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24143/tid=24145] ppid=24129 vsize=860852 CPUtime=0
/proc/24143/task/24145/stat : 24145 (java) S 24129 24129 23881 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167156847 881512448 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24143/tid=24146] ppid=24129 vsize=860852 CPUtime=0
/proc/24143/task/24146/stat : 24146 (java) S 24129 24129 23881 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167156847 881512448 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24143/tid=24147] ppid=24129 vsize=860852 CPUtime=0
/proc/24143/task/24147/stat : 24147 (java) S 24129 24129 23881 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167156851 881512448 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24143/tid=24148] ppid=24129 vsize=860852 CPUtime=0.28
/proc/24143/task/24148/stat : 24148 (java) R 24129 24129 23881 0 -1 64 1010 0 0 0 28 0 0 0 21 0 8 0 167156851 881512448 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24143/tid=24149] ppid=24129 vsize=860852 CPUtime=0
/proc/24143/task/24149/stat : 24149 (java) S 24129 24129 23881 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 167156851 881512448 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24143/tid=24150] ppid=24129 vsize=860852 CPUtime=0
/proc/24143/task/24150/stat : 24150 (java) S 24129 24129 23881 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167156851 881512448 19474 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) 908412

[startup+2.98946 s]
/proc/loadavg: 1.16 1.03 1.01 3/76 24151
/proc/meminfo: memFree=1327656/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=5588 CPUtime=0.76
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 1179 0 0 0 76 0 0 0 25 0 1 0 167157061 5722112 1161 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 1397 1161 54 142 0 1253 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 53148

[startup+6.26906 s]
/proc/loadavg: 1.16 1.03 1.01 3/76 24151
/proc/meminfo: memFree=1322280/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=9340 CPUtime=4.03
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 2095 0 0 0 402 1 0 0 25 0 1 0 167157061 9564160 2077 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 2335 2077 54 142 0 2191 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 56900

[startup+12.7462 s]
/proc/loadavg: 1.29 1.06 1.02 3/76 24151
/proc/meminfo: memFree=1317232/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=13988 CPUtime=10.47
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 3271 0 0 0 1045 2 0 0 25 0 1 0 167157061 14323712 3253 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 3497 3253 54 142 0 3353 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 61548

[startup+25.5756 s]
/proc/loadavg: 1.40 1.09 1.03 3/76 24151
/proc/meminfo: memFree=1311664/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=19844 CPUtime=23.23
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 4709 0 0 0 2320 3 0 0 25 0 1 0 167157061 20320256 4691 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 4961 4691 54 142 0 4817 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 67404

[startup+51.2482 s]
/proc/loadavg: 1.60 1.17 1.05 3/76 24151
/proc/meminfo: memFree=1308400/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=22844 CPUtime=48.78
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 5450 0 0 0 4874 4 0 0 25 0 1 0 167157061 23392256 5432 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 5711 5432 54 142 0 5567 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 70404

[startup+102.481 s]
/proc/loadavg: 1.92 1.32 1.11 4/85 24205
/proc/meminfo: memFree=1257448/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=26772 CPUtime=99.79
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 6414 0 0 0 9973 6 0 0 25 0 1 0 167157061 27414528 6396 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/24151/statm: 6693 6396 54 142 0 6549 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 74332

[startup+162.528 s]
/proc/loadavg: 1.97 1.44 1.16 3/86 24206
/proc/meminfo: memFree=1201576/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=31292 CPUtime=159.55
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 7535 0 0 0 15948 7 0 0 25 0 1 0 167157061 32043008 7517 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 0 0 0
/proc/24151/statm: 7823 7517 54 142 0 7679 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 78852

[startup+222.585 s]
/proc/loadavg: 1.99 1.54 1.21 3/86 24206
/proc/meminfo: memFree=1198376/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=34700 CPUtime=219.34
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 8323 0 0 0 21926 8 0 0 25 0 1 0 167157061 35532800 8305 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529458 0 0 4096 3 0 0 0 17 0 0 0
/proc/24151/statm: 8675 8305 54 142 0 8531 0
Current children cumulated CPU time (s) 221.47
Current children cumulated vsize (KiB) 82260

[startup+282.634 s]
/proc/loadavg: 1.99 1.62 1.26 3/86 24206
/proc/meminfo: memFree=1196392/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=36800 CPUtime=279.12
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 8814 0 0 0 27903 9 0 0 25 0 1 0 167157061 37683200 8796 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/24151/statm: 9200 8796 54 142 0 9056 0
Current children cumulated CPU time (s) 281.25
Current children cumulated vsize (KiB) 84360

[startup+342.684 s]
/proc/loadavg: 1.99 1.69 1.30 3/86 24206
/proc/meminfo: memFree=1193064/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=40172 CPUtime=338.88
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 9673 0 0 0 33879 9 0 0 25 0 1 0 167157061 41136128 9655 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24151/statm: 10043 9655 54 142 0 9899 0
Current children cumulated CPU time (s) 341.01
Current children cumulated vsize (KiB) 87732

[startup+402.738 s]
/proc/loadavg: 2.07 1.76 1.35 3/86 24206
/proc/meminfo: memFree=1191528/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=41668 CPUtime=398.66
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 10032 0 0 0 39856 10 0 0 25 0 1 0 167157061 42668032 10014 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24151/statm: 10417 10014 54 142 0 10273 0
Current children cumulated CPU time (s) 400.79
Current children cumulated vsize (KiB) 89228

[startup+462.793 s]
/proc/loadavg: 2.03 1.80 1.39 3/86 24206
/proc/meminfo: memFree=1116968/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=45628 CPUtime=458.42
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 10996 0 0 0 45830 12 0 0 25 0 1 0 167157061 46723072 10978 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/loadavg: 2.00 1.97 1.68 3/86 24206
/proc/meminfo: memFree=1047208/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=52624 CPUtime=1115.77
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 12658 0 0 0 111561 16 0 0 25 0 1 0 167157061 53886976 12640 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529611 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 13156 12640 54 142 0 13012 0
Current children cumulated CPU time (s) 1117.9
Current children cumulated vsize (KiB) 100184

[startup+1183.43 s]
/proc/loadavg: 2.06 1.99 1.70 3/86 24206
/proc/meminfo: memFree=1045480/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=54380 CPUtime=1175.54
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 13081 0 0 0 117538 16 0 0 25 0 1 0 167157061 55685120 13063 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 13595 13063 54 142 0 13451 0
Current children cumulated CPU time (s) 1177.67
Current children cumulated vsize (KiB) 101940

[startup+1243.49 s]
/proc/loadavg: 2.07 2.00 1.73 3/86 24206
/proc/meminfo: memFree=1045288/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=54520 CPUtime=1235.31
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 13118 0 0 0 123515 16 0 0 25 0 1 0 167157061 55828480 13100 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 13630 13100 54 142 0 13486 0
Current children cumulated CPU time (s) 1237.44
Current children cumulated vsize (KiB) 102080

[startup+1303.55 s]
/proc/loadavg: 2.02 2.00 1.74 3/86 24206
/proc/meminfo: memFree=1041000/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=58876 CPUtime=1295.08
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 14199 0 0 0 129490 18 0 0 25 0 1 0 167157061 60289024 14181 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529458 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 14719 14181 54 142 0 14575 0
Current children cumulated CPU time (s) 1297.21
Current children cumulated vsize (KiB) 106436

[startup+1363.6 s]
/proc/loadavg: 2.01 2.00 1.75 3/86 24206
/proc/meminfo: memFree=1040936/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=58876 CPUtime=1354.85
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 14201 0 0 0 135467 18 0 0 25 0 1 0 167157061 60289024 14183 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 14719 14183 54 142 0 14575 0
Current children cumulated CPU time (s) 1356.98
Current children cumulated vsize (KiB) 106436

[startup+1423.66 s]
/proc/loadavg: 2.08 2.02 1.77 3/86 24206
/proc/meminfo: memFree=1040680/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=59020 CPUtime=1414.62
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 14265 0 0 0 141444 18 0 0 25 0 1 0 167157061 60436480 14247 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 14755 14247 54 142 0 14611 0
Current children cumulated CPU time (s) 1416.75
Current children cumulated vsize (KiB) 106580

[startup+1483.72 s]
/proc/loadavg: 2.03 2.01 1.78 3/86 24206
/proc/meminfo: memFree=1040616/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=59196 CPUtime=1474.4
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 14288 0 0 0 147422 18 0 0 25 0 1 0 167157061 60616704 14270 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 14799 14270 54 142 0 14655 0
Current children cumulated CPU time (s) 1476.53
Current children cumulated vsize (KiB) 106756

[startup+1543.79 s]
/proc/loadavg: 2.04 2.02 1.80 3/86 24206
/proc/meminfo: memFree=1039848/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=60012 CPUtime=1534.19
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 14470 0 0 0 153400 19 0 0 25 0 1 0 167157061 61452288 14452 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 15003 14452 54 142 0 14859 0
Current children cumulated CPU time (s) 1536.32
Current children cumulated vsize (KiB) 107572

[startup+1603.86 s]
/proc/loadavg: 2.01 2.02 1.81 3/86 24206
/proc/meminfo: memFree=1039720/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=60192 CPUtime=1593.96
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 14506 0 0 0 159377 19 0 0 25 0 1 0 167157061 61636608 14488 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 15048 14488 54 142 0 14904 0
Current children cumulated CPU time (s) 1596.09
Current children cumulated vsize (KiB) 107752

[startup+1663.91 s]
/proc/loadavg: 2.00 2.01 1.82 3/86 24206
/proc/meminfo: memFree=1039272/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=60656 CPUtime=1653.73
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 14612 0 0 0 165354 19 0 0 25 0 1 0 167157061 62111744 14594 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529313 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 15164 14594 54 142 0 15020 0
Current children cumulated CPU time (s) 1655.86
Current children cumulated vsize (KiB) 108216

[startup+1723.98 s]
/proc/loadavg: 2.00 2.00 1.82 3/92 24344
/proc/meminfo: memFree=1037544/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=60976 CPUtime=1713.33
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 14688 0 0 0 171314 19 0 0 25 0 1 0 167157061 62439424 14670 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 15244 14670 54 142 0 15100 0
Current children cumulated CPU time (s) 1715.46
Current children cumulated vsize (KiB) 108536

[startup+1784.06 s]
/proc/loadavg: 2.00 2.00 1.83 3/86 24404
/proc/meminfo: memFree=1036184/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=63468 CPUtime=1773
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 15265 0 0 0 177280 20 0 0 25 0 1 0 167157061 64991232 15247 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 15867 15247 54 142 0 15723 0
Current children cumulated CPU time (s) 1775.13
Current children cumulated vsize (KiB) 111028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.11 s]
/proc/loadavg: 2.07 2.02 1.84 3/86 24404
/proc/meminfo: memFree=1036200/2055920 swapFree=4184048/4192956
[pid=24129] ppid=24127 vsize=47560 CPUtime=2.13
/proc/24129/stat : 24129 (galac.sh) S 24127 24129 23881 0 -1 4194304 799 22903 0 1 0 0 200 13 17 0 1 0 167156839 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24129/statm: 11890 362 244 79 0 218 0
[pid=24151] ppid=24129 vsize=63616 CPUtime=1797.94
/proc/24151/stat : 24151 (minisat) R 24129 24129 23881 0 -1 4194304 15293 0 0 0 179774 20 0 0 25 0 1 0 167157061 65142784 15275 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520057 0 0 4096 3 0 0 0 17 1 0 0
/proc/24151/statm: 15904 15275 54 142 0 15760 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 111176

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 24129 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=5695 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=144977
CPU time returned by wait4() is 2.15067
while last known CPU time is 1800.07

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

Real time (s): 1809.13
CPU time (s): 1800.07
CPU user time (s): 1799.74
CPU system time (s): 0.33
CPU usage (%): 99.4992
Max. virtual memory (cumulated for all children) (KiB): 908412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.00569
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23702
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= 877
involuntary context switches= 818

runsolver used 1.68374 s user time and 4.91125 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Jan  7 16:32:59 UTC 2007


IDJOB= 208429
IDBENCH= 4387
FILE ID= node45/208429-1168187579

PBS_JOBID= 3479288

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  f62a6c732c103db528ecdfc260981512

RANDOM SEED= 397555332

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.259
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.259
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:       1331480 kB
Buffers:         48384 kB
Cached:         598100 kB
SwapCached:       3188 kB
Active:         321484 kB
Inactive:       342548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331480 kB
SwapTotal:     4192956 kB
SwapFree:      4184048 kB
Dirty:            4512 kB
Writeback:           0 kB
Mapped:          24652 kB
Slab:            45848 kB
Committed_AS:  3148176 kB
PageTables:       1780 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= 66542 MiB



End job on node45 on Sun Jan  7 17:03:08 UTC 2007