Trace number 1085210

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 ESAT 1496.94 1507.97

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-10.xml
MD5SUM16828d5b306d2e949e22316dd26b1589
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.01669
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size149
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.06	c --- Preproc Stats ---
7.30/7.51	c start processing
7.30/7.51	c start relation processing
8.18/8.43	c start cnf exporting
83.45/85.29	c parsing time : 7.364
83.45/85.29	c preprocessing time : 85.143
83.45/85.29	
83.45/85.29	c Nary constraints - conflicts : 0 supports : 0
83.45/85.29	c Binary constraints - conflicts : 845 supports :0
83.45/85.29	c max arity constraint : 2
83.45/85.29	c Max Tuples generated 22201
83.45/85.29	c relations : 315
83.45/85.29	c relations BDD: 0
83.45/85.29	c sampling 279/315
83.45/85.29	c vars : 13421 - clauses :  3428084
83.45/85.29	
83.55/85.31	 
83.55/85.31	c --- SAT Solver Stats ---
83.55/85.31	 
83.55/85.31	c eSAT 0.1 : minisat core with additionnal features
83.55/85.31	c ============================[ Problem Statistics ]=============================
83.55/85.31	c |                                                                             |
83.55/85.31	c |  Number of variables:  13420                                                |
83.55/85.31	c |  Number of clauses:    3428084                                              |
85.41/87.23	c |  Parsing time:         1.63         s                                       |
1495.88/1507.00	c restarts              : 205
1495.88/1507.00	c conflicts             : 767            (1 /sec)
1495.88/1507.00	c decisions             : 368086         (76.11 % random) (261 /sec)
1495.88/1507.00	c euip                  : 238         
1495.88/1507.00	c propagations          : 1713576        (1214 /sec)
1495.88/1507.00	c conflict literals     : 100469         (4.68 % deleted)
1495.88/1507.00	c Memory used           : 225.31 MB
1495.88/1507.00	c CPU time              : 1411.99 s
1495.88/1507.00	c 
1495.98/1507.00	s SATISFIABLE
1496.03/1507.94	v 113 102 134 127 139 137 164 156 168 170 122 80 144 135 153 156 171 169 179 180 55 26 110 77 125 126 138 140 153 152 1 0 7 8 13 12 33 37 45 42 90 84 96 95 111 112 126 125 135 137 4 3 18 13 34 31 50 49 60 61 21 13 37 48 57 58 70 73 77 80 48 46 82 94 103 102 112 111 123 120 0 64 70 19 86 87 102 101 110 112 3 5 15 18 70 69 81 84 93 92

Verifier Data (download as text)

OK

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-1085210-1215232877/watcher-1085210-1215232877 -o /tmp/evaluation-result-1085210-1215232877/solver-1085210-1215232877 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085210-1215232877.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.08 2.07 2.04 4/93 20853
/proc/meminfo: memFree=1336560/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=8652 CPUtime=0
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2002261978 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 2163 280 208 79 0 156 0
[pid=20854] ppid=20853 vsize=8688 CPUtime=0
/proc/20854/stat : 20854 (galacE.sh) S 20853 20853 19318 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2002261978 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20854/statm: 2172 286 209 79 0 165 0
[pid=20855] ppid=20854 vsize=8728 CPUtime=0
/proc/20855/stat : 20855 (galacE.sh) R 20854 20853 19318 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2002261978 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 221236489511 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/20855/statm: 2182 290 209 79 0 175 0

[startup+0.0157921 s]
/proc/loadavg: 2.08 2.07 2.04 4/93 20853
/proc/meminfo: memFree=1336560/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=8652 CPUtime=0
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2002261978 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 2163 280 208 79 0 156 0
[pid=20854] ppid=20853 vsize=8688 CPUtime=0
/proc/20854/stat : 20854 (galacE.sh) S 20853 20853 19318 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2002261978 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20854/statm: 2172 286 209 79 0 165 0
[pid=20855] ppid=20854 vsize=6864 CPUtime=0
/proc/20855/stat : 20855 (id) S 20854 20853 19318 0 -1 4194304 241 0 0 0 0 0 0 0 16 0 1 0 2002261978 7028736 184 996147200 4194304 4211724 548682068832 18446744073709551615 221236676495 0 0 3674112 0 0 0 0 17 1 0 0
/proc/20855/statm: 1716 184 155 4 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24204

