Trace number 216517

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.13 1803.75

General information on the benchmark

NamepseudoSeries/chnl/
chnl-15-16.xml
MD5SUM4bb9d6c8f624319cd63db1fd70f2a9db
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 variables480
Number of constraints62
Maximum constraint arity16
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
0.95	c start processing
0.96	c start relation processing
1.00	c start cnf exporting
1.37	c parsing time : 0.808
1.37	c preprocessing time : 1.225
1.37	
1.37	c Nary constraints - conflicts : 32 supports : 30
1.37	c Binary constraints - conflicts : 0 supports :0
1.37	c max arity constraint : 16
1.37	c Max Tuples generated 65536
1.37	c relations : 2
1.37	c relations BDD: 2
1.37	c vars : 2341 - clauses :  6030
1.37	
1.41	 
1.41	c --- Minisat Stats ---
1.41	 
1803.74	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/node44/watcher-216517-1168242892 -o ROOT/results/node44/solver-216517-1168242892 -C 1800 -M 900 /tmp/evaluation/216517-1168242892/galac.sh /tmp/evaluation/216517-1168242892/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.08 1.02 1.13 5/74 27757
/proc/meminfo: memFree=1795888/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=8652 CPUtime=0
/proc/27756/stat : 27756 (galac.sh) R 27749 27756 27630 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 172688319 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840473247 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/27756/statm: 2163 279 207 79 0 156 0
[pid=27758] ppid=27756 vsize=8688 CPUtime=0
/proc/27758/stat : 27758 (galac.sh) R 27756 27756 27630 0 -1 4194368 27 0 0 0 0 0 0 0 18 0 1 0 172688319 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840473247 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/27758/statm: 2172 286 209 79 0 165 0
[pid=27759] ppid=27758 vsize=1264 CPUtime=0
/proc/27759/stat : 27759 (id) R 27758 27756 27630 0 -1 4194304 58 0 0 0 0 0 0 0 18 0 1 0 172688319 1294336 32 18446744073709551615 4194304 4211724 548682069312 18446744073709551615 264837854601 0 0 3674112 0 0 0 0 17 0 0 0
/proc/27759/statm: 316 32 25 4 0 4 0

[startup+0.106904 s]
/proc/loadavg: 1.08 1.02 1.13 5/74 27757
/proc/meminfo: memFree=1795888/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=0
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 760 1704 0 0 0 0 0 0 17 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.514943 s]
/proc/loadavg: 1.08 1.02 1.13 5/74 27757
/proc/meminfo: memFree=1795888/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=0
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 760 1704 0 0 0 0 0 0 17 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+1.33603 s]
/proc/loadavg: 1.08 1.02 1.13 4/89 27784
/proc/meminfo: memFree=1743224/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=0
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 760 1704 0 0 0 0 0 0 17 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27770] ppid=27756 vsize=861064 CPUtime=1.28
/proc/27770/stat : 27770 (java) R 27756 27756 27630 0 -1 0 12647 0 1 0 121 7 0 0 25 0 8 0 172688322 881729536 12400 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074090789 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27770/statm: 215266 12401 2009 14 0 201471 0
[pid=27770/tid=27774] ppid=27756 vsize=861064 CPUtime=0.06
/proc/27770/task/27774/stat : 27774 (java) S 27756 27756 27630 0 -1 64 3373 0 0 0 5 1 0 0 16 0 8 0 172688325 881729536 12402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27770/tid=27775] ppid=27756 vsize=861064 CPUtime=0
/proc/27770/task/27775/stat : 27775 (java) S 27756 27756 27630 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 172688325 881729536 12402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27770/tid=27776] ppid=27756 vsize=861064 CPUtime=0
/proc/27770/task/27776/stat : 27776 (java) S 27756 27756 27630 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 172688325 881729536 12403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27770/tid=27781] ppid=27756 vsize=861064 CPUtime=0
/proc/27770/task/27781/stat : 27781 (java) S 27756 27756 27630 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 172688329 881729536 12404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27770/tid=27782] ppid=27756 vsize=861064 CPUtime=0.25
/proc/27770/task/27782/stat : 27782 (java) S 27756 27756 27630 0 -1 64 991 0 0 0 24 1 0 0 15 0 8 0 172688329 881729536 12405 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27770/tid=27783] ppid=27756 vsize=861064 CPUtime=0
/proc/27770/task/27783/stat : 27783 (java) S 27756 27756 27630 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 172688329 881729536 12406 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27770/tid=27784] ppid=27756 vsize=861064 CPUtime=0
/proc/27770/task/27784/stat : 27784 (java) S 27756 27756 27630 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172688329 881729536 12406 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908628

