Trace number 208201

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.03 1814

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-31_ext.xml
MD5SUM6b737ed045bb461e49473358c4984f2c
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 benchmark6.609
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints330
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension330
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.97	c start processing
0.97	c start relation processing
0.99	c start cnf exporting
2.15	c parsing time : 0.811
2.15	c preprocessing time : 1.993
2.16	
2.16	c Nary constraints - conflicts : 0 supports : 0
2.16	c Binary constraints - conflicts : 316 supports :14
2.16	c max arity constraint : 2
2.16	c Max Tuples generated 0
2.16	c relations : 330
2.16	c relations BDD: 0
2.16	c vars : 761 - clauses :  38957
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/node9/watcher-208201-1168185999 -o ROOT/results/node9/solver-208201-1168185999 -C 1800 -M 900 /tmp/evaluation/208201-1168185999/galac.sh /tmp/evaluation/208201-1168185999/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.99 2.00 2.00 5/87 25789
/proc/meminfo: memFree=1552616/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=18540 CPUtime=0
/proc/25788/stat : 25788 (runsolver) R 25786 25788 24026 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 166995062 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25788/statm: 4635 279 244 17 0 2626 0

[startup+0.109529 s]
/proc/loadavg: 1.99 2.00 2.00 5/87 25789
/proc/meminfo: memFree=1552616/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=0.01
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.517575 s]
/proc/loadavg: 1.99 2.00 2.00 5/87 25789
/proc/meminfo: memFree=1552616/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=0.01
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33867 s]
/proc/loadavg: 1.99 2.00 2.00 4/95 25809
/proc/meminfo: memFree=1481768/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=0.01
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25802] ppid=25788 vsize=861064 CPUtime=1.27
/proc/25802/stat : 25802 (java) R 25788 25788 24026 0 -1 0 19715 0 1 0 117 10 0 0 18 0 8 0 166995066 881729536 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074020345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25802/statm: 215266 19469 1992 14 0 201471 0
[pid=25802/tid=25803] ppid=25788 vsize=861064 CPUtime=0.03
/proc/25802/task/25803/stat : 25803 (java) S 25788 25788 24026 0 -1 64 3789 0 0 0 2 1 0 0 16 0 8 0 166995070 881729536 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25802/tid=25804] ppid=25788 vsize=861064 CPUtime=0
/proc/25802/task/25804/stat : 25804 (java) S 25788 25788 24026 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166995070 881729536 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25802/tid=25805] ppid=25788 vsize=861064 CPUtime=0
/proc/25802/task/25805/stat : 25805 (java) S 25788 25788 24026 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 166995070 881729536 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25802/tid=25806] ppid=25788 vsize=861064 CPUtime=0
/proc/25802/task/25806/stat : 25806 (java) S 25788 25788 24026 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166995074 881729536 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25802/tid=25807] ppid=25788 vsize=861064 CPUtime=0.28
/proc/25802/task/25807/stat : 25807 (java) R 25788 25788 24026 0 -1 64 1011 0 0 0 27 1 0 0 21 0 8 0 166995074 881729536 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25802/tid=25808] ppid=25788 vsize=861064 CPUtime=0
/proc/25802/task/25808/stat : 25808 (java) S 25788 25788 24026 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166995074 881729536 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25802/tid=25809] ppid=25788 vsize=861064 CPUtime=0
/proc/25802/task/25809/stat : 25809 (java) S 25788 25788 24026 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166995074 881729536 19469 18446744073709551615 134512640 134570532 4294956096 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) 908640

