Trace number 1055157

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 361.781 363.412

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-4.xml
MD5SUMef94cde74b01dcde6522df4a74359ddd
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 benchmark0.020996
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size116
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.24/6.36	c start processing
6.24/6.36	c start relation processing
6.73/6.81	c start cnf exporting
22.35/22.59	c parsing time : 6.24
22.35/22.59	c preprocessing time : 22.477
22.35/22.59	
22.35/22.59	c Nary constraints - conflicts : 0 supports : 0
22.35/22.59	c Binary constraints - conflicts : 265 supports :0
22.35/22.59	c max arity constraint : 2
22.35/22.59	c Max Tuples generated 13456
22.35/22.59	c relations : 262
22.35/22.59	c relations BDD: 0
22.35/22.59	c sampling 204/239
22.35/22.59	c vars : 5376 - clauses :  847362
22.35/22.59	
22.45/22.64	 
22.45/22.64	c --- SAT Solver Stats ---
22.45/22.64	 
22.45/22.64	c eSAT 0.1 : minisat core with additionnal features
22.45/22.64	c ============================[ Problem Statistics ]=============================
22.45/22.64	c |                                                                             |
22.45/22.64	c |  Number of variables:  5375                                                 |
22.45/22.64	c |  Number of clauses:    847362                                               |
22.92/23.12	c |  Parsing time:         0.40         s                                       |
361.08/362.75	c restarts              : 20
361.08/362.75	c conflicts             : 56             (0 /sec)
361.08/362.75	c decisions             : 29952          (61.13 % random) (88 /sec)
361.08/362.75	c euip                  : 18          
361.08/362.75	c propagations          : 80037          (236 /sec)
361.08/362.75	c conflict literals     : 5699           (7.90 % deleted)
361.08/362.75	c Memory used           : 65.41 MB
361.08/362.75	c CPU time              : 338.516 s
361.08/362.75	c 
361.08/362.75	s SATISFIABLE
361.76/363.40	v 19 35 51 87 102 47 116 127 142 146 2 11 68 97 126 5 29 43 54 102 40 97 113 125 137 1 8 11 54 112 12 20 30 78 91 45 72 81 127 137 0 10 19 105 120 30 64 98 114 135

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-1055157-1215059247/watcher-1055157-1215059247 -o /tmp/evaluation-result-1055157-1215059247/solver-1055157-1215059247 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055157-1215059247.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 6117
/proc/meminfo: memFree=1226760/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=8652 CPUtime=0
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 346 0 0 0 0 0 0 0 19 0 1 0 246867455 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6117/statm: 2163 280 208 79 0 156 0
[pid=6118] ppid=6117 vsize=8688 CPUtime=0
/proc/6118/stat : 6118 (galacE.sh) R 6117 6117 5428 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 1 0 246867456 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 214945032863 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/6118/statm: 2172 286 209 79 0 165 0
[pid=6119] ppid=6118 vsize=8688 CPUtime=0
/proc/6119/stat : 6119 (galacE.sh) R 6118 6117 5428 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 246867456 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 214945032863 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/6119/statm: 2172 286 209 79 0 165 0

