Trace number 223672

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.09 1810.71

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-25_ext.xml
MD5SUM8b193cfc674785f3f23b0d517a374577
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 benchmark3.02954
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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 ---
1.02	c start processing
1.02	c start relation processing
1.07	c start cnf exporting
2.86	c parsing time : 0.867
2.86	c preprocessing time : 2.704
2.86	
2.86	c Nary constraints - conflicts : 0 supports : 0
2.86	c Binary constraints - conflicts : 98 supports :82
2.86	c max arity constraint : 2
2.86	c Max Tuples generated 0
2.86	c relations : 180
2.86	c relations BDD: 0
2.86	c vars : 1001 - clauses :  45807
2.86	
2.88	 
2.88	c --- Minisat Stats ---
2.88	 

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/node52/watcher-223672-1168266173 -o ROOT/results/node52/solver-223672-1168266173 -C 1800 -M 900 /tmp/evaluation/223672-1168266173/galac.sh /tmp/evaluation/223672-1168266173/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: 2.06 1.80 1.77 4/75 22299
/proc/meminfo: memFree=1766288/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=8652 CPUtime=0
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 175015811 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22298/statm: 2163 280 208 79 0 156 0
[pid=22300] ppid=22298 vsize=8688 CPUtime=0
/proc/22300/stat : 22300 (galac.sh) S 22298 22298 21523 0 -1 4194368 38 0 0 0 0 0 0 0 18 0 1 0 175015812 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653923922 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/22300/statm: 2172 286 209 79 0 165 0
[pid=22301] ppid=22300 vsize=8688 CPUtime=0
/proc/22301/stat : 22301 (galac.sh) R 22300 22298 21523 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 175015812 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653922482 0 0 4096 73728 0 0 0 17 0 0 0
/proc/22301/statm: 2172 286 209 79 0 165 0

[startup+0.106485 s]
/proc/loadavg: 2.06 1.80 1.77 4/75 22299
/proc/meminfo: memFree=1766288/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=0.01
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.514513 s]
/proc/loadavg: 2.06 1.80 1.77 4/75 22299
/proc/meminfo: memFree=1766288/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=0.01
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33757 s]
/proc/loadavg: 2.13 1.82 1.78 3/83 22319
/proc/meminfo: memFree=1695736/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=0.01
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22312] ppid=22298 vsize=861064 CPUtime=1.27
/proc/22312/stat : 22312 (java) R 22298 22298 21523 0 -1 0 19712 0 1 0 117 10 0 0 25 0 8 0 175015815 881729536 19466 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074008769 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22312/statm: 215266 19466 1992 14 0 201471 0
[pid=22312/tid=22313] ppid=22298 vsize=861064 CPUtime=0.03
/proc/22312/task/22313/stat : 22313 (java) S 22298 22298 21523 0 -1 64 3792 0 0 0 2 1 0 0 16 0 8 0 175015818 881729536 19466 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22312/tid=22314] ppid=22298 vsize=861064 CPUtime=0
/proc/22312/task/22314/stat : 22314 (java) S 22298 22298 21523 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175015819 881729536 19466 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22312/tid=22315] ppid=22298 vsize=861064 CPUtime=0
/proc/22312/task/22315/stat : 22315 (java) S 22298 22298 21523 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175015819 881729536 19466 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22312/tid=22316] ppid=22298 vsize=861064 CPUtime=0
/proc/22312/task/22316/stat : 22316 (java) S 22298 22298 21523 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175015822 881729536 19466 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22312/tid=22317] ppid=22298 vsize=861064 CPUtime=0.28
/proc/22312/task/22317/stat : 22317 (java) S 22298 22298 21523 0 -1 64 1010 0 0 0 27 1 0 0 15 0 8 0 175015822 881729536 19466 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22312/tid=22318] ppid=22298 vsize=861064 CPUtime=0
/proc/22312/task/22318/stat : 22318 (java) S 22298 22298 21523 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175015822 881729536 19466 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22312/tid=22319] ppid=22298 vsize=861064 CPUtime=0
/proc/22312/task/22319/stat : 22319 (java) S 22298 22298 21523 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175015822 881729536 19466 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908620

[startup+2.99068 s]
/proc/loadavg: 2.13 1.82 1.78 3/83 22319
/proc/meminfo: memFree=1687672/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 47556

[startup+6.27391 s]
/proc/loadavg: 2.13 1.82 1.78 3/76 22320
/proc/meminfo: memFree=1756592/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=10296 CPUtime=3.35
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 2385 0 0 0 334 1 0 0 25 0 1 0 175016100 10543104 2367 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 2574 2367 54 142 0 2430 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 57852

[startup+12.7473 s]
/proc/loadavg: 2.11 1.82 1.78 3/76 22320
/proc/meminfo: memFree=1750392/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=15880 CPUtime=9.76
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 3783 0 0 0 974 2 0 0 25 0 1 0 175016100 16261120 3765 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529611 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 3970 3765 54 142 0 3826 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 63436

