Trace number 229797

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.05 1808.38

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-47_ext.xml
MD5SUM34d660f97c2aa6cd4abc948e6021373c
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 benchmark76.4564
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
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.10	c start processing
1.10	c start relation processing
1.13	c start cnf exporting
3.03	c parsing time : 0.948
3.03	c preprocessing time : 2.878
3.03	
3.03	c Nary constraints - conflicts : 0 supports : 0
3.03	c Binary constraints - conflicts : 454 supports :7
3.03	c max arity constraint : 2
3.03	c Max Tuples generated 0
3.03	c relations : 461
3.03	c relations BDD: 0
3.03	c vars : 1151 - clauses :  78109
3.03	
3.09	 
3.09	c --- Minisat Stats ---
3.09	 

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/node76/watcher-229797-1168311184 -o ROOT/results/node76/solver-229797-1168311184 -C 1800 -M 900 /tmp/evaluation/229797-1168311184/galac.sh /tmp/evaluation/229797-1168311184/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.00 2.01 1.97 4/73 15986
/proc/meminfo: memFree=1599928/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=8656 CPUtime=0
/proc/15985/stat : 15985 (galac.sh) R 15983 15985 15801 0 -1 4194304 333 0 0 0 0 0 0 0 16 0 1 0 179515638 8863744 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843736463 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/15985/statm: 2164 279 207 79 0 156 0
[pid=15987] ppid=15985 vsize=8692 CPUtime=0
/proc/15987/stat : 15987 (galac.sh) R 15985 15985 15801 0 -1 4194368 27 0 0 0 0 0 0 0 16 0 1 0 179515639 8900608 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843736463 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/15987/statm: 2173 286 209 79 0 165 0
[pid=15988] ppid=15987 vsize=8692 CPUtime=0
/proc/15988/stat : 15988 (galac.sh) R 15987 15985 15801 0 -1 4194368 15 0 0 0 0 0 0 0 16 0 1 0 179515639 8900608 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4297201 0 0 4096 73728 0 0 0 17 1 0 0
/proc/15988/statm: 2176 288 209 79 0 168 0

[startup+0.108207 s]
/proc/loadavg: 2.00 2.01 1.97 4/73 15986
/proc/meminfo: memFree=1599928/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=0.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 1 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 56344

[startup+0.520289 s]
/proc/loadavg: 2.00 2.01 1.97 4/73 15986
/proc/meminfo: memFree=1599928/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=0.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 1 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 56344

[startup+1.34145 s]
/proc/loadavg: 1.92 2.00 1.97 3/86 16032
/proc/meminfo: memFree=1524480/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=0.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 1 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=15999] ppid=15985 vsize=860860 CPUtime=1.28
/proc/15999/stat : 15999 (java) R 15985 15985 15801 0 -1 0 19717 0 1 0 118 10 0 0 22 0 8 0 179515642 881520640 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074139760 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15999/statm: 215215 19474 1996 14 0 201471 0
[pid=15999/tid=16000] ppid=15985 vsize=860860 CPUtime=0.03
/proc/15999/task/16000/stat : 16000 (java) S 15985 15985 15801 0 -1 64 3788 0 0 0 2 1 0 0 16 0 8 0 179515645 881520640 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16001] ppid=15985 vsize=860860 CPUtime=0
/proc/15999/task/16001/stat : 16001 (java) S 15985 15985 15801 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 179515646 881520640 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16002] ppid=15985 vsize=860860 CPUtime=0
/proc/15999/task/16002/stat : 16002 (java) S 15985 15985 15801 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 179515646 881520640 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16003] ppid=15985 vsize=860860 CPUtime=0
/proc/15999/task/16003/stat : 16003 (java) S 15985 15985 15801 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 179515649 881520640 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16004] ppid=15985 vsize=860860 CPUtime=0.27
/proc/15999/task/16004/stat : 16004 (java) S 15985 15985 15801 0 -1 64 1015 0 0 0 26 1 0 0 15 0 8 0 179515649 881520640 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16005] ppid=15985 vsize=860860 CPUtime=0
/proc/15999/task/16005/stat : 16005 (java) S 15985 15985 15801 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 179515649 881520640 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16006] ppid=15985 vsize=860860 CPUtime=0
/proc/15999/task/16006/stat : 16006 (java) S 15985 15985 15801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179515649 881520640 19474 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 917204

