Trace number 1085042

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 899.188 902.872

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-5.xml
MD5SUMcf6cb10154c91b27aba123e93ab25157
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 benchmark1.89071
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size123
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.03	c --- Preproc Stats ---
6.23/6.38	c start processing
6.33/6.40	c start relation processing
6.73/6.89	c start cnf exporting
56.57/56.98	c parsing time : 6.26
56.57/56.98	c preprocessing time : 56.859
56.57/56.98	
56.57/56.98	c Nary constraints - conflicts : 0 supports : 0
56.57/56.98	c Binary constraints - conflicts : 845 supports :0
56.57/56.98	c max arity constraint : 2
56.57/56.98	c Max Tuples generated 15129
56.57/56.98	c relations : 314
56.57/56.98	c relations BDD: 0
56.57/56.98	c sampling 269/305
56.57/56.98	c vars : 11171 - clauses :  2405607
56.57/56.98	
56.65/57.04	 
56.65/57.04	c --- SAT Solver Stats ---
56.65/57.04	 
56.65/57.04	c eSAT 0.1 : minisat core with additionnal features
56.65/57.04	c ============================[ Problem Statistics ]=============================
56.65/57.04	c |                                                                             |
56.65/57.04	c |  Number of variables:  11170                                                |
56.65/57.04	c |  Number of clauses:    2405607                                              |
57.91/58.36	c |  Parsing time:         1.11         s                                       |
898.13/901.81	c restarts              : 239
898.13/901.81	c conflicts             : 2278           (3 /sec)
898.13/901.81	c decisions             : 258111         (72.29 % random) (307 /sec)
898.13/901.81	c euip                  : 535         
898.13/901.81	c propagations          : 1806417        (2148 /sec)
898.13/901.81	c conflict literals     : 346528         (6.71 % deleted)
898.13/901.81	c Memory used           : 169.88 MB
898.13/901.81	c CPU time              : 841.123 s
898.13/901.81	c 
898.13/901.81	s SATISFIABLE
899.11/902.85	v 0 1 13 12 62 61 85 82 95 119 27 26 34 35 47 48 65 110 117 95 50 48 69 106 116 118 132 129 142 141 4 5 10 8 20 21 68 46 105 130 19 20 29 57 78 80 132 133 149 147 0 1 8 7 11 12 74 116 122 100 74 71 82 81 107 108 133 134 143 145 16 11 27 28 31 30 61 47 149 84 2 3 91 125 131 129 141 142 151 150 12 11 23 83 92 91 110 117 143 142

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-1085042-1215232575/watcher-1085042-1215232575 -o /tmp/evaluation-result-1085042-1215232575/solver-1085042-1215232575 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085042-1215232575.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.01 4/81 12308
/proc/meminfo: memFree=1133456/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=8652 CPUtime=0
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 2002232526 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 2163 280 208 79 0 156 0
[pid=12309] ppid=12308 vsize=8688 CPUtime=0
/proc/12309/stat : 12309 (galacE.sh) R 12308 12308 11531 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 2002232527 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 228706544287 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/12309/statm: 2172 286 209 79 0 165 0

