Trace number 1088108

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 27.7408 28.0409

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f9.xml
MD5SUMed44375255e711677d3b57fcb63fc5af
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 benchmark1.9627
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
9.18/9.34	c start processing
9.18/9.34	c start relation processing
9.18/9.35	c start cnf exporting
25.13/25.44	c parsing time : 9.21
25.13/25.44	c preprocessing time : 25.314
25.13/25.44	
25.13/25.44	c Nary constraints - conflicts : 0 supports : 0
25.13/25.44	c Binary constraints - conflicts : 3763 supports :340
25.13/25.44	c max arity constraint : 2
25.13/25.44	c Max Tuples generated 1225
25.13/25.44	c relations : 173
25.13/25.44	c relations BDD: 0
25.13/25.44	c sampling 0/0
25.13/25.44	c vars : 21197 - clauses :  777494
25.13/25.44	
25.13/25.50	 
25.20/25.50	c --- SAT Solver Stats ---
25.20/25.50	 
25.20/25.50	c eSAT 0.1 : minisat core with additionnal features
25.20/25.50	c ============================[ Problem Statistics ]=============================
25.20/25.50	c |                                                                             |
25.20/25.50	c |  Number of variables:  21196                                                |
25.20/25.50	c |  Number of clauses:    777494                                               |
25.20/25.95	c |  Parsing time:         0.40         s                                       |
27.67/28.02	c restarts              : 205
27.67/28.02	c conflicts             : 1166           (476 /sec)
27.67/28.02	c decisions             : 136034         (80.83 % random) (55555 /sec)
27.67/28.02	c euip                  : 270         
27.67/28.02	c propagations          : 777107         (317364 /sec)
27.67/28.02	c conflict literals     : 33853          (18.78 % deleted)
27.67/28.02	c Memory used           : 35.43 MB
27.67/28.02	c CPU time              : 2.44863 s
27.67/28.02	c 
27.67/28.02	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-1088108-1215245751/watcher-1088108-1215245751 -o /tmp/evaluation-result-1088108-1215245751/solver-1088108-1215245751 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1088108-1215245751.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: 1.92 1.98 1.93 4/72 2563
/proc/meminfo: memFree=1807152/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=8652 CPUtime=0
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2003548164 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 2163 280 208 79 0 156 0
[pid=2564] ppid=2563 vsize=8688 CPUtime=0
/proc/2564/stat : 2564 (galacE.sh) S 2563 2563 2526 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 2003548165 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 209136091218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2564/statm: 2172 286 209 79 0 165 0
[pid=2565] ppid=2564 vsize=8728 CPUtime=0
/proc/2565/stat : 2565 (galacE.sh) R 2564 2563 2526 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2003548165 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 209135922471 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/2565/statm: 2182 290 209 79 0 175 0

[startup+0.0208991 s]
/proc/loadavg: 1.92 1.98 1.93 4/72 2563
/proc/meminfo: memFree=1807152/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=8748 CPUtime=0
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 2003548164 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.102456 s]
/proc/loadavg: 1.92 1.98 1.93 4/72 2563
/proc/meminfo: memFree=1807152/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=0.01
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.302474 s]
/proc/loadavg: 1.92 1.98 1.93 4/72 2563
/proc/meminfo: memFree=1807152/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=0.01
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.702508 s]
/proc/loadavg: 1.92 1.98 1.93 4/72 2563
/proc/meminfo: memFree=1807152/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=0.01
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50158 s]
/proc/loadavg: 1.92 1.98 1.93 4/82 2585
/proc/meminfo: memFree=1766176/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=0.01
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
[pid=2577] ppid=2563 vsize=812528 CPUtime=1.44
/proc/2577/stat : 2577 (java) S 2563 2563 2526 0 -1 0 13455 0 1 0 136 8 0 0 18 0 9 0 2003548169 832028672 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2577/statm: 203132 12649 2585 9 0 197166 0
[pid=2577/tid=2578] ppid=2563 vsize=812528 CPUtime=0.59
/proc/2577/task/2578/stat : 2578 (java) R 2563 2563 2526 0 -1 64 7500 0 1 0 55 4 0 0 22 0 9 0 2003548170 832028672 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2579] ppid=2563 vsize=812528 CPUtime=0.63
/proc/2577/task/2579/stat : 2579 (java) R 2563 2563 2526 0 -1 64 4457 0 0 0 61 2 0 0 18 0 9 0 2003548171 832028672 12649 996147200 134512640 134550740 4294955600 18446744073709551615 12422871 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2580] ppid=2563 vsize=812528 CPUtime=0
/proc/2577/task/2580/stat : 2580 (java) S 2563 2563 2526 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003548172 832028672 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2581] ppid=2563 vsize=812528 CPUtime=0
/proc/2577/task/2581/stat : 2581 (java) S 2563 2563 2526 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003548172 832028672 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2582] ppid=2563 vsize=812528 CPUtime=0
/proc/2577/task/2582/stat : 2582 (java) S 2563 2563 2526 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003548174 832028672 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2583] ppid=2563 vsize=812528 CPUtime=0.18
/proc/2577/task/2583/stat : 2583 (java) S 2563 2563 2526 0 -1 64 797 0 0 0 18 0 0 0 16 0 9 0 2003548174 832028672 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2584] ppid=2563 vsize=812528 CPUtime=0
/proc/2577/task/2584/stat : 2584 (java) S 2563 2563 2526 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003548174 832028672 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2585] ppid=2563 vsize=812528 CPUtime=0
/proc/2577/task/2585/stat : 2585 (java) S 2563 2563 2526 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003548174 832028672 12649 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) 860080