[startup+0.0104419 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 6117
/proc/meminfo: memFree=1226760/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=8652 CPUtime=0
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 346 0 0 0 0 0 0 0 19 0 1 0 246867455 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6117/statm: 2163 280 208 79 0 156 0
[pid=6118] ppid=6117 vsize=8688 CPUtime=0
/proc/6118/stat : 6118 (galacE.sh) S 6117 6117 5428 0 -1 4194368 57 243 0 0 0 0 0 0 20 0 1 0 246867456 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 214945202258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6118/statm: 2172 288 210 79 0 165 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 17340

[startup+0.102463 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 6117
/proc/meminfo: memFree=1226760/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=0.01
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302504 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 6117
/proc/meminfo: memFree=1226760/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=0.01
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701594 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 6117
/proc/meminfo: memFree=1226760/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=0.01
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50173 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 6139
/proc/meminfo: memFree=1184056/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=0.01
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6131] ppid=6117 vsize=812540 CPUtime=1.45
/proc/6131/stat : 6131 (java) S 6117 6117 5428 0 -1 0 14420 0 1 0 137 8 0 0 18 0 9 0 246867459 832040960 13625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6131/statm: 203135 13625 2586 9 0 197168 0
[pid=6131/tid=6132] ppid=6117 vsize=812540 CPUtime=0.51
/proc/6131/task/6132/stat : 6132 (java) R 6117 6117 5428 0 -1 64 7506 0 1 0 47 4 0 0 24 0 9 0 246867460 832040960 13625 996147200 134512640 134550740 4294955616 18446744073709551615 4126695863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6133] ppid=6117 vsize=812540 CPUtime=0.79
/proc/6131/task/6133/stat : 6133 (java) S 6117 6117 5428 0 -1 64 5462 0 0 0 77 2 0 0 18 0 9 0 246867461 832040960 13625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6134] ppid=6117 vsize=812540 CPUtime=0
/proc/6131/task/6134/stat : 6134 (java) S 6117 6117 5428 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 246867461 832040960 13625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6135] ppid=6117 vsize=812540 CPUtime=0
/proc/6131/task/6135/stat : 6135 (java) S 6117 6117 5428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 246867461 832040960 13625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6136] ppid=6117 vsize=812540 CPUtime=0
/proc/6131/task/6136/stat : 6136 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 246867463 832040960 13625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6137] ppid=6117 vsize=812540 CPUtime=0.12
/proc/6131/task/6137/stat : 6137 (java) S 6117 6117 5428 0 -1 64 752 0 0 0 12 0 0 0 16 0 9 0 246867463 832040960 13625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6138] ppid=6117 vsize=812540 CPUtime=0
/proc/6131/task/6138/stat : 6138 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 246867463 832040960 13625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6139] ppid=6117 vsize=812540 CPUtime=0
/proc/6131/task/6139/stat : 6139 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246867463 832040960 13625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860104

[startup+3.10205 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 6139
/proc/meminfo: memFree=1176952/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=0.01
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6131] ppid=6117 vsize=812540 CPUtime=3.04
/proc/6131/stat : 6131 (java) S 6117 6117 5428 0 -1 0 17593 0 1 0 295 9 0 0 18 0 9 0 246867459 832040960 16782 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6131/statm: 203135 16782 2586 9 0 197168 0
[pid=6131/tid=6132] ppid=6117 vsize=812540 CPUtime=1.02
/proc/6131/task/6132/stat : 6132 (java) R 6117 6117 5428 0 -1 64 7523 0 1 0 98 4 0 0 25 0 9 0 246867460 832040960 16782 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6133] ppid=6117 vsize=812540 CPUtime=1.8
/proc/6131/task/6133/stat : 6133 (java) R 6117 6117 5428 0 -1 64 8573 0 0 0 177 3 0 0 16 0 9 0 246867461 832040960 16782 996147200 134512640 134550740 4294955616 18446744073709551615 103735816 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6134] ppid=6117 vsize=812540 CPUtime=0
/proc/6131/task/6134/stat : 6134 (java) S 6117 6117 5428 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 246867461 832040960 16782 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6135] ppid=6117 vsize=812540 CPUtime=0
/proc/6131/task/6135/stat : 6135 (java) S 6117 6117 5428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 246867461 832040960 16782 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6136] ppid=6117 vsize=812540 CPUtime=0
/proc/6131/task/6136/stat : 6136 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 246867463 832040960 16782 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6137] ppid=6117 vsize=812540 CPUtime=0.18
/proc/6131/task/6137/stat : 6137 (java) S 6117 6117 5428 0 -1 64 797 0 0 0 18 0 0 0 15 0 9 0 246867463 832040960 16782 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6138] ppid=6117 vsize=812540 CPUtime=0
/proc/6131/task/6138/stat : 6138 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 246867463 832040960 16782 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6139] ppid=6117 vsize=812540 CPUtime=0
/proc/6131/task/6139/stat : 6139 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246867463 832040960 16782 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860104

