Trace number 217579

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.1 1807.84

General information on the benchmark

Nameramsey/ramsey3/
ramsey-18-3.xml
MD5SUM1b7b48c1e6f6186183c92990309eafc6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables153
Number of constraints816
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension816
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.21	c start processing
1.21	c start relation processing
1.21	c start cnf exporting
1.46	c parsing time : 1.068
1.46	c preprocessing time : 1.317
1.46	
1.46	c Nary constraints - conflicts : 816 supports : 0
1.46	c Binary constraints - conflicts : 0 supports :0
1.46	c max arity constraint : 3
1.46	c Max Tuples generated 27
1.46	c relations : 1
1.46	c relations BDD: 0
1.46	c vars : 460 - clauses :  3060
1.46	
1.52	 
1.52	c --- Minisat Stats ---
1.52	 
1807.83	Terminated

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-217579-1168247838 -o ROOT/results/node76/solver-217579-1168247838 -C 1800 -M 900 /tmp/evaluation/217579-1168247838/galac.sh /tmp/evaluation/217579-1168247838/unknown.xml 

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

/proc/loadavg: 1.76 3.11 3.74 5/90 13792
/proc/meminfo: memFree=1828248/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=8656 CPUtime=0
/proc/13791/stat : 13791 (galac.sh) R 13789 13791 13477 0 -1 4194304 333 0 0 0 0 0 0 0 16 0 1 0 173180873 8863744 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843736463 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/13791/statm: 2164 279 207 79 0 156 0
[pid=13793] ppid=13791 vsize=8692 CPUtime=0
/proc/13793/stat : 13793 (galac.sh) R 13791 13791 13477 0 -1 4194368 27 0 0 0 0 0 0 0 16 0 1 0 173180874 8900608 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843736463 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/13793/statm: 2173 286 209 79 0 165 0
[pid=13794] ppid=13793 vsize=8732 CPUtime=0
/proc/13794/stat : 13794 (galac.sh) R 13793 13791 13477 0 -1 4194368 25 0 0 0 0 0 0 0 16 0 1 0 173180874 8941568 290 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4322802 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/13794/statm: 2183 290 209 79 0 175 0

[startup+0.103391 s]
/proc/loadavg: 1.76 3.11 3.74 5/90 13792
/proc/meminfo: memFree=1828248/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=0.01
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 757 1668 0 0 0 0 0 1 18 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 56344

[startup+0.51147 s]
/proc/loadavg: 1.76 3.11 3.74 5/90 13792
/proc/meminfo: memFree=1828248/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=0.01
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 757 1668 0 0 0 0 0 1 18 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 56344

[startup+1.33363 s]
/proc/loadavg: 1.76 3.11 3.74 3/98 13812
/proc/meminfo: memFree=1788504/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=0.01
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 757 1668 0 0 0 0 0 1 18 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13805] ppid=13791 vsize=860992 CPUtime=1.28
/proc/13805/stat : 13805 (java) R 13791 13791 13477 0 -1 0 12766 0 1 0 119 9 0 0 25 0 8 0 173180876 881655808 12523 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4072928048 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13805/statm: 215248 12523 2011 14 0 201504 0
[pid=13805/tid=13806] ppid=13791 vsize=860992 CPUtime=0.04
/proc/13805/task/13806/stat : 13806 (java) S 13791 13791 13477 0 -1 64 3352 0 0 0 3 1 0 0 16 0 8 0 173180880 881655808 12523 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13805/tid=13807] ppid=13791 vsize=860992 CPUtime=0
/proc/13805/task/13807/stat : 13807 (java) S 13791 13791 13477 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173180880 881655808 12523 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13805/tid=13808] ppid=13791 vsize=860992 CPUtime=0
/proc/13805/task/13808/stat : 13808 (java) S 13791 13791 13477 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173180880 881655808 12523 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13805/tid=13809] ppid=13791 vsize=860992 CPUtime=0
/proc/13805/task/13809/stat : 13809 (java) S 13791 13791 13477 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 173180883 881655808 12523 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13805/tid=13810] ppid=13791 vsize=860992 CPUtime=0.33
/proc/13805/task/13810/stat : 13810 (java) S 13791 13791 13477 0 -1 64 1092 0 0 0 31 2 0 0 16 0 8 0 173180883 881655808 12523 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13805/tid=13811] ppid=13791 vsize=860992 CPUtime=0
/proc/13805/task/13811/stat : 13811 (java) S 13791 13791 13477 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 173180883 881655808 12523 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13805/tid=13812] ppid=13791 vsize=860992 CPUtime=0
/proc/13805/task/13812/stat : 13812 (java) S 13791 13791 13477 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173180883 881655808 12523 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) 917336

