Trace number 208315

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.04 1804.41

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-41_ext.xml
MD5SUMc1647d988ce01483a0a770c92877b2c9
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 benchmark15.7946
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints339
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension339
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.14	c parsing time : 0.827
2.14	c preprocessing time : 1.985
2.14	
2.14	c Nary constraints - conflicts : 0 supports : 0
2.14	c Binary constraints - conflicts : 326 supports :13
2.14	c max arity constraint : 2
2.14	c Max Tuples generated 0
2.14	c relations : 339
2.14	c relations BDD: 0
2.14	c vars : 761 - clauses :  39201
2.14	
2.20	 
2.20	c --- Minisat Stats ---
2.20	 

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/node30/watcher-208315-1168186873 -o ROOT/results/node30/solver-208315-1168186873 -C 1800 -M 900 /tmp/evaluation/208315-1168186873/galac.sh /tmp/evaluation/208315-1168186873/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.90 1.33 1.12 5/94 3944
/proc/meminfo: memFree=1679344/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=8560 CPUtime=0
/proc/3943/stat : 3943 (galac.sh) R 3941 3943 3650 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 167081290 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907769743 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3943/statm: 2140 253 197 79 0 133 0

[startup+0.109504 s]
/proc/loadavg: 1.90 1.33 1.12 5/94 3944
/proc/meminfo: memFree=1679344/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=0.01
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.517531 s]
/proc/loadavg: 1.90 1.33 1.12 5/94 3944
/proc/meminfo: memFree=1679344/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=0.01
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.34059 s]
/proc/loadavg: 1.90 1.33 1.12 3/102 3964
/proc/meminfo: memFree=1608504/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=0.01
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3957] ppid=3943 vsize=861064 CPUtime=1.28
/proc/3957/stat : 3957 (java) R 3943 3943 3650 0 -1 0 19721 0 1 0 118 10 0 0 18 0 8 0 167081294 881729536 19475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153380306 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3957/statm: 215266 19475 1995 14 0 201471 0
[pid=3957/tid=3958] ppid=3943 vsize=861064 CPUtime=0.03
/proc/3957/task/3958/stat : 3958 (java) S 3943 3943 3650 0 -1 64 3787 0 0 0 2 1 0 0 16 0 8 0 167081297 881729536 19475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3957/tid=3959] ppid=3943 vsize=861064 CPUtime=0
/proc/3957/task/3959/stat : 3959 (java) S 3943 3943 3650 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 167081298 881729536 19475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3957/tid=3960] ppid=3943 vsize=861064 CPUtime=0
/proc/3957/task/3960/stat : 3960 (java) S 3943 3943 3650 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167081298 881729536 19475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3957/tid=3961] ppid=3943 vsize=861064 CPUtime=0
/proc/3957/task/3961/stat : 3961 (java) S 3943 3943 3650 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167081301 881729536 19475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3957/tid=3962] ppid=3943 vsize=861064 CPUtime=0.27
/proc/3957/task/3962/stat : 3962 (java) R 3943 3943 3650 0 -1 64 1009 0 0 0 27 0 0 0 21 0 8 0 167081301 881729536 19475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3957/tid=3963] ppid=3943 vsize=861064 CPUtime=0
/proc/3957/task/3963/stat : 3963 (java) S 3943 3943 3650 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167081301 881729536 19475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3957/tid=3964] ppid=3943 vsize=861064 CPUtime=0
/proc/3957/task/3964/stat : 3964 (java) S 3943 3943 3650 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167081301 881729536 19475 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) 908624

[startup+2.99269 s]
/proc/loadavg: 1.91 1.34 1.12 3/95 3965
/proc/meminfo: memFree=1675888/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=5712 CPUtime=0.76
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 1185 0 0 0 76 0 0 0 25 0 1 0 167081511 5849088 1167 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 1428 1167 54 142 0 1284 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 53272

[startup+6.2829 s]
/proc/loadavg: 1.91 1.34 1.12 3/95 3965
/proc/meminfo: memFree=1670064/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=9716 CPUtime=4.03
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 2211 0 0 0 401 2 0 0 25 0 1 0 167081511 9949184 2193 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 2429 2193 54 142 0 2285 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 57276

[startup+12.7593 s]
/proc/loadavg: 1.92 1.36 1.13 3/95 3965
/proc/meminfo: memFree=1665456/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=13868 CPUtime=10.44
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 3236 0 0 0 1041 3 0 0 25 0 1 0 167081511 14200832 3218 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 3467 3218 54 142 0 3323 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 61428

[startup+25.5851 s]
/proc/loadavg: 1.93 1.38 1.14 3/95 3965
/proc/meminfo: memFree=1660784/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=18844 CPUtime=23.15
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 4465 0 0 0 2311 4 0 0 25 0 1 0 167081511 19296256 4447 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 4711 4447 54 142 0 4567 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 66404

