Trace number 238798

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.08 1805.88

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-e-5_ext.xml
MD5SUM4c58eb69aa8058c4fc80a5c46de30e6e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
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 ---
0.85	c start processing
0.85	c start relation processing
0.85	c start cnf exporting
2.99	c parsing time : 0.67
2.99	c preprocessing time : 2.814
2.99	
2.99	c Nary constraints - conflicts : 0 supports : 0
2.99	c Binary constraints - conflicts : 1162 supports :100
2.99	c max arity constraint : 2
2.99	c Max Tuples generated 0
2.99	c relations : 9
2.99	c relations BDD: 0
2.99	c vars : 2103 - clauses :  75988
2.99	
3.01	 
3.01	c --- Minisat Stats ---
3.01	 

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/node7/watcher-238798-1168359813 -o ROOT/results/node7/solver-238798-1168359813 -C 1800 -M 900 /tmp/evaluation/238798-1168359813/galac.sh /tmp/evaluation/238798-1168359813/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.00 2.00 5/93 10765
/proc/meminfo: memFree=1168920/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=8560 CPUtime=0
/proc/10764/stat : 10764 (galac.sh) R 10762 10764 9629 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 184376724 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244671301519 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10764/statm: 2140 253 197 79 0 133 0

[startup+0.106541 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 10765
/proc/meminfo: memFree=1168920/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=0.01
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.514584 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 10765
/proc/meminfo: memFree=1168920/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=0.01
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33867 s]
/proc/loadavg: 2.08 2.02 2.01 4/101 10785
/proc/meminfo: memFree=1129624/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=0.01
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10778] ppid=10764 vsize=860852 CPUtime=1.26
/proc/10778/stat : 10778 (java) R 10764 10764 9629 0 -1 0 15655 0 1 0 117 9 0 0 19 0 8 0 184376728 881512448 15409 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073466960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10778/statm: 215213 15409 1983 14 0 201471 0
[pid=10778/tid=10779] ppid=10764 vsize=860852 CPUtime=0
/proc/10778/task/10779/stat : 10779 (java) S 10764 10764 9629 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 184376733 881512448 15409 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10780] ppid=10764 vsize=860852 CPUtime=0
/proc/10778/task/10780/stat : 10780 (java) S 10764 10764 9629 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 184376733 881512448 15409 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10781] ppid=10764 vsize=860852 CPUtime=0
/proc/10778/task/10781/stat : 10781 (java) S 10764 10764 9629 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 184376733 881512448 15409 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10782] ppid=10764 vsize=860852 CPUtime=0
/proc/10778/task/10782/stat : 10782 (java) S 10764 10764 9629 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184376737 881512448 15409 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10783] ppid=10764 vsize=860852 CPUtime=0.27
/proc/10778/task/10783/stat : 10783 (java) S 10764 10764 9629 0 -1 64 1015 0 0 0 26 1 0 0 21 0 8 0 184376737 881512448 15409 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10784] ppid=10764 vsize=860852 CPUtime=0
/proc/10778/task/10784/stat : 10784 (java) S 10764 10764 9629 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 184376737 881512448 15409 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10785] ppid=10764 vsize=860852 CPUtime=0
/proc/10778/task/10785/stat : 10785 (java) S 10764 10764 9629 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184376737 881512448 15409 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908416

[startup+2.98784 s]
/proc/loadavg: 2.08 2.02 2.01 3/101 10785
/proc/meminfo: memFree=1093848/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=0.01
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10778] ppid=10764 vsize=860852 CPUtime=2.9
/proc/10778/stat : 10778 (java) R 10764 10764 9629 0 -1 0 20619 0 1 0 278 12 0 0 25 0 8 0 184376728 881512448 20370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155213892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10778/statm: 215213 20370 1997 14 0 201471 0
[pid=10778/tid=10779] ppid=10764 vsize=860852 CPUtime=0.03
/proc/10778/task/10779/stat : 10779 (java) S 10764 10764 9629 0 -1 64 4676 0 0 0 1 2 0 0 16 0 8 0 184376733 881512448 20370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10780] ppid=10764 vsize=860852 CPUtime=0
/proc/10778/task/10780/stat : 10780 (java) S 10764 10764 9629 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 184376733 881512448 20370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10781] ppid=10764 vsize=860852 CPUtime=0
/proc/10778/task/10781/stat : 10781 (java) S 10764 10764 9629 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184376733 881512448 20370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10782] ppid=10764 vsize=860852 CPUtime=0
/proc/10778/task/10782/stat : 10782 (java) S 10764 10764 9629 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184376737 881512448 20370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10783] ppid=10764 vsize=860852 CPUtime=0.29
/proc/10778/task/10783/stat : 10783 (java) S 10764 10764 9629 0 -1 64 1025 0 0 0 28 1 0 0 16 0 8 0 184376737 881512448 20370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10784] ppid=10764 vsize=860852 CPUtime=0
/proc/10778/task/10784/stat : 10784 (java) S 10764 10764 9629 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 184376737 881512448 20370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10778/tid=10785] ppid=10764 vsize=860852 CPUtime=0
/proc/10778/task/10785/stat : 10785 (java) S 10764 10764 9629 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184376737 881512448 20370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908416