[startup+0.102822 s]
/proc/loadavg: 2.08 2.07 2.04 4/93 20853
/proc/meminfo: memFree=1336560/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=0.01
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.30285 s]
/proc/loadavg: 2.08 2.07 2.04 4/93 20853
/proc/meminfo: memFree=1336560/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=0.01
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702932 s]
/proc/loadavg: 2.08 2.07 2.04 4/93 20853
/proc/meminfo: memFree=1336560/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=0.01
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50108 s]
/proc/loadavg: 2.08 2.07 2.04 4/103 20875
/proc/meminfo: memFree=1292576/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=0.01
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20867] ppid=20853 vsize=812812 CPUtime=1.4
/proc/20867/stat : 20867 (java) S 20853 20853 19318 0 -1 0 15666 0 1 0 132 8 0 0 18 0 9 0 2002261984 832319488 14885 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20867/statm: 203203 14885 2586 9 0 197184 0
[pid=20867/tid=20868] ppid=20853 vsize=812812 CPUtime=0.92
/proc/20867/task/20868/stat : 20868 (java) R 20853 20853 19318 0 -1 64 7632 0 1 0 88 4 0 0 25 0 9 0 2002261985 832319488 14885 996147200 134512640 134550740 4294955600 18446744073709551615 4126701168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20869] ppid=20853 vsize=812812 CPUtime=0.26
/proc/20867/task/20869/stat : 20869 (java) S 20853 20853 19318 0 -1 64 6530 0 0 0 24 2 0 0 16 0 9 0 2002261986 832319488 14885 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20870] ppid=20853 vsize=812812 CPUtime=0
/proc/20867/task/20870/stat : 20870 (java) S 20853 20853 19318 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002261986 832319488 14885 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20871] ppid=20853 vsize=812812 CPUtime=0
/proc/20867/task/20871/stat : 20871 (java) S 20853 20853 19318 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002261986 832319488 14885 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20872] ppid=20853 vsize=812812 CPUtime=0
/proc/20867/task/20872/stat : 20872 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002261989 832319488 14885 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20873] ppid=20853 vsize=812812 CPUtime=0.2
/proc/20867/task/20873/stat : 20873 (java) S 20853 20853 19318 0 -1 64 803 0 0 0 20 0 0 0 16 0 9 0 2002261989 832319488 14885 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20874] ppid=20853 vsize=812812 CPUtime=0
/proc/20867/task/20874/stat : 20874 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002261989 832319488 14885 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20875] ppid=20853 vsize=812812 CPUtime=0
/proc/20867/task/20875/stat : 20875 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002261989 832319488 14885 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 860380

[startup+3.10238 s]
/proc/loadavg: 2.15 2.09 2.04 5/103 20875
/proc/meminfo: memFree=1281824/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=0.01
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20867] ppid=20853 vsize=812836 CPUtime=2.97
/proc/20867/stat : 20867 (java) S 20853 20853 19318 0 -1 0 19463 0 1 0 288 9 0 0 18 0 9 0 2002261984 832344064 18672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20867/statm: 203209 18672 2586 9 0 197190 0
[pid=20867/tid=20868] ppid=20853 vsize=812836 CPUtime=1.58
/proc/20867/task/20868/stat : 20868 (java) R 20853 20853 19318 0 -1 64 7644 0 1 0 154 4 0 0 25 0 9 0 2002261985 832344064 18672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20869] ppid=20853 vsize=812836 CPUtime=1.1
/proc/20867/task/20869/stat : 20869 (java) R 20853 20853 19318 0 -1 64 10284 0 0 0 107 3 0 0 16 0 9 0 2002261986 832344064 18672 996147200 134512640 134550740 4294955600 18446744073709551615 103828978 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20870] ppid=20853 vsize=812836 CPUtime=0
/proc/20867/task/20870/stat : 20870 (java) S 20853 20853 19318 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002261986 832344064 18672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20871] ppid=20853 vsize=812836 CPUtime=0
/proc/20867/task/20871/stat : 20871 (java) S 20853 20853 19318 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002261986 832344064 18672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20872] ppid=20853 vsize=812836 CPUtime=0
/proc/20867/task/20872/stat : 20872 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002261989 832344064 18672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20873] ppid=20853 vsize=812836 CPUtime=0.26
/proc/20867/task/20873/stat : 20873 (java) S 20853 20853 19318 0 -1 64 834 0 0 0 26 0 0 0 15 0 9 0 2002261989 832344064 18672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20874] ppid=20853 vsize=812836 CPUtime=0
/proc/20867/task/20874/stat : 20874 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002261989 832344064 18672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20875] ppid=20853 vsize=812836 CPUtime=0
/proc/20867/task/20875/stat : 20875 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002261989 832344064 18672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 860404