[startup+51.2618 s]
/proc/loadavg: 1.96 1.43 1.16 3/95 3965
/proc/meminfo: memFree=1656432/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=23084 CPUtime=48.59
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 5501 0 0 0 4853 6 0 0 25 0 1 0 167081511 23638016 5483 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 5771 5483 54 142 0 5627 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 70644

[startup+102.496 s]
/proc/loadavg: 1.93 1.50 1.20 3/88 4029
/proc/meminfo: memFree=1649904/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=26312 CPUtime=99.63
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 6276 0 0 0 9956 7 0 0 25 0 1 0 167081511 26943488 6258 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3965/statm: 6578 6258 54 142 0 6434 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 73872

[startup+162.552 s]
/proc/loadavg: 1.97 1.59 1.24 3/88 4029
/proc/meminfo: memFree=1644464/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=31768 CPUtime=159.63
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 7637 0 0 0 15954 9 0 0 25 0 1 0 167081511 32530432 7619 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3965/statm: 7942 7619 54 142 0 7798 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 79328

[startup+222.619 s]
/proc/loadavg: 1.95 1.65 1.29 3/88 4098
/proc/meminfo: memFree=1638752/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=36720 CPUtime=219.63
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 8819 0 0 0 21951 12 0 0 25 0 1 0 167081511 37601280 8801 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3965/statm: 9180 8801 54 142 0 9036 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 84280

[startup+282.676 s]
/proc/loadavg: 2.05 1.73 1.33 3/88 4098
/proc/meminfo: memFree=1638432/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=37172 CPUtime=279.62
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 8913 0 0 0 27950 12 0 0 25 0 1 0 167081511 38064128 8895 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3965/statm: 9293 8895 54 142 0 9149 0
Current children cumulated CPU time (s) 281.73
Current children cumulated vsize (KiB) 84732

[startup+342.744 s]
/proc/loadavg: 2.06 1.79 1.38 3/88 4098
/proc/meminfo: memFree=1637024/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=38616 CPUtime=339.63
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 9255 0 0 0 33950 13 0 0 25 0 1 0 167081511 39542784 9237 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3965/statm: 9654 9237 54 142 0 9510 0
Current children cumulated CPU time (s) 341.74
Current children cumulated vsize (KiB) 86176

[startup+402.817 s]
/proc/loadavg: 2.02 1.82 1.41 3/88 4098
/proc/meminfo: memFree=1635936/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=39740 CPUtime=399.65
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 9520 0 0 0 39952 13 0 0 25 0 1 0 167081511 40693760 9502 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3965/statm: 9935 9502 54 142 0 9791 0
Current children cumulated CPU time (s) 401.76
Current children cumulated vsize (KiB) 87300

[startup+462.895 s]
/proc/loadavg: 2.01 1.85 1.45 3/88 4098
/proc/meminfo: memFree=1632096/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=43600 CPUtime=459.65
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 10476 0 0 0 45951 14 0 0 25 0 1 0 167081511 44646400 10458 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/loadavg: 1.99 1.97 1.71 3/89 4193
/proc/meminfo: memFree=1631888/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=53064 CPUtime=1118.1
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 12755 0 0 0 111791 19 0 0 25 0 1 0 167081511 54337536 12737 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 0 0 0
/proc/3965/statm: 13266 12737 54 142 0 13122 0
Current children cumulated CPU time (s) 1120.21
Current children cumulated vsize (KiB) 100624

[startup+1183.56 s]
/proc/loadavg: 1.99 1.97 1.73 3/89 4193
/proc/meminfo: memFree=1631696/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=53492 CPUtime=1177.81
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 12820 0 0 0 117761 20 0 0 25 0 1 0 167081511 54775808 12802 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529327 0 0 4096 3 0 0 0 17 0 0 0
/proc/3965/statm: 13373 12802 54 142 0 13229 0
Current children cumulated CPU time (s) 1179.92
Current children cumulated vsize (KiB) 101052

[startup+1243.62 s]
/proc/loadavg: 2.11 2.00 1.75 3/89 4193
/proc/meminfo: memFree=1631632/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=53492 CPUtime=1237.55
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 12830 0 0 0 123735 20 0 0 25 0 1 0 167081511 54775808 12812 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3965/statm: 13373 12812 54 142 0 13229 0
Current children cumulated CPU time (s) 1239.66
Current children cumulated vsize (KiB) 101052

[startup+1303.68 s]
/proc/loadavg: 1.96 1.98 1.76 2/79 4210
/proc/meminfo: memFree=1640928/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=53492 CPUtime=1297.3
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 12832 0 0 0 129709 21 0 0 25 0 1 0 167081511 54775808 12814 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 13373 12814 54 142 0 13229 0
Current children cumulated CPU time (s) 1299.41
Current children cumulated vsize (KiB) 101052

[startup+1363.74 s]
/proc/loadavg: 1.35 1.80 1.71 2/79 4210
/proc/meminfo: memFree=1641152/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=53492 CPUtime=1357.36
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 12833 0 0 0 135714 22 0 0 25 0 1 0 167081511 54775808 12815 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 13373 12815 54 142 0 13229 0
Current children cumulated CPU time (s) 1359.47
Current children cumulated vsize (KiB) 101052

