Trace number 1098365

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 1416.62 1430.03

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-29_ext.xml
MD5SUM93aa700429368f2010e6c620446ec107
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18.3242
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints330
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension330
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.05/1.13	c start processing
1.05/1.13	c start relation processing
1.05/1.14	c start cnf exporting
2.14/2.24	c parsing time : 1.001
2.14/2.24	c preprocessing time : 2.111
2.14/2.24	
2.14/2.24	c Nary constraints - conflicts : 0 supports : 0
2.14/2.24	c Binary constraints - conflicts : 311 supports :19
2.14/2.24	c max arity constraint : 2
2.14/2.24	c Max Tuples generated 0
2.14/2.24	c relations : 330
2.14/2.24	c relations BDD: 0
2.14/2.24	c sampling 0/0
2.14/2.24	c vars : 761 - clauses :  37987
2.14/2.24	
2.14/2.29	 
2.14/2.29	c --- SAT Solver Stats ---
2.14/2.29	 
2.14/2.29	c eSAT 0.1 : minisat core with additionnal features
2.14/2.29	c ============================[ Problem Statistics ]=============================
2.14/2.29	c |                                                                             |
2.14/2.30	c |  Number of variables:  760                                                  |
2.14/2.30	c |  Number of clauses:    37987                                                |
2.19/2.32	c |  Parsing time:         0.02         s                                       |
1416.57/1430.01	c restarts              : 802
1416.57/1430.01	c conflicts             : 939975         (665 /sec)
1416.57/1430.01	c decisions             : 1311213        (1.68 % random) (927 /sec)
1416.57/1430.01	c euip                  : 100270      
1416.57/1430.01	c propagations          : 84661465       (59866 /sec)
1416.57/1430.01	c conflict literals     : 56914252       (37.68 % deleted)
1416.57/1430.01	c Memory used           : 74.23 MB
1416.57/1430.01	c CPU time              : 1414.17 s
1416.57/1430.01	c 
1416.57/1430.01	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-1098365-1215283410/watcher-1098365-1215283410 -o /tmp/evaluation-result-1098365-1215283410/solver-1098365-1215283410 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1098365-1215283410.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.12 2.03 2.01 4/81 12875
/proc/meminfo: memFree=1720272/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=8652 CPUtime=0
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007316359 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 2163 280 208 79 0 156 0
[pid=12876] ppid=12875 vsize=8688 CPUtime=0
/proc/12876/stat : 12876 (galacE.sh) S 12875 12875 9228 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2007316359 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 259913384018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/12876/statm: 2172 286 209 79 0 165 0
[pid=12877] ppid=12876 vsize=8728 CPUtime=0
/proc/12877/stat : 12877 (galacE.sh) R 12876 12875 9228 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2007316359 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 259913215271 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/12877/statm: 2182 290 209 79 0 175 0

[startup+0.023774 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 12875
/proc/meminfo: memFree=1720272/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=8768 CPUtime=0
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 2007316359 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8768

[startup+0.101784 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 12875
/proc/meminfo: memFree=1720272/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=0.01
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301806 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 12875
/proc/meminfo: memFree=1720272/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=0.01
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701845 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 12875
/proc/meminfo: memFree=1720272/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=0.01
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50292 s]
/proc/loadavg: 2.12 2.03 2.01 4/91 12897
/proc/meminfo: memFree=1660864/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=0.01
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12889] ppid=12875 vsize=812752 CPUtime=1.44
/proc/12889/stat : 12889 (java) S 12875 12875 9228 0 -1 0 19889 0 1 0 134 10 0 0 18 0 9 0 2007316362 832258048 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12889/statm: 203188 19306 1911 9 0 197169 0
[pid=12889/tid=12890] ppid=12875 vsize=812752 CPUtime=1.12
/proc/12889/task/12890/stat : 12890 (java) R 12875 12875 9228 0 -1 64 14546 0 1 0 105 7 0 0 25 0 9 0 2007316364 832258048 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4126612695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12891] ppid=12875 vsize=812752 CPUtime=0.03
/proc/12889/task/12891/stat : 12891 (java) S 12875 12875 9228 0 -1 64 3790 0 0 0 2 1 0 0 17 0 9 0 2007316365 832258048 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12892] ppid=12875 vsize=812752 CPUtime=0
/proc/12889/task/12892/stat : 12892 (java) S 12875 12875 9228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007316365 832258048 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12893] ppid=12875 vsize=812752 CPUtime=0
/proc/12889/task/12893/stat : 12893 (java) S 12875 12875 9228 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007316365 832258048 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12894] ppid=12875 vsize=812752 CPUtime=0
/proc/12889/task/12894/stat : 12894 (java) S 12875 12875 9228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007316367 832258048 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12895] ppid=12875 vsize=812752 CPUtime=0.25
/proc/12889/task/12895/stat : 12895 (java) S 12875 12875 9228 0 -1 64 854 0 0 0 25 0 0 0 16 0 9 0 2007316367 832258048 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12896] ppid=12875 vsize=812752 CPUtime=0
/proc/12889/task/12896/stat : 12896 (java) S 12875 12875 9228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007316367 832258048 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12897] ppid=12875 vsize=812752 CPUtime=0
/proc/12889/task/12897/stat : 12897 (java) S 12875 12875 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007316367 832258048 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860312

