Trace number 1095963

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 8.82166 8.93499

General information on the benchmark

Namecsp/subs/
normalized-scen06-sub1.xml
MD5SUM1791315634aef7f4a4e226b1dec10f47
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.076987
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints314
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension314
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.07	c --- Preproc Stats ---
3.04/3.11	c start processing
3.04/3.11	c start relation processing
3.04/3.14	c start cnf exporting
7.38/7.57	c parsing time : 2.936
7.38/7.57	c preprocessing time : 7.401
7.38/7.57	
7.38/7.57	c Nary constraints - conflicts : 0 supports : 0
7.38/7.57	c Binary constraints - conflicts : 196 supports :118
7.38/7.57	c max arity constraint : 2
7.38/7.57	c Max Tuples generated 1936
7.38/7.57	c relations : 70
7.38/7.57	c relations BDD: 0
7.38/7.57	c sampling 0/0
7.38/7.57	c vars : 1233 - clauses :  140298
7.38/7.57	
7.38/7.58	 
7.38/7.58	c --- SAT Solver Stats ---
7.38/7.58	 
7.38/7.58	c eSAT 0.1 : minisat core with additionnal features
7.38/7.58	c ============================[ Problem Statistics ]=============================
7.38/7.58	c |                                                                             |
7.38/7.58	c |  Number of variables:  1232                                                 |
7.38/7.58	c |  Number of clauses:    140298                                               |
7.48/7.67	c |  Parsing time:         0.07         s                                       |
8.77/8.92	c restarts              : 58
8.77/8.92	c conflicts             : 153            (116 /sec)
8.77/8.92	c decisions             : 3931           (82.93 % random) (2978 /sec)
8.77/8.92	c euip                  : 39          
8.77/8.92	c propagations          : 26320          (19942 /sec)
8.77/8.92	c conflict literals     : 1548           (24.67 % deleted)
8.77/8.92	c Memory used           : 7.59 MB
8.77/8.92	c CPU time              : 1.3198 s
8.77/8.92	c 
8.77/8.92	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-1095963-1215280802/watcher-1095963-1215280802 -o /tmp/evaluation-result-1095963-1215280802/solver-1095963-1215280802 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1095963-1215280802.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.99 5/84 2997
/proc/meminfo: memFree=1684736/2055920 swapFree=4180000/4192956
[pid=2997] ppid=2995 vsize=18572 CPUtime=0
/proc/2997/stat : 2997 (runsolver) R 2995 2997 672 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 261068156 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 269807578407 0 0 4096 24578 0 0 0 17 0 0 0
/proc/2997/statm: 4643 292 257 25 0 2626 0

[startup+0.068113 s]
/proc/loadavg: 1.92 1.98 1.99 5/84 2997
/proc/meminfo: memFree=1684736/2055920 swapFree=4180000/4192956
[pid=2997] ppid=2995 vsize=47396 CPUtime=0.01
/proc/2997/stat : 2997 (galacE.sh) R 2995 2997 672 0 -1 4194304 692 1698 0 0 0 0 0 1 23 0 1 0 261068156 48533504 336 996147200 4194304 4520092 548682068832 18446744073709551615 269807451252 0 2 4096 73728 0 0 0 17 1 0 0
/proc/2997/statm: 11849 336 232 79 0 190 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47396