[startup+25.5712 s]
/proc/loadavg: 2.09 1.83 1.78 3/76 22320
/proc/meminfo: memFree=1744376/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=22296 CPUtime=22.47
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 5372 0 0 0 2243 4 0 0 25 0 1 0 175016100 22831104 5354 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 5574 5354 54 142 0 5430 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 69852

[startup+51.242 s]
/proc/loadavg: 2.06 1.84 1.79 3/76 22320
/proc/meminfo: memFree=1735160/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=31204 CPUtime=47.91
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 7586 0 0 0 4784 7 0 0 25 0 1 0 175016100 31952896 7568 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 7801 7568 54 142 0 7657 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 78760

[startup+102.474 s]
/proc/loadavg: 2.02 1.86 1.80 3/76 22320
/proc/meminfo: memFree=1731960/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=34848 CPUtime=98.68
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 8428 0 0 0 9860 8 0 0 25 0 1 0 175016100 35684352 8410 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 8712 8410 54 142 0 8568 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 82404

[startup+162.549 s]
/proc/loadavg: 1.93 1.87 1.80 2/69 22334
/proc/meminfo: memFree=1730288/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=40808 CPUtime=158.22
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 9879 0 0 0 15812 10 0 0 25 0 1 0 175016100 41787392 9861 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22320/statm: 10202 9861 54 142 0 10058 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 88364

[startup+222.583 s]
/proc/loadavg: 2.01 1.91 1.82 3/76 22409
/proc/meminfo: memFree=1724216/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=42340 CPUtime=218.2
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 10237 0 0 0 21808 12 0 0 25 0 1 0 175016100 43356160 10219 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22320/statm: 10585 10219 54 142 0 10441 0
Current children cumulated CPU time (s) 221.02
Current children cumulated vsize (KiB) 89896

[startup+282.64 s]
/proc/loadavg: 2.00 1.92 1.82 3/76 22409
/proc/meminfo: memFree=1722488/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=44260 CPUtime=278.19
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 10680 0 0 0 27807 12 0 0 25 0 1 0 175016100 45322240 10662 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22320/statm: 11065 10662 54 142 0 10921 0
Current children cumulated CPU time (s) 281.01
Current children cumulated vsize (KiB) 91816

[startup+342.69 s]
/proc/loadavg: 2.04 1.95 1.84 3/76 22409
/proc/meminfo: memFree=1718264/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=48376 CPUtime=338.19
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 11709 0 0 0 33806 13 0 0 25 0 1 0 175016100 49537024 11691 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22320/statm: 12094 11691 54 142 0 11950 0
Current children cumulated CPU time (s) 341.01
Current children cumulated vsize (KiB) 95932

[startup+402.761 s]
/proc/loadavg: 1.97 1.94 1.84 3/86 22501
/proc/meminfo: memFree=1636840/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=49392 CPUtime=397.86
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 11951 0 0 0 39771 15 0 0 25 0 1 0 175016100 50577408 11933 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 12348 11933 54 142 0 12204 0
Current children cumulated CPU time (s) 400.68
Current children cumulated vsize (KiB) 96948

[startup+462.859 s]
/proc/loadavg: 1.99 1.95 1.84 3/86 22501
/proc/meminfo: memFree=1636200/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0

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

/proc/loadavg: 2.00 2.00 1.91 3/86 22501
/proc/meminfo: memFree=1486760/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=67824 CPUtime=1116.3
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 16270 0 0 0 111610 20 0 0 25 0 1 0 175016100 69451776 16252 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 16956 16252 54 142 0 16812 0
Current children cumulated CPU time (s) 1119.12
Current children cumulated vsize (KiB) 115380

