Trace number 1047929

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 808.924 816.652

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-50-9-mod.xml
MD5SUM4312a5e57186bf6bd2a848a5a1f0f4ee
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.043993
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints600
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.06	c --- Preproc Stats ---
0.92/1.04	c start processing
0.92/1.04	c start relation processing
0.92/1.04	c start cnf exporting
5.67/5.81	c parsing time : 0.879
5.67/5.81	c preprocessing time : 5.653
5.67/5.81	
5.67/5.81	c Nary constraints - conflicts : 600 supports : 0
5.67/5.81	c Binary constraints - conflicts : 0 supports :0
5.67/5.81	c max arity constraint : 3
5.67/5.81	c Max Tuples generated 729
5.67/5.81	c relations : 1
5.67/5.81	c relations BDD: 0
5.67/5.81	c sampling 0/0
5.67/5.81	c vars : 451 - clauses :  136850
5.67/5.81	
5.67/5.87	 
5.67/5.87	c --- SAT Solver Stats ---
5.67/5.87	 
5.67/5.87	c eSAT 0.1 : minisat core with additionnal features
5.67/5.87	c ============================[ Problem Statistics ]=============================
5.67/5.87	c |                                                                             |
5.67/5.87	c |  Number of variables:  450                                                  |
5.67/5.87	c |  Number of clauses:    136850                                               |
5.70/5.96	c |  Parsing time:         0.08         s                                       |
808.84/816.63	c restarts              : 491
808.84/816.63	c conflicts             : 508372         (633 /sec)
808.84/816.63	c decisions             : 638937         (2.25 % random) (796 /sec)
808.84/816.63	c euip                  : 53174       
808.84/816.63	c propagations          : 31043930       (38655 /sec)
808.84/816.63	c conflict literals     : 18411414       (22.38 % deleted)
808.84/816.63	c Memory used           : 39.47 MB
808.84/816.63	c CPU time              : 803.102 s
808.84/816.63	c 
808.84/816.63	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-1047929-1215041644/watcher-1047929-1215041644 -o /tmp/evaluation-result-1047929-1215041644/solver-1047929-1215041644 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1047929-1215041644.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.01 2.06 1.84 4/81 18710
/proc/meminfo: memFree=1828112/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=18572 CPUtime=0
/proc/18710/stat : 18710 (runsolver) R 18708 18710 18316 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1983138465 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18710/statm: 4643 292 257 25 0 2626 0

[startup+0.0999799 s]
/proc/loadavg: 2.01 2.06 1.84 4/81 18710
/proc/meminfo: memFree=1828112/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=0.01
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 20 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102974 s]
/proc/loadavg: 2.01 2.06 1.84 4/81 18710
/proc/meminfo: memFree=1828112/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=0.01
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 20 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302996 s]
/proc/loadavg: 2.01 2.06 1.84 4/81 18710
/proc/meminfo: memFree=1828112/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=0.01
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 20 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701033 s]
/proc/loadavg: 2.01 2.06 1.84 4/81 18710
/proc/meminfo: memFree=1828112/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=0.01
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 20 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50111 s]
/proc/loadavg: 2.01 2.06 1.84 3/91 18732
/proc/meminfo: memFree=1787328/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=0.01
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 20 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18724] ppid=18710 vsize=812760 CPUtime=1.4
/proc/18724/stat : 18724 (java) S 18710 18710 18316 0 -1 0 18185 0 1 0 130 10 0 0 18 0 9 0 1983138471 832266240 17412 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18724/statm: 203190 17412 2587 9 0 197171 0
[pid=18724/tid=18725] ppid=18710 vsize=812760 CPUtime=1.05
/proc/18724/task/18725/stat : 18725 (java) R 18710 18710 18316 0 -1 64 12212 0 1 0 97 8 0 0 25 0 9 0 1983138472 832266240 17412 996147200 134512640 134550740 4294955616 18446744073709551615 4126604515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18726] ppid=18710 vsize=812760 CPUtime=0.04
/proc/18724/task/18726/stat : 18726 (java) S 18710 18710 18316 0 -1 64 4388 0 0 0 3 1 0 0 16 0 9 0 1983138474 832266240 17412 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18727] ppid=18710 vsize=812760 CPUtime=0
/proc/18724/task/18727/stat : 18727 (java) S 18710 18710 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983138474 832266240 17412 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18728] ppid=18710 vsize=812760 CPUtime=0
/proc/18724/task/18728/stat : 18728 (java) S 18710 18710 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983138474 832266240 17412 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18729] ppid=18710 vsize=812760 CPUtime=0
/proc/18724/task/18729/stat : 18729 (java) S 18710 18710 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983138476 832266240 17412 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18730] ppid=18710 vsize=812760 CPUtime=0.28
/proc/18724/task/18730/stat : 18730 (java) S 18710 18710 18316 0 -1 64 886 0 0 0 28 0 0 0 16 0 9 0 1983138476 832266240 17412 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18731] ppid=18710 vsize=812760 CPUtime=0
/proc/18724/task/18731/stat : 18731 (java) S 18710 18710 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983138476 832266240 17412 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18732] ppid=18710 vsize=812760 CPUtime=0
/proc/18724/task/18732/stat : 18732 (java) S 18710 18710 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983138476 832266240 17412 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 860324

