Trace number 1089956

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 291.473 294.319

General information on the benchmark

Namecsp/graphColoring/sgb/book/
normalized-anna-9.xml
MD5SUM917dadccd4cfa108093071b1b54bb5cb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.022995
Satisfiable
(Un)Satisfiability was proved
Number of variables138
Number of constraints493
Maximum constraint arity2
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension493
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.85	c start processing
0.01/0.85	c start relation processing
0.01/0.85	c start cnf exporting
1.15/1.22	c parsing time : 0.722
1.15/1.22	c preprocessing time : 1.094
1.15/1.22	
1.15/1.22	c Nary constraints - conflicts : 0 supports : 0
1.15/1.22	c Binary constraints - conflicts : 493 supports :0
1.15/1.22	c max arity constraint : 2
1.15/1.22	c Max Tuples generated 81
1.15/1.22	c relations : 1
1.15/1.22	c relations BDD: 0
1.15/1.22	c sampling 0/0
1.15/1.22	c vars : 1243 - clauses :  9543
1.15/1.22	
1.15/1.25	 
1.15/1.25	c --- SAT Solver Stats ---
1.15/1.25	 
1.15/1.25	c eSAT 0.1 : minisat core with additionnal features
1.15/1.25	c ============================[ Problem Statistics ]=============================
1.15/1.25	c |                                                                             |
1.15/1.25	c |  Number of variables:  1242                                                 |
1.15/1.25	c |  Number of clauses:    9543                                                 |
1.15/1.26	c |  Parsing time:         0.01         s                                       |
291.43/294.31	c restarts              : 457
291.43/294.31	c conflicts             : 450961         (1554 /sec)
291.43/294.31	c decisions             : 547444         (2.96 % random) (1886 /sec)
291.43/294.31	c euip                  : 42787       
291.43/294.31	c propagations          : 14007232       (48265 /sec)
291.43/294.31	c conflict literals     : 10014025       (24.06 % deleted)
291.43/294.31	c Memory used           : 19.53 MB
291.43/294.31	c CPU time              : 290.216 s
291.43/294.31	c 
291.43/294.31	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-1089956-1215269900/watcher-1089956-1215269900 -o /tmp/evaluation-result-1089956-1215269900/solver-1089956-1215269900 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1089956-1215269900.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.00 2.00 1.98 4/81 20511
/proc/meminfo: memFree=1746992/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=8652 CPUtime=0
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2005961396 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 2163 280 208 79 0 156 0
[pid=20512] ppid=20511 vsize=8688 CPUtime=0
/proc/20512/stat : 20512 (galacE.sh) S 20511 20511 19305 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2005961397 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 217051791442 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20512/statm: 2172 286 209 79 0 165 0
[pid=20513] ppid=20512 vsize=8728 CPUtime=0
/proc/20513/stat : 20513 (galacE.sh) R 20512 20511 19305 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2005961397 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 217051622695 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/20513/statm: 2182 290 209 79 0 175 0

[startup+0.085946 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 20511
/proc/meminfo: memFree=1746992/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=0.01
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.10195 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 20511
/proc/meminfo: memFree=1746992/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=0.01
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301989 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 20511
/proc/meminfo: memFree=1746992/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=0.01
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701064 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 20511
/proc/meminfo: memFree=1746992/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=0.01
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50121 s]
/proc/loadavg: 2.00 2.00 1.98 3/91 20533
/proc/meminfo: memFree=1706016/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 47560