[startup+1183.58 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 22501
/proc/meminfo: memFree=1486312/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=68312 CPUtime=1175.81
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 16378 0 0 0 117561 20 0 0 25 0 1 0 175016100 69951488 16360 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 17078 16360 54 142 0 16934 0
Current children cumulated CPU time (s) 1178.63
Current children cumulated vsize (KiB) 115868

[startup+1243.65 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 22501
/proc/meminfo: memFree=1485864/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=68812 CPUtime=1235.34
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 16476 0 0 0 123513 21 0 0 25 0 1 0 175016100 70463488 16458 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 17203 16458 54 142 0 17059 0
Current children cumulated CPU time (s) 1238.16
Current children cumulated vsize (KiB) 116368

[startup+1303.71 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 22501
/proc/meminfo: memFree=1485672/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=69008 CPUtime=1294.86
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 16522 0 0 0 129465 21 0 0 25 0 1 0 175016100 70664192 16504 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 17252 16504 54 142 0 17108 0
Current children cumulated CPU time (s) 1297.68
Current children cumulated vsize (KiB) 116564

[startup+1363.77 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 22501
/proc/meminfo: memFree=1485416/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=69168 CPUtime=1354.38
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 16570 0 0 0 135417 21 0 0 25 0 1 0 175016100 70828032 16552 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 17292 16552 54 142 0 17148 0
Current children cumulated CPU time (s) 1357.2
Current children cumulated vsize (KiB) 116724

[startup+1423.79 s]
/proc/loadavg: 2.04 2.01 1.92 3/86 22501
/proc/meminfo: memFree=1485160/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=69504 CPUtime=1413.86
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 16634 0 0 0 141365 21 0 0 25 0 1 0 175016100 71172096 16616 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527671 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 17376 16616 54 142 0 17232 0
Current children cumulated CPU time (s) 1416.68
Current children cumulated vsize (KiB) 117060

[startup+1483.79 s]
/proc/loadavg: 2.01 2.01 1.92 3/86 22501
/proc/meminfo: memFree=1484072/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=70676 CPUtime=1473.31
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 16900 0 0 0 147310 21 0 0 25 0 1 0 175016100 72372224 16882 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 17669 16882 54 142 0 17525 0
Current children cumulated CPU time (s) 1476.13
Current children cumulated vsize (KiB) 118232

[startup+1543.8 s]
/proc/loadavg: 2.00 2.00 1.92 3/86 22501
/proc/meminfo: memFree=1483688/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=71004 CPUtime=1532.78
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 16972 0 0 0 153256 22 0 0 25 0 1 0 175016100 72708096 16954 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 17751 16954 54 142 0 17607 0
Current children cumulated CPU time (s) 1535.6
Current children cumulated vsize (KiB) 118560

[startup+1603.8 s]
/proc/loadavg: 2.00 2.00 1.92 3/86 22501
/proc/meminfo: memFree=1483560/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=71164 CPUtime=1592.24
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 16997 0 0 0 159202 22 0 0 25 0 1 0 175016100 72871936 16979 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 17791 16979 54 142 0 17647 0
Current children cumulated CPU time (s) 1595.06
Current children cumulated vsize (KiB) 118720

[startup+1663.86 s]
/proc/loadavg: 2.00 2.00 1.92 3/86 22501
/proc/meminfo: memFree=1483240/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=71540 CPUtime=1651.76
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 17075 0 0 0 165154 22 0 0 25 0 1 0 175016100 73256960 17057 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 17885 17057 54 142 0 17741 0
Current children cumulated CPU time (s) 1654.58
Current children cumulated vsize (KiB) 119096

[startup+1723.92 s]
/proc/loadavg: 2.03 2.01 1.92 3/86 22501
/proc/meminfo: memFree=1483048/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=71700 CPUtime=1711.27
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 17118 0 0 0 171105 22 0 0 25 0 1 0 175016100 73420800 17100 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 17925 17100 54 142 0 17781 0
Current children cumulated CPU time (s) 1714.09
Current children cumulated vsize (KiB) 119256

[startup+1783.98 s]
/proc/loadavg: 2.01 2.01 1.92 3/86 22501
/proc/meminfo: memFree=1479976/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=74704 CPUtime=1770.8
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 17870 0 0 0 177057 23 0 0 25 0 1 0 175016100 76496896 17852 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 18676 17852 54 142 0 18532 0
Current children cumulated CPU time (s) 1773.62
Current children cumulated vsize (KiB) 122260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/86 22501
/proc/meminfo: memFree=1479848/2055920 swapFree=4192812/4192956
[pid=22298] ppid=22296 vsize=47556 CPUtime=2.82
/proc/22298/stat : 22298 (galac.sh) S 22296 22298 21523 0 -1 4194304 799 23481 0 1 0 0 267 15 17 0 1 0 175015811 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22298/statm: 11889 363 245 79 0 218 0
[pid=22320] ppid=22298 vsize=74848 CPUtime=1797.27
/proc/22320/stat : 22320 (minisat) R 22298 22298 21523 0 -1 4194304 17905 0 0 0 179704 23 0 0 25 0 1 0 175016100 76644352 17887 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/22320/statm: 18712 17887 54 142 0 18568 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 122404

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 22298 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=678592 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=163975
CPU time returned by wait4() is 2.84257
while last known CPU time is 1800.09

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

Real time (s): 1810.71
CPU time (s): 1800.09
CPU user time (s): 1799.71
CPU system time (s): 0.38
CPU usage (%): 99.4133
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.67859
system time used= 0.163975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24280
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= 1177
involuntary context switches= 1206

runsolver used 2.16167 s user time and 5.77112 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Mon Jan  8 14:22:53 UTC 2007


IDJOB= 223672
IDBENCH= 5662
FILE ID= node52/223672-1168266173

PBS_JOBID= 3482816

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-25_ext.xml
COMMAND LINE= /tmp/evaluation/223672-1168266173/galac.sh /tmp/evaluation/223672-1168266173/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-223672-1168266173 -o ROOT/results/node52/solver-223672-1168266173 -C 1800 -M 900  /tmp/evaluation/223672-1168266173/galac.sh /tmp/evaluation/223672-1168266173/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  8b193cfc674785f3f23b0d517a374577

RANDOM SEED= 589988090

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.232
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.232
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:       1766896 kB
Buffers:         54560 kB
Cached:         153928 kB
SwapCached:          0 kB
Active:         112720 kB
Inactive:       119064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3180 kB
Writeback:           0 kB
Mapped:          35004 kB
Slab:            42372 kB
Committed_AS:  4032560 kB
PageTables:       1904 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= 66553 MiB



End job on node52 on Mon Jan  8 14:53:04 UTC 2007