[startup+6.30167 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 6139
/proc/meminfo: memFree=1156856/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=0.01
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6131] ppid=6117 vsize=812600 CPUtime=6.23
/proc/6131/stat : 6131 (java) S 6117 6117 5428 0 -1 0 21398 0 1 0 611 12 0 0 18 0 9 0 246867459 832102400 20234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6131/statm: 203150 20234 2588 9 0 197183 0
[pid=6131/tid=6132] ppid=6117 vsize=812600 CPUtime=1.44
/proc/6131/task/6132/stat : 6132 (java) S 6117 6117 5428 0 -1 64 7544 0 1 0 140 4 0 0 17 0 9 0 246867460 832102400 20234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6133] ppid=6117 vsize=812600 CPUtime=4.55
/proc/6131/task/6133/stat : 6133 (java) R 6117 6117 5428 0 -1 64 12344 0 0 0 450 5 0 0 25 0 9 0 246867461 832102400 20234 996147200 134512640 134550740 4294955616 18446744073709551615 103765411 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6134] ppid=6117 vsize=812600 CPUtime=0
/proc/6131/task/6134/stat : 6134 (java) S 6117 6117 5428 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 246867461 832102400 20234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6135] ppid=6117 vsize=812600 CPUtime=0
/proc/6131/task/6135/stat : 6135 (java) S 6117 6117 5428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 246867461 832102400 20234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6136] ppid=6117 vsize=812600 CPUtime=0
/proc/6131/task/6136/stat : 6136 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 246867463 832102400 20234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6137] ppid=6117 vsize=812600 CPUtime=0.2
/proc/6131/task/6137/stat : 6137 (java) S 6117 6117 5428 0 -1 64 810 0 0 0 20 0 0 0 15 0 9 0 246867463 832102400 20234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6138] ppid=6117 vsize=812600 CPUtime=0
/proc/6131/task/6138/stat : 6138 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 246867463 832102400 20234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6139] ppid=6117 vsize=812600 CPUtime=0
/proc/6131/task/6139/stat : 6139 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246867463 832102400 20234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860164

[startup+12.7029 s]
/proc/loadavg: 2.07 2.02 2.00 4/84 6139
/proc/meminfo: memFree=1119864/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=0.01
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6131] ppid=6117 vsize=812600 CPUtime=12.6
/proc/6131/stat : 6131 (java) S 6117 6117 5428 0 -1 0 28972 0 1 0 1239 21 0 0 18 0 9 0 246867459 832102400 27793 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6131/statm: 203150 27793 2593 9 0 197183 0
[pid=6131/tid=6132] ppid=6117 vsize=812600 CPUtime=7.65
/proc/6131/task/6132/stat : 6132 (java) R 6117 6117 5428 0 -1 64 14664 0 1 0 752 13 0 0 25 0 9 0 246867460 832102400 27793 996147200 134512640 134550740 4294955616 18446744073709551615 4126710791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6133] ppid=6117 vsize=812600 CPUtime=4.64
/proc/6131/task/6133/stat : 6133 (java) S 6117 6117 5428 0 -1 64 12764 0 0 0 459 5 0 0 16 0 9 0 246867461 832102400 27793 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6134] ppid=6117 vsize=812600 CPUtime=0
/proc/6131/task/6134/stat : 6134 (java) S 6117 6117 5428 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 246867461 832102400 27793 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6135] ppid=6117 vsize=812600 CPUtime=0
/proc/6131/task/6135/stat : 6135 (java) S 6117 6117 5428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 246867461 832102400 27793 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6136] ppid=6117 vsize=812600 CPUtime=0
/proc/6131/task/6136/stat : 6136 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 246867463 832102400 27793 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6137] ppid=6117 vsize=812600 CPUtime=0.26
/proc/6131/task/6137/stat : 6137 (java) S 6117 6117 5428 0 -1 64 844 0 0 0 26 0 0 0 15 0 9 0 246867463 832102400 27793 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6138] ppid=6117 vsize=812600 CPUtime=0
/proc/6131/task/6138/stat : 6138 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 246867463 832102400 27793 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6131/tid=6139] ppid=6117 vsize=812600 CPUtime=0
/proc/6131/task/6139/stat : 6139 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246867463 832102400 27793 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 860164