[startup+2.97877 s]
/proc/loadavg: 1.92 2.00 1.97 3/86 16032
/proc/meminfo: memFree=1515968/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=0.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 1 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=15999] ppid=15985 vsize=860860 CPUtime=2.92
/proc/15999/stat : 15999 (java) R 15985 15985 15801 0 -1 0 21653 0 1 0 280 12 0 0 25 0 8 0 179515642 881520640 21407 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073502400 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15999/statm: 215215 21407 1999 14 0 201471 0
[pid=15999/tid=16000] ppid=15985 vsize=860860 CPUtime=0.06
/proc/15999/task/16000/stat : 16000 (java) S 15985 15985 15801 0 -1 64 5708 0 0 0 5 1 0 0 16 0 8 0 179515645 881520640 21407 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16001] ppid=15985 vsize=860860 CPUtime=0
/proc/15999/task/16001/stat : 16001 (java) S 15985 15985 15801 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 179515646 881520640 21407 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16002] ppid=15985 vsize=860860 CPUtime=0
/proc/15999/task/16002/stat : 16002 (java) S 15985 15985 15801 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 179515646 881520640 21407 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16003] ppid=15985 vsize=860860 CPUtime=0
/proc/15999/task/16003/stat : 16003 (java) S 15985 15985 15801 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 179515649 881520640 21407 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16004] ppid=15985 vsize=860860 CPUtime=0.28
/proc/15999/task/16004/stat : 16004 (java) S 15985 15985 15801 0 -1 64 1024 0 0 0 27 1 0 0 15 0 8 0 179515649 881520640 21407 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16005] ppid=15985 vsize=860860 CPUtime=0
/proc/15999/task/16005/stat : 16005 (java) S 15985 15985 15801 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 179515649 881520640 21407 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15999/tid=16006] ppid=15985 vsize=860860 CPUtime=0
/proc/15999/task/16006/stat : 16006 (java) S 15985 15985 15801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179515649 881520640 21407 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 917204

[startup+6.26541 s]
/proc/loadavg: 1.93 2.00 1.97 3/79 16033
/proc/meminfo: memFree=1581560/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=13560 CPUtime=3.15
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 3249 0 0 0 314 1 0 0 25 0 1 0 179515948 13885440 3231 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 3390 3231 54 142 0 3246 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 69904

[startup+12.7237 s]
/proc/loadavg: 1.93 2.00 1.97 3/79 16033
/proc/meminfo: memFree=1574144/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=20368 CPUtime=9.58
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 4950 0 0 0 956 2 0 0 25 0 1 0 179515948 20856832 4932 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 5092 4932 54 142 0 4948 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 76712

[startup+25.5392 s]
/proc/loadavg: 1.94 2.00 1.97 3/79 16033
/proc/meminfo: memFree=1565440/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=29484 CPUtime=22.35
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 7212 0 0 0 2230 5 0 0 25 0 1 0 179515948 30191616 7194 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 7371 7194 54 142 0 7227 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 85828

[startup+51.1772 s]
/proc/loadavg: 1.96 2.00 1.97 3/79 16033
/proc/meminfo: memFree=1554688/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=39992 CPUtime=47.89
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 9836 0 0 0 4782 7 0 0 25 0 1 0 179515948 40951808 9818 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 9998 9818 54 142 0 9854 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 96336

[startup+102.441 s]
/proc/loadavg: 2.02 2.01 1.97 3/79 16033
/proc/meminfo: memFree=1538688/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=56216 CPUtime=98.95
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 13859 0 0 0 9883 12 0 0 25 0 1 0 179515948 57565184 13841 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 14054 13841 54 142 0 13910 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 112560

[startup+162.525 s]
/proc/loadavg: 2.07 2.02 1.98 3/79 16033
/proc/meminfo: memFree=1525568/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=69408 CPUtime=158.8
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 17078 0 0 0 15866 14 0 0 25 0 1 0 179515948 71073792 17060 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527112 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 17352 17060 54 142 0 17208 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 125752

[startup+222.608 s]
/proc/loadavg: 2.07 2.03 1.98 3/79 16033
/proc/meminfo: memFree=1517760/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=77104 CPUtime=218.65
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 19024 0 0 0 21849 16 0 0 25 0 1 0 179515948 78954496 19006 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 19276 19006 54 142 0 19132 0
Current children cumulated CPU time (s) 221.66
Current children cumulated vsize (KiB) 133448

