Trace number 217186

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.07 1802.72

General information on the benchmark

Namefrb/frb45-21/
frb45-21-1-mgd_ext.xml
MD5SUM438e8ba11659cae5f336047ba28f6562
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.92595
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables45
Number of constraints394
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension394
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c --- Preproc Stats ---
1.03	c start processing
1.03	c start relation processing
1.05	c start cnf exporting
2.54	c parsing time : 0.864
2.54	c preprocessing time : 2.367
2.54	
2.54	c Nary constraints - conflicts : 0 supports : 0
2.54	c Binary constraints - conflicts : 382 supports :12
2.54	c max arity constraint : 2
2.54	c Max Tuples generated 0
2.54	c relations : 394
2.54	c relations BDD: 0
2.54	c vars : 946 - clauses :  56856
2.54	
2.59	 
2.59	c --- Minisat Stats ---
2.59	 

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/node25/watcher-217186-1168244501 -o ROOT/results/node25/solver-217186-1168244501 -C 1800 -M 900 /tmp/evaluation/217186-1168244501/galac.sh /tmp/evaluation/217186-1168244501/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.07 0.24 0.67 3/83 3769
/proc/meminfo: memFree=1782632/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=8652 CPUtime=0
/proc/3768/stat : 3768 (galac.sh) R 3764 3768 3341 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 172842666 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781796511 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/3768/statm: 2163 279 207 79 0 156 0
[pid=3770] ppid=3768 vsize=8688 CPUtime=0
/proc/3770/stat : 3770 (galac.sh) R 3768 3768 3341 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 172842666 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781796511 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/3770/statm: 2172 286 209 79 0 165 0
[pid=3771] ppid=3770 vsize=8728 CPUtime=0
/proc/3771/stat : 3771 (galac.sh) R 3770 3768 3341 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 1 0 172842666 8937472 290 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781797159 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/3771/statm: 2182 290 209 79 0 175 0

[startup+0.102562 s]
/proc/loadavg: 0.07 0.24 0.67 3/83 3769
/proc/meminfo: memFree=1782632/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=0.02
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 759 1704 0 0 0 1 0 1 18 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47552

[startup+0.510631 s]
/proc/loadavg: 0.07 0.24 0.67 3/83 3769
/proc/meminfo: memFree=1782632/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=0.02
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 759 1704 0 0 0 1 0 1 18 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47552

[startup+1.33177 s]
/proc/loadavg: 0.22 0.27 0.67 4/102 3801
/proc/meminfo: memFree=1700816/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=0.02
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 759 1704 0 0 0 1 0 1 18 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3787] ppid=3768 vsize=861064 CPUtime=1.26
/proc/3787/stat : 3787 (java) R 3768 3768 3341 0 -1 0 19716 0 1 0 115 11 0 0 25 0 8 0 172842670 881729536 19470 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073518660 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3787/statm: 215266 19470 1991 14 0 201471 0
[pid=3787/tid=3791] ppid=3768 vsize=861064 CPUtime=0.03
/proc/3787/task/3791/stat : 3791 (java) S 3768 3768 3341 0 -1 64 3790 0 0 0 2 1 0 0 16 0 8 0 172842674 881729536 19470 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3787/tid=3792] ppid=3768 vsize=861064 CPUtime=0
/proc/3787/task/3792/stat : 3792 (java) S 3768 3768 3341 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 172842675 881729536 19470 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3787/tid=3793] ppid=3768 vsize=861064 CPUtime=0
/proc/3787/task/3793/stat : 3793 (java) S 3768 3768 3341 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 172842675 881729536 19470 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3787/tid=3798] ppid=3768 vsize=861064 CPUtime=0
/proc/3787/task/3798/stat : 3798 (java) S 3768 3768 3341 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 172842678 881729536 19470 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3787/tid=3799] ppid=3768 vsize=861064 CPUtime=0.26
/proc/3787/task/3799/stat : 3799 (java) S 3768 3768 3341 0 -1 64 1013 0 0 0 25 1 0 0 15 0 8 0 172842678 881729536 19470 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3787/tid=3800] ppid=3768 vsize=861064 CPUtime=0
/proc/3787/task/3800/stat : 3800 (java) S 3768 3768 3341 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 172842678 881729536 19470 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3787/tid=3801] ppid=3768 vsize=861064 CPUtime=0
/proc/3787/task/3801/stat : 3801 (java) S 3768 3768 3341 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172842678 881729536 19470 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908616