[startup+0.102125 s]
/proc/loadavg: 1.92 1.98 1.99 5/84 2997
/proc/meminfo: memFree=1684736/2055920 swapFree=4180000/4192956
[pid=2997] ppid=2995 vsize=47556 CPUtime=0.01
/proc/2997/stat : 2997 (galacE.sh) S 2995 2997 672 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261068156 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2997/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.302141 s]
/proc/loadavg: 1.92 1.98 1.99 5/84 2997
/proc/meminfo: memFree=1684736/2055920 swapFree=4180000/4192956
[pid=2997] ppid=2995 vsize=47556 CPUtime=0.01
/proc/2997/stat : 2997 (galacE.sh) S 2995 2997 672 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261068156 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2997/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.70219 s]
/proc/loadavg: 1.92 1.98 1.99 5/84 2997
/proc/meminfo: memFree=1684736/2055920 swapFree=4180000/4192956
[pid=2997] ppid=2995 vsize=47556 CPUtime=0.01
/proc/2997/stat : 2997 (galacE.sh) S 2995 2997 672 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261068156 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2997/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50227 s]
/proc/loadavg: 1.92 1.98 1.99 5/95 3020
/proc/meminfo: memFree=1622824/2055920 swapFree=4180000/4192956
[pid=2997] ppid=2995 vsize=47556 CPUtime=0.01
/proc/2997/stat : 2997 (galacE.sh) S 2995 2997 672 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261068156 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2997/statm: 11889 364 245 79 0 219 0
[pid=3011] ppid=2997 vsize=812520 CPUtime=1.42
/proc/3011/stat : 3011 (java) S 2997 2997 672 0 -1 0 13526 0 1 0 134 8 0 0 20 0 9 0 261068164 832020480 12712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3011/statm: 203130 12712 2583 9 0 197163 0
[pid=3011/tid=3012] ppid=2997 vsize=812520 CPUtime=0.43
/proc/3011/task/3012/stat : 3012 (java) R 2997 2997 672 0 -1 64 7434 0 1 0 38 5 0 0 16 0 9 0 261068166 832020480 12712 996147200 134512640 134550740 4294955600 18446744073709551615 4125958350 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3013] ppid=2997 vsize=812520 CPUtime=0.85
/proc/3011/task/3013/stat : 3013 (java) R 2997 2997 672 0 -1 64 4631 0 0 0 84 1 0 0 17 0 9 0 261068167 832020480 12712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3014] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3014/stat : 3014 (java) S 2997 2997 672 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 261068167 832020480 12712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3015] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3015/stat : 3015 (java) S 2997 2997 672 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261068167 832020480 12712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3016] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3016/stat : 3016 (java) S 2997 2997 672 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 261068169 832020480 12712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3017] ppid=2997 vsize=812520 CPUtime=0.12
/proc/3011/task/3017/stat : 3017 (java) R 2997 2997 672 0 -1 64 760 0 0 0 12 0 0 0 16 0 9 0 261068169 832020480 12712 996147200 134512640 134550740 4294955600 18446744073709551615 101785709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3018] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3018/stat : 3018 (java) S 2997 2997 672 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 261068169 832020480 12712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3019] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3019/stat : 3019 (java) S 2997 2997 672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 261068169 832020480 12712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860076

[startup+3.10143 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 3057
/proc/meminfo: memFree=1665920/2055920 swapFree=4180000/4192956
[pid=2997] ppid=2995 vsize=47556 CPUtime=0.01
/proc/2997/stat : 2997 (galacE.sh) S 2995 2997 672 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261068156 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2997/statm: 11889 364 245 79 0 219 0
[pid=3011] ppid=2997 vsize=812520 CPUtime=3.03
/proc/3011/stat : 3011 (java) S 2997 2997 672 0 -1 0 13949 0 1 0 294 9 0 0 20 0 9 0 261068164 832020480 13094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3011/statm: 203130 13094 2583 9 0 197163 0
[pid=3011/tid=3012] ppid=2997 vsize=812520 CPUtime=0.62
/proc/3011/task/3012/stat : 3012 (java) R 2997 2997 672 0 -1 64 7474 0 1 0 57 5 0 0 16 0 9 0 261068166 832020480 13094 996147200 134512640 134550740 4294955600 18446744073709551615 4126916449 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3013] ppid=2997 vsize=812520 CPUtime=2.19
/proc/3011/task/3013/stat : 3013 (java) R 2997 2997 672 0 -1 64 4977 0 0 0 218 1 0 0 20 0 9 0 261068167 832020480 13094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3014] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3014/stat : 3014 (java) S 2997 2997 672 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 261068167 832020480 13094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3015] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3015/stat : 3015 (java) S 2997 2997 672 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261068167 832020480 13094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3016] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3016/stat : 3016 (java) S 2997 2997 672 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 261068169 832020480 13094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3017] ppid=2997 vsize=812520 CPUtime=0.17
/proc/3011/task/3017/stat : 3017 (java) S 2997 2997 672 0 -1 64 797 0 0 0 17 0 0 0 15 0 9 0 261068169 832020480 13094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3018] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3018/stat : 3018 (java) S 2997 2997 672 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 261068169 832020480 13094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3019] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3019/stat : 3019 (java) S 2997 2997 672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 261068169 832020480 13094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860076

[startup+6.30278 s]
/proc/loadavg: 2.09 2.02 2.01 3/93 3106
/proc/meminfo: memFree=1661752/2055920 swapFree=4180000/4192956
[pid=2997] ppid=2995 vsize=47556 CPUtime=0.01
/proc/2997/stat : 2997 (galacE.sh) S 2995 2997 672 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261068156 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2997/statm: 11889 364 245 79 0 219 0
[pid=3011] ppid=2997 vsize=812520 CPUtime=6.18
/proc/3011/stat : 3011 (java) S 2997 2997 672 0 -1 0 21430 0 1 0 604 14 0 0 20 0 9 0 261068164 832020480 20569 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3011/statm: 203130 20569 2589 9 0 197163 0
[pid=3011/tid=3012] ppid=2997 vsize=812520 CPUtime=3.69
/proc/3011/task/3012/stat : 3012 (java) R 2997 2997 672 0 -1 64 14673 0 1 0 359 10 0 0 25 0 9 0 261068166 832020480 20569 996147200 134512640 134550740 4294955600 18446744073709551615 4126384587 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3013] ppid=2997 vsize=812520 CPUtime=2.22
/proc/3011/task/3013/stat : 3013 (java) S 2997 2997 672 0 -1 64 5208 0 0 0 220 2 0 0 16 0 9 0 261068167 832020480 20569 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3014] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3014/stat : 3014 (java) S 2997 2997 672 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 261068167 832020480 20569 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3015] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3015/stat : 3015 (java) S 2997 2997 672 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261068167 832020480 20569 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3016] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3016/stat : 3016 (java) S 2997 2997 672 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 261068169 832020480 20569 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3017] ppid=2997 vsize=812520 CPUtime=0.25
/proc/3011/task/3017/stat : 3017 (java) S 2997 2997 672 0 -1 64 848 0 0 0 24 1 0 0 15 0 9 0 261068169 832020480 20569 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3018] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3018/stat : 3018 (java) S 2997 2997 672 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 261068169 832020480 20569 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3011/tid=3019] ppid=2997 vsize=812520 CPUtime=0
/proc/3011/task/3019/stat : 3019 (java) S 2997 2997 672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 261068169 832020480 20569 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860076

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