[startup+2.97896 s]
/proc/loadavg: 1.76 3.11 3.74 3/91 13813
/proc/meminfo: memFree=1825872/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=2560 CPUtime=1.45
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 302 0 0 0 145 0 0 0 25 0 1 0 173181025 2621440 284 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13813/statm: 640 284 53 142 0 496 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 58904

[startup+6.2616 s]
/proc/loadavg: 1.78 3.10 3.73 3/91 13813
/proc/meminfo: memFree=1824400/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=2952 CPUtime=4.73
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 399 0 0 0 473 0 0 0 25 0 1 0 173181025 3022848 381 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13813/statm: 738 381 53 142 0 594 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 59296

[startup+12.7459 s]
/proc/loadavg: 1.87 3.09 3.73 3/91 13813
/proc/meminfo: memFree=1822096/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=3348 CPUtime=11.21
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 496 0 0 0 1121 0 0 0 25 0 1 0 173181025 3428352 478 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13813/statm: 837 478 53 142 0 693 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 59692

[startup+25.5944 s]
/proc/loadavg: 1.90 3.04 3.70 3/91 13813
/proc/meminfo: memFree=1818192/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=3876 CPUtime=24.06
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 636 0 0 0 2406 0 0 0 25 0 1 0 173181025 3969024 618 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134528105 0 0 4096 3 0 0 0 17 1 0 0
/proc/13813/statm: 969 618 53 142 0 825 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 60220

[startup+51.2694 s]
/proc/loadavg: 1.93 2.95 3.65 3/91 13813
/proc/meminfo: memFree=1780432/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=4280 CPUtime=49.72
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 727 0 0 0 4972 0 0 0 25 0 1 0 173181025 4382720 709 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13813/statm: 1070 709 53 142 0 926 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 60624

[startup+102.496 s]
/proc/loadavg: 1.97 2.81 3.56 3/91 13813
/proc/meminfo: memFree=1779600/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=5072 CPUtime=100.93
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 929 0 0 0 10093 0 0 0 25 0 1 0 173181025 5193728 911 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13813/statm: 1268 911 53 142 0 1124 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 61416

[startup+162.526 s]
/proc/loadavg: 1.99 2.66 3.46 3/91 13815
/proc/meminfo: memFree=1778448/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=5444 CPUtime=160.94
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 1031 0 0 0 16093 1 0 0 25 0 1 0 173181025 5574656 1013 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 1 0 0
/proc/13813/statm: 1361 1013 53 142 0 1217 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 61788

[startup+222.542 s]
/proc/loadavg: 1.96 2.52 3.36 3/86 13872
/proc/meminfo: memFree=1846008/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=5708 CPUtime=220.66
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 1096 0 0 0 22065 1 0 0 25 0 1 0 173181025 5844992 1078 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529487 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 1427 1078 53 142 0 1283 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 62052

[startup+282.559 s]
/proc/loadavg: 1.98 2.42 3.27 3/86 13872
/proc/meminfo: memFree=1845568/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=6244 CPUtime=280.38
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 1230 0 0 0 28037 1 0 0 25 0 1 0 173181025 6393856 1212 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 1561 1212 53 142 0 1417 0
Current children cumulated CPU time (s) 281.82
Current children cumulated vsize (KiB) 62588

[startup+342.564 s]
/proc/loadavg: 1.99 2.34 3.19 3/86 13872
/proc/meminfo: memFree=1845312/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=6508 CPUtime=340.12
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 1278 0 0 0 34011 1 0 0 25 0 1 0 173181025 6664192 1260 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520839 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 1627 1260 53 142 0 1483 0
Current children cumulated CPU time (s) 341.56
Current children cumulated vsize (KiB) 62852

