Trace number 1088255

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 38.4062 38.6949

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f8.xml
MD5SUMb015d872cbc51a1a99034ec27314cdb1
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.42078
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size36
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.01/0.03	c --- Preproc Stats ---
9.28/9.42	c start processing
9.28/9.42	c start relation processing
9.28/9.43	c start cnf exporting
24.16/24.34	c parsing time : 9.289
24.16/24.34	c preprocessing time : 24.219
24.16/24.35	
24.16/24.35	c Nary constraints - conflicts : 0 supports : 0
24.16/24.35	c Binary constraints - conflicts : 3763 supports :340
24.16/24.35	c max arity constraint : 2
24.16/24.35	c Max Tuples generated 1296
24.16/24.35	c relations : 173
24.16/24.35	c relations BDD: 0
24.16/24.35	c sampling 0/0
24.16/24.35	c vars : 21865 - clauses :  808853
24.16/24.35	
24.16/24.39	 
24.16/24.39	c --- SAT Solver Stats ---
24.16/24.39	 
24.16/24.39	c eSAT 0.1 : minisat core with additionnal features
24.16/24.39	c ============================[ Problem Statistics ]=============================
24.16/24.39	c |                                                                             |
24.16/24.40	c |  Number of variables:  21864                                                |
24.16/24.40	c |  Number of clauses:    808853                                               |
24.23/24.87	c |  Parsing time:         0.41         s                                       |
38.29/38.67	c restarts              : 356
38.29/38.67	c conflicts             : 50040          (3556 /sec)
38.29/38.67	c decisions             : 265830         (53.33 % random) (18890 /sec)
38.29/38.67	c euip                  : 8444        
38.29/38.67	c propagations          : 3040621        (216063 /sec)
38.29/38.67	c conflict literals     : 2791707        (26.06 % deleted)
38.29/38.67	c Memory used           : 40.55 MB
38.29/38.67	c CPU time              : 14.0729 s
38.29/38.67	c 
38.29/38.67	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-1088255-1215246357/watcher-1088255-1215246357 -o /tmp/evaluation-result-1088255-1215246357/solver-1088255-1215246357 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1088255-1215246357.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 2.07 4/73 18298
/proc/meminfo: memFree=1779744/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=18572 CPUtime=0
/proc/18298/stat : 18298 (runsolver) R 18296 18298 17174 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2003610547 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18298/statm: 4643 292 257 25 0 2626 0

[startup+0.0295431 s]
/proc/loadavg: 2.00 2.00 2.07 4/73 18298
/proc/meminfo: memFree=1779744/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=8784 CPUtime=0.01
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 639 1481 0 0 0 0 0 1 21 0 1 0 2003610547 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 262910214226 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18298/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.101557 s]
/proc/loadavg: 2.00 2.00 2.07 4/73 18298
/proc/meminfo: memFree=1779744/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=0.01
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301573 s]
/proc/loadavg: 2.00 2.00 2.07 4/73 18298
/proc/meminfo: memFree=1779744/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=0.01
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701624 s]
/proc/loadavg: 2.00 2.00 2.07 4/73 18298
/proc/meminfo: memFree=1779744/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=0.01
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50272 s]
/proc/loadavg: 2.00 2.00 2.07 4/83 18320
/proc/meminfo: memFree=1738768/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=0.01
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18312] ppid=18298 vsize=812808 CPUtime=1.44
/proc/18312/stat : 18312 (java) S 18298 18298 17174 0 -1 0 13457 0 1 0 136 8 0 0 18 0 9 0 2003610551 832315392 12654 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18312/statm: 203202 12654 2585 9 0 197183 0
[pid=18312/tid=18313] ppid=18298 vsize=812808 CPUtime=0.68
/proc/18312/task/18313/stat : 18313 (java) R 18298 18298 17174 0 -1 64 7490 0 1 0 63 5 0 0 21 0 9 0 2003610552 832315392 12654 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18314] ppid=18298 vsize=812808 CPUtime=0.55
/proc/18312/task/18314/stat : 18314 (java) R 18298 18298 17174 0 -1 64 4458 0 0 0 54 1 0 0 18 0 9 0 2003610554 832315392 12654 996147200 134512640 134550740 4294955600 18446744073709551615 103764225 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18315] ppid=18298 vsize=812808 CPUtime=0
/proc/18312/task/18315/stat : 18315 (java) S 18298 18298 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003610554 832315392 12654 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18316] ppid=18298 vsize=812808 CPUtime=0
/proc/18312/task/18316/stat : 18316 (java) S 18298 18298 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003610554 832315392 12654 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18317] ppid=18298 vsize=812808 CPUtime=0
/proc/18312/task/18317/stat : 18317 (java) S 18298 18298 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003610556 832315392 12654 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18318] ppid=18298 vsize=812808 CPUtime=0.18
/proc/18312/task/18318/stat : 18318 (java) S 18298 18298 17174 0 -1 64 808 0 0 0 18 0 0 0 16 0 9 0 2003610556 832315392 12654 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18319] ppid=18298 vsize=812808 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18298 18298 17174 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003610556 832315392 12654 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18320] ppid=18298 vsize=812808 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18298 18298 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003610556 832315392 12654 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) 860380