[startup+3.10172 s]
/proc/loadavg: 2.01 2.00 1.93 4/82 2585
/proc/meminfo: memFree=1765536/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=0.01
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
[pid=2577] ppid=2563 vsize=812664 CPUtime=3.02
/proc/2577/stat : 2577 (java) S 2563 2563 2526 0 -1 0 13631 0 1 0 294 8 0 0 18 0 9 0 2003548169 832167936 12785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2577/statm: 203166 12785 2585 9 0 197200 0
[pid=2577/tid=2578] ppid=2563 vsize=812664 CPUtime=0.89
/proc/2577/task/2578/stat : 2578 (java) R 2563 2563 2526 0 -1 64 7541 0 1 0 85 4 0 0 23 0 9 0 2003548170 832167936 12785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2579] ppid=2563 vsize=812664 CPUtime=1.83
/proc/2577/task/2579/stat : 2579 (java) R 2563 2563 2526 0 -1 64 4533 0 0 0 181 2 0 0 18 0 9 0 2003548171 832167936 12785 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2580] ppid=2563 vsize=812664 CPUtime=0
/proc/2577/task/2580/stat : 2580 (java) S 2563 2563 2526 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003548172 832167936 12785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2581] ppid=2563 vsize=812664 CPUtime=0
/proc/2577/task/2581/stat : 2581 (java) S 2563 2563 2526 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003548172 832167936 12785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2582] ppid=2563 vsize=812664 CPUtime=0
/proc/2577/task/2582/stat : 2582 (java) S 2563 2563 2526 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003548174 832167936 12785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2583] ppid=2563 vsize=812664 CPUtime=0.27
/proc/2577/task/2583/stat : 2583 (java) S 2563 2563 2526 0 -1 64 856 0 0 0 27 0 0 0 16 0 9 0 2003548174 832167936 12785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2584] ppid=2563 vsize=812664 CPUtime=0
/proc/2577/task/2584/stat : 2584 (java) S 2563 2563 2526 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003548174 832167936 12785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2585] ppid=2563 vsize=812664 CPUtime=0
/proc/2577/task/2585/stat : 2585 (java) S 2563 2563 2526 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003548174 832167936 12785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860216