[startup+6.30199 s]
/proc/loadavg: 2.15 2.09 2.04 3/103 20875
/proc/meminfo: memFree=1256160/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=0.01
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20867] ppid=20853 vsize=812888 CPUtime=6.1
/proc/20867/stat : 20867 (java) S 20853 20853 19318 0 -1 0 24226 0 1 0 599 11 0 0 18 0 9 0 2002261984 832397312 23250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20867/statm: 203222 23250 2586 9 0 197203 0
[pid=20867/tid=20868] ppid=20853 vsize=812888 CPUtime=2.26
/proc/20867/task/20868/stat : 20868 (java) S 20853 20853 19318 0 -1 64 7660 0 1 0 222 4 0 0 24 0 9 0 2002261985 832397312 23250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20869] ppid=20853 vsize=812888 CPUtime=3.48
/proc/20867/task/20869/stat : 20869 (java) R 20853 20853 19318 0 -1 64 14979 0 0 0 343 5 0 0 19 0 9 0 2002261986 832397312 23250 996147200 134512640 134550740 4294955600 18446744073709551615 104180102 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20870] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20870/stat : 20870 (java) S 20853 20853 19318 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002261986 832397312 23250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20871] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20871/stat : 20871 (java) S 20853 20853 19318 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002261986 832397312 23250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20872] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20872/stat : 20872 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002261989 832397312 23250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20873] ppid=20853 vsize=812888 CPUtime=0.33
/proc/20867/task/20873/stat : 20873 (java) S 20853 20853 19318 0 -1 64 886 0 0 0 33 0 0 0 15 0 9 0 2002261989 832397312 23250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20874] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20874/stat : 20874 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002261989 832397312 23250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20875] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20875/stat : 20875 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002261989 832397312 23250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 860456

[startup+12.7012 s]
/proc/loadavg: 2.28 2.12 2.05 3/103 20875
/proc/meminfo: memFree=1214432/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=0.01
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20867] ppid=20853 vsize=812888 CPUtime=12.38
/proc/20867/stat : 20867 (java) S 20853 20853 19318 0 -1 0 33035 0 1 0 1220 18 0 0 18 0 9 0 2002261984 832397312 32045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20867/statm: 203222 32045 2591 9 0 197203 0
[pid=20867/tid=20868] ppid=20853 vsize=812888 CPUtime=7.41
/proc/20867/task/20868/stat : 20868 (java) R 20853 20853 19318 0 -1 64 14638 0 1 0 731 10 0 0 25 0 9 0 2002261985 832397312 32045 996147200 134512640 134550740 4294955600 18446744073709551615 4126691643 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20869] ppid=20853 vsize=812888 CPUtime=4.54
/proc/20867/task/20869/stat : 20869 (java) S 20853 20853 19318 0 -1 64 16774 0 0 0 449 5 0 0 16 0 9 0 2002261986 832397312 32045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20870] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20870/stat : 20870 (java) S 20853 20853 19318 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002261986 832397312 32045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20871] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20871/stat : 20871 (java) S 20853 20853 19318 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002261986 832397312 32045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20872] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20872/stat : 20872 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002261989 832397312 32045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20873] ppid=20853 vsize=812888 CPUtime=0.4
/proc/20867/task/20873/stat : 20873 (java) S 20853 20853 19318 0 -1 64 922 0 0 0 39 1 0 0 15 0 9 0 2002261989 832397312 32045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20874] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20874/stat : 20874 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002261989 832397312 32045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20875] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20875/stat : 20875 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002261989 832397312 32045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 860456