[startup+3.10125 s]
/proc/loadavg: 2.00 2.06 1.84 3/91 18732
/proc/meminfo: memFree=1757568/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=0.01
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 20 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18724] ppid=18710 vsize=812760 CPUtime=2.99
/proc/18724/stat : 18724 (java) S 18710 18710 18316 0 -1 0 20628 0 1 0 287 12 0 0 18 0 9 0 1983138471 832266240 19851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18724/statm: 203190 19851 2591 9 0 197171 0
[pid=18724/tid=18725] ppid=18710 vsize=812760 CPUtime=2.62
/proc/18724/task/18725/stat : 18725 (java) R 18710 18710 18316 0 -1 64 14589 0 1 0 253 9 0 0 25 0 9 0 1983138472 832266240 19851 996147200 134512640 134550740 4294955616 18446744073709551615 4126703495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18726] ppid=18710 vsize=812760 CPUtime=0.05
/proc/18724/task/18726/stat : 18726 (java) S 18710 18710 18316 0 -1 64 4454 0 0 0 4 1 0 0 16 0 9 0 1983138474 832266240 19851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18727] ppid=18710 vsize=812760 CPUtime=0
/proc/18724/task/18727/stat : 18727 (java) S 18710 18710 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983138474 832266240 19851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18728] ppid=18710 vsize=812760 CPUtime=0
/proc/18724/task/18728/stat : 18728 (java) S 18710 18710 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983138474 832266240 19851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18729] ppid=18710 vsize=812760 CPUtime=0
/proc/18724/task/18729/stat : 18729 (java) S 18710 18710 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983138476 832266240 19851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18730] ppid=18710 vsize=812760 CPUtime=0.28
/proc/18724/task/18730/stat : 18730 (java) S 18710 18710 18316 0 -1 64 886 0 0 0 28 0 0 0 16 0 9 0 1983138476 832266240 19851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18731] ppid=18710 vsize=812760 CPUtime=0
/proc/18724/task/18731/stat : 18731 (java) S 18710 18710 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983138476 832266240 19851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18724/tid=18732] ppid=18710 vsize=812760 CPUtime=0
/proc/18724/task/18732/stat : 18732 (java) S 18710 18710 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983138476 832266240 19851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 860324

[startup+6.30153 s]
/proc/loadavg: 2.00 2.06 1.84 3/91 18733
/proc/meminfo: memFree=1755648/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 47564

[startup+12.7011 s]
/proc/loadavg: 2.00 2.06 1.84 3/83 18734
/proc/meminfo: memFree=1809280/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=16844 CPUtime=6.75
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 4032 0 0 0 674 1 0 0 25 0 1 0 1983139052 17248256 4014 996147200 134512640 135177480 4294955984 18446744073709551615 134537400 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 4211 4014 76 162 0 4046 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 64408

[startup+25.5023 s]
/proc/loadavg: 2.08 2.07 1.84 3/83 18735
/proc/meminfo: memFree=1810816/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=15152 CPUtime=19.44
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 4088 0 0 0 1942 2 0 0 25 0 1 0 1983139052 15515648 3640 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 3788 3640 80 162 0 3623 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 62716

[startup+51.1026 s]
/proc/loadavg: 2.11 2.08 1.85 3/83 18735
/proc/meminfo: memFree=1810880/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=15152 CPUtime=44.8
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 4088 0 0 0 4478 2 0 0 25 0 1 0 1983139052 15515648 3640 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 3788 3640 80 162 0 3623 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 62716