[startup+0.0763421 s]
/proc/loadavg: 2.08 2.07 2.01 4/81 12308
/proc/meminfo: memFree=1133456/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=0.01
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102346 s]
/proc/loadavg: 2.08 2.07 2.01 4/81 12308
/proc/meminfo: memFree=1133456/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=0.01
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.302365 s]
/proc/loadavg: 2.08 2.07 2.01 4/81 12308
/proc/meminfo: memFree=1133456/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=0.01
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.702404 s]
/proc/loadavg: 2.08 2.07 2.01 4/81 12308
/proc/meminfo: memFree=1133456/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=0.01
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50148 s]
/proc/loadavg: 2.08 2.07 2.01 4/91 12330
/proc/meminfo: memFree=1090352/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=0.01
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12322] ppid=12308 vsize=812752 CPUtime=1.44
/proc/12322/stat : 12322 (java) S 12308 12308 11531 0 -1 0 15022 0 1 0 136 8 0 0 18 0 9 0 2002232530 832258048 14235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12322/statm: 203188 14235 2589 9 0 197169 0
[pid=12322/tid=12323] ppid=12308 vsize=812752 CPUtime=0.71
/proc/12322/task/12323/stat : 12323 (java) R 12308 12308 11531 0 -1 64 7477 0 1 0 66 5 0 0 25 0 9 0 2002232531 832258048 14235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12324] ppid=12308 vsize=812752 CPUtime=0.51
/proc/12322/task/12324/stat : 12324 (java) R 12308 12308 11531 0 -1 64 6039 0 0 0 49 2 0 0 16 0 9 0 2002232533 832258048 14235 996147200 134512640 134550740 4294955600 18446744073709551615 102478692 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12325] ppid=12308 vsize=812752 CPUtime=0
/proc/12322/task/12325/stat : 12325 (java) S 12308 12308 11531 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002232533 832258048 14235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12326] ppid=12308 vsize=812752 CPUtime=0
/proc/12322/task/12326/stat : 12326 (java) S 12308 12308 11531 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002232533 832258048 14235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12327] ppid=12308 vsize=812752 CPUtime=0
/proc/12322/task/12327/stat : 12327 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2002232535 832258048 14235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12328] ppid=12308 vsize=812752 CPUtime=0.2
/proc/12322/task/12328/stat : 12328 (java) S 12308 12308 11531 0 -1 64 806 0 0 0 20 0 0 0 15 0 9 0 2002232535 832258048 14235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12329] ppid=12308 vsize=812752 CPUtime=0
/proc/12322/task/12329/stat : 12329 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2002232535 832258048 14235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12330] ppid=12308 vsize=812752 CPUtime=0
/proc/12322/task/12330/stat : 12330 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002232535 832258048 14235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860312

[startup+3.10163 s]
/proc/loadavg: 2.08 2.07 2.01 4/91 12330
/proc/meminfo: memFree=1080560/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=0.01
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12322] ppid=12308 vsize=812836 CPUtime=3.04
/proc/12322/stat : 12322 (java) S 12308 12308 11531 0 -1 0 18331 0 1 0 294 10 0 0 18 0 9 0 2002232530 832344064 17532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12322/statm: 203209 17532 2589 9 0 197190 0
[pid=12322/tid=12323] ppid=12308 vsize=812836 CPUtime=1.26
/proc/12322/task/12323/stat : 12323 (java) R 12308 12308 11531 0 -1 64 7490 0 1 0 121 5 0 0 25 0 9 0 2002232531 832344064 17532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12324] ppid=12308 vsize=812836 CPUtime=1.5
/proc/12322/task/12324/stat : 12324 (java) R 12308 12308 11531 0 -1 64 9299 0 0 0 146 4 0 0 17 0 9 0 2002232533 832344064 17532 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12325] ppid=12308 vsize=812836 CPUtime=0
/proc/12322/task/12325/stat : 12325 (java) S 12308 12308 11531 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002232533 832344064 17532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12326] ppid=12308 vsize=812836 CPUtime=0
/proc/12322/task/12326/stat : 12326 (java) S 12308 12308 11531 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002232533 832344064 17532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12327] ppid=12308 vsize=812836 CPUtime=0
/proc/12322/task/12327/stat : 12327 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2002232535 832344064 17532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12328] ppid=12308 vsize=812836 CPUtime=0.26
/proc/12322/task/12328/stat : 12328 (java) S 12308 12308 11531 0 -1 64 842 0 0 0 26 0 0 0 15 0 9 0 2002232535 832344064 17532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12329] ppid=12308 vsize=812836 CPUtime=0
/proc/12322/task/12329/stat : 12329 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2002232535 832344064 17532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12330] ppid=12308 vsize=812836 CPUtime=0
/proc/12322/task/12330/stat : 12330 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002232535 832344064 17532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860396

