Trace number 1048097

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 EUNSAT 784.908 792.523

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-15-9-mod.xml
MD5SUM385f043af47298479923ba2256bd9e12
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints49
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension49
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.19	c --- Preproc Stats ---
0.02/0.71	c start processing
0.02/0.71	c start relation processing
0.02/0.71	c start cnf exporting
1.00/1.22	c parsing time : 0.43
1.00/1.22	c preprocessing time : 0.94
1.00/1.22	
1.00/1.22	c Nary constraints - conflicts : 49 supports : 0
1.00/1.22	c Binary constraints - conflicts : 0 supports :0
1.00/1.22	c max arity constraint : 3
1.00/1.22	c Max Tuples generated 729
1.00/1.22	c relations : 1
1.00/1.22	c relations BDD: 0
1.00/1.22	c sampling 0/0
1.00/1.22	c vars : 136 - clauses :  11580
1.00/1.22	
1.00/1.24	 
1.00/1.24	c --- SAT Solver Stats ---
1.00/1.24	 
1.00/1.24	c eSAT 0.1 : minisat core with additionnal features
1.00/1.24	c ============================[ Problem Statistics ]=============================
1.00/1.24	c |                                                                             |
1.00/1.24	c |  Number of variables:  135                                                  |
1.00/1.24	c |  Number of clauses:    11580                                                |
1.00/1.25	c |  Parsing time:         0.01         s                                       |
784.87/792.51	c restarts              : 517
784.87/792.51	c conflicts             : 590608         (754 /sec)
784.87/792.51	c decisions             : 704320         (1.50 % random) (899 /sec)
784.87/792.51	c euip                  : 55405       
784.87/792.51	c propagations          : 10343950       (13197 /sec)
784.87/792.51	c conflict literals     : 16874280       (21.97 % deleted)
784.87/792.51	c Memory used           : 32.27 MB
784.87/792.51	c CPU time              : 783.787 s
784.87/792.51	c 
784.87/792.51	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048097-1215042115/watcher-1048097-1215042115 -o /tmp/evaluation-result-1048097-1215042115/solver-1048097-1215042115 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1048097-1215042115.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.09 1.91 4/81 14910
/proc/meminfo: memFree=798752/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=6348 CPUtime=0
/proc/14910/stat : 14910 (galacE.sh) D 14908 14910 13168 0 -1 4194304 259 0 0 0 0 0 0 0 18 0 1 0 1983178644 6500352 215 996147200 4194304 4520092 548682068832 18446744073709551615 251601322066 0 0 4096 8192 18446744071563479169 0 0 17 0 0 0
/proc/14910/statm: 1587 215 165 79 0 123 0

[startup+0.084079 s]
/proc/loadavg: 2.20 2.09 1.91 4/81 14910
/proc/meminfo: memFree=798752/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=8772 CPUtime=0
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 527 1176 0 0 0 0 0 0 16 0 1 0 1983178644 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 251601322066 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8772

[startup+0.101078 s]
/proc/loadavg: 2.20 2.09 1.91 4/81 14910
/proc/meminfo: memFree=798752/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=8772 CPUtime=0
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 527 1176 0 0 0 0 0 0 16 0 1 0 1983178644 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 251601322066 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8772

[startup+0.301106 s]
/proc/loadavg: 2.20 2.09 1.91 4/81 14910
/proc/meminfo: memFree=798752/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=0.02
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 764 1697 0 0 0 1 0 1 17 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+0.701148 s]
/proc/loadavg: 2.20 2.09 1.91 4/81 14910
/proc/meminfo: memFree=798752/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=0.02
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 764 1697 0 0 0 1 0 1 17 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+1.50124 s]
/proc/loadavg: 2.20 2.09 1.91 3/91 14932
/proc/meminfo: memFree=757520/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 47572