[startup+2.97319 s]
/proc/loadavg: 1.16 1.03 1.14 3/82 27785
/proc/meminfo: memFree=1781296/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=2968 CPUtime=1.54
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 438 0 0 0 154 0 0 0 25 0 1 0 172688460 3039232 420 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 742 420 53 142 0 598 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 50532

[startup+6.25253 s]
/proc/loadavg: 1.16 1.03 1.14 3/82 27785
/proc/meminfo: memFree=1780472/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=3520 CPUtime=4.81
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 544 0 0 0 481 0 0 0 25 0 1 0 172688460 3604480 526 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 880 526 53 142 0 736 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 51084

[startup+12.7212 s]
/proc/loadavg: 1.29 1.07 1.14 3/82 27785
/proc/meminfo: memFree=1779960/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=4056 CPUtime=11.24
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 684 0 0 0 1124 0 0 0 25 0 1 0 172688460 4153344 666 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 1014 666 53 142 0 870 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 51620

[startup+25.5545 s]
/proc/loadavg: 1.40 1.10 1.15 3/82 27785
/proc/meminfo: memFree=1779256/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=4724 CPUtime=24.01
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 857 0 0 0 2401 0 0 0 25 0 1 0 172688460 4837376 839 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529302 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 1181 839 53 142 0 1037 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 52288

[startup+51.2152 s]
/proc/loadavg: 1.60 1.17 1.17 3/82 27785
/proc/meminfo: memFree=1777912/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=6076 CPUtime=49.56
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 1191 0 0 0 4955 1 0 0 25 0 1 0 172688460 6221824 1173 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529767 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 1519 1173 53 142 0 1375 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 53640

[startup+102.434 s]
/proc/loadavg: 1.83 1.29 1.21 3/82 27785
/proc/meminfo: memFree=1775736/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=8216 CPUtime=100.53
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 1743 0 0 0 10052 1 0 0 25 0 1 0 172688460 8413184 1725 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 2054 1725 53 142 0 1910 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 55780

[startup+162.483 s]
/proc/loadavg: 1.98 1.43 1.27 3/82 27785
/proc/meminfo: memFree=1774456/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=9588 CPUtime=160.3
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 2061 0 0 0 16029 1 0 0 25 0 1 0 172688460 9818112 2043 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 2397 2043 53 142 0 2253 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 57152

[startup+222.541 s]
/proc/loadavg: 1.99 1.54 1.31 3/82 27785
/proc/meminfo: memFree=1772664/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=11452 CPUtime=220.07
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 2519 0 0 0 22005 2 0 0 25 0 1 0 172688460 11726848 2501 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 2863 2501 53 142 0 2719 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 59016

[startup+282.592 s]
/proc/loadavg: 1.99 1.62 1.35 3/82 27785
/proc/meminfo: memFree=1772216/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=11884 CPUtime=279.84
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 2627 0 0 0 27982 2 0 0 25 0 1 0 172688460 12169216 2609 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529354 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 2971 2609 53 142 0 2827 0
Current children cumulated CPU time (s) 281.18
Current children cumulated vsize (KiB) 59448

[startup+342.642 s]
/proc/loadavg: 1.99 1.68 1.39 3/82 27785
/proc/meminfo: memFree=1769016/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=15132 CPUtime=339.61
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 3405 0 0 0 33958 3 0 0 25 0 1 0 172688460 15495168 3387 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 3783 3387 53 142 0 3639 0
Current children cumulated CPU time (s) 340.95
Current children cumulated vsize (KiB) 62696