[startup+6.30295 s]
/proc/loadavg: 2.24 2.10 2.02 3/91 12330
/proc/meminfo: memFree=1060848/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=0.01
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12322] ppid=12308 vsize=812904 CPUtime=6.22
/proc/12322/stat : 12322 (java) S 12308 12308 11531 0 -1 0 22056 0 1 0 610 12 0 0 18 0 9 0 2002232530 832413696 20990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12322/statm: 203226 20990 2589 9 0 197207 0
[pid=12322/tid=12323] ppid=12308 vsize=812904 CPUtime=1.73
/proc/12322/task/12323/stat : 12323 (java) S 12308 12308 11531 0 -1 64 7510 0 1 0 168 5 0 0 18 0 9 0 2002232531 832413696 20990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12324] ppid=12308 vsize=812904 CPUtime=4.14
/proc/12322/task/12324/stat : 12324 (java) R 12308 12308 11531 0 -1 64 12960 0 0 0 409 5 0 0 25 0 9 0 2002232533 832413696 20990 996147200 134512640 134550740 4294955600 18446744073709551615 104180125 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12325] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12325/stat : 12325 (java) S 12308 12308 11531 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002232533 832413696 20990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12326] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12326/stat : 12326 (java) S 12308 12308 11531 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002232533 832413696 20990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12327] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12327/stat : 12327 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2002232535 832413696 20990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12328] ppid=12308 vsize=812904 CPUtime=0.32
/proc/12322/task/12328/stat : 12328 (java) S 12308 12308 11531 0 -1 64 886 0 0 0 32 0 0 0 15 0 9 0 2002232535 832413696 20990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12329] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12329/stat : 12329 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2002232535 832413696 20990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12330] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12330/stat : 12330 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002232535 832413696 20990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860464

[startup+12.7015 s]
/proc/loadavg: 2.30 2.11 2.02 4/91 12331
/proc/meminfo: memFree=1023344/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=0.01
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12322] ppid=12308 vsize=812904 CPUtime=12.58
/proc/12322/stat : 12322 (java) S 12308 12308 11531 0 -1 0 29646 0 1 0 1239 19 0 0 18 0 9 0 2002232530 832413696 28566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12322/statm: 203226 28566 2594 9 0 197207 0
[pid=12322/tid=12323] ppid=12308 vsize=812904 CPUtime=7.91
/proc/12322/task/12323/stat : 12323 (java) R 12308 12308 11531 0 -1 64 14652 0 1 0 779 12 0 0 25 0 9 0 2002232531 832413696 28566 996147200 134512640 134550740 4294955600 18446744073709551615 4126604737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12324] ppid=12308 vsize=812904 CPUtime=4.26
/proc/12322/task/12324/stat : 12324 (java) S 12308 12308 11531 0 -1 64 13373 0 0 0 421 5 0 0 16 0 9 0 2002232533 832413696 28566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12325] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12325/stat : 12325 (java) S 12308 12308 11531 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002232533 832413696 28566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12326] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12326/stat : 12326 (java) S 12308 12308 11531 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002232533 832413696 28566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12327] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12327/stat : 12327 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2002232535 832413696 28566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12328] ppid=12308 vsize=812904 CPUtime=0.39
/proc/12322/task/12328/stat : 12328 (java) S 12308 12308 11531 0 -1 64 921 0 0 0 38 1 0 0 15 0 9 0 2002232535 832413696 28566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12329] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12329/stat : 12329 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2002232535 832413696 28566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12330] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12330/stat : 12330 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002232535 832413696 28566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 860464

[startup+25.5028 s]
/proc/loadavg: 2.67 2.20 2.06 3/91 12331
/proc/meminfo: memFree=1013488/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=0.01
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12322] ppid=12308 vsize=812904 CPUtime=25.31
/proc/12322/stat : 12322 (java) S 12308 12308 11531 0 -1 0 29848 0 1 0 2507 24 0 0 18 0 9 0 2002232530 832413696 28743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12322/statm: 203226 28743 2594 9 0 197207 0
[pid=12322/tid=12323] ppid=12308 vsize=812904 CPUtime=20.61
/proc/12322/task/12323/stat : 12323 (java) R 12308 12308 11531 0 -1 64 14677 0 1 0 2044 17 0 0 25 0 9 0 2002232531 832413696 28743 996147200 134512640 134550740 4294955600 18446744073709551615 103207072 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12324] ppid=12308 vsize=812904 CPUtime=4.28
/proc/12322/task/12324/stat : 12324 (java) S 12308 12308 11531 0 -1 64 13546 0 0 0 423 5 0 0 16 0 9 0 2002232533 832413696 28743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12325] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12325/stat : 12325 (java) S 12308 12308 11531 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002232533 832413696 28743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12326] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12326/stat : 12326 (java) S 12308 12308 11531 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002232533 832413696 28743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12327] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12327/stat : 12327 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2002232535 832413696 28743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12328] ppid=12308 vsize=812904 CPUtime=0.4
/proc/12322/task/12328/stat : 12328 (java) S 12308 12308 11531 0 -1 64 925 0 0 0 39 1 0 0 16 0 9 0 2002232535 832413696 28743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12329] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12329/stat : 12329 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2002232535 832413696 28743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12322/tid=12330] ppid=12308 vsize=812904 CPUtime=0
/proc/12322/task/12330/stat : 12330 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002232535 832413696 28743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 860464