[startup+2.97585 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 25810
/proc/meminfo: memFree=1549280/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=5712 CPUtime=0.75
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 1187 0 0 0 75 0 0 0 25 0 1 0 166995284 5849088 1169 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134528080 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 1428 1169 54 142 0 1284 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 53288

[startup+6.25523 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 25810
/proc/meminfo: memFree=1543328/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=9812 CPUtime=4
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 2206 0 0 0 399 1 0 0 25 0 1 0 166995284 10047488 2188 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134524707 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 2453 2188 54 142 0 2309 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 57388

[startup+12.73 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 25810
/proc/meminfo: memFree=1538408/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=14524 CPUtime=10.4
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 3383 0 0 0 1039 1 0 0 25 0 1 0 166995284 14872576 3365 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 3631 3365 54 142 0 3487 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 62100

[startup+25.5754 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 25810
/proc/meminfo: memFree=1533352/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=19592 CPUtime=23.14
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 4655 0 0 0 2312 2 0 0 25 0 1 0 166995284 20062208 4637 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 4898 4637 54 142 0 4754 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 67168

[startup+51.2473 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 25810
/proc/meminfo: memFree=1530920/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=21964 CPUtime=48.58
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 5228 0 0 0 4855 3 0 0 25 0 1 0 166995284 22491136 5210 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 5491 5210 54 142 0 5347 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 69540

[startup+102.486 s]
/proc/loadavg: 2.12 2.03 2.00 3/88 25810
/proc/meminfo: memFree=1526320/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=26792 CPUtime=99.35
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 6377 0 0 0 9931 4 0 0 25 0 1 0 166995284 27435008 6359 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529348 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 6698 6359 54 142 0 6554 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 74368

[startup+162.558 s]
/proc/loadavg: 2.04 2.02 2.00 3/88 25810
/proc/meminfo: memFree=1522352/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=30772 CPUtime=158.87
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 7363 0 0 0 15881 6 0 0 25 0 1 0 166995284 31510528 7345 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 7693 7345 54 142 0 7549 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 78348

[startup+222.636 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 25810
/proc/meminfo: memFree=1521520/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=31708 CPUtime=218.4
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 7566 0 0 0 21833 7 0 0 25 0 1 0 166995284 32468992 7548 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529450 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 7927 7548 54 142 0 7783 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 79284

[startup+282.705 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 25810
/proc/meminfo: memFree=1517808/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=35648 CPUtime=277.92
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 8489 0 0 0 27784 8 0 0 25 0 1 0 166995284 36503552 8471 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 8912 8471 54 142 0 8768 0
Current children cumulated CPU time (s) 280.04
Current children cumulated vsize (KiB) 83224

[startup+342.772 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 25810
/proc/meminfo: memFree=1515696/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=37824 CPUtime=337.44
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 9017 0 0 0 33735 9 0 0 25 0 1 0 166995284 38731776 8999 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 9456 8999 54 142 0 9312 0
Current children cumulated CPU time (s) 339.56
Current children cumulated vsize (KiB) 85400

[startup+402.839 s]
/proc/loadavg: 1.93 1.98 1.99 3/99 25868
/proc/meminfo: memFree=1472344/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=38548 CPUtime=396.98
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 9208 0 0 0 39687 11 0 0 25 0 1 0 166995284 39473152 9190 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 9637 9190 54 142 0 9493 0
Current children cumulated CPU time (s) 399.1
Current children cumulated vsize (KiB) 86124

[startup+462.895 s]
/proc/loadavg: 1.97 1.98 1.99 3/99 25868
/proc/meminfo: memFree=1428456/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=39484 CPUtime=456.47
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 9451 0 0 0 45636 11 0 0 25 0 1 0 166995284 40431616 9433 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/loadavg: 2.00 2.00 2.00 3/99 25870
/proc/meminfo: memFree=1350312/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=47904 CPUtime=1110.78
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 11449 0 0 0 111063 15 0 0 25 0 1 0 166995284 49053696 11431 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 11976 11431 54 142 0 11832 0
Current children cumulated CPU time (s) 1112.9
Current children cumulated vsize (KiB) 95480

[startup+1183.38 s]
/proc/loadavg: 2.08 2.03 2.01 3/99 25870
/proc/meminfo: memFree=1349992/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=48352 CPUtime=1170.29
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 11515 0 0 0 117013 16 0 0 25 0 1 0 166995284 49512448 11497 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 12088 11497 54 142 0 11944 0
Current children cumulated CPU time (s) 1172.41
Current children cumulated vsize (KiB) 95928

[startup+1243.39 s]
/proc/loadavg: 2.03 2.02 2.00 3/99 25870
/proc/meminfo: memFree=1349736/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=48496 CPUtime=1229.75
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 11578 0 0 0 122959 16 0 0 25 0 1 0 166995284 49659904 11560 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 12124 11560 54 142 0 11980 0
Current children cumulated CPU time (s) 1231.87
Current children cumulated vsize (KiB) 96072

[startup+1303.41 s]
/proc/loadavg: 2.01 2.02 2.00 3/99 25870
/proc/meminfo: memFree=1349608/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=48672 CPUtime=1289.21
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 11596 0 0 0 128905 16 0 0 25 0 1 0 166995284 49840128 11578 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 12168 11578 54 142 0 12024 0
Current children cumulated CPU time (s) 1291.33
Current children cumulated vsize (KiB) 96248

[startup+1363.44 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 25870
/proc/meminfo: memFree=1349224/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=49100 CPUtime=1348.68
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 11694 0 0 0 134852 16 0 0 25 0 1 0 166995284 50278400 11676 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 12275 11676 54 142 0 12131 0
Current children cumulated CPU time (s) 1350.8
Current children cumulated vsize (KiB) 96676

[startup+1423.44 s]
/proc/loadavg: 2.16 2.04 2.01 3/99 25870
/proc/meminfo: memFree=1349224/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=49100 CPUtime=1408.12
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 11695 0 0 0 140796 16 0 0 25 0 1 0 166995284 50278400 11677 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25810/statm: 12275 11677 54 142 0 12131 0
Current children cumulated CPU time (s) 1410.24
Current children cumulated vsize (KiB) 96676

[startup+1483.44 s]
/proc/loadavg: 2.06 2.03 2.00 3/99 25870
/proc/meminfo: memFree=1283944/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=49812 CPUtime=1467.68
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 11856 0 0 0 146751 17 0 0 25 0 1 0 166995284 51007488 11838 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25810/statm: 12453 11838 54 142 0 12309 0
Current children cumulated CPU time (s) 1469.8
Current children cumulated vsize (KiB) 97388

[startup+1543.48 s]
/proc/loadavg: 2.02 2.02 2.00 3/99 25870
/proc/meminfo: memFree=1283816/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=49992 CPUtime=1527.66
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 11882 0 0 0 152749 17 0 0 25 0 1 0 166995284 51191808 11864 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25810/statm: 12498 11864 54 142 0 12354 0
Current children cumulated CPU time (s) 1529.78
Current children cumulated vsize (KiB) 97568

[startup+1603.49 s]
/proc/loadavg: 2.01 2.02 2.00 3/99 25870
/proc/meminfo: memFree=1283112/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=50808 CPUtime=1587.6
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 12051 0 0 0 158743 17 0 0 25 0 1 0 166995284 52027392 12033 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/25810/statm: 12702 12033 54 142 0 12558 0
Current children cumulated CPU time (s) 1589.72
Current children cumulated vsize (KiB) 98384

[startup+1663.55 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 25870
/proc/meminfo: memFree=1282472/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=51412 CPUtime=1647.61
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 12207 0 0 0 164744 17 0 0 25 0 1 0 166995284 52645888 12189 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529446 0 0 4096 3 0 0 0 17 0 0 0
/proc/25810/statm: 12853 12189 54 142 0 12709 0
Current children cumulated CPU time (s) 1649.73
Current children cumulated vsize (KiB) 98988

[startup+1723.64 s]
/proc/loadavg: 2.10 2.03 2.01 3/99 25870
/proc/meminfo: memFree=1279400/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=54544 CPUtime=1707.64
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 12949 0 0 0 170745 19 0 0 25 0 1 0 166995284 55853056 12931 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25810/statm: 13636 12931 54 142 0 13492 0
Current children cumulated CPU time (s) 1709.76
Current children cumulated vsize (KiB) 102120

[startup+1783.67 s]
/proc/loadavg: 2.10 2.04 2.01 3/99 25870
/proc/meminfo: memFree=1278760/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=55240 CPUtime=1767.59
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 13118 0 0 0 176740 19 0 0 25 0 1 0 166995284 56565760 13100 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529327 0 0 4096 3 0 0 0 17 0 0 0
/proc/25810/statm: 13810 13100 54 142 0 13666 0
Current children cumulated CPU time (s) 1769.71
Current children cumulated vsize (KiB) 102816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.99 s]
/proc/loadavg: 2.06 2.04 2.00 3/99 25870
/proc/meminfo: memFree=1278568/2055920 swapFree=4191880/4192956
[pid=25788] ppid=25786 vsize=47576 CPUtime=2.12
/proc/25788/stat : 25788 (galac.sh) S 25786 25788 24026 0 -1 4194304 799 23058 0 1 0 0 199 13 17 0 1 0 166995062 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25788/statm: 11894 363 245 79 0 218 0
[pid=25810] ppid=25788 vsize=55400 CPUtime=1797.91
/proc/25810/stat : 25810 (minisat) R 25788 25788 24026 0 -1 4194304 13158 0 0 0 179771 20 0 0 25 0 1 0 166995284 56729600 13140 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529495 0 0 4096 3 0 0 0 17 0 0 0
/proc/25810/statm: 13850 13140 54 142 0 13706 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 102976

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 25788 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=999696 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=143978
CPU time returned by wait4() is 2.14367
while last known CPU time is 1800.03

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

Real time (s): 1814
CPU time (s): 1800.03
CPU user time (s): 1799.7
CPU system time (s): 0.33
CPU usage (%): 99.2297
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9997
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23857
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= 872
involuntary context switches= 833

runsolver used 2.20666 s user time and 5.99409 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Jan  7 16:06:39 UTC 2007


IDJOB= 208201
IDBENCH= 4357
FILE ID= node9/208201-1168185999

PBS_JOBID= 3478895

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  6b737ed045bb461e49473358c4984f2c

RANDOM SEED= 834447089

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.231
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.231
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:       1553032 kB
Buffers:         47764 kB
Cached:         329972 kB
SwapCached:        276 kB
Active:         188480 kB
Inactive:       252148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553032 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3120 kB
Writeback:           0 kB
Mapped:          75760 kB
Slab:            47128 kB
Committed_AS:  4613584 kB
PageTables:       2284 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= 66539 MiB



End job on node9 on Sun Jan  7 16:36:53 UTC 2007