[startup+102.307 s]
/proc/loadavg: 2.09 2.08 1.86 3/83 18735
/proc/meminfo: memFree=1806336/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=19772 CPUtime=95.51
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 5186 0 0 0 9549 2 0 0 25 0 1 0 1983139052 20246528 4738 996147200 134512640 135177480 4294955984 18446744073709551615 134565271 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 4943 4738 80 162 0 4778 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 67336

[startup+162.303 s]
/proc/loadavg: 2.08 2.08 1.87 3/83 18735
/proc/meminfo: memFree=1804160/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=22060 CPUtime=154.96
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 5723 0 0 0 15493 3 0 0 25 0 1 0 1983139052 22589440 5275 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 5515 5275 80 162 0 5350 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 69624

[startup+222.303 s]
/proc/loadavg: 2.34 2.15 1.91 3/83 18735
/proc/meminfo: memFree=1801472/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=24976 CPUtime=214.39
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 6381 0 0 0 21436 3 0 0 25 0 1 0 1983139052 25575424 5933 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 6244 5933 80 162 0 6079 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 72540

[startup+282.302 s]
/proc/loadavg: 2.23 2.15 1.92 3/83 18735
/proc/meminfo: memFree=1799552/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=26916 CPUtime=273.83

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


[startup+522.303 s]
/proc/loadavg: 2.03 2.10 1.94 3/83 18735
/proc/meminfo: memFree=1792192/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=34384 CPUtime=511.59
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 8664 0 0 0 51153 6 0 0 25 0 1 0 1983139052 35209216 8216 996147200 134512640 135177480 4294955984 18446744073709551615 134571053 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 8596 8216 80 162 0 8431 0
Current children cumulated CPU time (s) 517.29
Current children cumulated vsize (KiB) 81948

[startup+582.301 s]
/proc/loadavg: 2.01 2.08 1.94 3/83 18735
/proc/meminfo: memFree=1791936/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=34548 CPUtime=571.03
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 8708 0 0 0 57097 6 0 0 25 0 1 0 1983139052 35377152 8260 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 8637 8260 80 162 0 8472 0
Current children cumulated CPU time (s) 576.73
Current children cumulated vsize (KiB) 82112

[startup+642.302 s]
/proc/loadavg: 2.00 2.06 1.94 3/83 18735
/proc/meminfo: memFree=1789312/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=37620 CPUtime=630.47
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 9401 0 0 0 63040 7 0 0 25 0 1 0 1983139052 38522880 8953 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 9405 8953 80 162 0 9240 0
Current children cumulated CPU time (s) 636.17
Current children cumulated vsize (KiB) 85184

[startup+702.301 s]
/proc/loadavg: 2.00 2.05 1.94 3/83 18735
/proc/meminfo: memFree=1787072/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=39868 CPUtime=689.91
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 9940 0 0 0 68984 7 0 0 25 0 1 0 1983139052 40824832 9492 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 9967 9492 80 162 0 9802 0
Current children cumulated CPU time (s) 695.61
Current children cumulated vsize (KiB) 87432

[startup+762.307 s]
/proc/loadavg: 2.05 2.05 1.95 3/83 18735
/proc/meminfo: memFree=1786816/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=39868 CPUtime=749.35
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 9963 0 0 0 74927 8 0 0 25 0 1 0 1983139052 40824832 9515 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 9967 9515 80 162 0 9802 0
Current children cumulated CPU time (s) 755.05
Current children cumulated vsize (KiB) 87432

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

[startup+767.902 s]
/proc/loadavg: 2.05 2.05 1.95 3/83 18735
/proc/meminfo: memFree=1786816/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=39868 CPUtime=754.9
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 9963 0 0 0 75482 8 0 0 25 0 1 0 1983139052 40824832 9515 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 9967 9515 80 162 0 9802 0
Current children cumulated CPU time (s) 760.6
Current children cumulated vsize (KiB) 87432

[startup+793.501 s]
/proc/loadavg: 2.03 2.05 1.95 3/83 18735
/proc/meminfo: memFree=1786816/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=40088 CPUtime=780.26
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 9985 0 0 0 78018 8 0 0 25 0 1 0 1983139052 41050112 9537 996147200 134512640 135177480 4294955984 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 10022 9537 80 162 0 9857 0
Current children cumulated CPU time (s) 785.96
Current children cumulated vsize (KiB) 87652