[startup+2.97404 s]
/proc/loadavg: 0.22 0.27 0.67 3/102 3801
/proc/meminfo: memFree=1693328/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 47552

[startup+6.2606 s]
/proc/loadavg: 0.22 0.27 0.67 3/95 3802
/proc/meminfo: memFree=1760328/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=11776 CPUtime=3.66
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 2766 0 0 0 364 2 0 0 25 0 1 0 172842925 12058624 2748 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 2944 2748 54 142 0 2800 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 59328

[startup+12.7247 s]
/proc/loadavg: 0.50 0.33 0.69 3/95 3802
/proc/meminfo: memFree=1753608/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=17680 CPUtime=10.12
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 4227 0 0 0 1009 3 0 0 25 0 1 0 172842925 18104320 4209 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 4420 4209 54 142 0 4276 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 65232

[startup+25.5819 s]
/proc/loadavg: 0.73 0.38 0.70 3/95 3802
/proc/meminfo: memFree=1747400/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=24256 CPUtime=22.97
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 5880 0 0 0 2292 5 0 0 25 0 1 0 172842925 24838144 5862 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 6064 5862 54 142 0 5920 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 71808

[startup+51.2428 s]
/proc/loadavg: 1.16 0.51 0.74 3/95 3802
/proc/meminfo: memFree=1739592/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=31904 CPUtime=48.62
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 7752 0 0 0 4855 7 0 0 25 0 1 0 172842925 32669696 7734 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526756 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 7976 7734 54 142 0 7832 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 79456

[startup+102.484 s]
/proc/loadavg: 1.66 0.76 0.81 3/95 3802
/proc/meminfo: memFree=1732936/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=38476 CPUtime=99.85
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 9390 0 0 0 9975 10 0 0 25 0 1 0 172842925 39399424 9372 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 9619 9372 54 142 0 9475 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 86028

[startup+162.575 s]
/proc/loadavg: 1.87 0.98 0.88 3/95 3802
/proc/meminfo: memFree=1732488/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=38912 CPUtime=159.92
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 9490 0 0 0 15982 10 0 0 25 0 1 0 172842925 39845888 9472 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 9728 9472 54 142 0 9584 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 86464

[startup+222.662 s]
/proc/loadavg: 1.95 1.16 0.94 3/95 3802
/proc/meminfo: memFree=1724488/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=46920 CPUtime=219.99
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 11480 0 0 0 21986 13 0 0 25 0 1 0 172842925 48046080 11462 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 11730 11462 54 142 0 11586 0
Current children cumulated CPU time (s) 222.48
Current children cumulated vsize (KiB) 94472

[startup+282.747 s]
/proc/loadavg: 1.98 1.31 1.01 3/95 3802
/proc/meminfo: memFree=1724040/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=47392 CPUtime=280.05
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 11580 0 0 0 27992 13 0 0 25 0 1 0 172842925 48529408 11562 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 11848 11562 54 142 0 11704 0
Current children cumulated CPU time (s) 282.54
Current children cumulated vsize (KiB) 94944

[startup+342.831 s]
/proc/loadavg: 1.99 1.43 1.07 3/95 3802
/proc/meminfo: memFree=1712712/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=58736 CPUtime=340.12
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 14394 0 0 0 33996 16 0 0 25 0 1 0 172842925 60145664 14376 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 14684 14376 54 142 0 14540 0
Current children cumulated CPU time (s) 342.61
Current children cumulated vsize (KiB) 106288