[startup+25.5026 s]
/proc/loadavg: 2.23 2.11 2.05 3/103 20875
/proc/meminfo: memFree=1202720/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=0.01
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20867] ppid=20853 vsize=812888 CPUtime=24.93
/proc/20867/stat : 20867 (java) S 20853 20853 19318 0 -1 0 33180 0 1 0 2469 24 0 0 18 0 9 0 2002261984 832397312 32163 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20867/statm: 203222 32163 2591 9 0 197203 0
[pid=20867/tid=20868] ppid=20853 vsize=812888 CPUtime=19.91
/proc/20867/task/20868/stat : 20868 (java) R 20853 20853 19318 0 -1 64 14665 0 1 0 1975 16 0 0 25 0 9 0 2002261985 832397312 32163 996147200 134512640 134550740 4294955600 18446744073709551615 4127289904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20869] ppid=20853 vsize=812888 CPUtime=4.58
/proc/20867/task/20869/stat : 20869 (java) S 20853 20853 19318 0 -1 64 16887 0 0 0 452 6 0 0 16 0 9 0 2002261986 832397312 32163 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20870] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20870/stat : 20870 (java) S 20853 20853 19318 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002261986 832397312 32163 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20871] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20871/stat : 20871 (java) S 20853 20853 19318 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002261986 832397312 32163 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20872] ppid=20853 vsize=812888 CPUtime=0
/proc/20867/task/20872/stat : 20872 (java) S 20853 20853 19318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002261989 832397312 32163 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20873] ppid=20853 vsize=812888 CPUtime=0.41

################
# More data... #
################

/proc/meminfo: memFree=1093312/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=292156 CPUtime=967.93
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 71745 0 0 0 96755 38 0 0 25 0 1 0 2002270509 299167744 71727 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 73039 71727 74 162 0 72874 0
Current children cumulated CPU time (s) 1051.5
Current children cumulated vsize (KiB) 339724

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20945
/proc/meminfo: memFree=1093184/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=292156 CPUtime=1027.91
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 71758 0 0 0 102753 38 0 0 25 0 1 0 2002270509 299167744 71740 996147200 134512640 135177480 4294955968 18446744073709551615 134537729 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 73039 71740 74 162 0 72874 0
Current children cumulated CPU time (s) 1111.48
Current children cumulated vsize (KiB) 339724

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20945
/proc/meminfo: memFree=1078912/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=332768 CPUtime=1087.88
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 75320 0 0 0 108749 39 0 0 25 0 1 0 2002270509 340754432 75302 996147200 134512640 135177480 4294955968 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 83192 75302 74 162 0 83027 0
Current children cumulated CPU time (s) 1171.45
Current children cumulated vsize (KiB) 380336

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20951
/proc/meminfo: memFree=1078592/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=332768 CPUtime=1147.83
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 75348 0 0 0 114744 39 0 0 25 0 1 0 2002270509 340754432 75330 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 83192 75330 74 162 0 83027 0
Current children cumulated CPU time (s) 1231.4
Current children cumulated vsize (KiB) 380336

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20951
/proc/meminfo: memFree=1078528/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=332768 CPUtime=1207.81
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 75370 0 0 0 120742 39 0 0 25 0 1 0 2002270509 340754432 75352 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 83192 75352 74 162 0 83027 0
Current children cumulated CPU time (s) 1291.38
Current children cumulated vsize (KiB) 380336

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20951
/proc/meminfo: memFree=1069760/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=335680 CPUtime=1267.79
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 77578 0 0 0 126738 41 0 0 25 0 1 0 2002270509 343736320 77560 996147200 134512640 135177480 4294955968 18446744073709551615 134537471 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 83920 77560 74 162 0 83755 0
Current children cumulated CPU time (s) 1351.36
Current children cumulated vsize (KiB) 383248

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20951
/proc/meminfo: memFree=1069632/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=335680 CPUtime=1327.76
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 77616 0 0 0 132735 41 0 0 25 0 1 0 2002270509 343736320 77598 996147200 134512640 135177480 4294955968 18446744073709551615 134537357 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 83920 77598 74 162 0 83755 0
Current children cumulated CPU time (s) 1411.33
Current children cumulated vsize (KiB) 383248

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 20951
/proc/meminfo: memFree=1066112/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=335944 CPUtime=1387.72
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 78484 0 0 0 138731 41 0 0 25 0 1 0 2002270509 344006656 78466 996147200 134512640 135177480 4294955968 18446744073709551615 134537473 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 83986 78466 74 162 0 83821 0
Current children cumulated CPU time (s) 1471.29
Current children cumulated vsize (KiB) 383512

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