[startup+25.5024 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 6140
/proc/meminfo: memFree=1168760/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=22.47
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 799 30848 0 1 0 0 2218 29 17 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6140] ppid=6117 vsize=47180 CPUtime=2.83
/proc/6140/stat : 6140 (eSAT_static) R 6117 6117 5428 0 -1 4194304 11308 0 0 0 276 7 0 0 25 0 1 0 246869720 48312320 11290 996147200 134512640 135177480 4294955984 18446744073709551615 134537530 0 0 4096 3 0 0 0 17 0 0 0
/proc/6140/statm: 11795 11290 75 162 0 11630 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 94744

[startup+51.1013 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 6140
/proc/meminfo: memFree=1155512/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=22.47
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 799 30848 0 1 0 0 2218 29 17 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6140] ppid=6117 vsize=61280 CPUtime=28.32
/proc/6140/stat : 6140 (eSAT_static) R 6117 6117 5428 0 -1 4194304 14549 0 0 0 2823 9 0 0 25 0 1 0 246869720 62750720 14531 996147200 134512640 135177480 4294955984 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 0 0 0
/proc/6140/statm: 15320 14531 75 162 0 15155 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 108844

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

/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 799 30848 0 1 0 0 2218 29 17 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6140] ppid=6117 vsize=84304 CPUtime=139.04
/proc/6140/stat : 6140 (eSAT_static) R 6117 6117 5428 0 -1 4194304 19921 0 0 0 13892 12 0 0 25 0 1 0 246869720 86327296 19903 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/6140/statm: 21076 19903 75 162 0 20911 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 131868

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6140
/proc/meminfo: memFree=1124984/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=22.47
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 799 30848 0 1 0 0 2218 29 17 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6140] ppid=6117 vsize=96796 CPUtime=198.79
/proc/6140/stat : 6140 (eSAT_static) R 6117 6117 5428 0 -1 4194304 21340 0 0 0 19866 13 0 0 25 0 1 0 246869720 99119104 21322 996147200 134512640 135177480 4294955984 18446744073709551615 134524135 0 0 4096 3 0 0 0 17 0 0 0
/proc/6140/statm: 24199 21322 75 162 0 24034 0
Current children cumulated CPU time (s) 221.26
Current children cumulated vsize (KiB) 144360

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6140
/proc/meminfo: memFree=1117560/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=22.47
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 799 30848 0 1 0 0 2218 29 17 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6140] ppid=6117 vsize=97456 CPUtime=258.55
/proc/6140/stat : 6140 (eSAT_static) R 6117 6117 5428 0 -1 4194304 22580 0 0 0 25841 14 0 0 25 0 1 0 246869720 99794944 22562 996147200 134512640 135177480 4294955984 18446744073709551615 134537368 0 0 4096 3 0 0 0 17 0 0 0
/proc/6140/statm: 24364 22562 75 162 0 24199 0
Current children cumulated CPU time (s) 281.02
Current children cumulated vsize (KiB) 145020

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6140
/proc/meminfo: memFree=1112504/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=22.47
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 799 30848 0 1 0 0 2218 29 17 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6140] ppid=6117 vsize=97992 CPUtime=318.3
/proc/6140/stat : 6140 (eSAT_static) R 6117 6117 5428 0 -1 4194304 23578 0 0 0 31815 15 0 0 25 0 1 0 246869720 100343808 23560 996147200 134512640 135177480 4294955984 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 0 0 0
/proc/6140/statm: 24498 23560 75 162 0 24333 0
Current children cumulated CPU time (s) 340.77
Current children cumulated vsize (KiB) 145556

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

[startup+345.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6140
/proc/meminfo: memFree=1112440/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=22.47
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 799 30848 0 1 0 0 2218 29 17 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6140] ppid=6117 vsize=97992 CPUtime=321.48
/proc/6140/stat : 6140 (eSAT_static) R 6117 6117 5428 0 -1 4194304 23578 0 0 0 32133 15 0 0 25 0 1 0 246869720 100343808 23560 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/6140/statm: 24498 23560 75 162 0 24333 0
Current children cumulated CPU time (s) 343.95
Current children cumulated vsize (KiB) 145556