[startup+3.10291 s]
/proc/loadavg: 2.00 2.00 2.07 4/83 18320
/proc/meminfo: memFree=1738128/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=0.01
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18312] ppid=18298 vsize=812808 CPUtime=3.03
/proc/18312/stat : 18312 (java) S 18298 18298 17174 0 -1 0 13634 0 1 0 294 9 0 0 18 0 9 0 2003610551 832315392 12791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18312/statm: 203202 12791 2585 9 0 197183 0
[pid=18312/tid=18313] ppid=18298 vsize=812808 CPUtime=0.96
/proc/18312/task/18313/stat : 18313 (java) R 18298 18298 17174 0 -1 64 7531 0 1 0 91 5 0 0 22 0 9 0 2003610552 832315392 12791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18314] ppid=18298 vsize=812808 CPUtime=1.76
/proc/18312/task/18314/stat : 18314 (java) R 18298 18298 17174 0 -1 64 4534 0 0 0 174 2 0 0 18 0 9 0 2003610554 832315392 12791 996147200 134512640 134550740 4294955600 18446744073709551615 102350566 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18315] ppid=18298 vsize=812808 CPUtime=0
/proc/18312/task/18315/stat : 18315 (java) S 18298 18298 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003610554 832315392 12791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18316] ppid=18298 vsize=812808 CPUtime=0
/proc/18312/task/18316/stat : 18316 (java) S 18298 18298 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003610554 832315392 12791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18317] ppid=18298 vsize=812808 CPUtime=0
/proc/18312/task/18317/stat : 18317 (java) S 18298 18298 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003610556 832315392 12791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18318] ppid=18298 vsize=812808 CPUtime=0.27
/proc/18312/task/18318/stat : 18318 (java) S 18298 18298 17174 0 -1 64 868 0 0 0 27 0 0 0 16 0 9 0 2003610556 832315392 12791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18319] ppid=18298 vsize=812808 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18298 18298 17174 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003610556 832315392 12791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18320] ppid=18298 vsize=812808 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18298 18298 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003610556 832315392 12791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860380

