Trace number 1097507

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 197.255 199.207

General information on the benchmark

Namecsp/tightness0.35/
normalized-rand-2-40-16-250-350-90_ext.xml
MD5SUMc866bb6a5cbfacfad286a14d732ce0db
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 benchmark7.62584
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
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 ---
0.01/0.79	c start processing
0.01/0.79	c start relation processing
0.01/0.79	c start cnf exporting
1.55/1.60	c parsing time : 0.664
1.55/1.61	c preprocessing time : 1.482
1.55/1.61	
1.55/1.61	c Nary constraints - conflicts : 0 supports : 0
1.55/1.61	c Binary constraints - conflicts : 250 supports :0
1.55/1.61	c max arity constraint : 2
1.55/1.61	c Max Tuples generated 0
1.55/1.61	c relations : 250
1.55/1.61	c relations BDD: 0
1.55/1.61	c sampling 0/0
1.55/1.61	c vars : 641 - clauses :  27288
1.55/1.61	
1.55/1.66	 
1.55/1.67	c --- SAT Solver Stats ---
1.55/1.67	 
1.55/1.67	c eSAT 0.1 : minisat core with additionnal features
1.55/1.67	c ============================[ Problem Statistics ]=============================
1.55/1.67	c |                                                                             |
1.55/1.67	c |  Number of variables:  640                                                  |
1.55/1.67	c |  Number of clauses:    27288                                                |
1.55/1.68	c |  Parsing time:         0.01         s                                       |
197.12/199.19	c restarts              : 544
197.12/199.19	c conflicts             : 492216         (2516 /sec)
197.12/199.19	c decisions             : 693279         (1.81 % random) (3544 /sec)
197.12/199.19	c euip                  : 52055       
197.12/199.19	c propagations          : 36317109       (185673 /sec)
197.12/199.19	c conflict literals     : 15447202       (49.41 % deleted)
197.12/199.19	c Memory used           : 23.68 MB
197.12/199.19	c CPU time              : 195.597 s
197.12/199.19	c 
197.12/199.19	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-1097507-1215282341/watcher-1097507-1215282341 -o /tmp/evaluation-result-1097507-1215282341/solver-1097507-1215282341 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1097507-1215282341.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.06 2.10 2.04 4/82 32580
/proc/meminfo: memFree=1695520/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=8652 CPUtime=0
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007205668 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 2163 280 208 79 0 156 0
[pid=32581] ppid=32580 vsize=8688 CPUtime=0
/proc/32581/stat : 32581 (galacE.sh) S 32580 32580 29300 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 2007205669 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 250969030738 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/32581/statm: 2172 286 209 79 0 165 0
[pid=32582] ppid=32581 vsize=8728 CPUtime=0
/proc/32582/stat : 32582 (galacE.sh) R 32581 32580 29300 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2007205669 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 250968861991 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/32582/statm: 2182 290 209 79 0 175 0