[startup+282.693 s]
/proc/loadavg: 2.02 2.02 1.98 3/79 16033
/proc/meminfo: memFree=1517440/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=77484 CPUtime=278.5
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 19090 0 0 0 27834 16 0 0 25 0 1 0 179515948 79343616 19072 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 19371 19072 54 142 0 19227 0
Current children cumulated CPU time (s) 281.51
Current children cumulated vsize (KiB) 133828

[startup+342.786 s]
/proc/loadavg: 2.01 2.02 1.98 3/79 16033
/proc/meminfo: memFree=1517440/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=77484 CPUtime=338.36
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 19095 0 0 0 33820 16 0 0 25 0 1 0 179515948 79343616 19077 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525936 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 19371 19077 54 142 0 19227 0
Current children cumulated CPU time (s) 341.37
Current children cumulated vsize (KiB) 133828


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

/proc/loadavg: 2.01 2.23 2.18 3/79 16723
/proc/meminfo: memFree=1394624/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=112708 CPUtime=1114.8
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 27592 0 0 0 111452 28 0 0 25 0 1 0 179515948 115412992 27574 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 28177 27574 54 142 0 28033 0
Current children cumulated CPU time (s) 1117.81
Current children cumulated vsize (KiB) 169052

[startup+1183.57 s]
/proc/loadavg: 2.00 2.19 2.17 3/79 16723
/proc/meminfo: memFree=1394176/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=113200 CPUtime=1174.66
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 27698 0 0 0 117438 28 0 0 25 0 1 0 179515948 115916800 27680 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 28300 27680 54 142 0 28156 0
Current children cumulated CPU time (s) 1177.67
Current children cumulated vsize (KiB) 169544

[startup+1243.66 s]
/proc/loadavg: 2.07 2.17 2.16 3/79 16723
/proc/meminfo: memFree=1393600/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=113796 CPUtime=1234.51
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 27848 0 0 0 123423 28 0 0 25 0 1 0 179515948 116527104 27822 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 28449 27822 54 142 0 28305 0
Current children cumulated CPU time (s) 1237.52
Current children cumulated vsize (KiB) 170140

[startup+1303.75 s]
/proc/loadavg: 2.02 2.13 2.15 3/79 16723
/proc/meminfo: memFree=1393088/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=114284 CPUtime=1294.37
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 27975 0 0 0 129409 28 0 0 25 0 1 0 179515948 117026816 27949 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 28571 27949 54 142 0 28427 0
Current children cumulated CPU time (s) 1297.38
Current children cumulated vsize (KiB) 170628

[startup+1363.84 s]
/proc/loadavg: 2.01 2.11 2.14 3/79 16723
/proc/meminfo: memFree=1393024/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=114284 CPUtime=1354.24
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 27977 0 0 0 135396 28 0 0 25 0 1 0 179515948 117026816 27951 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 28571 27951 54 142 0 28427 0
Current children cumulated CPU time (s) 1357.25
Current children cumulated vsize (KiB) 170628

[startup+1423.95 s]
/proc/loadavg: 2.00 2.08 2.13 3/79 16723
/proc/meminfo: memFree=1392960/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=114284 CPUtime=1414.11
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 27982 0 0 0 141382 29 0 0 25 0 1 0 179515948 117026816 27956 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 28571 27956 54 142 0 28427 0
Current children cumulated CPU time (s) 1417.12
Current children cumulated vsize (KiB) 170628

[startup+1484.03 s]
/proc/loadavg: 2.05 2.08 2.12 3/79 16723
/proc/meminfo: memFree=1392704/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=114660 CPUtime=1473.97
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 28051 0 0 0 147368 29 0 0 25 0 1 0 179515948 117411840 28025 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 28665 28025 54 142 0 28521 0
Current children cumulated CPU time (s) 1476.98
Current children cumulated vsize (KiB) 171004

[startup+1544.12 s]
/proc/loadavg: 2.02 2.06 2.11 3/79 16723
/proc/meminfo: memFree=1388672/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=119060 CPUtime=1533.81
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 29086 0 0 0 153351 30 0 0 25 0 1 0 179515948 121917440 29060 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 29765 29060 54 142 0 29621 0
Current children cumulated CPU time (s) 1536.82
Current children cumulated vsize (KiB) 175404