[startup+51.1022 s]

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


[startup+822.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 12332
/proc/meminfo: memFree=861488/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=56.67
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 800 31614 0 1 0 0 5627 40 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12332] ppid=12308 vsize=243908 CPUtime=762.26
/proc/12332/stat : 12332 (eSAT_static) R 12308 12308 11531 0 -1 4194304 59349 0 0 0 76193 33 0 0 25 0 1 0 2002238231 249761792 59331 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/12332/statm: 60977 59331 74 162 0 60812 0
Current children cumulated CPU time (s) 818.93
Current children cumulated vsize (KiB) 291468

[startup+882.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12332
/proc/meminfo: memFree=860400/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=56.67
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 800 31614 0 1 0 0 5627 40 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12332] ppid=12308 vsize=244040 CPUtime=822.03
/proc/12332/stat : 12332 (eSAT_static) R 12308 12308 11531 0 -1 4194304 59622 0 0 0 82170 33 0 0 25 0 1 0 2002238231 249896960 59604 996147200 134512640 135177480 4294955968 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 1 0 0
/proc/12332/statm: 61010 59604 74 162 0 60845 0
Current children cumulated CPU time (s) 878.7
Current children cumulated vsize (KiB) 291600

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

[startup+883.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12332
/proc/meminfo: memFree=860400/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=56.67
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 800 31614 0 1 0 0 5627 40 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12332] ppid=12308 vsize=244040 CPUtime=822.83
/proc/12332/stat : 12332 (eSAT_static) R 12308 12308 11531 0 -1 4194304 59622 0 0 0 82250 33 0 0 25 0 1 0 2002238231 249896960 59604 996147200 134512640 135177480 4294955968 18446744073709551615 134537184 0 0 4096 3 0 0 0 17 1 0 0
/proc/12332/statm: 61010 59604 74 162 0 60845 0
Current children cumulated CPU time (s) 879.5
Current children cumulated vsize (KiB) 291600

[startup+895.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12332
/proc/meminfo: memFree=859120/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=56.67
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 800 31614 0 1 0 0 5627 40 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12332] ppid=12308 vsize=279208 CPUtime=835.58
/proc/12332/stat : 12332 (eSAT_static) R 12308 12308 11531 0 -1 4194304 59904 0 0 0 83524 34 0 0 25 0 1 0 2002238231 285908992 59886 996147200 134512640 135177480 4294955968 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 1 0 0
/proc/12332/statm: 69802 59886 74 162 0 69637 0
Current children cumulated CPU time (s) 892.25
Current children cumulated vsize (KiB) 326768

[startup+899.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12332
/proc/meminfo: memFree=859056/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=56.67
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 800 31614 0 1 0 0 5627 40 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12332] ppid=12308 vsize=279208 CPUtime=838.77
/proc/12332/stat : 12332 (eSAT_static) R 12308 12308 11531 0 -1 4194304 59905 0 0 0 83843 34 0 0 25 0 1 0 2002238231 285908992 59887 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/12332/statm: 69802 59887 74 162 0 69637 0
Current children cumulated CPU time (s) 895.44
Current children cumulated vsize (KiB) 326768