[startup+351.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6140
/proc/meminfo: memFree=1110904/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=22.47
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 799 30848 0 1 0 0 2218 29 17 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6140] ppid=6117 vsize=98124 CPUtime=327.86
/proc/6140/stat : 6140 (eSAT_static) R 6117 6117 5428 0 -1 4194304 23820 0 0 0 32771 15 0 0 25 0 1 0 246869720 100478976 23802 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/6140/statm: 24531 23802 75 162 0 24366 0
Current children cumulated CPU time (s) 350.33
Current children cumulated vsize (KiB) 145688

[startup+358.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6140
/proc/meminfo: memFree=1111160/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=22.47
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 799 30848 0 1 0 0 2218 29 17 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6140] ppid=6117 vsize=98124 CPUtime=334.23
/proc/6140/stat : 6140 (eSAT_static) R 6117 6117 5428 0 -1 4194304 23822 0 0 0 33408 15 0 0 25 0 1 0 246869720 100478976 23804 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/6140/statm: 24531 23804 75 162 0 24366 0
Current children cumulated CPU time (s) 356.7
Current children cumulated vsize (KiB) 145688

[startup+361.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6140
/proc/meminfo: memFree=1110776/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=22.47
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 799 30848 0 1 0 0 2218 29 17 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6140] ppid=6117 vsize=98124 CPUtime=337.42
/proc/6140/stat : 6140 (eSAT_static) R 6117 6117 5428 0 -1 4194304 23822 0 0 0 33727 15 0 0 25 0 1 0 246869720 100478976 23804 996147200 134512640 135177480 4294955984 18446744073709551615 134537478 0 0 4096 3 0 0 0 17 0 0 0
/proc/6140/statm: 24531 23804 75 162 0 24366 0
Current children cumulated CPU time (s) 359.89
Current children cumulated vsize (KiB) 145688

[startup+362.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6140
/proc/meminfo: memFree=1111032/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=22.47
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 799 30848 0 1 0 0 2218 29 17 0 1 0 246867455 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6117/statm: 11891 364 245 79 0 219 0
[pid=6140] ppid=6117 vsize=98124 CPUtime=338.21
/proc/6140/stat : 6140 (eSAT_static) R 6117 6117 5428 0 -1 4194304 23822 0 0 0 33806 15 0 0 25 0 1 0 246869720 100478976 23804 996147200 134512640 135177480 4294955984 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 0 0 0
/proc/6140/statm: 24531 23804 75 162 0 24366 0
Current children cumulated CPU time (s) 360.68
Current children cumulated vsize (KiB) 145688

[startup+363.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6149
/proc/meminfo: memFree=1197688/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=361.16
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 835 54692 0 1 0 0 36070 46 16 0 1 0 246867455 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 214945202258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/6117/statm: 11891 365 245 79 0 219 0
[pid=6141] ppid=6117 vsize=812436 CPUtime=0.31
/proc/6141/stat : 6141 (java) S 6117 6117 5428 0 -1 0 5130 0 1 0 27 4 0 0 20 0 9 0 246903732 831934464 4553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6141/statm: 203109 4553 1850 9 0 197142 0
[pid=6141/tid=6142] ppid=6117 vsize=812436 CPUtime=0.21
/proc/6141/task/6142/stat : 6142 (java) R 6117 6117 5428 0 -1 64 3673 0 1 0 18 3 0 0 25 0 9 0 246903734 831934464 4553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6117 vsize=812436 CPUtime=0
/proc/6141/task/6143/stat : 6143 (java) S 6117 6117 5428 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 246903735 831934464 4553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6144] ppid=6117 vsize=812436 CPUtime=0
/proc/6141/task/6144/stat : 6144 (java) S 6117 6117 5428 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 246903735 831934464 4553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6145] ppid=6117 vsize=812436 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6117 6117 5428 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 246903735 831934464 4553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6146] ppid=6117 vsize=812436 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6117 6117 5428 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246903737 831934464 4553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6147] ppid=6117 vsize=812436 CPUtime=0.08
/proc/6141/task/6147/stat : 6147 (java) R 6117 6117 5428 0 -1 64 743 0 0 0 8 0 0 0 17 0 9 0 246903737 831934464 4553 996147200 134512640 134550740 4294955616 18446744073709551615 101660476 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6117 vsize=812436 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6117 6117 5428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 246903737 831934464 4553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6117 vsize=812436 CPUtime=0
/proc/6141/task/6149/stat : 6149 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246903737 831934464 4553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 361.47
Current children cumulated vsize (KiB) 860000