[startup+402.93 s]
/proc/loadavg: 2.04 1.55 1.13 3/95 3802
/proc/meminfo: memFree=1705992/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=65828 CPUtime=400.2
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 16063 0 0 0 40002 18 0 0 25 0 1 0 172842925 67407872 16045 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 16457 16045 54 142 0 16313 0
Current children cumulated CPU time (s) 402.69
Current children cumulated vsize (KiB) 113380

[startup+463.025 s]
/proc/loadavg: 2.01 1.63 1.18 3/95 3802
/proc/meminfo: memFree=1705864/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0

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

/proc/loadavg: 2.00 1.97 1.58 3/95 3802
/proc/meminfo: memFree=1689096/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=83080 CPUtime=1120.81
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 20149 0 0 0 112054 27 0 0 25 0 1 0 172842925 85073920 20131 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 20770 20131 54 142 0 20626 0
Current children cumulated CPU time (s) 1123.3
Current children cumulated vsize (KiB) 130632

[startup+1183.81 s]
/proc/loadavg: 2.00 1.97 1.61 3/95 3802
/proc/meminfo: memFree=1689032/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=83080 CPUtime=1180.83
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 20154 0 0 0 118055 28 0 0 25 0 1 0 172842925 85073920 20136 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 20770 20136 54 142 0 20626 0
Current children cumulated CPU time (s) 1183.32
Current children cumulated vsize (KiB) 130632

[startup+1243.89 s]
/proc/loadavg: 2.04 1.99 1.64 4/95 3802
/proc/meminfo: memFree=1688904/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=83080 CPUtime=1240.9
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 20179 0 0 0 124062 28 0 0 25 0 1 0 172842925 85073920 20161 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 20770 20161 54 142 0 20626 0
Current children cumulated CPU time (s) 1243.39
Current children cumulated vsize (KiB) 130632

[startup+1303.99 s]
/proc/loadavg: 2.01 1.99 1.65 3/95 3802
/proc/meminfo: memFree=1688712/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=83256 CPUtime=1300.97
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 20218 0 0 0 130068 29 0 0 25 0 1 0 172842925 85254144 20200 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 20814 20200 54 142 0 20670 0
Current children cumulated CPU time (s) 1303.46
Current children cumulated vsize (KiB) 130808

[startup+1364.08 s]
/proc/loadavg: 2.00 1.99 1.67 3/95 3802
/proc/meminfo: memFree=1685128/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=87016 CPUtime=1361.04
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 21116 0 0 0 136074 30 0 0 25 0 1 0 172842925 89104384 21098 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3802/statm: 21754 21098 54 142 0 21610 0
Current children cumulated CPU time (s) 1363.53
Current children cumulated vsize (KiB) 134568

[startup+1424.13 s]
/proc/loadavg: 1.93 1.97 1.68 3/88 3866
/proc/meminfo: memFree=1669576/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=90016 CPUtime=1420.99
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 21850 0 0 0 142067 32 0 0 25 0 1 0 172842925 92176384 21832 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3802/statm: 22504 21832 54 142 0 22360 0
Current children cumulated CPU time (s) 1423.48
Current children cumulated vsize (KiB) 137568

[startup+1484.19 s]
/proc/loadavg: 2.01 1.99 1.71 3/88 3866
/proc/meminfo: memFree=1669000/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=90620 CPUtime=1480.74
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 21991 0 0 0 148042 32 0 0 25 0 1 0 172842925 92794880 21973 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525941 0 0 4096 3 0 0 0 17 0 0 0
/proc/3802/statm: 22655 21973 54 142 0 22511 0
Current children cumulated CPU time (s) 1483.23
Current children cumulated vsize (KiB) 138172

[startup+1544.24 s]
/proc/loadavg: 2.00 1.99 1.72 3/88 3866
/proc/meminfo: memFree=1668552/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=91152 CPUtime=1540.32
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 22090 0 0 0 154000 32 0 0 25 0 1 0 172842925 93339648 22072 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/3802/statm: 22788 22072 54 142 0 22644 0
Current children cumulated CPU time (s) 1542.81
Current children cumulated vsize (KiB) 138704