[startup+6.30128 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 18320
/proc/meminfo: memFree=1736848/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=0.01
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18312] ppid=18298 vsize=812924 CPUtime=6.19
/proc/18312/stat : 18312 (java) S 18298 18298 17174 0 -1 0 14397 0 1 0 609 10 0 0 18 0 9 0 2003610551 832434176 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18312/statm: 203231 12982 2585 9 0 197212 0
[pid=18312/tid=18313] ppid=18298 vsize=812924 CPUtime=1.87
/proc/18312/task/18313/stat : 18313 (java) S 18298 18298 17174 0 -1 64 7598 0 1 0 181 6 0 0 16 0 9 0 2003610552 832434176 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18314] ppid=18298 vsize=812924 CPUtime=3.97
/proc/18312/task/18314/stat : 18314 (java) R 18298 18298 17174 0 -1 64 5196 0 0 0 394 3 0 0 25 0 9 0 2003610554 832434176 12982 996147200 134512640 134550740 4294955600 18446744073709551615 102350375 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18315] ppid=18298 vsize=812924 CPUtime=0
/proc/18312/task/18315/stat : 18315 (java) S 18298 18298 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003610554 832434176 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18316] ppid=18298 vsize=812924 CPUtime=0
/proc/18312/task/18316/stat : 18316 (java) S 18298 18298 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003610554 832434176 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18317] ppid=18298 vsize=812924 CPUtime=0
/proc/18312/task/18317/stat : 18317 (java) S 18298 18298 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003610556 832434176 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18318] ppid=18298 vsize=812924 CPUtime=0.32
/proc/18312/task/18318/stat : 18318 (java) S 18298 18298 17174 0 -1 64 902 0 0 0 32 0 0 0 15 0 9 0 2003610556 832434176 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18319] ppid=18298 vsize=812924 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18298 18298 17174 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003610556 832434176 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18320] ppid=18298 vsize=812924 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18298 18298 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003610556 832434176 12982 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) 860496

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.06 3/83 18320
/proc/meminfo: memFree=1704784/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=0.01
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18312] ppid=18298 vsize=812924 CPUtime=12.56
/proc/18312/stat : 18312 (java) S 18298 18298 17174 0 -1 0 21874 0 1 0 1240 16 0 0 18 0 9 0 2003610551 832434176 20403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18312/statm: 203231 20403 2591 9 0 197212 0
[pid=18312/tid=18313] ppid=18298 vsize=812924 CPUtime=6.46
/proc/18312/task/18313/stat : 18313 (java) R 18298 18298 17174 0 -1 64 14792 0 1 0 635 11 0 0 21 0 9 0 2003610552 832434176 20403 996147200 134512640 134550740 4294955600 18446744073709551615 4126944023 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18312/tid=18314] ppid=18298 vsize=812924 CPUtime=5.68
/proc/18312/task/18314/stat : 18314 (java) S 18298 18298 17174 0 -1 64 5438 0 0 0 565 3 0 0 16 0 9 0 2003610554 832434176 20403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18312/tid=18315] ppid=18298 vsize=812924 CPUtime=0
/proc/18312/task/18315/stat : 18315 (java) S 18298 18298 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003610554 832434176 20403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18312/tid=18316] ppid=18298 vsize=812924 CPUtime=0
/proc/18312/task/18316/stat : 18316 (java) S 18298 18298 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003610554 832434176 20403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18317] ppid=18298 vsize=812924 CPUtime=0
/proc/18312/task/18317/stat : 18317 (java) S 18298 18298 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003610556 832434176 20403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18318] ppid=18298 vsize=812924 CPUtime=0.39
/proc/18312/task/18318/stat : 18318 (java) S 18298 18298 17174 0 -1 64 943 0 0 0 39 0 0 0 16 0 9 0 2003610556 832434176 20403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18312/tid=18319] ppid=18298 vsize=812924 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18298 18298 17174 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003610556 832434176 20403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18312/tid=18320] ppid=18298 vsize=812924 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18298 18298 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003610556 832434176 20403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 860496

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 18321
/proc/meminfo: memFree=1726736/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=24.23
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 799 23666 0 1 0 0 2399 24 17 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18321] ppid=18298 vsize=43968 CPUtime=1.08
/proc/18321/stat : 18321 (eSAT_static) R 18298 18298 17174 0 -1 4194304 10060 0 0 0 102 6 0 0 25 0 1 0 2003612987 45023232 10042 996147200 134512640 135177480 4294955968 18446744073709551615 134537523 0 0 4096 3 0 0 0 17 1 0 0
/proc/18321/statm: 10992 10042 75 162 0 10827 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 91540

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

[startup+31.9063 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 18321
/proc/meminfo: memFree=1729232/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=24.23
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 799 23666 0 1 0 0 2399 24 17 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18321] ppid=18298 vsize=40280 CPUtime=7.42
/proc/18321/stat : 18321 (eSAT_static) R 18298 18298 17174 0 -1 4194304 10845 0 0 0 736 6 0 0 25 0 1 0 2003612987 41246720 9488 996147200 134512640 135177480 4294955968 18446744073709551615 134556854 0 0 4096 3 0 0 0 17 1 0 0
/proc/18321/statm: 10070 9488 80 162 0 9905 0
Current children cumulated CPU time (s) 31.65
Current children cumulated vsize (KiB) 87852

[startup+35.1017 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 18321
/proc/meminfo: memFree=1728784/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=24.23
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 799 23666 0 1 0 0 2399 24 17 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18321] ppid=18298 vsize=40692 CPUtime=10.6
/proc/18321/stat : 18321 (eSAT_static) R 18298 18298 17174 0 -1 4194304 10945 0 0 0 1053 7 0 0 25 0 1 0 2003612987 41668608 9588 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18321/statm: 10173 9588 80 162 0 10008 0
Current children cumulated CPU time (s) 34.83
Current children cumulated vsize (KiB) 88264