[startup+3.10142 s]
/proc/loadavg: 2.20 2.09 1.91 3/83 14933
/proc/meminfo: memFree=795024/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=4488 CPUtime=1.83
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 814 0 0 0 183 0 0 0 25 0 1 0 1983178768 4595712 788 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 1122 788 80 162 0 957 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 52060

[startup+6.30178 s]
/proc/loadavg: 2.35 2.12 1.92 3/83 14933
/proc/meminfo: memFree=793040/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=5760 CPUtime=5.01
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 1135 0 0 0 500 1 0 0 25 0 1 0 1983178768 5898240 1109 996147200 134512640 135177480 4294955984 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 1440 1109 80 162 0 1275 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 53332

[startup+12.7025 s]
/proc/loadavg: 2.32 2.12 1.92 3/83 14933
/proc/meminfo: memFree=791080/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=7820 CPUtime=11.35
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 1634 0 0 0 1134 1 0 0 25 0 1 0 1983178768 8007680 1608 996147200 134512640 135177480 4294955984 18446744073709551615 134571082 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 1955 1608 80 162 0 1790 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 55392

[startup+25.5019 s]
/proc/loadavg: 2.25 2.11 1.92 3/83 14933
/proc/meminfo: memFree=789864/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=9092 CPUtime=24.03
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 1929 0 0 0 2401 2 0 0 25 0 1 0 1983178768 9310208 1903 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 2273 1903 80 162 0 2108 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 56664

[startup+51.1018 s]
/proc/loadavg: 2.16 2.10 1.92 3/83 14933
/proc/meminfo: memFree=786856/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=12312 CPUtime=49.38
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 2725 0 0 0 4936 2 0 0 25 0 1 0 1983178768 12607488 2699 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 3078 2699 80 162 0 2913 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 59884

[startup+102.306 s]
/proc/loadavg: 2.11 2.10 1.93 3/83 14933
/proc/meminfo: memFree=783784/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=15272 CPUtime=100.11
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 3437 0 0 0 10008 3 0 0 25 0 1 0 1983178768 15638528 3411 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 3818 3411 80 162 0 3653 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 62844

[startup+162.301 s]
/proc/loadavg: 2.07 2.09 1.93 3/83 14933
/proc/meminfo: memFree=781864/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=17320 CPUtime=159.54
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 3858 0 0 0 15951 3 0 0 25 0 1 0 1983178768 17735680 3832 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 4330 3832 80 162 0 4165 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 64892

[startup+222.302 s]
/proc/loadavg: 2.14 2.10 1.94 3/83 14933
/proc/meminfo: memFree=778984/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=20340 CPUtime=218.97
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 4590 0 0 0 21894 3 0 0 25 0 1 0 1983178768 20828160 4564 996147200 134512640 135177480 4294955984 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 5085 4564 80 162 0 4920 0
Current children cumulated CPU time (s) 220.01
Current children cumulated vsize (KiB) 67912

[startup+282.301 s]
/proc/loadavg: 2.18 2.11 1.95 3/83 14934
/proc/meminfo: memFree=778472/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=20680 CPUtime=278.41
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 4690 0 0 0 27838 3 0 0 25 0 1 0 1983178768 21176320 4664 996147200 134512640 135177480 4294955984 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 5170 4664 80 162 0 5005 0
Current children cumulated CPU time (s) 279.45
Current children cumulated vsize (KiB) 68252

[startup+342.301 s]
/proc/loadavg: 2.23 2.14 1.97 3/83 14934
/proc/meminfo: memFree=775208/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=24300 CPUtime=337.85
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 5479 0 0 0 33781 4 0 0 25 0 1 0 1983178768 24883200 5453 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 6075 5453 80 162 0 5910 0
Current children cumulated CPU time (s) 338.89
Current children cumulated vsize (KiB) 71872

[startup+402.302 s]
/proc/loadavg: 2.18 2.14 1.98 3/83 14935
/proc/meminfo: memFree=773544/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=25796 CPUtime=397.29
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 5893 0 0 0 39725 4 0 0 25 0 1 0 1983178768 26415104 5867 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 6449 5867 80 162 0 6284 0
Current children cumulated CPU time (s) 398.33
Current children cumulated vsize (KiB) 73368