[startup+0.0966609 s]
/proc/loadavg: 2.06 2.10 2.04 4/82 32580
/proc/meminfo: memFree=1695520/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=0.01
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.101657 s]
/proc/loadavg: 2.06 2.10 2.04 4/82 32580
/proc/meminfo: memFree=1695520/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=0.01
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301696 s]
/proc/loadavg: 2.06 2.10 2.04 4/82 32580
/proc/meminfo: memFree=1695520/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=0.01
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701768 s]
/proc/loadavg: 2.06 2.10 2.04 4/82 32580
/proc/meminfo: memFree=1695520/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=0.01
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50291 s]
/proc/loadavg: 2.06 2.10 2.04 3/92 32602
/proc/meminfo: memFree=1641616/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=0.01
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32594] ppid=32580 vsize=812760 CPUtime=1.45
/proc/32594/stat : 32594 (java) S 32580 32580 29300 0 -1 0 19724 0 1 0 133 12 0 0 18 0 9 0 2007205672 832266240 19147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32594/statm: 203190 19147 1908 9 0 197171 0
[pid=32594/tid=32595] ppid=32580 vsize=812760 CPUtime=1.12
/proc/32594/task/32595/stat : 32595 (java) R 32580 32580 29300 0 -1 64 14509 0 1 0 104 8 0 0 25 0 9 0 2007205673 832266240 19147 996147200 134512640 134550740 4294955600 18446744073709551615 4127094580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32594/tid=32596] ppid=32580 vsize=812760 CPUtime=0.02
/proc/32594/task/32596/stat : 32596 (java) S 32580 32580 29300 0 -1 64 3658 0 0 0 1 1 0 0 17 0 9 0 2007205674 832266240 19147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32594/tid=32597] ppid=32580 vsize=812760 CPUtime=0
/proc/32594/task/32597/stat : 32597 (java) S 32580 32580 29300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007205674 832266240 19147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32594/tid=32598] ppid=32580 vsize=812760 CPUtime=0
/proc/32594/task/32598/stat : 32598 (java) S 32580 32580 29300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007205674 832266240 19147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32594/tid=32599] ppid=32580 vsize=812760 CPUtime=0
/proc/32594/task/32599/stat : 32599 (java) S 32580 32580 29300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007205677 832266240 19147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32594/tid=32600] ppid=32580 vsize=812760 CPUtime=0.26
/proc/32594/task/32600/stat : 32600 (java) S 32580 32580 29300 0 -1 64 856 0 0 0 26 0 0 0 16 0 9 0 2007205677 832266240 19147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32594/tid=32601] ppid=32580 vsize=812760 CPUtime=0
/proc/32594/task/32601/stat : 32601 (java) S 32580 32580 29300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007205677 832266240 19147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32594/tid=32602] ppid=32580 vsize=812760 CPUtime=0
/proc/32594/task/32602/stat : 32602 (java) S 32580 32580 29300 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007205677 832266240 19147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860336

[startup+3.1022 s]
/proc/loadavg: 2.06 2.10 2.04 3/84 32603
/proc/meminfo: memFree=1691984/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=4636 CPUtime=1.41
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 948 0 0 0 141 0 0 0 25 0 1 0 2007205835 4747264 863 996147200 134512640 135177480 4294955968 18446744073709551615 134565036 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 1159 863 80 162 0 994 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 52212

[startup+6.30177 s]
/proc/loadavg: 2.14 2.11 2.05 3/84 32603
/proc/meminfo: memFree=1690064/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=5956 CPUtime=4.58
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 1268 0 0 0 457 1 0 0 25 0 1 0 2007205835 6098944 1183 996147200 134512640 135177480 4294955968 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 1489 1183 80 162 0 1324 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 53532

[startup+12.7029 s]
/proc/loadavg: 2.13 2.11 2.05 3/84 32603
/proc/meminfo: memFree=1687696/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=8112 CPUtime=10.92
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 1809 0 0 0 1091 1 0 0 25 0 1 0 2007205835 8306688 1724 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 2028 1724 80 162 0 1863 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 55688

[startup+25.5012 s]
/proc/loadavg: 2.10 2.10 2.05 3/84 32603
/proc/meminfo: memFree=1686544/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=9392 CPUtime=23.59
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 2124 0 0 0 2358 1 0 0 25 0 1 0 2007205835 9617408 2039 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 2348 2039 80 162 0 2183 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 56968

[startup+51.1017 s]
/proc/loadavg: 2.06 2.09 2.04 3/84 32603
/proc/meminfo: memFree=1681744/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=14372 CPUtime=48.95
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 3359 0 0 0 4892 3 0 0 25 0 1 0 2007205835 14716928 3274 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 3593 3274 80 162 0 3428 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 61948

[startup+102.307 s]
/proc/loadavg: 2.03 2.08 2.04 3/84 32603
/proc/meminfo: memFree=1675600/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=20292 CPUtime=99.67
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 4860 0 0 0 9963 4 0 0 25 0 1 0 2007205835 20779008 4775 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 5073 4775 80 162 0 4908 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 67868

[startup+162.302 s]
/proc/loadavg: 2.01 2.06 2.03 3/84 32603
/proc/meminfo: memFree=1673552/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=22600 CPUtime=159.1
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 5371 0 0 0 15905 5 0 0 25 0 1 0 2007205835 23142400 5286 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 5650 5286 80 162 0 5485 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 70176

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

[startup+179.102 s]
/proc/loadavg: 2.01 2.06 2.03 3/84 32603
/proc/meminfo: memFree=1671952/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=24096 CPUtime=175.74
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 5755 0 0 0 17569 5 0 0 25 0 1 0 2007205835 24674304 5670 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 6024 5670 80 162 0 5859 0
Current children cumulated CPU time (s) 177.31
Current children cumulated vsize (KiB) 71672