[startup+900.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12332
/proc/meminfo: memFree=859056/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=56.67
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 800 31614 0 1 0 0 5627 40 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12332] ppid=12308 vsize=173956 CPUtime=840.36
/proc/12332/stat : 12332 (eSAT_static) R 12308 12308 11531 0 -1 4194304 59922 0 0 0 84001 35 0 0 25 0 1 0 2002238231 178130944 42290 996147200 134512640 135177480 4294955968 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 1 0 0
/proc/12332/statm: 43489 42290 79 162 0 43324 0
Current children cumulated CPU time (s) 897.03
Current children cumulated vsize (KiB) 221516

[startup+901.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12332
/proc/meminfo: memFree=929328/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=56.67
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 800 31614 0 1 0 0 5627 40 17 0 1 0 2002232526 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12308/statm: 11890 365 246 79 0 219 0
[pid=12332] ppid=12308 vsize=173956 CPUtime=841.16
/proc/12332/stat : 12332 (eSAT_static) R 12308 12308 11531 0 -1 4194304 59922 0 0 0 84081 35 0 0 25 0 1 0 2002238231 178130944 42290 996147200 134512640 135177480 4294955968 18446744073709551615 134565694 0 0 4096 3 0 0 0 17 1 0 0
/proc/12332/statm: 43489 42290 79 162 0 43324 0
Current children cumulated CPU time (s) 897.83
Current children cumulated vsize (KiB) 221516

[startup+902.302 s]
/proc/loadavg: 2.00 2.00 2.00 5/91 12341
/proc/meminfo: memFree=1093872/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=898.18
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 836 91550 0 1 0 0 89740 78 16 0 1 0 2002232526 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228706713682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/12308/statm: 11890 366 246 79 0 219 0
[pid=12333] ppid=12308 vsize=812772 CPUtime=0.44
/proc/12333/stat : 12333 (java) S 12308 12308 11531 0 -1 0 5261 0 1 0 41 3 0 0 18 0 9 0 2002322711 832278528 4684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 203193 4684 1853 9 0 197174 0
[pid=12333/tid=12334] ppid=12308 vsize=812772 CPUtime=0.32
/proc/12333/task/12334/stat : 12334 (java) R 12308 12308 11531 0 -1 64 3797 0 1 0 31 1 0 0 20 0 9 0 2002322712 832278528 4684 996147200 134512640 134550740 4294955616 18446744073709551615 4125967179 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12335] ppid=12308 vsize=812772 CPUtime=0
/proc/12333/task/12335/stat : 12335 (java) S 12308 12308 11531 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2002322714 832278528 4684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12336] ppid=12308 vsize=812772 CPUtime=0
/proc/12333/task/12336/stat : 12336 (java) S 12308 12308 11531 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002322714 832278528 4684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12337] ppid=12308 vsize=812772 CPUtime=0
/proc/12333/task/12337/stat : 12337 (java) S 12308 12308 11531 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002322714 832278528 4684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12338] ppid=12308 vsize=812772 CPUtime=0
/proc/12333/task/12338/stat : 12338 (java) S 12308 12308 11531 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002322716 832278528 4684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12339] ppid=12308 vsize=812772 CPUtime=0.09
/proc/12333/task/12339/stat : 12339 (java) R 12308 12308 11531 0 -1 64 750 0 0 0 9 0 0 0 19 0 9 0 2002322716 832278528 4684 996147200 134512640 134550740 4294955616 18446744073709551615 104075993 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12340] ppid=12308 vsize=812772 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12308 12308 11531 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002322716 832278528 4684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12341] ppid=12308 vsize=812772 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002322716 832278528 4684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 898.62
Current children cumulated vsize (KiB) 860332