[startup+462.302 s]
/proc/loadavg: 2.12 2.13 1.99 3/83 14935
/proc/meminfo: memFree=773096/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=26188 CPUtime=456.72
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 5997 0 0 0 45668 4 0 0 25 0 1 0 1983178768 26816512 5971 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 6547 5971 80 162 0 6382 0
Current children cumulated CPU time (s) 457.76
Current children cumulated vsize (KiB) 73760

[startup+522.301 s]
/proc/loadavg: 2.04 2.10 1.99 3/83 14935
/proc/meminfo: memFree=772712/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=26728 CPUtime=516.16
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 6090 0 0 0 51612 4 0 0 25 0 1 0 1983178768 27369472 6064 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 6682 6064 80 162 0 6517 0
Current children cumulated CPU time (s) 517.2
Current children cumulated vsize (KiB) 74300

[startup+582.302 s]
/proc/loadavg: 2.01 2.08 1.99 3/83 14935
/proc/meminfo: memFree=771368/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=27916 CPUtime=575.61
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 6372 0 0 0 57556 5 0 0 25 0 1 0 1983178768 28585984 6346 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 6979 6346 80 162 0 6814 0
Current children cumulated CPU time (s) 576.65
Current children cumulated vsize (KiB) 75488

[startup+642.302 s]
/proc/loadavg: 2.00 2.06 1.99 3/83 14935
/proc/meminfo: memFree=769448/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=29816 CPUtime=635.04
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 6834 0 0 0 63499 5 0 0 25 0 1 0 1983178768 30531584 6808 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 7454 6808 80 162 0 7289 0
Current children cumulated CPU time (s) 636.08
Current children cumulated vsize (KiB) 77388

[startup+702.301 s]
/proc/loadavg: 2.00 2.05 1.99 3/83 14935
/proc/meminfo: memFree=768488/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=30932 CPUtime=694.47
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 7066 0 0 0 69442 5 0 0 25 0 1 0 1983178768 31674368 7040 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 7733 7040 80 162 0 7568 0
Current children cumulated CPU time (s) 695.51
Current children cumulated vsize (KiB) 78504

[startup+762.307 s]
/proc/loadavg: 2.00 2.04 1.99 3/83 14935
/proc/meminfo: memFree=767080/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=32552 CPUtime=753.92
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 7401 0 0 0 75386 6 0 0 25 0 1 0 1983178768 33333248 7375 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 8138 7375 80 162 0 7973 0
Current children cumulated CPU time (s) 754.96
Current children cumulated vsize (KiB) 80124

Solver just ended. Dumping a history of the last processes samples

[startup+767.901 s]
/proc/loadavg: 2.00 2.04 1.99 3/83 14935
/proc/meminfo: memFree=767016/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=32792 CPUtime=759.46
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 7417 0 0 0 75940 6 0 0 25 0 1 0 1983178768 33579008 7391 996147200 134512640 135177480 4294955984 18446744073709551615 134565307 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 8198 7391 80 162 0 8033 0
Current children cumulated CPU time (s) 760.5
Current children cumulated vsize (KiB) 80364

[startup+780.702 s]
/proc/loadavg: 2.00 2.03 1.99 3/83 14935
/proc/meminfo: memFree=766952/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=32912 CPUtime=772.14
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 7444 0 0 0 77208 6 0 0 25 0 1 0 1983178768 33701888 7418 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 8228 7418 80 162 0 8063 0
Current children cumulated CPU time (s) 773.18
Current children cumulated vsize (KiB) 80484

[startup+787.102 s]
/proc/loadavg: 2.00 2.03 1.99 3/83 14935
/proc/meminfo: memFree=766632/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=33040 CPUtime=778.48
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 7517 0 0 0 77842 6 0 0 25 0 1 0 1983178768 33832960 7491 996147200 134512640 135177480 4294955984 18446744073709551615 134548742 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 8260 7491 80 162 0 8095 0
Current children cumulated CPU time (s) 779.52
Current children cumulated vsize (KiB) 80612