[startup+191.902 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 32603
/proc/meminfo: memFree=1671888/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=24244 CPUtime=188.42
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 5776 0 0 0 18837 5 0 0 25 0 1 0 2007205835 24825856 5691 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 6061 5691 80 162 0 5896 0
Current children cumulated CPU time (s) 189.99
Current children cumulated vsize (KiB) 71820

[startup+195.101 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 32603
/proc/meminfo: memFree=1671888/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=24244 CPUtime=191.59
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 5777 0 0 0 19154 5 0 0 25 0 1 0 2007205835 24825856 5692 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 6061 5692 80 162 0 5896 0
Current children cumulated CPU time (s) 193.16
Current children cumulated vsize (KiB) 71820

[startup+196.702 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 32603
/proc/meminfo: memFree=1671888/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=24244 CPUtime=193.17
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 5784 0 0 0 19312 5 0 0 25 0 1 0 2007205835 24825856 5699 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 6061 5699 80 162 0 5896 0
Current children cumulated CPU time (s) 194.74
Current children cumulated vsize (KiB) 71820

[startup+198.302 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 32603
/proc/meminfo: memFree=1671824/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=24244 CPUtime=194.76
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 5793 0 0 0 19471 5 0 0 25 0 1 0 2007205835 24825856 5708 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 6061 5708 80 162 0 5896 0
Current children cumulated CPU time (s) 196.33
Current children cumulated vsize (KiB) 71820

[startup+198.702 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 32603
/proc/meminfo: memFree=1671824/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=24244 CPUtime=195.15
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 5793 0 0 0 19510 5 0 0 25 0 1 0 2007205835 24825856 5708 996147200 134512640 135177480 4294955968 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 6061 5708 80 162 0 5896 0
Current children cumulated CPU time (s) 196.72
Current children cumulated vsize (KiB) 71820

[startup+199.106 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 32603
/proc/meminfo: memFree=1671760/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=24244 CPUtime=195.55
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194304 5793 0 0 0 19550 5 0 0 25 0 1 0 2007205835 24825856 5708 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 6061 5708 80 162 0 5896 0
Current children cumulated CPU time (s) 197.12
Current children cumulated vsize (KiB) 71820

[startup+199.201 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 32603
/proc/meminfo: memFree=1671760/2055920 swapFree=4179784/4192956
[pid=32580] ppid=32578 vsize=47576 CPUtime=1.57
/proc/32580/stat : 32580 (galacE.sh) S 32578 32580 29300 0 -1 4194304 799 21435 0 1 0 0 143 14 17 0 1 0 2007205668 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32580/statm: 11894 364 245 79 0 219 0
[pid=32603] ppid=32580 vsize=0 CPUtime=195.65
/proc/32603/stat : 32603 (eSAT_static) R 32580 32580 29300 0 -1 4194308 5803 0 0 0 19559 6 0 0 25 0 1 0 2007205835 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/32603/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.22
Current children cumulated vsize (KiB) 47576

Child status: 0
Real time (s): 199.207
CPU time (s): 197.255
CPU user time (s): 197.039
CPU system time (s): 0.215967
CPU usage (%): 99.0202
Max. virtual memory (cumulated for all children) (KiB): 860336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.039
system time used= 0.215967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28226
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= 1118
involuntary context switches= 5422

runsolver used 0.211967 second user time and 0.707892 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 20:25:41
IDJOB=1097507
IDBENCH=59478
IDSOLVER=351
FILE ID=node56/1097507-1215282341
PBS_JOBID= 7882147
Free space on /tmp= 103240 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.35/normalized-rand-2-40-16-250-350-90_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1097507-1215282341/watcher-1097507-1215282341 -o /tmp/evaluation-result-1097507-1215282341/solver-1097507-1215282341 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1097507-1215282341.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c866bb6a5cbfacfad286a14d732ce0db
RANDOM SEED=1948834581

node56.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.265
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	: 5931.00
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.265
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:       1696000 kB
Buffers:         51116 kB
Cached:         228364 kB
SwapCached:       6936 kB
Active:         183192 kB
Inactive:       122164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696000 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            3856 kB
Writeback:           0 kB
Mapped:          42300 kB
Slab:            39520 kB
Committed_AS:  4049212 kB
PageTables:       1984 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= 103236 MiB
End job on node56 at 2008-07-05 20:29:00