[startup+6.26719 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 10786
/proc/meminfo: memFree=1154576/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=15368 CPUtime=3.21
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 3722 0 0 0 319 2 0 0 25 0 1 0 184377026 15736832 3704 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10786/statm: 3842 3704 54 142 0 3698 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 62932

[startup+12.7439 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 10786
/proc/meminfo: memFree=1143056/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=25520 CPUtime=9.62
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 6239 0 0 0 958 4 0 0 25 0 1 0 184377026 26132480 6221 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10786/statm: 6380 6221 54 142 0 6236 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 73084

[startup+25.5682 s]
/proc/loadavg: 2.06 2.01 2.00 3/94 10786
/proc/meminfo: memFree=1130000/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=38184 CPUtime=22.34
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 9411 0 0 0 2227 7 0 0 25 0 1 0 184377026 39100416 9393 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/10786/statm: 9546 9393 54 142 0 9402 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 85748

[startup+51.2014 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 10786
/proc/meminfo: memFree=1102800/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=39772 CPUtime=47.73
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 9816 0 0 0 4765 8 0 0 25 0 1 0 184377026 40726528 9798 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10786/statm: 9943 9798 54 142 0 9799 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 87336

[startup+102.47 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 10786
/proc/meminfo: memFree=1101264/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=41224 CPUtime=98.53
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 10186 0 0 0 9845 8 0 0 25 0 1 0 184377026 42213376 10168 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10786/statm: 10306 10168 54 142 0 10162 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 88788

[startup+162.489 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 10786
/proc/meminfo: memFree=1076176/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=41224 CPUtime=158
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 10194 0 0 0 15791 9 0 0 25 0 1 0 184377026 42213376 10176 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10786/statm: 10306 10176 54 142 0 10162 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 88788

[startup+222.509 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 10786
/proc/meminfo: memFree=1074960/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=42992 CPUtime=217.48
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 10585 0 0 0 21738 10 0 0 25 0 1 0 184377026 44023808 10567 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10786/statm: 10748 10567 54 142 0 10604 0
Current children cumulated CPU time (s) 220.42
Current children cumulated vsize (KiB) 90556

[startup+282.534 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 10786
/proc/meminfo: memFree=1059344/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=58196 CPUtime=276.96
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 14381 0 0 0 27682 14 0 0 25 0 1 0 184377026 59592704 14363 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/10786/statm: 14549 14363 54 142 0 14405 0
Current children cumulated CPU time (s) 279.9
Current children cumulated vsize (KiB) 105760

[startup+342.558 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 10786
/proc/meminfo: memFree=1054800/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=62552 CPUtime=336.43
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 15489 0 0 0 33627 16 0 0 25 0 1 0 184377026 64053248 15471 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/10786/statm: 15638 15471 54 142 0 15494 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 110116

[startup+402.576 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 10786
/proc/meminfo: memFree=1053712/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0

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

/proc/loadavg: 2.00 2.00 2.00 3/88 11029
/proc/meminfo: memFree=1652224/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=73872 CPUtime=1114.77
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 18269 0 0 0 111452 25 0 0 25 0 1 0 184377026 75644928 18251 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 18468 18251 54 142 0 18324 0
Current children cumulated CPU time (s) 1117.71
Current children cumulated vsize (KiB) 121436

[startup+1182.76 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 11029
/proc/meminfo: memFree=1650368/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=75768 CPUtime=1174.69
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 18721 0 0 0 117444 25 0 0 25 0 1 0 184377026 77586432 18703 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134522235 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 18942 18703 54 142 0 18798 0
Current children cumulated CPU time (s) 1177.63
Current children cumulated vsize (KiB) 123332

[startup+1242.77 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 11029
/proc/meminfo: memFree=1650304/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=75768 CPUtime=1234.65
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 18725 0 0 0 123440 25 0 0 25 0 1 0 184377026 77586432 18707 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529608 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 18942 18707 54 142 0 18798 0
Current children cumulated CPU time (s) 1237.59
Current children cumulated vsize (KiB) 123332

[startup+1302.78 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 11029
/proc/meminfo: memFree=1648448/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=77624 CPUtime=1294.6
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 19186 0 0 0 129434 26 0 0 25 0 1 0 184377026 79486976 19168 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 19406 19168 54 142 0 19262 0
Current children cumulated CPU time (s) 1297.54
Current children cumulated vsize (KiB) 125188

[startup+1362.79 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 11029
/proc/meminfo: memFree=1648384/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=77624 CPUtime=1354.54
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 19186 0 0 0 135427 27 0 0 25 0 1 0 184377026 79486976 19168 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134540370 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 19406 19168 54 142 0 19262 0
Current children cumulated CPU time (s) 1357.48
Current children cumulated vsize (KiB) 125188

[startup+1422.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 11030
/proc/meminfo: memFree=1648312/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=77608 CPUtime=1414.49
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 19186 0 0 0 141422 27 0 0 25 0 1 0 184377026 79470592 19168 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 19402 19168 54 142 0 19258 0
Current children cumulated CPU time (s) 1417.43
Current children cumulated vsize (KiB) 125172

[startup+1482.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 11030
/proc/meminfo: memFree=1648248/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=77536 CPUtime=1474.46
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 19186 0 0 0 147419 27 0 0 25 0 1 0 184377026 79396864 19168 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 19384 19168 54 142 0 19240 0
Current children cumulated CPU time (s) 1477.4
Current children cumulated vsize (KiB) 125100

[startup+1542.84 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 11030
/proc/meminfo: memFree=1644024/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=82332 CPUtime=1534.4
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 20374 0 0 0 153411 29 0 0 25 0 1 0 184377026 84307968 20356 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 20583 20356 54 142 0 20439 0
Current children cumulated CPU time (s) 1537.34
Current children cumulated vsize (KiB) 129896

[startup+1602.85 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 11030
/proc/meminfo: memFree=1640760/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=85124 CPUtime=1594.36
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 21059 0 0 0 159407 29 0 0 25 0 1 0 184377026 87166976 21041 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 21281 21041 54 142 0 21137 0
Current children cumulated CPU time (s) 1597.3
Current children cumulated vsize (KiB) 132688

[startup+1662.87 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 11030
/proc/meminfo: memFree=1640760/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=85124 CPUtime=1654.3
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 21059 0 0 0 165401 29 0 0 25 0 1 0 184377026 87166976 21041 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 21281 21041 54 142 0 21137 0
Current children cumulated CPU time (s) 1657.24
Current children cumulated vsize (KiB) 132688

[startup+1722.88 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 11030
/proc/meminfo: memFree=1640696/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=85124 CPUtime=1714.25
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 21059 0 0 0 171395 30 0 0 25 0 1 0 184377026 87166976 21041 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529294 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 21281 21041 54 142 0 21137 0
Current children cumulated CPU time (s) 1717.19
Current children cumulated vsize (KiB) 132688

[startup+1782.89 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 11030
/proc/meminfo: memFree=1640696/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=85124 CPUtime=1774.21
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 21061 0 0 0 177391 30 0 0 25 0 1 0 184377026 87166976 21043 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 21281 21043 54 142 0 21137 0
Current children cumulated CPU time (s) 1777.15
Current children cumulated vsize (KiB) 132688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.87 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 11030
/proc/meminfo: memFree=1640632/2055920 swapFree=4192812/4192956
[pid=10764] ppid=10762 vsize=47564 CPUtime=2.94
/proc/10764/stat : 10764 (galac.sh) S 10762 10764 9629 0 -1 4194304 800 22332 0 1 0 0 279 15 17 0 1 0 184376724 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10764/statm: 11891 364 246 79 0 218 0
[pid=10786] ppid=10764 vsize=85124 CPUtime=1797.14
/proc/10786/stat : 10786 (minisat) R 10764 10764 9629 0 -1 4194304 21061 0 0 0 179684 30 0 0 25 0 1 0 184377026 87166976 21043 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/10786/statm: 21281 21043 54 142 0 21137 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 132688

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 10764 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=795575 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=160975
CPU time returned by wait4() is 2.95655
while last known CPU time is 1800.08

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

Real time (s): 1805.88
CPU time (s): 1800.08
CPU user time (s): 1799.63
CPU system time (s): 0.45
CPU usage (%): 99.679
Max. virtual memory (cumulated for all children) (KiB): 908416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.79557
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23132
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= 931
involuntary context switches= 956

runsolver used 1.76873 s user time and 5.11722 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Jan  9 16:23:33 UTC 2007


IDJOB= 238798
IDBENCH= 7021
FILE ID= node7/238798-1168359813

PBS_JOBID= 3503742

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-e-5_ext.xml
COMMAND LINE= /tmp/evaluation/238798-1168359813/galac.sh /tmp/evaluation/238798-1168359813/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-238798-1168359813 -o ROOT/results/node7/solver-238798-1168359813 -C 1800 -M 900  /tmp/evaluation/238798-1168359813/galac.sh /tmp/evaluation/238798-1168359813/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  4c58eb69aa8058c4fc80a5c46de30e6e

RANDOM SEED= 373726124

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.220
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.220
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:       1169400 kB
Buffers:         40436 kB
Cached:         173764 kB
SwapCached:          0 kB
Active:         753212 kB
Inactive:        82276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1169400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2944 kB
Writeback:           0 kB
Mapped:         650332 kB
Slab:            34492 kB
Committed_AS:  6710040 kB
PageTables:       3496 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= 66558 MiB



End job on node7 on Tue Jan  9 16:53:39 UTC 2007