[startup+790.302 s]
/proc/loadavg: 2.00 2.03 1.99 3/83 14935
/proc/meminfo: memFree=766632/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=33040 CPUtime=781.65
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 7517 0 0 0 78159 6 0 0 25 0 1 0 1983178768 33832960 7491 996147200 134512640 135177480 4294955984 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 8260 7491 80 162 0 8095 0
Current children cumulated CPU time (s) 782.69
Current children cumulated vsize (KiB) 80612

[startup+791.902 s]
/proc/loadavg: 2.00 2.03 1.99 3/83 14935
/proc/meminfo: memFree=766632/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=33040 CPUtime=783.24
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 7517 0 0 0 78318 6 0 0 25 0 1 0 1983178768 33832960 7491 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 8260 7491 80 162 0 8095 0
Current children cumulated CPU time (s) 784.28
Current children cumulated vsize (KiB) 80612

[startup+792.302 s]
/proc/loadavg: 2.00 2.03 1.99 3/83 14935
/proc/meminfo: memFree=766632/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=33040 CPUtime=783.63
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 7517 0 0 0 78357 6 0 0 25 0 1 0 1983178768 33832960 7491 996147200 134512640 135177480 4294955984 18446744073709551615 134558388 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 8260 7491 80 162 0 8095 0
Current children cumulated CPU time (s) 784.67
Current children cumulated vsize (KiB) 80612

[startup+792.502 s]
/proc/loadavg: 2.00 2.03 1.99 3/83 14935
/proc/meminfo: memFree=766632/2055920 swapFree=4179460/4192956
[pid=14910] ppid=14908 vsize=47572 CPUtime=1.04
/proc/14910/stat : 14910 (galacE.sh) S 14908 14910 13168 0 -1 4194304 798 19125 0 1 0 1 91 12 16 0 1 0 1983178644 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14910/statm: 11893 363 244 79 0 219 0
[pid=14933] ppid=14910 vsize=33040 CPUtime=783.83
/proc/14933/stat : 14933 (eSAT_static) R 14910 14910 13168 0 -1 4194304 7517 0 0 0 78377 6 0 0 25 0 1 0 1983178768 33832960 7491 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14933/statm: 8260 7491 80 162 0 8095 0
Current children cumulated CPU time (s) 784.87
Current children cumulated vsize (KiB) 80612

Child status: 0
Real time (s): 792.523
CPU time (s): 784.908
CPU user time (s): 784.703
CPU system time (s): 0.204968
CPU usage (%): 99.0392
Max. virtual memory (cumulated for all children) (KiB): 860332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 784.703
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27638
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= 915
involuntary context switches= 17720

runsolver used 0.931858 second user time and 2.67959 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-03 01:41:56
IDJOB=1048097
IDBENCH=54347
IDSOLVER=351
FILE ID=node91/1048097-1215042115
PBS_JOBID= 7874995
Free space on /tmp= 66552 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-15-9-mod.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048097-1215042115/watcher-1048097-1215042115 -o /tmp/evaluation-result-1048097-1215042115/solver-1048097-1215042115 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1048097-1215042115.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 385f043af47298479923ba2256bd9e12
RANDOM SEED=1839464088

node91.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        799168 kB
Buffers:          4436 kB
Cached:         391316 kB
SwapCached:       7080 kB
Active:         869308 kB
Inactive:       350520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        799168 kB
SwapTotal:     4192956 kB
SwapFree:      4179460 kB
Dirty:            3352 kB
Writeback:           0 kB
Mapped:         833116 kB
Slab:            19980 kB
Committed_AS: 13081496 kB
PageTables:       3768 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= 66548 MiB
End job on node91 at 2008-07-03 01:55:08