[startup+3.10107 s]
/proc/loadavg: 2.12 2.03 2.01 3/91 12897
/proc/meminfo: memFree=1643328/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 47560

[startup+6.30238 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 12898
/proc/meminfo: memFree=1713536/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=6668 CPUtime=3.96
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 1512 0 0 0 395 1 0 0 25 0 1 0 2007316588 6828032 1415 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 1667 1415 80 162 0 1502 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 54228

[startup+12.702 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 12898
/proc/meminfo: memFree=1710592/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=9572 CPUtime=10.3
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 2240 0 0 0 1029 1 0 0 25 0 1 0 2007316588 9801728 2143 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 2393 2143 80 162 0 2228 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 57132

[startup+25.5012 s]
/proc/loadavg: 2.08 2.03 2.00 3/83 12898
/proc/meminfo: memFree=1706368/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=13880 CPUtime=22.98
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 3323 0 0 0 2295 3 0 0 25 0 1 0 2007316588 14213120 3226 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 3470 3226 80 162 0 3305 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 61440

[startup+51.1017 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 12898
/proc/meminfo: memFree=1702400/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=17868 CPUtime=48.34
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 4298 0 0 0 4830 4 0 0 25 0 1 0 2007316588 18296832 4201 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 4467 4201 80 162 0 4302 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 65428

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 12898
/proc/meminfo: memFree=1695680/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=24636 CPUtime=99.06
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 5969 0 0 0 9900 6 0 0 25 0 1 0 2007316588 25227264 5872 996147200 134512640 135177480 4294955968 18446744073709551615 134565036 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 6159 5872 80 162 0 5994 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 72196

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 12898
/proc/meminfo: memFree=1690304/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=29848 CPUtime=158.51
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 7287 0 0 0 15843 8 0 0 25 0 1 0 2007316588 30564352 7190 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 7462 7190 80 162 0 7297 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 77408

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 12898
/proc/meminfo: memFree=1685760/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=34484 CPUtime=217.93
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 8416 0 0 0 21784 9 0 0 25 0 1 0 2007316588 35311616 8319 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 8621 8319 80 162 0 8456 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 82044

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12898
/proc/meminfo: memFree=1684864/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=35544 CPUtime=277.37
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 8622 0 0 0 27728 9 0 0 25 0 1 0 2007316588 36397056 8525 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 8886 8525 80 162 0 8721 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 83104

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12898
/proc/meminfo: memFree=1675328/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0

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


[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12898
/proc/meminfo: memFree=1651008/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=69504 CPUtime=990.65
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 17008 0 0 0 99046 19 0 0 25 0 1 0 2007316588 71172096 16911 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 17376 16911 80 162 0 17211 0
Current children cumulated CPU time (s) 992.84
Current children cumulated vsize (KiB) 117064

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12904
/proc/meminfo: memFree=1646080/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=74460 CPUtime=1050.07
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18207 0 0 0 104987 20 0 0 25 0 1 0 2007316588 76247040 18110 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 18615 18110 80 162 0 18450 0
Current children cumulated CPU time (s) 1052.26
Current children cumulated vsize (KiB) 122020

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12904
/proc/meminfo: memFree=1646016/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=74600 CPUtime=1109.51
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18220 0 0 0 110930 21 0 0 25 0 1 0 2007316588 76390400 18123 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 18650 18123 80 162 0 18485 0
Current children cumulated CPU time (s) 1111.7
Current children cumulated vsize (KiB) 122160

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12904
/proc/meminfo: memFree=1646016/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=74600 CPUtime=1168.95
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18220 0 0 0 116874 21 0 0 25 0 1 0 2007316588 76390400 18123 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 18650 18123 80 162 0 18485 0
Current children cumulated CPU time (s) 1171.14
Current children cumulated vsize (KiB) 122160

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12904
/proc/meminfo: memFree=1645824/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=74600 CPUtime=1228.39
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18222 0 0 0 122818 21 0 0 25 0 1 0 2007316588 76390400 18125 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 18650 18125 80 162 0 18485 0
Current children cumulated CPU time (s) 1230.58
Current children cumulated vsize (KiB) 122160

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12904
/proc/meminfo: memFree=1645632/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=74812 CPUtime=1287.83
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18276 0 0 0 128762 21 0 0 25 0 1 0 2007316588 76607488 18179 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 18703 18179 80 162 0 18538 0
Current children cumulated CPU time (s) 1290.02
Current children cumulated vsize (KiB) 122372

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12904
/proc/meminfo: memFree=1644992/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=75452 CPUtime=1347.27
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18426 0 0 0 134706 21 0 0 25 0 1 0 2007316588 77262848 18329 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 18863 18329 80 162 0 18698 0
Current children cumulated CPU time (s) 1349.46
Current children cumulated vsize (KiB) 123012

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12904
/proc/meminfo: memFree=1644416/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=76012 CPUtime=1406.7
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18580 0 0 0 140649 21 0 0 25 0 1 0 2007316588 77836288 18483 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12898/statm: 19003 18483 80 162 0 18838 0
Current children cumulated CPU time (s) 1408.89
Current children cumulated vsize (KiB) 123572

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

[startup+1423.9 s]
/proc/loadavg: 2.00 2.00 2.00 2/72 12907
/proc/meminfo: memFree=1654680/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=76012 CPUtime=1408.28
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18580 0 0 0 140807 21 0 0 25 0 1 0 2007316588 77836288 18483 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12898/statm: 19003 18483 80 162 0 18838 0
Current children cumulated CPU time (s) 1410.47
Current children cumulated vsize (KiB) 123572

[startup+1427.1 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 12946
/proc/meminfo: memFree=1621312/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=76012 CPUtime=1411.47
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18580 0 0 0 141125 22 0 0 25 0 1 0 2007316588 77836288 18483 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12898/statm: 19003 18483 80 162 0 18838 0
Current children cumulated CPU time (s) 1413.66
Current children cumulated vsize (KiB) 123572

[startup+1428.7 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 12946
/proc/meminfo: memFree=1620992/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=76012 CPUtime=1413.07
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18584 0 0 0 141285 22 0 0 25 0 1 0 2007316588 77836288 18487 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12898/statm: 19003 18487 80 162 0 18838 0
Current children cumulated CPU time (s) 1415.26
Current children cumulated vsize (KiB) 123572

[startup+1429.5 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 12946
/proc/meminfo: memFree=1620928/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=76012 CPUtime=1413.87
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18584 0 0 0 141365 22 0 0 25 0 1 0 2007316588 77836288 18487 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12898/statm: 19003 18487 80 162 0 18838 0
Current children cumulated CPU time (s) 1416.06
Current children cumulated vsize (KiB) 123572

[startup+1429.9 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 12946
/proc/meminfo: memFree=1620928/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=76012 CPUtime=1414.28
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18586 0 0 0 141406 22 0 0 25 0 1 0 2007316588 77836288 18489 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/12898/statm: 19003 18489 80 162 0 18838 0
Current children cumulated CPU time (s) 1416.47
Current children cumulated vsize (KiB) 123572

[startup+1430.01 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 12946
/proc/meminfo: memFree=1620928/2055920 swapFree=4180028/4192956
[pid=12875] ppid=12873 vsize=47560 CPUtime=2.19
/proc/12875/stat : 12875 (galacE.sh) S 12873 12875 9228 0 -1 4194304 799 23056 0 1 0 0 205 14 17 0 1 0 2007316359 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12875/statm: 11890 364 245 79 0 219 0
[pid=12898] ppid=12875 vsize=76012 CPUtime=1414.38
/proc/12898/stat : 12898 (eSAT_static) R 12875 12875 9228 0 -1 4194304 18586 0 0 0 141416 22 0 0 25 0 1 0 2007316588 77836288 18489 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12898/statm: 19003 18489 80 162 0 18838 0
Current children cumulated CPU time (s) 1416.57
Current children cumulated vsize (KiB) 123572

Child status: 0
Real time (s): 1430.03
CPU time (s): 1416.62
CPU user time (s): 1416.24
CPU system time (s): 0.386941
CPU usage (%): 99.0622
Max. virtual memory (cumulated for all children) (KiB): 860312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1416.24
system time used= 0.386941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42640
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= 821
involuntary context switches= 56154

runsolver used 1.89771 second user time and 4.6123 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-05 20:43:30
IDJOB=1098365
IDBENCH=59620
IDSOLVER=351
FILE ID=node4/1098365-1215283410
PBS_JOBID= 7882127
Free space on /tmp= 66508 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-29_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1098365-1215283410/watcher-1098365-1215283410 -o /tmp/evaluation-result-1098365-1215283410/solver-1098365-1215283410 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1098365-1215283410.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 93aa700429368f2010e6c620446ec107
RANDOM SEED=1614430057

node4.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.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:       1720816 kB
Buffers:         51080 kB
Cached:         209908 kB
SwapCached:       7000 kB
Active:         178372 kB
Inactive:       103596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720816 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            3280 kB
Writeback:           0 kB
Mapped:          37144 kB
Slab:            38112 kB
Committed_AS:  3411368 kB
PageTables:       2012 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= 66504 MiB
End job on node4 at 2008-07-05 21:07:20