[startup+6.303 s]
/proc/loadavg: 2.01 2.00 1.93 4/82 2585
/proc/meminfo: memFree=1764320/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=0.01
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
[pid=2577] ppid=2563 vsize=812696 CPUtime=6.19
/proc/2577/stat : 2577 (java) S 2563 2563 2526 0 -1 0 14377 0 1 0 610 9 0 0 18 0 9 0 2003548169 832200704 12978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2577/statm: 203174 12978 2585 9 0 197208 0
[pid=2577/tid=2578] ppid=2563 vsize=812696 CPUtime=1.79
/proc/2577/task/2578/stat : 2578 (java) R 2563 2563 2526 0 -1 64 7610 0 1 0 174 5 0 0 24 0 9 0 2003548170 832200704 12978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2579] ppid=2563 vsize=812696 CPUtime=4.04
/proc/2577/task/2579/stat : 2579 (java) R 2563 2563 2526 0 -1 64 5175 0 0 0 402 2 0 0 17 0 9 0 2003548171 832200704 12978 996147200 134512640 134550740 4294955600 18446744073709551615 102470045 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2580] ppid=2563 vsize=812696 CPUtime=0
/proc/2577/task/2580/stat : 2580 (java) S 2563 2563 2526 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003548172 832200704 12978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2581] ppid=2563 vsize=812696 CPUtime=0
/proc/2577/task/2581/stat : 2581 (java) S 2563 2563 2526 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003548172 832200704 12978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2582] ppid=2563 vsize=812696 CPUtime=0
/proc/2577/task/2582/stat : 2582 (java) S 2563 2563 2526 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003548174 832200704 12978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2583] ppid=2563 vsize=812696 CPUtime=0.33
/proc/2577/task/2583/stat : 2583 (java) S 2563 2563 2526 0 -1 64 891 0 0 0 33 0 0 0 15 0 9 0 2003548174 832200704 12978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2584] ppid=2563 vsize=812696 CPUtime=0
/proc/2577/task/2584/stat : 2584 (java) S 2563 2563 2526 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003548174 832200704 12978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2585] ppid=2563 vsize=812696 CPUtime=0
/proc/2577/task/2585/stat : 2585 (java) S 2563 2563 2526 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003548174 832200704 12978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860248

[startup+12.7016 s]
/proc/loadavg: 2.08 2.02 1.94 3/82 2585
/proc/meminfo: memFree=1732192/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=0.01
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
[pid=2577] ppid=2563 vsize=812696 CPUtime=12.54
/proc/2577/stat : 2577 (java) S 2563 2563 2526 0 -1 0 21838 0 1 0 1238 16 0 0 18 0 9 0 2003548169 832200704 20389 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2577/statm: 203174 20389 2591 9 0 197208 0
[pid=2577/tid=2578] ppid=2563 vsize=812696 CPUtime=6.43
/proc/2577/task/2578/stat : 2578 (java) R 2563 2563 2526 0 -1 64 14798 0 1 0 632 11 0 0 25 0 9 0 2003548170 832200704 20389 996147200 134512640 134550740 4294955600 18446744073709551615 4126383108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2579] ppid=2563 vsize=812696 CPUtime=5.67
/proc/2577/task/2579/stat : 2579 (java) S 2563 2563 2526 0 -1 64 5408 0 0 0 564 3 0 0 16 0 9 0 2003548171 832200704 20389 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2580] ppid=2563 vsize=812696 CPUtime=0
/proc/2577/task/2580/stat : 2580 (java) S 2563 2563 2526 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003548172 832200704 20389 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2581] ppid=2563 vsize=812696 CPUtime=0
/proc/2577/task/2581/stat : 2581 (java) S 2563 2563 2526 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003548172 832200704 20389 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2582] ppid=2563 vsize=812696 CPUtime=0
/proc/2577/task/2582/stat : 2582 (java) S 2563 2563 2526 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003548174 832200704 20389 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2583] ppid=2563 vsize=812696 CPUtime=0.4
/proc/2577/task/2583/stat : 2583 (java) S 2563 2563 2526 0 -1 64 931 0 0 0 40 0 0 0 15 0 9 0 2003548174 832200704 20389 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2584] ppid=2563 vsize=812696 CPUtime=0
/proc/2577/task/2584/stat : 2584 (java) S 2563 2563 2526 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003548174 832200704 20389 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2577/tid=2585] ppid=2563 vsize=812696 CPUtime=0
/proc/2577/task/2585/stat : 2585 (java) S 2563 2563 2526 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003548174 832200704 20389 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860248

[startup+25.5027 s]
/proc/loadavg: 2.07 2.02 1.94 3/82 2585
/proc/meminfo: memFree=1722912/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=25.2
/proc/2563/stat : 2563 (galacE.sh) R 2561 2563 2526 0 -1 4194304 786 23631 0 1 0 0 2496 24 17 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209136091362 0 0 4096 73728 0 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 47552

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