[startup+36.7019 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 18321
/proc/meminfo: memFree=1728592/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=24.23
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 799 23666 0 1 0 0 2399 24 17 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18321] ppid=18298 vsize=40976 CPUtime=12.18
/proc/18321/stat : 18321 (eSAT_static) R 18298 18298 17174 0 -1 4194304 11042 0 0 0 1211 7 0 0 25 0 1 0 2003612987 41959424 9685 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18321/statm: 10244 9685 80 162 0 10079 0
Current children cumulated CPU time (s) 36.41
Current children cumulated vsize (KiB) 88548

[startup+37.5019 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 18321
/proc/meminfo: memFree=1728272/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=24.23
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 799 23666 0 1 0 0 2399 24 17 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18321] ppid=18298 vsize=41124 CPUtime=12.97
/proc/18321/stat : 18321 (eSAT_static) R 18298 18298 17174 0 -1 4194304 11078 0 0 0 1290 7 0 0 25 0 1 0 2003612987 42110976 9721 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18321/statm: 10281 9721 80 162 0 10116 0
Current children cumulated CPU time (s) 37.2
Current children cumulated vsize (KiB) 88696

[startup+38.302 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 18321
/proc/meminfo: memFree=1728272/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=24.23
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 799 23666 0 1 0 0 2399 24 17 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18321] ppid=18298 vsize=41356 CPUtime=13.77
/proc/18321/stat : 18321 (eSAT_static) R 18298 18298 17174 0 -1 4194304 11128 0 0 0 1370 7 0 0 25 0 1 0 2003612987 42348544 9771 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18321/statm: 10339 9771 80 162 0 10174 0
Current children cumulated CPU time (s) 38
Current children cumulated vsize (KiB) 88928

[startup+38.5061 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 18321
/proc/meminfo: memFree=1728016/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=24.23
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 799 23666 0 1 0 0 2399 24 17 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18321] ppid=18298 vsize=41356 CPUtime=13.97
/proc/18321/stat : 18321 (eSAT_static) R 18298 18298 17174 0 -1 4194304 11129 0 0 0 1390 7 0 0 25 0 1 0 2003612987 42348544 9772 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/18321/statm: 10339 9772 80 162 0 10174 0
Current children cumulated CPU time (s) 38.2
Current children cumulated vsize (KiB) 88928

[startup+38.6021 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 18321
/proc/meminfo: memFree=1728016/2055920 swapFree=4179968/4192956
[pid=18298] ppid=18296 vsize=47572 CPUtime=24.23
/proc/18298/stat : 18298 (galacE.sh) S 18296 18298 17174 0 -1 4194304 799 23666 0 1 0 0 2399 24 17 0 1 0 2003610547 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18298/statm: 11893 364 245 79 0 219 0
[pid=18321] ppid=18298 vsize=41356 CPUtime=14.06
/proc/18321/stat : 18321 (eSAT_static) R 18298 18298 17174 0 -1 4194304 11129 0 0 0 1399 7 0 0 25 0 1 0 2003612987 42348544 9772 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 1 0 0
/proc/18321/statm: 10339 9772 80 162 0 10174 0
Current children cumulated CPU time (s) 38.29
Current children cumulated vsize (KiB) 88928

Child status: 0
Real time (s): 38.6949
CPU time (s): 38.4062
CPU user time (s): 38.0722
CPU system time (s): 0.333949
CPU usage (%): 99.2538
Max. virtual memory (cumulated for all children) (KiB): 860636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.0722
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35801
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= 2432
involuntary context switches= 2640

runsolver used 0.05999 second user time and 0.12898 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-05 10:25:57
IDJOB=1088255
IDBENCH=58074
IDSOLVER=351
FILE ID=node11/1088255-1215246357
PBS_JOBID= 7882016
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b015d872cbc51a1a99034ec27314cdb1
RANDOM SEED=1209668757

node11.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.224
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.224
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:       1780224 kB
Buffers:          8056 kB
Cached:         160892 kB
SwapCached:       7036 kB
Active:         145384 kB
Inactive:        78148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780224 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            3592 kB
Writeback:           0 kB
Mapped:          62320 kB
Slab:            37300 kB
Committed_AS:  3361936 kB
PageTables:       2056 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= 66524 MiB
End job on node11 at 2008-07-05 10:26:36