[startup+402.582 s]
/proc/loadavg: 1.99 2.28 3.12 3/86 13872
/proc/meminfo: memFree=1844928/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=6776 CPUtime=399.88
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 1367 0 0 0 39986 2 0 0 25 0 1 0 173181025 6938624 1349 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526908 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 1694 1349 53 142 0 1550 0
Current children cumulated CPU time (s) 401.32
Current children cumulated vsize (KiB) 63120

[startup+462.601 s]
/proc/loadavg: 1.99 2.23 3.04 3/86 13872

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

/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=9044 CPUtime=1057
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 1911 0 0 0 105697 3 0 0 25 0 1 0 173181025 9261056 1893 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2261 1893 53 142 0 2117 0
Current children cumulated CPU time (s) 1058.44
Current children cumulated vsize (KiB) 65388

[startup+1122.78 s]
/proc/loadavg: 2.00 2.02 2.49 3/86 13872
/proc/meminfo: memFree=1842240/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=9176 CPUtime=1116.76
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 1959 0 0 0 111673 3 0 0 25 0 1 0 173181025 9396224 1941 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2294 1941 53 142 0 2150 0
Current children cumulated CPU time (s) 1118.2
Current children cumulated vsize (KiB) 65520

[startup+1182.8 s]
/proc/loadavg: 2.00 2.01 2.46 3/86 13872
/proc/meminfo: memFree=1842240/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=9312 CPUtime=1176.49
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 1972 0 0 0 117646 3 0 0 25 0 1 0 173181025 9535488 1954 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2328 1954 53 142 0 2184 0
Current children cumulated CPU time (s) 1177.93
Current children cumulated vsize (KiB) 65656

[startup+1242.83 s]
/proc/loadavg: 2.00 2.01 2.43 3/86 13872
/proc/meminfo: memFree=1842112/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=9312 CPUtime=1236.23
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 1988 0 0 0 123620 3 0 0 25 0 1 0 173181025 9535488 1970 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2328 1970 53 142 0 2184 0
Current children cumulated CPU time (s) 1237.67
Current children cumulated vsize (KiB) 65656

[startup+1302.83 s]
/proc/loadavg: 2.00 2.00 2.40 3/86 13872
/proc/meminfo: memFree=1841984/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=9312 CPUtime=1295.97
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 1998 0 0 0 129594 3 0 0 25 0 1 0 173181025 9535488 1980 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520084 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2328 1980 53 142 0 2184 0
Current children cumulated CPU time (s) 1297.41
Current children cumulated vsize (KiB) 65656

[startup+1362.86 s]
/proc/loadavg: 2.00 2.00 2.37 3/86 13872
/proc/meminfo: memFree=1841856/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=9444 CPUtime=1355.71
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 2022 0 0 0 135568 3 0 0 25 0 1 0 173181025 9670656 2004 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2361 2004 53 142 0 2217 0
Current children cumulated CPU time (s) 1357.15
Current children cumulated vsize (KiB) 65788

[startup+1422.88 s]
/proc/loadavg: 2.00 2.00 2.34 3/86 13872
/proc/meminfo: memFree=1841792/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=9576 CPUtime=1415.46
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 2042 0 0 0 141543 3 0 0 25 0 1 0 173181025 9805824 2024 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2394 2024 53 142 0 2250 0
Current children cumulated CPU time (s) 1416.9
Current children cumulated vsize (KiB) 65920

[startup+1482.9 s]
/proc/loadavg: 2.00 2.00 2.32 3/86 13872
/proc/meminfo: memFree=1841344/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=9976 CPUtime=1475.19
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 2137 0 0 0 147516 3 0 0 25 0 1 0 173181025 10215424 2119 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2494 2119 53 142 0 2350 0
Current children cumulated CPU time (s) 1476.63
Current children cumulated vsize (KiB) 66320

[startup+1542.92 s]
/proc/loadavg: 2.00 2.00 2.30 3/86 13872
/proc/meminfo: memFree=1841216/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=9976 CPUtime=1534.95
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 2157 0 0 0 153491 4 0 0 25 0 1 0 173181025 10215424 2139 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529446 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2494 2139 53 142 0 2350 0
Current children cumulated CPU time (s) 1536.39
Current children cumulated vsize (KiB) 66320