[startup+7.90196 s]
/proc/loadavg: 2.08 2.02 2.00 4/84 3167
/proc/meminfo: memFree=1696256/2055920 swapFree=4180000/4192956
[pid=2997] ppid=2995 vsize=47556 CPUtime=7.47
/proc/2997/stat : 2997 (galacE.sh) S 2995 2997 672 0 -1 4194304 799 23157 0 1 0 0 729 18 17 0 1 0 261068156 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2997/statm: 11889 364 245 79 0 219 0
[pid=3167] ppid=2997 vsize=8316 CPUtime=0.3
/proc/3167/stat : 3167 (eSAT_static) R 2997 2997 672 0 -1 4194304 1905 0 0 0 29 1 0 0 20 0 1 0 261068915 8515584 1887 996147200 134512640 135177480 4294955968 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 1 0 0
/proc/3167/statm: 2079 1887 76 162 0 1914 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 55872

[startup+8.70205 s]
/proc/loadavg: 2.08 2.02 2.00 4/84 3167
/proc/meminfo: memFree=1689664/2055920 swapFree=4180000/4192956
[pid=2997] ppid=2995 vsize=47556 CPUtime=7.47
/proc/2997/stat : 2997 (galacE.sh) S 2995 2997 672 0 -1 4194304 799 23157 0 1 0 0 729 18 17 0 1 0 261068156 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2997/statm: 11889 364 245 79 0 219 0
[pid=3167] ppid=2997 vsize=8584 CPUtime=1.1
/proc/3167/stat : 3167 (eSAT_static) R 2997 2997 672 0 -1 4194304 1985 0 0 0 109 1 0 0 25 0 1 0 261068915 8790016 1967 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/3167/statm: 2146 1967 76 162 0 1981 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 56140

[startup+8.90207 s]
/proc/loadavg: 2.08 2.02 2.00 4/84 3167
/proc/meminfo: memFree=1689664/2055920 swapFree=4180000/4192956
[pid=2997] ppid=2995 vsize=47556 CPUtime=7.47
/proc/2997/stat : 2997 (galacE.sh) S 2995 2997 672 0 -1 4194304 799 23157 0 1 0 0 729 18 17 0 1 0 261068156 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2997/statm: 11889 364 245 79 0 219 0
[pid=3167] ppid=2997 vsize=8584 CPUtime=1.3
/proc/3167/stat : 3167 (eSAT_static) R 2997 2997 672 0 -1 4194304 1985 0 0 0 129 1 0 0 25 0 1 0 261068915 8790016 1967 996147200 134512640 135177480 4294955968 18446744073709551615 134524927 0 0 4096 3 0 0 0 17 1 0 0
/proc/3167/statm: 2146 1967 76 162 0 1981 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 56140

Child status: 0
Real time (s): 8.93499
CPU time (s): 8.82166
CPU user time (s): 8.61869
CPU system time (s): 0.202969
CPU usage (%): 98.7316
Max. virtual memory (cumulated for all children) (KiB): 860076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.61869
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26144
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= 1382
involuntary context switches= 1439

runsolver used 0.015997 second user time and 0.031995 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 20:00:02
IDJOB=1095963
IDBENCH=58938
IDSOLVER=351
FILE ID=node81/1095963-1215280802
PBS_JOBID= 7882148
Free space on /tmp= 126820 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1791315634aef7f4a4e226b1dec10f47
RANDOM SEED=1512295817

node81.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1685216 kB
Buffers:         48368 kB
Cached:         197140 kB
SwapCached:       6228 kB
Active:         212800 kB
Inactive:       102508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685216 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            4408 kB
Writeback:           0 kB
Mapped:          81864 kB
Slab:            40724 kB
Committed_AS:  1320320 kB
PageTables:       1716 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126812 MiB
End job on node81 at 2008-07-05 20:00:11