[startup+902.703 s]
/proc/loadavg: 2.00 2.00 2.00 5/91 12341
/proc/meminfo: memFree=1093872/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=898.18
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 836 91550 0 1 0 0 89740 78 16 0 1 0 2002232526 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228706713682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/12308/statm: 11890 366 246 79 0 219 0
[pid=12333] ppid=12308 vsize=812884 CPUtime=0.84
/proc/12333/stat : 12333 (java) S 12308 12308 11531 0 -1 0 6352 0 1 0 81 3 0 0 18 0 9 0 2002322711 832393216 5735 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 203221 5735 1912 9 0 197174 0
[pid=12333/tid=12334] ppid=12308 vsize=812884 CPUtime=0.56
/proc/12333/task/12334/stat : 12334 (java) R 12308 12308 11531 0 -1 64 4743 0 1 0 54 2 0 0 22 0 9 0 2002322712 832393216 5735 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12335] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12335/stat : 12335 (java) S 12308 12308 11531 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2002322714 832393216 5735 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12336] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12336/stat : 12336 (java) S 12308 12308 11531 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002322714 832393216 5735 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12337] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12337/stat : 12337 (java) S 12308 12308 11531 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002322714 832393216 5735 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12338] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12338/stat : 12338 (java) S 12308 12308 11531 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002322716 832393216 5735 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12339] ppid=12308 vsize=812884 CPUtime=0.26
/proc/12333/task/12339/stat : 12339 (java) R 12308 12308 11531 0 -1 64 895 0 0 0 26 0 0 0 18 0 9 0 2002322716 832393216 5735 996147200 134512640 134550740 4294955616 18446744073709551615 102093888 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12340] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12308 12308 11531 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002322716 832393216 5735 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12341] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002322716 832393216 5735 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 899.02
Current children cumulated vsize (KiB) 860444

[startup+902.802 s]
/proc/loadavg: 2.00 2.00 2.00 5/91 12341
/proc/meminfo: memFree=1093872/2055920 swapFree=4179560/4192956
[pid=12308] ppid=12306 vsize=47560 CPUtime=898.18
/proc/12308/stat : 12308 (galacE.sh) S 12306 12308 11531 0 -1 4194304 836 91550 0 1 0 0 89740 78 16 0 1 0 2002232526 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228706713682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/12308/statm: 11890 366 246 79 0 219 0
[pid=12333] ppid=12308 vsize=812884 CPUtime=0.93
/proc/12333/stat : 12333 (java) S 12308 12308 11531 0 -1 0 8460 0 1 0 89 4 0 0 18 0 9 0 2002322711 832393216 7843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 203221 7843 1912 9 0 197174 0
[pid=12333/tid=12334] ppid=12308 vsize=812884 CPUtime=0.65
/proc/12333/task/12334/stat : 12334 (java) R 12308 12308 11531 0 -1 64 6840 0 1 0 62 3 0 0 23 0 9 0 2002322712 832393216 7843 996147200 134512640 134550740 4294955616 18446744073709551615 4127180130 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12335] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12335/stat : 12335 (java) S 12308 12308 11531 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2002322714 832393216 7843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12336] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12336/stat : 12336 (java) S 12308 12308 11531 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002322714 832393216 7843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12337] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12337/stat : 12337 (java) S 12308 12308 11531 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002322714 832393216 7843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12338] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12338/stat : 12338 (java) S 12308 12308 11531 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002322716 832393216 7843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12339] ppid=12308 vsize=812884 CPUtime=0.27
/proc/12333/task/12339/stat : 12339 (java) S 12308 12308 11531 0 -1 64 906 0 0 0 27 0 0 0 18 0 9 0 2002322716 832393216 7843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12340] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12308 12308 11531 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002322716 832393216 7843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12341] ppid=12308 vsize=812884 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12308 12308 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002322716 832393216 7843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 899.11
Current children cumulated vsize (KiB) 860444

Child status: 0
Real time (s): 902.872
CPU time (s): 899.188
CPU user time (s): 898.324
CPU system time (s): 0.863868
CPU usage (%): 99.592
Max. virtual memory (cumulated for all children) (KiB): 860696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 898.324
system time used= 0.863868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101385
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= 4034
involuntary context switches= 30007

runsolver used 0.796878 second user time and 2.54561 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 06:36:15
IDJOB=1085042
IDBENCH=57603
IDSOLVER=351
FILE ID=node8/1085042-1215232575
PBS_JOBID= 7881881
Free space on /tmp= 66308 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf6cb10154c91b27aba123e93ab25157
RANDOM SEED=1828944094

node8.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.222
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.222
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:       1133936 kB
Buffers:         73368 kB
Cached:         460128 kB
SwapCached:       6900 kB
Active:         529984 kB
Inactive:       329384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1133936 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:         339208 kB
Slab:            47184 kB
Committed_AS:  4180748 kB
PageTables:       2364 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= 66308 MiB
End job on node8 at 2008-07-05 06:51:18