[startup+1602.94 s]
/proc/loadavg: 2.00 2.00 2.27 3/86 13872
/proc/meminfo: memFree=1841088/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=10104 CPUtime=1594.7
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 2190 0 0 0 159466 4 0 0 25 0 1 0 173181025 10346496 2172 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2526 2172 53 142 0 2382 0
Current children cumulated CPU time (s) 1596.14
Current children cumulated vsize (KiB) 66448

[startup+1662.96 s]
/proc/loadavg: 2.00 2.00 2.26 3/86 13872
/proc/meminfo: memFree=1840896/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=10368 CPUtime=1654.42
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 2242 0 0 0 165438 4 0 0 25 0 1 0 173181025 10616832 2224 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2592 2224 53 142 0 2448 0
Current children cumulated CPU time (s) 1655.86
Current children cumulated vsize (KiB) 66712

[startup+1722.97 s]
/proc/loadavg: 2.05 2.01 2.24 3/86 13872
/proc/meminfo: memFree=1840832/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=10256 CPUtime=1714.17
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 2242 0 0 0 171413 4 0 0 25 0 1 0 173181025 10502144 2221 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2564 2221 53 142 0 2420 0
Current children cumulated CPU time (s) 1715.61
Current children cumulated vsize (KiB) 66600

[startup+1783 s]
/proc/loadavg: 2.02 2.01 2.23 3/86 13872
/proc/meminfo: memFree=1840768/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=10388 CPUtime=1773.92
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 2261 0 0 0 177388 4 0 0 25 0 1 0 173181025 10637312 2240 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2597 2240 53 142 0 2453 0
Current children cumulated CPU time (s) 1775.36
Current children cumulated vsize (KiB) 66732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.83 s]
/proc/loadavg: 2.01 2.01 2.22 4/86 13872
/proc/meminfo: memFree=1840640/2055888 swapFree=4095388/4096564
[pid=13791] ppid=13789 vsize=56344 CPUtime=1.44
/proc/13791/stat : 13791 (galac.sh) S 13789 13791 13477 0 -1 4194304 795 16244 0 1 0 0 132 12 17 0 1 0 173180873 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/13791/statm: 14086 366 248 79 0 218 0
[pid=13813] ppid=13791 vsize=10524 CPUtime=1798.62
/proc/13813/stat : 13813 (minisat) R 13791 13791 13477 0 -1 4194304 2276 0 0 0 179858 4 0 0 25 0 1 0 173181025 10776576 2255 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/13813/statm: 2631 2255 53 142 0 2487 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 66868

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 0
Real time (s): 1807.84
CPU time (s): 1800.1
CPU user time (s): 1799.91
CPU system time (s): 0.187971
CPU usage (%): 99.5718
Max. virtual memory (cumulated for all children) (KiB): 917336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19511
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= 1433
involuntary context switches= 22026

runsolver used 1.9817 s user time and 4.46832 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan  8 09:17:18 UTC 2007


IDJOB= 217579
IDBENCH= 5156
FILE ID= node76/217579-1168247838

PBS_JOBID= 3481885

Free space on /tmp= 66643 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey3/ramsey-18-3.xml
COMMAND LINE= /tmp/evaluation/217579-1168247838/galac.sh /tmp/evaluation/217579-1168247838/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-217579-1168247838 -o ROOT/results/node76/solver-217579-1168247838 -C 1800 -M 900  /tmp/evaluation/217579-1168247838/galac.sh /tmp/evaluation/217579-1168247838/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  1b7b48c1e6f6186183c92990309eafc6

RANDOM SEED= 40126768

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:       1828792 kB
Buffers:         33720 kB
Cached:          64532 kB
SwapCached:         76 kB
Active:         117000 kB
Inactive:        63300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1828792 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            2940 kB
Writeback:           0 kB
Mapped:         101192 kB
Slab:            32344 kB
Committed_AS:  7177280 kB
PageTables:       1944 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 Mon Jan  8 09:47:26 UTC 2007