[startup+402.711 s]
/proc/loadavg: 2.15 1.78 1.44 3/88 27903
/proc/meminfo: memFree=1767744/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=15132 CPUtime=399.27
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 3405 0 0 0 39924 3 0 0 25 0 1 0 172688460 15495168 3387 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 3783 3387 53 142 0 3639 0
Current children cumulated CPU time (s) 400.61
Current children cumulated vsize (KiB) 62696

[startup+462.79 s]
/proc/loadavg: 2.12 1.84 1.48 3/88 27963

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

/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=23588 CPUtime=1058.54
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 5442 0 0 0 105849 5 0 0 25 0 1 0 172688460 24154112 5424 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 5897 5424 53 142 0 5753 0
Current children cumulated CPU time (s) 1059.88
Current children cumulated vsize (KiB) 71152

[startup+1123.33 s]
/proc/loadavg: 2.02 2.00 1.74 3/82 27983
/proc/meminfo: memFree=1760184/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=24060 CPUtime=1118.53
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 5540 0 0 0 111848 5 0 0 25 0 1 0 172688460 24637440 5522 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529327 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6015 5522 53 142 0 5871 0
Current children cumulated CPU time (s) 1119.87
Current children cumulated vsize (KiB) 71624

[startup+1183.37 s]
/proc/loadavg: 2.00 2.00 1.75 3/82 27983
/proc/meminfo: memFree=1759992/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=24208 CPUtime=1178.55
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 5586 0 0 0 117850 5 0 0 25 0 1 0 172688460 24788992 5568 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6052 5568 53 142 0 5908 0
Current children cumulated CPU time (s) 1179.89
Current children cumulated vsize (KiB) 71772

[startup+1243.38 s]
/proc/loadavg: 2.03 2.01 1.77 3/82 27983
/proc/meminfo: memFree=1759352/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=24964 CPUtime=1238.55
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 5736 0 0 0 123850 5 0 0 25 0 1 0 172688460 25563136 5718 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6241 5718 53 142 0 6097 0
Current children cumulated CPU time (s) 1239.89
Current children cumulated vsize (KiB) 72528

[startup+1303.4 s]
/proc/loadavg: 2.01 2.01 1.78 3/82 27983
/proc/meminfo: memFree=1759032/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=25252 CPUtime=1298.56
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 5808 0 0 0 129850 6 0 0 25 0 1 0 172688460 25858048 5790 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134522262 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6313 5790 53 142 0 6169 0
Current children cumulated CPU time (s) 1299.9
Current children cumulated vsize (KiB) 72816

[startup+1363.46 s]
/proc/loadavg: 2.05 2.02 1.79 3/82 27983
/proc/meminfo: memFree=1758648/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=25748 CPUtime=1358.6
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 5900 0 0 0 135854 6 0 0 25 0 1 0 172688460 26365952 5882 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6437 5882 53 142 0 6293 0
Current children cumulated CPU time (s) 1359.94
Current children cumulated vsize (KiB) 73312

[startup+1423.52 s]
/proc/loadavg: 2.02 2.01 1.81 3/82 27985
/proc/meminfo: memFree=1758520/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=25888 CPUtime=1418.64
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 5941 0 0 0 141858 6 0 0 25 0 1 0 172688460 26509312 5923 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6472 5923 53 142 0 6328 0
Current children cumulated CPU time (s) 1419.98
Current children cumulated vsize (KiB) 73452

[startup+1483.59 s]
/proc/loadavg: 2.00 2.00 1.82 3/82 27985
/proc/meminfo: memFree=1758264/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=26020 CPUtime=1478.69
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 5988 0 0 0 147863 6 0 0 25 0 1 0 172688460 26644480 5970 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6505 5970 53 142 0 6361 0
Current children cumulated CPU time (s) 1480.03
Current children cumulated vsize (KiB) 73584

[startup+1543.65 s]
/proc/loadavg: 2.00 2.00 1.82 3/82 27985
/proc/meminfo: memFree=1758072/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=26300 CPUtime=1538.73
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 6046 0 0 0 153867 6 0 0 25 0 1 0 172688460 26931200 6028 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6575 6028 53 142 0 6431 0
Current children cumulated CPU time (s) 1540.07
Current children cumulated vsize (KiB) 73864