[startup+1604.21 s]
/proc/loadavg: 2.00 2.05 2.10 3/79 16725
/proc/meminfo: memFree=1380096/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=127492 CPUtime=1593.67
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 31196 0 0 0 159335 32 0 0 25 0 1 0 179515948 130551808 31170 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 31873 31170 54 142 0 31729 0
Current children cumulated CPU time (s) 1596.68
Current children cumulated vsize (KiB) 183836

[startup+1664.3 s]
/proc/loadavg: 2.08 2.06 2.09 3/79 16725
/proc/meminfo: memFree=1376960/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=130772 CPUtime=1653.53
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 31977 0 0 0 165320 33 0 0 25 0 1 0 179515948 133910528 31951 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 32693 31951 54 142 0 32549 0
Current children cumulated CPU time (s) 1656.54
Current children cumulated vsize (KiB) 187116

[startup+1724.39 s]
/proc/loadavg: 2.03 2.04 2.09 3/79 16725
/proc/meminfo: memFree=1376960/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=130772 CPUtime=1713.38
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 31977 0 0 0 171305 33 0 0 25 0 1 0 179515948 133910528 31951 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529446 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 32693 31951 54 142 0 32549 0
Current children cumulated CPU time (s) 1716.39
Current children cumulated vsize (KiB) 187116

[startup+1784.48 s]
/proc/loadavg: 2.07 2.05 2.09 3/79 16725
/proc/meminfo: memFree=1376896/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=130772 CPUtime=1773.24
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 31977 0 0 0 177291 33 0 0 25 0 1 0 179515948 133910528 31951 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 32693 31951 54 142 0 32549 0
Current children cumulated CPU time (s) 1776.25
Current children cumulated vsize (KiB) 187116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.37 s]
/proc/loadavg: 2.05 2.04 2.08 3/79 16725
/proc/meminfo: memFree=1376704/2055888 swapFree=4095388/4096564
[pid=15985] ppid=15983 vsize=56344 CPUtime=3.01
/proc/15985/stat : 15985 (galac.sh) S 15983 15985 15801 0 -1 4194304 795 23331 0 1 0 0 286 15 17 0 1 0 179515638 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/15985/statm: 14086 366 248 79 0 218 0
[pid=16033] ppid=15985 vsize=130920 CPUtime=1797.04
/proc/16033/stat : 16033 (minisat) R 15985 15985 15801 0 -1 4194304 32014 0 0 0 179671 33 0 0 25 0 1 0 179515948 134062080 31988 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16033/statm: 32730 31988 54 142 0 32586 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 187264

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 15985 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=873563 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=159975
CPU time returned by wait4() is 3.03354
while last known CPU time is 1800.05

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

Real time (s): 1808.38
CPU time (s): 1800.05
CPU user time (s): 1799.57
CPU system time (s): 0.48
CPU usage (%): 99.5394
Max. virtual memory (cumulated for all children) (KiB): 917204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.87356
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24126
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= 951

runsolver used 1.78773 s user time and 4.69129 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Jan  9 02:53:05 UTC 2007


IDJOB= 229797
IDBENCH= 6359
FILE ID= node76/229797-1168311184

PBS_JOBID= 3502368

Free space on /tmp= 66645 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-47_ext.xml
COMMAND LINE= /tmp/evaluation/229797-1168311184/galac.sh /tmp/evaluation/229797-1168311184/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-229797-1168311184 -o ROOT/results/node76/solver-229797-1168311184 -C 1800 -M 900  /tmp/evaluation/229797-1168311184/galac.sh /tmp/evaluation/229797-1168311184/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  34d660f97c2aa6cd4abc948e6021373c

RANDOM SEED= 587514388

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1600344 kB
Buffers:         66492 kB
Cached:         318504 kB
SwapCached:        428 kB
Active:         150540 kB
Inactive:       255812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1600344 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            3228 kB
Writeback:           0 kB
Mapped:          30416 kB
Slab:            35204 kB
Committed_AS:  6672732 kB
PageTables:       1624 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66644 MiB



End job on node76 on Tue Jan  9 03:23:14 UTC 2007