[startup+806.306 s]
/proc/loadavg: 2.02 2.04 1.95 3/83 18735
/proc/meminfo: memFree=1786688/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=40252 CPUtime=792.94
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 10021 0 0 0 79286 8 0 0 25 0 1 0 1983139052 41218048 9573 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 10063 9573 80 162 0 9898 0
Current children cumulated CPU time (s) 798.64
Current children cumulated vsize (KiB) 87816

[startup+812.702 s]
/proc/loadavg: 2.02 2.04 1.95 3/83 18735
/proc/meminfo: memFree=1786688/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=40416 CPUtime=799.28
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 10050 0 0 0 79920 8 0 0 25 0 1 0 1983139052 41385984 9602 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 10104 9602 80 162 0 9939 0
Current children cumulated CPU time (s) 804.98
Current children cumulated vsize (KiB) 87980

[startup+814.301 s]
/proc/loadavg: 2.02 2.04 1.95 3/83 18735
/proc/meminfo: memFree=1786560/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=40416 CPUtime=800.86
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 10050 0 0 0 80078 8 0 0 25 0 1 0 1983139052 41385984 9602 996147200 134512640 135177480 4294955984 18446744073709551615 134565284 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 10104 9602 80 162 0 9939 0
Current children cumulated CPU time (s) 806.56
Current children cumulated vsize (KiB) 87980

[startup+815.901 s]
/proc/loadavg: 2.02 2.04 1.95 3/83 18735
/proc/meminfo: memFree=1786560/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=40416 CPUtime=802.45
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 10054 0 0 0 80237 8 0 0 25 0 1 0 1983139052 41385984 9606 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 10104 9606 80 162 0 9939 0
Current children cumulated CPU time (s) 808.15
Current children cumulated vsize (KiB) 87980

[startup+816.301 s]
/proc/loadavg: 2.02 2.04 1.95 3/83 18735
/proc/meminfo: memFree=1786560/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=40416 CPUtime=802.84
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 10054 0 0 0 80276 8 0 0 25 0 1 0 1983139052 41385984 9606 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 10104 9606 80 162 0 9939 0
Current children cumulated CPU time (s) 808.54
Current children cumulated vsize (KiB) 87980

[startup+816.501 s]
/proc/loadavg: 2.02 2.04 1.95 3/83 18735
/proc/meminfo: memFree=1786560/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=40416 CPUtime=803.04
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 10054 0 0 0 80296 8 0 0 25 0 1 0 1983139052 41385984 9606 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 10104 9606 80 162 0 9939 0
Current children cumulated CPU time (s) 808.74
Current children cumulated vsize (KiB) 87980

[startup+816.601 s]
/proc/loadavg: 2.02 2.04 1.95 3/83 18735
/proc/meminfo: memFree=1786560/2055920 swapFree=4180084/4192956
[pid=18710] ppid=18708 vsize=47564 CPUtime=5.7
/proc/18710/stat : 18710 (galacE.sh) S 18708 18710 18316 0 -1 4194304 800 22343 0 1 0 0 555 15 17 0 1 0 1983138465 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18710/statm: 11891 365 246 79 0 219 0
[pid=18734] ppid=18710 vsize=40416 CPUtime=803.14
/proc/18734/stat : 18734 (eSAT_static) R 18710 18710 18316 0 -1 4194304 10054 0 0 0 80306 8 0 0 25 0 1 0 1983139052 41385984 9606 996147200 134512640 135177480 4294955984 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/18734/statm: 10104 9606 80 162 0 9939 0
Current children cumulated CPU time (s) 808.84
Current children cumulated vsize (KiB) 87980

Child status: 0
Real time (s): 816.652
CPU time (s): 808.924
CPU user time (s): 808.666
CPU system time (s): 0.25796
CPU usage (%): 99.0537
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 808.666
system time used= 0.25796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33397
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= 1492
involuntary context switches= 33941

runsolver used 1.12083 second user time and 2.5996 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-03 01:34:04
IDJOB=1047929
IDBENCH=54339
IDSOLVER=351
FILE ID=node25/1047929-1215041644
PBS_JOBID= 7875124
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4312a5e57186bf6bd2a848a5a1f0f4ee
RANDOM SEED=1405763559

node25.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.234
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.234
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:       1828592 kB
Buffers:         16652 kB
Cached:         104480 kB
SwapCached:       6504 kB
Active:          71248 kB
Inactive:        86752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828592 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            3176 kB
Writeback:           0 kB
Mapped:          52436 kB
Slab:            54216 kB
Committed_AS:  3443932 kB
PageTables:       2072 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= 66536 MiB
End job on node25 at 2008-07-03 01:47:41