[startup+363.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6149
/proc/meminfo: memFree=1197688/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=361.16
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 835 54692 0 1 0 0 36070 46 16 0 1 0 246867455 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 214945202258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/6117/statm: 11891 365 245 79 0 219 0
[pid=6141] ppid=6117 vsize=812680 CPUtime=0.51
/proc/6141/stat : 6141 (java) S 6117 6117 5428 0 -1 0 5729 0 1 0 46 5 0 0 20 0 9 0 246903732 832184320 5112 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6141/statm: 203170 5112 1909 9 0 197175 0
[pid=6141/tid=6142] ppid=6117 vsize=812680 CPUtime=0.34
/proc/6141/task/6142/stat : 6142 (java) R 6117 6117 5428 0 -1 64 4208 0 1 0 31 3 0 0 25 0 9 0 246903734 832184320 5112 996147200 134512640 134550740 4294955616 18446744073709551615 4126097486 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6117 vsize=812680 CPUtime=0
/proc/6141/task/6143/stat : 6143 (java) S 6117 6117 5428 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 246903735 832184320 5112 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6144] ppid=6117 vsize=812680 CPUtime=0
/proc/6141/task/6144/stat : 6144 (java) S 6117 6117 5428 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 246903735 832184320 5112 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6145] ppid=6117 vsize=812680 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6117 6117 5428 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 246903735 832184320 5113 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6146] ppid=6117 vsize=812680 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6117 6117 5428 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246903737 832184320 5113 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6147] ppid=6117 vsize=812680 CPUtime=0.15
/proc/6141/task/6147/stat : 6147 (java) S 6117 6117 5428 0 -1 64 807 0 0 0 15 0 0 0 16 0 9 0 246903737 832184320 5113 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6117 vsize=812680 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6117 6117 5428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 246903737 832184320 5113 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6117 vsize=812680 CPUtime=0
/proc/6141/task/6149/stat : 6149 (java) S 6117 6117 5428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246903737 832184320 5114 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 361.67
Current children cumulated vsize (KiB) 860244

[startup+363.403 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6149
/proc/meminfo: memFree=1197688/2055920 swapFree=4181172/4192956
[pid=6117] ppid=6115 vsize=47564 CPUtime=361.76
/proc/6117/stat : 6117 (galacE.sh) S 6115 6117 5428 0 -1 4194304 842 61588 0 2 0 0 36123 53 17 0 1 0 246867455 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 214945031148 0 65536 4096 73728 525920 0 0 17 0 0 0
/proc/6117/statm: 11891 366 245 79 0 219 0
Current children cumulated CPU time (s) 361.76
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 363.412
CPU time (s): 361.781
CPU user time (s): 361.233
CPU system time (s): 0.547916
CPU usage (%): 99.5513
Max. virtual memory (cumulated for all children) (KiB): 860488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 361.233
system time used= 0.547916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62622
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= 3023
involuntary context switches= 7909

runsolver used 0.367944 second user time and 0.990849 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-03 06:27:27
IDJOB=1055157
IDBENCH=56806
IDSOLVER=351
FILE ID=node85/1055157-1215059247
PBS_JOBID= 7875181
Free space on /tmp= 126772 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef94cde74b01dcde6522df4a74359ddd
RANDOM SEED=1279341381

node85.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.272
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.272
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:       1227560 kB
Buffers:         56088 kB
Cached:         385160 kB
SwapCached:       5784 kB
Active:         524776 kB
Inactive:       225960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1227560 kB
SwapTotal:     4192956 kB
SwapFree:      4181172 kB
Dirty:            3192 kB
Writeback:           0 kB
Mapped:         315600 kB
Slab:            62464 kB
Committed_AS:   842268 kB
PageTables:       2252 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= 126768 MiB
End job on node85 at 2008-07-03 06:33:31