[startup+27.1018 s]
/proc/loadavg: 2.07 2.02 1.94 3/74 2586
/proc/meminfo: memFree=1756832/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=25.2
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 799 23631 0 1 0 0 2496 24 17 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
[pid=2586] ppid=2563 vsize=42940 CPUtime=1.58
/proc/2586/stat : 2586 (eSAT_static) R 2563 2563 2526 0 -1 4194304 10021 0 0 0 153 5 0 0 25 0 1 0 2003550715 43970560 10003 996147200 134512640 135177480 4294955968 18446744073709551615 134537145 0 0 4096 3 0 0 0 17 1 0 0
/proc/2586/statm: 10735 10003 75 162 0 10570 0
Current children cumulated CPU time (s) 26.78
Current children cumulated vsize (KiB) 90492

[startup+27.5059 s]
/proc/loadavg: 2.06 2.01 1.94 3/74 2586
/proc/meminfo: memFree=1754720/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=25.2
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 799 23631 0 1 0 0 2496 24 17 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
[pid=2586] ppid=2563 vsize=42940 CPUtime=1.98
/proc/2586/stat : 2586 (eSAT_static) R 2563 2563 2526 0 -1 4194304 10030 0 0 0 193 5 0 0 25 0 1 0 2003550715 43970560 10012 996147200 134512640 135177480 4294955968 18446744073709551615 134741530 0 0 4096 3 0 0 0 17 1 0 0
/proc/2586/statm: 10735 10012 75 162 0 10570 0
Current children cumulated CPU time (s) 27.18
Current children cumulated vsize (KiB) 90492

[startup+27.9019 s]
/proc/loadavg: 2.06 2.01 1.94 3/74 2586
/proc/meminfo: memFree=1754720/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=25.2
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 799 23631 0 1 0 0 2496 24 17 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
[pid=2586] ppid=2563 vsize=36272 CPUtime=2.37
/proc/2586/stat : 2586 (eSAT_static) R 2563 2563 2526 0 -1 4194304 10066 0 0 0 232 5 0 0 25 0 1 0 2003550715 37142528 8802 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 1 0 0
/proc/2586/statm: 9068 8802 80 162 0 8903 0
Current children cumulated CPU time (s) 27.57
Current children cumulated vsize (KiB) 83824

[startup+28.0019 s]
/proc/loadavg: 2.06 2.01 1.94 3/74 2586
/proc/meminfo: memFree=1754720/2055920 swapFree=4180688/4192956
[pid=2563] ppid=2561 vsize=47552 CPUtime=25.2
/proc/2563/stat : 2563 (galacE.sh) S 2561 2563 2526 0 -1 4194304 799 23631 0 1 0 0 2496 24 17 0 1 0 2003548164 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2563/statm: 11888 364 245 79 0 219 0
[pid=2586] ppid=2563 vsize=36272 CPUtime=2.47
/proc/2586/stat : 2586 (eSAT_static) R 2563 2563 2526 0 -1 4194304 10066 0 0 0 242 5 0 0 25 0 1 0 2003550715 37142528 8802 996147200 134512640 135177480 4294955968 18446744073709551615 134547836 0 0 4096 3 0 0 0 17 1 0 0
/proc/2586/statm: 9068 8802 80 162 0 8903 0
Current children cumulated CPU time (s) 27.67
Current children cumulated vsize (KiB) 83824

Child status: 0
Real time (s): 28.0409
CPU time (s): 27.7408
CPU user time (s): 27.4128
CPU system time (s): 0.32795
CPU usage (%): 98.9297
Max. virtual memory (cumulated for all children) (KiB): 860388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.4128
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34696
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= 3558
involuntary context switches= 4070

runsolver used 0.044993 second user time and 0.088986 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 10:15:52
IDJOB=1088108
IDBENCH=58065
IDSOLVER=351
FILE ID=node41/1088108-1215245751
PBS_JOBID= 7882040
Free space on /tmp= 66156 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ed44375255e711677d3b57fcb63fc5af
RANDOM SEED=1505562146

node41.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.232
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.232
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:       1807632 kB
Buffers:         13040 kB
Cached:         108668 kB
SwapCached:       6540 kB
Active:         124480 kB
Inactive:        73356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807632 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          83136 kB
Slab:            35956 kB
Committed_AS:  3689836 kB
PageTables:       1812 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= 66152 MiB
End job on node41 at 2008-07-05 10:16:20