[startup+3.10152 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20534
/proc/meminfo: memFree=1743840/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=4472 CPUtime=1.82
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 816 0 0 0 182 0 0 0 25 0 1 0 2005961522 4579328 798 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 1118 798 81 162 0 953 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 52032

[startup+6.30114 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20534
/proc/meminfo: memFree=1741792/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=5828 CPUtime=4.99
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 1144 0 0 0 499 0 0 0 25 0 1 0 2005961522 5967872 1126 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 1457 1126 81 162 0 1292 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 53388

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20534
/proc/meminfo: memFree=1740704/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=6976 CPUtime=11.32
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 1410 0 0 0 1132 0 0 0 25 0 1 0 2005961522 7143424 1392 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 1744 1392 81 162 0 1579 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 54536

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20534
/proc/meminfo: memFree=1737888/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=9920 CPUtime=24.01
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 2123 0 0 0 2400 1 0 0 25 0 1 0 2005961522 10158080 2105 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 2480 2105 81 162 0 2315 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 57480

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20534
/proc/meminfo: memFree=1736416/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=11240 CPUtime=49.37
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 2476 0 0 0 4935 2 0 0 25 0 1 0 2005961522 11509760 2458 996147200 134512640 135177480 4294955968 18446744073709551615 134565483 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 2810 2458 81 162 0 2645 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 58800

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20534
/proc/meminfo: memFree=1735456/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=12332 CPUtime=100.08
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 2717 0 0 0 10006 2 0 0 25 0 1 0 2005961522 12627968 2699 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 3083 2699 81 162 0 2918 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 59892

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20540
/proc/meminfo: memFree=1733464/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=14200 CPUtime=159.48
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 3142 0 0 0 15946 2 0 0 25 0 1 0 2005961522 14540800 3124 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 3550 3124 81 162 0 3385 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 61760

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20540
/proc/meminfo: memFree=1731544/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=16444 CPUtime=218.92
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 3637 0 0 0 21889 3 0 0 25 0 1 0 2005961522 16838656 3619 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4111 3619 81 162 0 3946 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 64004

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20540
/proc/meminfo: memFree=1728344/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=19820 CPUtime=278.36
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 4457 0 0 0 27832 4 0 0 25 0 1 0 2005961522 20295680 4439 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4955 4439 81 162 0 4790 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 67380

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

[startup+287.902 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20540
/proc/meminfo: memFree=1728216/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=19820 CPUtime=283.9
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 4475 0 0 0 28386 4 0 0 25 0 1 0 2005961522 20295680 4457 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4955 4457 81 162 0 4790 0
Current children cumulated CPU time (s) 285.09
Current children cumulated vsize (KiB) 67380

[startup+291.102 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20540
/proc/meminfo: memFree=1728216/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=19820 CPUtime=287.07
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 4475 0 0 0 28703 4 0 0 25 0 1 0 2005961522 20295680 4457 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4955 4457 81 162 0 4790 0
Current children cumulated CPU time (s) 288.26
Current children cumulated vsize (KiB) 67380

[startup+292.702 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20540
/proc/meminfo: memFree=1728152/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=19992 CPUtime=288.66
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 4512 0 0 0 28862 4 0 0 25 0 1 0 2005961522 20471808 4494 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4998 4494 81 162 0 4833 0
Current children cumulated CPU time (s) 289.85
Current children cumulated vsize (KiB) 67552

[startup+293.502 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20540
/proc/meminfo: memFree=1728152/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=19992 CPUtime=289.45
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 4512 0 0 0 28941 4 0 0 25 0 1 0 2005961522 20471808 4494 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4998 4494 81 162 0 4833 0
Current children cumulated CPU time (s) 290.64
Current children cumulated vsize (KiB) 67552

[startup+293.902 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20540
/proc/meminfo: memFree=1728088/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=19992 CPUtime=289.85
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 4512 0 0 0 28981 4 0 0 25 0 1 0 2005961522 20471808 4494 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4998 4494 81 162 0 4833 0
Current children cumulated CPU time (s) 291.04
Current children cumulated vsize (KiB) 67552

[startup+294.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 20540
/proc/meminfo: memFree=1728088/2055920 swapFree=4180500/4192956
[pid=20511] ppid=20509 vsize=47560 CPUtime=1.19
/proc/20511/stat : 20511 (galacE.sh) S 20509 20511 19305 0 -1 4194304 800 16592 0 1 0 0 109 10 17 0 1 0 2005961396 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20511/statm: 11890 365 246 79 0 219 0
[pid=20534] ppid=20511 vsize=19992 CPUtime=290.24
/proc/20534/stat : 20534 (eSAT_static) R 20511 20511 19305 0 -1 4194304 4512 0 0 0 29020 4 0 0 25 0 1 0 2005961522 20471808 4494 996147200 134512640 135177480 4294955968 18446744073709551615 134548245 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4998 4494 81 162 0 4833 0
Current children cumulated CPU time (s) 291.43
Current children cumulated vsize (KiB) 67552

Child status: 0
Real time (s): 294.319
CPU time (s): 291.473
CPU user time (s): 291.315
CPU system time (s): 0.157975
CPU usage (%): 99.0328
Max. virtual memory (cumulated for all children) (KiB): 860320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 291.315
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22104
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= 1133
involuntary context switches= 12961

runsolver used 0.364944 second user time and 0.98285 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 16:58:20
IDJOB=1089956
IDBENCH=58367
IDSOLVER=351
FILE ID=node59/1089956-1215269900
PBS_JOBID= 7882121
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 917dadccd4cfa108093071b1b54bb5cb
RANDOM SEED=1800645830

node59.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.261
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.261
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:       1747472 kB
Buffers:         28832 kB
Cached:         198436 kB
SwapCached:       6176 kB
Active:         170420 kB
Inactive:        83808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747472 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            3396 kB
Writeback:           0 kB
Mapped:          43364 kB
Slab:            39236 kB
Committed_AS:  4143148 kB
PageTables:       1964 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= 66500 MiB
End job on node59 at 2008-07-05 17:03:15