[startup+1604.28 s]
/proc/loadavg: 2.00 1.99 1.74 3/88 3866
/proc/meminfo: memFree=1668360/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=91292 CPUtime=1600.1
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 22134 0 0 0 159977 33 0 0 25 0 1 0 172842925 93483008 22108 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3802/statm: 22823 22108 54 142 0 22679 0
Current children cumulated CPU time (s) 1602.59
Current children cumulated vsize (KiB) 138844

[startup+1664.33 s]
/proc/loadavg: 2.00 1.99 1.75 3/88 3866
/proc/meminfo: memFree=1665800/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=93932 CPUtime=1659.84
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 22777 0 0 0 165950 34 0 0 25 0 1 0 172842925 96186368 22751 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 0 0 0
/proc/3802/statm: 23483 22751 54 142 0 23339 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 141484

[startup+1724.38 s]
/proc/loadavg: 2.00 1.99 1.76 3/88 3866
/proc/meminfo: memFree=1665800/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=93932 CPUtime=1719.63
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 22779 0 0 0 171929 34 0 0 25 0 1 0 172842925 96186368 22753 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3802/statm: 23483 22753 54 142 0 23339 0
Current children cumulated CPU time (s) 1722.12
Current children cumulated vsize (KiB) 141484

[startup+1784.43 s]
/proc/loadavg: 2.00 1.99 1.77 3/88 3866
/proc/meminfo: memFree=1665800/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=93932 CPUtime=1779.41
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 22786 0 0 0 177906 35 0 0 25 0 1 0 172842925 96186368 22760 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3802/statm: 23483 22760 54 142 0 23339 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 141484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.71 s]
/proc/loadavg: 2.00 1.99 1.78 3/88 3866
/proc/meminfo: memFree=1665736/2055920 swapFree=4170848/4192956
[pid=3768] ppid=3764 vsize=47552 CPUtime=2.49
/proc/3768/stat : 3768 (galac.sh) S 3764 3768 3341 0 -1 4194304 797 23117 0 1 0 1 233 15 17 0 1 0 172842666 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3768/statm: 11888 362 244 79 0 218 0
[pid=3802] ppid=3768 vsize=93932 CPUtime=1797.58
/proc/3802/stat : 3802 (minisat) R 3768 3768 3341 0 -1 4194304 22787 0 0 0 179723 35 0 0 25 0 1 0 172842925 96186368 22761 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/3802/statm: 23483 22761 54 142 0 23339 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 141484

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 3768 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=340644 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=166974
CPU time returned by wait4() is 2.50762
while last known CPU time is 1800.07

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

Real time (s): 1802.72
CPU time (s): 1800.07
CPU user time (s): 1799.56
CPU system time (s): 0.51
CPU usage (%): 99.8531
Max. virtual memory (cumulated for all children) (KiB): 908616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.34064
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23914
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= 1185
involuntary context switches= 1205

runsolver used 1.92371 s user time and 5.19321 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Mon Jan  8 08:21:43 UTC 2007


IDJOB= 217186
IDBENCH= 5122
FILE ID= node25/217186-1168244501

PBS_JOBID= 3481842

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb45-21/frb45-21-1-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/217186-1168244501/galac.sh /tmp/evaluation/217186-1168244501/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-217186-1168244501 -o ROOT/results/node25/solver-217186-1168244501 -C 1800 -M 900  /tmp/evaluation/217186-1168244501/galac.sh /tmp/evaluation/217186-1168244501/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  438e8ba11659cae5f336047ba28f6562

RANDOM SEED= 530101297

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.279
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.279
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:       1783440 kB
Buffers:         60988 kB
Cached:         125492 kB
SwapCached:       2832 kB
Active:         116548 kB
Inactive:        99288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783440 kB
SwapTotal:     4192956 kB
SwapFree:      4170848 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          37972 kB
Slab:            41700 kB
Committed_AS:  3655104 kB
PageTables:       2144 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= 66559 MiB



End job on node25 on Mon Jan  8 08:51:45 UTC 2007