[startup+1603.71 s]
/proc/loadavg: 2.00 2.00 1.83 3/82 27985
/proc/meminfo: memFree=1757816/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=26612 CPUtime=1598.77
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 6098 0 0 0 159871 6 0 0 25 0 1 0 172688460 27250688 6080 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6653 6080 53 142 0 6509 0
Current children cumulated CPU time (s) 1600.11
Current children cumulated vsize (KiB) 74176

[startup+1663.77 s]
/proc/loadavg: 2.00 2.00 1.84 3/82 27985
/proc/meminfo: memFree=1757624/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=26784 CPUtime=1658.81
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 6134 0 0 0 165875 6 0 0 25 0 1 0 172688460 27426816 6116 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6696 6116 53 142 0 6552 0
Current children cumulated CPU time (s) 1660.15
Current children cumulated vsize (KiB) 74348

[startup+1723.83 s]
/proc/loadavg: 2.00 2.00 1.84 3/82 27985
/proc/meminfo: memFree=1757368/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=26932 CPUtime=1718.86
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 6194 0 0 0 171880 6 0 0 25 0 1 0 172688460 27578368 6176 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6733 6176 53 142 0 6589 0
Current children cumulated CPU time (s) 1720.2
Current children cumulated vsize (KiB) 74496

[startup+1783.89 s]
/proc/loadavg: 2.03 2.01 1.85 3/82 27985
/proc/meminfo: memFree=1757240/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=27088 CPUtime=1778.9
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 6224 0 0 0 177884 6 0 0 25 0 1 0 172688460 27738112 6206 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6772 6206 53 142 0 6628 0
Current children cumulated CPU time (s) 1780.24
Current children cumulated vsize (KiB) 74652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.74 s]
/proc/loadavg: 2.02 2.01 1.85 3/82 27985
/proc/meminfo: memFree=1757176/2055920 swapFree=4191892/4192956
[pid=27756] ppid=27749 vsize=47564 CPUtime=1.34
/proc/27756/stat : 27756 (galac.sh) S 27749 27756 27630 0 -1 4194304 798 15059 0 1 0 0 125 9 16 0 1 0 172688319 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27756/statm: 11891 362 244 79 0 218 0
[pid=27785] ppid=27756 vsize=27232 CPUtime=1798.76
/proc/27785/stat : 27785 (minisat) R 27756 27756 27630 0 -1 4194304 6242 0 0 0 179869 7 0 0 25 0 1 0 172688460 27885568 6224 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27785/statm: 6808 6224 53 142 0 6664 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 74796

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.75
CPU time (s): 1800.13
CPU user time (s): 1799.96
CPU system time (s): 0.176973
CPU usage (%): 99.7996
Max. virtual memory (cumulated for all children) (KiB): 908628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22138
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= 1105
involuntary context switches= 43746

runsolver used 2.14167 s user time and 5.47817 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Jan  8 07:54:53 UTC 2007


IDJOB= 216517
IDBENCH= 5084
FILE ID= node44/216517-1168242892

PBS_JOBID= 3481773

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/chnl/chnl-15-16.xml
COMMAND LINE= /tmp/evaluation/216517-1168242892/galac.sh /tmp/evaluation/216517-1168242892/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-216517-1168242892 -o ROOT/results/node44/solver-216517-1168242892 -C 1800 -M 900  /tmp/evaluation/216517-1168242892/galac.sh /tmp/evaluation/216517-1168242892/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  4bb9d6c8f624319cd63db1fd70f2a9db

RANDOM SEED= 334939150

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.213
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.213
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:       1797248 kB
Buffers:         31008 kB
Cached:         153512 kB
SwapCached:        304 kB
Active:         101116 kB
Inactive:       102848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797248 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3332 kB
Writeback:           0 kB
Mapped:          28300 kB
Slab:            40404 kB
Committed_AS:  3608500 kB
PageTables:       1596 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= 66544 MiB



End job on node44 on Mon Jan  8 08:24:56 UTC 2007