[startup+1423.81 s]
/proc/loadavg: 1.13 1.65 1.66 2/79 4210
/proc/meminfo: memFree=1641088/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=53652 CPUtime=1417.41
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 12868 0 0 0 141719 22 0 0 25 0 1 0 167081511 54939648 12850 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 13413 12850 54 142 0 13269 0
Current children cumulated CPU time (s) 1419.52
Current children cumulated vsize (KiB) 101212

[startup+1483.88 s]
/proc/loadavg: 1.04 1.53 1.62 2/79 4210
/proc/meminfo: memFree=1641088/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=53652 CPUtime=1477.47
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 12870 0 0 0 147724 23 0 0 25 0 1 0 167081511 54939648 12852 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 13413 12852 54 142 0 13269 0
Current children cumulated CPU time (s) 1479.58
Current children cumulated vsize (KiB) 101212

[startup+1543.94 s]
/proc/loadavg: 1.01 1.43 1.57 2/79 4210
/proc/meminfo: memFree=1640704/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=54168 CPUtime=1537.52
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 12967 0 0 0 153729 23 0 0 25 0 1 0 167081511 55468032 12949 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 13542 12949 54 142 0 13398 0
Current children cumulated CPU time (s) 1539.63
Current children cumulated vsize (KiB) 101728

[startup+1604.01 s]
/proc/loadavg: 1.00 1.35 1.53 2/79 4210
/proc/meminfo: memFree=1640128/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=54832 CPUtime=1597.57
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 13106 0 0 0 159733 24 0 0 25 0 1 0 167081511 56147968 13088 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 13708 13088 54 142 0 13564 0
Current children cumulated CPU time (s) 1599.68
Current children cumulated vsize (KiB) 102392

[startup+1664.07 s]
/proc/loadavg: 1.00 1.28 1.50 2/79 4210
/proc/meminfo: memFree=1639872/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=55256 CPUtime=1657.62
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 13179 0 0 0 165738 24 0 0 25 0 1 0 167081511 56582144 13161 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 13814 13161 54 142 0 13670 0
Current children cumulated CPU time (s) 1659.73
Current children cumulated vsize (KiB) 102816

[startup+1724.14 s]
/proc/loadavg: 1.00 1.23 1.46 2/79 4210
/proc/meminfo: memFree=1639360/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=55720 CPUtime=1717.68
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 13303 0 0 0 171743 25 0 0 25 0 1 0 167081511 57057280 13285 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 13930 13285 54 142 0 13786 0
Current children cumulated CPU time (s) 1719.79
Current children cumulated vsize (KiB) 103280

[startup+1784.21 s]
/proc/loadavg: 1.00 1.19 1.43 2/79 4210
/proc/meminfo: memFree=1639168/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=55932 CPUtime=1777.73
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 13328 0 0 0 177748 25 0 0 25 0 1 0 167081511 57274368 13310 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 13983 13310 54 142 0 13839 0
Current children cumulated CPU time (s) 1779.84
Current children cumulated vsize (KiB) 103492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.4 s]
/proc/loadavg: 1.00 1.17 1.42 2/79 4210
/proc/meminfo: memFree=1638976/2055920 swapFree=4191880/4192956
[pid=3943] ppid=3941 vsize=47560 CPUtime=2.11
/proc/3943/stat : 3943 (galac.sh) S 3941 3943 3650 0 -1 4194304 800 22904 0 1 0 0 197 14 17 0 1 0 167081290 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3943/statm: 11890 364 246 79 0 218 0
[pid=3965] ppid=3943 vsize=56148 CPUtime=1797.93
/proc/3965/stat : 3965 (minisat) R 3943 3943 3650 0 -1 4194304 13384 0 0 0 179767 26 0 0 25 0 1 0 167081511 57495552 13366 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3965/statm: 14037 13366 54 142 0 13893 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 103708

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 3943 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=982698 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=153976
CPU time returned by wait4() is 2.13667
while last known CPU time is 1800.04

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

Real time (s): 1804.41
CPU time (s): 1800.04
CPU user time (s): 1799.64
CPU system time (s): 0.4
CPU usage (%): 99.7575
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9827
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23704
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= 829
involuntary context switches= 914

runsolver used 1.9537 s user time and 5.36618 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Jan  7 16:21:13 UTC 2007


IDJOB= 208315
IDBENCH= 4371
FILE ID= node30/208315-1168186873

PBS_JOBID= 3479241

Free space on /tmp= 66487 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  c1647d988ce01483a0a770c92877b2c9

RANDOM SEED= 915001295

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.234
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.234
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:       1679760 kB
Buffers:         40376 kB
Cached:         200416 kB
SwapCached:        268 kB
Active:         164284 kB
Inactive:       142864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679760 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3128 kB
Writeback:           0 kB
Mapped:          91608 kB
Slab:            53732 kB
Committed_AS:  3600480 kB
PageTables:       2328 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= 66487 MiB



End job on node30 on Sun Jan  7 16:51:18 UTC 2007