[startup+1484.7 s]
/proc/loadavg: 2.07 2.03 2.01 3/83 20951
/proc/meminfo: memFree=1066112/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=335944 CPUtime=1390.12
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 78489 0 0 0 138971 41 0 0 25 0 1 0 2002270509 344006656 78471 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 83986 78471 74 162 0 83821 0
Current children cumulated CPU time (s) 1473.69
Current children cumulated vsize (KiB) 383512

[startup+1497.5 s]
/proc/loadavg: 2.14 2.04 2.01 3/83 20951
/proc/meminfo: memFree=1066112/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=335944 CPUtime=1402.92
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 78492 0 0 0 140251 41 0 0 25 0 1 0 2002270509 344006656 78474 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 83986 78474 74 162 0 83821 0
Current children cumulated CPU time (s) 1486.49
Current children cumulated vsize (KiB) 383512

[startup+1503.9 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 20951
/proc/meminfo: memFree=1066112/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=335944 CPUtime=1409.31
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 78492 0 0 0 140890 41 0 0 25 0 1 0 2002270509 344006656 78474 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 83986 78474 74 162 0 83821 0
Current children cumulated CPU time (s) 1492.88
Current children cumulated vsize (KiB) 383512

[startup+1505.5 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 20951
/proc/meminfo: memFree=1066112/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=83.57
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 798 34991 0 1 0 0 8308 49 17 0 1 0 2002261978 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20853/statm: 11892 363 244 79 0 219 0
[pid=20876] ppid=20853 vsize=336088 CPUtime=1410.91
/proc/20876/stat : 20876 (eSAT_static) R 20853 20853 19318 0 -1 4194304 78506 0 0 0 141050 41 0 0 25 0 1 0 2002270509 344154112 78488 996147200 134512640 135177480 4294955968 18446744073709551615 134524925 0 0 4096 3 0 0 0 17 0 0 0
/proc/20876/statm: 84022 78488 74 162 0 83857 0
Current children cumulated CPU time (s) 1494.48
Current children cumulated vsize (KiB) 383656

[startup+1507.1 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 20951
/proc/meminfo: memFree=1150016/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=1496.03
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 834 113516 0 1 0 0 149507 96 16 0 1 0 2002261978 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/20853/statm: 11892 364 244 79 0 219 0
Current children cumulated CPU time (s) 1496.03
Current children cumulated vsize (KiB) 47568

[startup+1507.5 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 20951
/proc/meminfo: memFree=1150016/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=1496.03
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 834 113516 0 1 0 0 149507 96 16 0 1 0 2002261978 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/20853/statm: 11892 364 244 79 0 219 0
Current children cumulated CPU time (s) 1496.03
Current children cumulated vsize (KiB) 47568

[startup+1507.9 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 20951
/proc/meminfo: memFree=1150016/2055920 swapFree=4180412/4192956
[pid=20853] ppid=20851 vsize=47568 CPUtime=1496.03
/proc/20853/stat : 20853 (galacE.sh) S 20851 20853 19318 0 -1 4194304 834 113516 0 1 0 0 149507 96 16 0 1 0 2002261978 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/20853/statm: 11892 364 244 79 0 219 0
Current children cumulated CPU time (s) 1496.03
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 1507.97
CPU time (s): 1496.94
CPU user time (s): 1495.86
CPU system time (s): 1.07784
CPU usage (%): 99.2686
Max. virtual memory (cumulated for all children) (KiB): 860752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1495.86
system time used= 1.07784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123830
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5562
involuntary context switches= 20984

runsolver used 1.76073 second user time and 4.6243 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 06:41:17
IDJOB=1085210
IDBENCH=57613
IDSOLVER=351
FILE ID=node21/1085210-1215232877
PBS_JOBID= 7881850
Free space on /tmp= 66460 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 16828d5b306d2e949e22316dd26b1589
RANDOM SEED=889098945

node21.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.263
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.263
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:       1337040 kB
Buffers:         98856 kB
Cached:         451796 kB
SwapCached:       6472 kB
Active:         319320 kB
Inactive:       329784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1337040 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            3292 kB
Writeback:           0 kB
Mapped:         113624 kB
Slab:            54384 kB
Committed_AS:  4195612 kB
PageTables:       2224 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= 66480 MiB
End job on node21 at 2008-07-05 07:06:25