Trace number 1053346

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 694.12 699.733

General information on the benchmark

Namecsp/jobShop-ewddr2/
normalized-ewddr2-10-by-5-2.xml
MD5SUMed57ac05335f580aac3cd01f950dae57
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.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size151
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 ---
7.09/7.28	c start processing
7.09/7.28	c start relation processing
7.98/8.14	c start cnf exporting
33.33/33.76	c parsing time : 7.153
33.33/33.77	c preprocessing time : 33.638
33.33/33.77	
33.33/33.77	c Nary constraints - conflicts : 0 supports : 0
33.33/33.77	c Binary constraints - conflicts : 265 supports :0
33.33/33.77	c max arity constraint : 2
33.33/33.77	c Max Tuples generated 22801
33.33/33.77	c relations : 251
33.33/33.77	c relations BDD: 0
33.33/33.77	c sampling 213/251
33.33/33.77	c vars : 6531 - clauses :  1260786
33.33/33.77	
33.40/33.82	 
33.40/33.82	c --- SAT Solver Stats ---
33.40/33.82	 
33.40/33.82	c eSAT 0.1 : minisat core with additionnal features
33.40/33.82	c ============================[ Problem Statistics ]=============================
33.40/33.82	c |                                                                             |
33.40/33.82	c |  Number of variables:  6530                                                 |
33.40/33.82	c |  Number of clauses:    1260786                                              |
34.08/34.58	c |  Parsing time:         0.63         s                                       |
693.41/699.07	c restarts              : 16
693.41/699.07	c conflicts             : 42             (0 /sec)
693.41/699.07	c decisions             : 26967          (66.53 % random) (41 /sec)
693.41/699.07	c euip                  : 13          
693.41/699.07	c propagations          : 75328          (114 /sec)
693.41/699.07	c conflict literals     : 4703           (0.63 % deleted)
693.41/699.07	c Memory used           : 90.23 MB
693.41/699.07	c CPU time              : 659.789 s
693.41/699.07	c 
693.41/699.08	s SATISFIABLE
694.06/699.72	v 43 51 79 151 162 0 11 46 55 65 63 76 98 112 119 29 37 69 81 91 73 90 125 141 150 101 111 149 170 181 12 27 57 69 75 2 6 14 32 43 7 17 30 52 106 84 93 112 129 137

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 31465
/proc/meminfo: memFree=1609776/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=8652 CPUtime=0
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984717316 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 2163 280 208 79 0 156 0
[pid=31466] ppid=31465 vsize=8688 CPUtime=0
/proc/31466/stat : 31466 (galacE.sh) S 31465 31465 27538 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1984717317 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 208717709394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/31466/statm: 2172 286 209 79 0 165 0
[pid=31467] ppid=31466 vsize=8728 CPUtime=0
/proc/31467/stat : 31467 (galacE.sh) R 31466 31465 27538 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1984717317 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 208717540647 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/31467/statm: 2182 290 209 79 0 175 0

[startup+0.111623 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 31465
/proc/meminfo: memFree=1609776/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=0.01
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.202641 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 31465
/proc/meminfo: memFree=1609776/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=0.01
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.302661 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 31465
/proc/meminfo: memFree=1609776/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=0.01
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.701732 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 31465
/proc/meminfo: memFree=1609776/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=0.01
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.5029 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 31487
/proc/meminfo: memFree=1563296/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=0.01
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31479] ppid=31465 vsize=812728 CPUtime=1.44
/proc/31479/stat : 31479 (java) S 31465 31465 27538 0 -1 0 16334 0 1 0 134 10 0 0 18 0 9 0 1984717320 832233472 15552 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 203182 15552 2585 9 0 197163 0
[pid=31479/tid=31480] ppid=31465 vsize=812728 CPUtime=0.82
/proc/31479/task/31480/stat : 31480 (java) R 31465 31465 27538 0 -1 64 7624 0 1 0 77 5 0 0 25 0 9 0 1984717321 832233472 15552 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31481] ppid=31465 vsize=812728 CPUtime=0.43
/proc/31479/task/31481/stat : 31481 (java) R 31465 31465 27538 0 -1 64 7239 0 0 0 40 3 0 0 16 0 9 0 1984717323 832233472 15552 996147200 134512640 134550740 4294955616 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31482] ppid=31465 vsize=812728 CPUtime=0
/proc/31479/task/31482/stat : 31482 (java) S 31465 31465 27538 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984717323 832233472 15552 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31483] ppid=31465 vsize=812728 CPUtime=0
/proc/31479/task/31483/stat : 31483 (java) S 31465 31465 27538 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984717323 832233472 15552 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31484] ppid=31465 vsize=812728 CPUtime=0
/proc/31479/task/31484/stat : 31484 (java) S 31465 31465 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984717325 832233472 15552 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31485] ppid=31465 vsize=812728 CPUtime=0.15
/proc/31479/task/31485/stat : 31485 (java) S 31465 31465 27538 0 -1 64 772 0 0 0 15 0 0 0 15 0 9 0 1984717325 832233472 15552 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31486] ppid=31465 vsize=812728 CPUtime=0
/proc/31479/task/31486/stat : 31486 (java) S 31465 31465 27538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984717325 832233472 15552 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31487] ppid=31465 vsize=812728 CPUtime=0
/proc/31479/task/31487/stat : 31487 (java) S 31465 31465 27538 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984717325 832233472 15552 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860316

[startup+3.10119 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 31487
/proc/meminfo: memFree=1549920/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=0.01
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31479] ppid=31465 vsize=812788 CPUtime=3.03
/proc/31479/stat : 31479 (java) S 31465 31465 27538 0 -1 0 19770 0 1 0 291 12 0 0 18 0 9 0 1984717320 832294912 18979 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 203197 18979 2585 9 0 197178 0
[pid=31479/tid=31480] ppid=31465 vsize=812788 CPUtime=1.4
/proc/31479/task/31480/stat : 31480 (java) R 31465 31465 27538 0 -1 64 7633 0 1 0 135 5 0 0 25 0 9 0 1984717321 832294912 18979 996147200 134512640 134550740 4294955616 18446744073709551615 4126697200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31481] ppid=31465 vsize=812788 CPUtime=1.38
/proc/31479/task/31481/stat : 31481 (java) S 31465 31465 27538 0 -1 64 10637 0 0 0 134 4 0 0 17 0 9 0 1984717323 832294912 18979 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31482] ppid=31465 vsize=812788 CPUtime=0
/proc/31479/task/31482/stat : 31482 (java) S 31465 31465 27538 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984717323 832294912 18979 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31483] ppid=31465 vsize=812788 CPUtime=0
/proc/31479/task/31483/stat : 31483 (java) S 31465 31465 27538 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984717323 832294912 18979 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31484] ppid=31465 vsize=812788 CPUtime=0
/proc/31479/task/31484/stat : 31484 (java) S 31465 31465 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984717325 832294912 18979 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31485] ppid=31465 vsize=812788 CPUtime=0.2
/proc/31479/task/31485/stat : 31485 (java) S 31465 31465 27538 0 -1 64 801 0 0 0 20 0 0 0 15 0 9 0 1984717325 832294912 18979 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31486] ppid=31465 vsize=812788 CPUtime=0
/proc/31479/task/31486/stat : 31486 (java) S 31465 31465 27538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984717325 832294912 18979 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31487] ppid=31465 vsize=812788 CPUtime=0
/proc/31479/task/31487/stat : 31487 (java) S 31465 31465 27538 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984717325 832294912 18979 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860376

[startup+6.30279 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 31487
/proc/meminfo: memFree=1529248/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=0.01
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31479] ppid=31465 vsize=812812 CPUtime=6.19
/proc/31479/stat : 31479 (java) S 31465 31465 27538 0 -1 0 24007 0 1 0 605 14 0 0 18 0 9 0 1984717320 832319488 22922 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 203203 22922 2587 9 0 197184 0
[pid=31479/tid=31480] ppid=31465 vsize=812812 CPUtime=1.89
/proc/31479/task/31480/stat : 31480 (java) S 31465 31465 27538 0 -1 64 7649 0 1 0 184 5 0 0 19 0 9 0 1984717321 832319488 22922 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31481] ppid=31465 vsize=812812 CPUtime=4.04
/proc/31479/task/31481/stat : 31481 (java) R 31465 31465 27538 0 -1 64 14846 0 0 0 398 6 0 0 25 0 9 0 1984717323 832319488 22922 996147200 134512640 134550740 4294955616 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31482] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31482/stat : 31482 (java) S 31465 31465 27538 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984717323 832319488 22922 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31483] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31483/stat : 31483 (java) S 31465 31465 27538 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984717323 832319488 22922 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31484] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31484/stat : 31484 (java) S 31465 31465 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984717325 832319488 22922 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31485] ppid=31465 vsize=812812 CPUtime=0.22
/proc/31479/task/31485/stat : 31485 (java) S 31465 31465 27538 0 -1 64 813 0 0 0 22 0 0 0 15 0 9 0 1984717325 832319488 22922 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31486] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31486/stat : 31486 (java) S 31465 31465 27538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984717325 832319488 22922 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31487] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31487/stat : 31487 (java) S 31465 31465 27538 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984717325 832319488 22922 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860400

[startup+12.702 s]
/proc/loadavg: 2.09 2.02 2.01 3/90 31487
/proc/meminfo: memFree=1490792/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=0.01
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31479] ppid=31465 vsize=812812 CPUtime=12.53
/proc/31479/stat : 31479 (java) S 31465 31465 27538 0 -1 0 32225 0 1 0 1231 22 0 0 18 0 9 0 1984717320 832319488 31122 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 203203 31122 2592 9 0 197184 0
[pid=31479/tid=31480] ppid=31465 vsize=812812 CPUtime=7.23
/proc/31479/task/31480/stat : 31480 (java) R 31465 31465 27538 0 -1 64 14640 0 1 0 710 13 0 0 25 0 9 0 1984717321 832319488 31122 996147200 134512640 134550740 4294955616 18446744073709551615 4127070128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31481] ppid=31465 vsize=812812 CPUtime=4.99
/proc/31479/task/31481/stat : 31481 (java) S 31465 31465 27538 0 -1 64 16041 0 0 0 492 7 0 0 16 0 9 0 1984717323 832319488 31122 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31482] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31482/stat : 31482 (java) S 31465 31465 27538 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 1984717323 832319488 31122 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31483] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31483/stat : 31483 (java) S 31465 31465 27538 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984717323 832319488 31122 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31484] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31484/stat : 31484 (java) S 31465 31465 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984717325 832319488 31122 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31485] ppid=31465 vsize=812812 CPUtime=0.27
/proc/31479/task/31485/stat : 31485 (java) S 31465 31465 27538 0 -1 64 845 0 0 0 27 0 0 0 15 0 9 0 1984717325 832319488 31122 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31486] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31486/stat : 31486 (java) S 31465 31465 27538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984717325 832319488 31122 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31487] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31487/stat : 31487 (java) S 31465 31465 27538 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984717325 832319488 31122 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860400

[startup+25.5024 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 31487
/proc/meminfo: memFree=1481640/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=0.01
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31479] ppid=31465 vsize=812812 CPUtime=25.2
/proc/31479/stat : 31479 (java) S 31465 31465 27538 0 -1 0 32430 0 1 0 2493 27 0 0 18 0 9 0 1984717320 832319488 31303 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 203203 31303 2592 9 0 197184 0
[pid=31479/tid=31480] ppid=31465 vsize=812812 CPUtime=19.86
/proc/31479/task/31480/stat : 31480 (java) R 31465 31465 27538 0 -1 64 14665 0 1 0 1968 18 0 0 25 0 9 0 1984717321 832319488 31303 996147200 134512640 134550740 4294955616 18446744073709551615 4126782077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31481] ppid=31465 vsize=812812 CPUtime=5.02
/proc/31479/task/31481/stat : 31481 (java) S 31465 31465 27538 0 -1 64 16217 0 0 0 495 7 0 0 16 0 9 0 1984717323 832319488 31303 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31482] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31482/stat : 31482 (java) S 31465 31465 27538 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 1984717323 832319488 31303 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31483] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31483/stat : 31483 (java) S 31465 31465 27538 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984717323 832319488 31303 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31484] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31484/stat : 31484 (java) S 31465 31465 27538 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984717325 832319488 31303 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31485] ppid=31465 vsize=812812 CPUtime=0.28
/proc/31479/task/31485/stat : 31485 (java) S 31465 31465 27538 0 -1 64 849 0 0 0 28 0 0 0 15 0 9 0 1984717325 832319488 31303 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31486] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31486/stat : 31486 (java) S 31465 31465 27538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984717325 832319488 31303 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31487] ppid=31465 vsize=812812 CPUtime=0
/proc/31479/task/31487/stat : 31487 (java) S 31465 31465 27538 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984717325 832319488 31303 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21

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

/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 799 34153 0 1 0 0 3308 35 17 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31488] ppid=31465 vsize=121844 CPUtime=483.97
/proc/31488/stat : 31488 (eSAT_static) R 31465 31465 27538 0 -1 4194304 30012 0 0 0 48377 20 0 0 25 0 1 0 1984720699 124768256 29994 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 1 0 0
/proc/31488/statm: 30461 29994 75 162 0 30296 0
Current children cumulated CPU time (s) 517.4
Current children cumulated vsize (KiB) 169432

[startup+582.301 s]
/proc/loadavg: 2.12 2.03 2.01 3/74 31524
/proc/meminfo: memFree=1569440/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=33.43
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 799 34153 0 1 0 0 3308 35 17 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31488] ppid=31465 vsize=137948 CPUtime=543.59
/proc/31488/stat : 31488 (eSAT_static) R 31465 31465 27538 0 -1 4194304 30622 0 0 0 54338 21 0 0 25 0 1 0 1984720699 141258752 30604 996147200 134512640 135177480 4294955984 18446744073709551615 134537313 0 0 4096 3 0 0 0 17 0 0 0
/proc/31488/statm: 34487 30604 75 162 0 34322 0
Current children cumulated CPU time (s) 577.02
Current children cumulated vsize (KiB) 185536

[startup+642.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/74 31524
/proc/meminfo: memFree=1564640/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=33.43
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 799 34153 0 1 0 0 3308 35 17 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31488] ppid=31465 vsize=138872 CPUtime=603.54
/proc/31488/stat : 31488 (eSAT_static) R 31465 31465 27538 0 -1 4194304 31872 0 0 0 60332 22 0 0 25 0 1 0 1984720699 142204928 31854 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/31488/statm: 34718 31854 75 162 0 34553 0
Current children cumulated CPU time (s) 636.97
Current children cumulated vsize (KiB) 186460

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

[startup+665.607 s]
/proc/loadavg: 2.03 2.02 2.00 3/85 31763
/proc/meminfo: memFree=1476104/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=33.43
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 799 34153 0 1 0 0 3308 35 17 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31488] ppid=31465 vsize=138872 CPUtime=626.62
/proc/31488/stat : 31488 (eSAT_static) R 31465 31465 27538 0 -1 4194304 31874 0 0 0 62637 25 0 0 25 0 1 0 1984720699 142204928 31856 996147200 134512640 135177480 4294955984 18446744073709551615 134538025 0 0 4096 3 0 0 0 17 0 0 0
/proc/31488/statm: 34718 31856 75 162 0 34553 0
Current children cumulated CPU time (s) 660.05
Current children cumulated vsize (KiB) 186460

[startup+678.401 s]
/proc/loadavg: 2.10 2.04 2.01 4/83 31917
/proc/meminfo: memFree=1556376/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=33.43
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 799 34153 0 1 0 0 3308 35 17 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31488] ppid=31465 vsize=139000 CPUtime=639.4
/proc/31488/stat : 31488 (eSAT_static) R 31465 31465 27538 0 -1 4194304 32143 0 0 0 63914 26 0 0 25 0 1 0 1984720699 142336000 32125 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/31488/statm: 34750 32125 75 162 0 34585 0
Current children cumulated CPU time (s) 672.83
Current children cumulated vsize (KiB) 186588

[startup+691.202 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 31919
/proc/meminfo: memFree=1551000/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=33.43
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 799 34153 0 1 0 0 3308 35 17 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31488] ppid=31465 vsize=139000 CPUtime=652.18
/proc/31488/stat : 31488 (eSAT_static) R 31465 31465 27538 0 -1 4194304 32439 0 0 0 65192 26 0 0 25 0 1 0 1984720699 142336000 32421 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/31488/statm: 34750 32421 75 162 0 34585 0
Current children cumulated CPU time (s) 685.61
Current children cumulated vsize (KiB) 186588

[startup+694.401 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 31919
/proc/meminfo: memFree=1551000/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=33.43
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 799 34153 0 1 0 0 3308 35 17 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31488] ppid=31465 vsize=139000 CPUtime=655.37
/proc/31488/stat : 31488 (eSAT_static) R 31465 31465 27538 0 -1 4194304 32439 0 0 0 65511 26 0 0 25 0 1 0 1984720699 142336000 32421 996147200 134512640 135177480 4294955984 18446744073709551615 134537527 0 0 4096 3 0 0 0 17 0 0 0
/proc/31488/statm: 34750 32421 75 162 0 34585 0
Current children cumulated CPU time (s) 688.8
Current children cumulated vsize (KiB) 186588

[startup+697.603 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 31919
/proc/meminfo: memFree=1551000/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=33.43
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 799 34153 0 1 0 0 3308 35 17 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31488] ppid=31465 vsize=139000 CPUtime=658.57
/proc/31488/stat : 31488 (eSAT_static) R 31465 31465 27538 0 -1 4194304 32439 0 0 0 65831 26 0 0 25 0 1 0 1984720699 142336000 32421 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/31488/statm: 34750 32421 75 162 0 34585 0
Current children cumulated CPU time (s) 692
Current children cumulated vsize (KiB) 186588

[startup+698.402 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 31919
/proc/meminfo: memFree=1551000/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=33.43
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 799 34153 0 1 0 0 3308 35 17 0 1 0 1984717316 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31465/statm: 11897 364 245 79 0 219 0
[pid=31488] ppid=31465 vsize=139000 CPUtime=659.37
/proc/31488/stat : 31488 (eSAT_static) R 31465 31465 27538 0 -1 4194304 32439 0 0 0 65911 26 0 0 25 0 1 0 1984720699 142336000 32421 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/31488/statm: 34750 32421 75 162 0 34585 0
Current children cumulated CPU time (s) 692.8
Current children cumulated vsize (KiB) 186588

[startup+699.201 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 31919
/proc/meminfo: memFree=1551000/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=693.5
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 835 66617 0 1 0 0 69287 63 16 0 1 0 1984717316 48730112 365 996147200 4194304 4520092 548682068832 18446744073709551615 208717709394 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/31465/statm: 11897 365 245 79 0 219 0
Current children cumulated CPU time (s) 693.5
Current children cumulated vsize (KiB) 47588

[startup+699.601 s]
/proc/loadavg: 2.06 2.03 2.00 3/91 31928
/proc/meminfo: memFree=1667800/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=693.5
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 835 66617 0 1 0 0 69287 63 16 0 1 0 1984717316 48730112 365 996147200 4194304 4520092 548682068832 18446744073709551615 208717709394 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/31465/statm: 11897 365 245 79 0 219 0
[pid=31920] ppid=31465 vsize=812888 CPUtime=0.5
/proc/31920/stat : 31920 (java) S 31465 31465 27538 0 -1 0 5736 0 1 0 46 4 0 0 21 0 9 0 1984787226 832397312 5119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31920/statm: 203222 5119 1909 9 0 197175 0
[pid=31920/tid=31921] ppid=31465 vsize=812888 CPUtime=0.33
/proc/31920/task/31921/stat : 31921 (java) R 31465 31465 27538 0 -1 64 4214 0 1 0 30 3 0 0 25 0 9 0 1984787227 832397312 5119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31922] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31922/stat : 31922 (java) S 31465 31465 27538 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 1984787228 832397312 5119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31923] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31923/stat : 31923 (java) S 31465 31465 27538 0 -1 64 10 0 0 0 0 0 0 0 25 0 9 0 1984787228 832397312 5119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31924] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31924/stat : 31924 (java) S 31465 31465 27538 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1984787228 832397312 5119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31925] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31925/stat : 31925 (java) S 31465 31465 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984787230 832397312 5119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31926] ppid=31465 vsize=812888 CPUtime=0.15
/proc/31920/task/31926/stat : 31926 (java) S 31465 31465 27538 0 -1 64 809 0 0 0 15 0 0 0 16 0 9 0 1984787230 832397312 5120 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31927] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31927/stat : 31927 (java) S 31465 31465 27538 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984787230 832397312 5120 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31928] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31928/stat : 31928 (java) S 31465 31465 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984787230 832397312 5120 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 694
Current children cumulated vsize (KiB) 860476

[startup+699.706 s]
/proc/loadavg: 2.06 2.03 2.00 3/91 31928
/proc/meminfo: memFree=1667800/2055920 swapFree=4116764/4192956
[pid=31465] ppid=31463 vsize=47588 CPUtime=693.5
/proc/31465/stat : 31465 (galacE.sh) S 31463 31465 27538 0 -1 4194304 842 66617 0 1 0 0 69287 63 15 0 1 0 1984717316 48730112 366 996147200 4194304 4520092 548682068832 18446744073709551615 208717709394 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/31465/statm: 11897 366 245 79 0 219 0
[pid=31920] ppid=31465 vsize=812888 CPUtime=0.56
/proc/31920/stat : 31920 (java) S 31465 31465 27538 0 -1 0 7147 0 1 0 52 4 0 0 21 0 9 0 1984787226 832397312 6529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31920/statm: 203222 6529 1910 9 0 197175 0
[pid=31920/tid=31921] ppid=31465 vsize=812888 CPUtime=0.39
/proc/31920/task/31921/stat : 31921 (java) S 31465 31465 27538 0 -1 64 5614 0 1 0 36 3 0 0 25 0 9 0 1984787227 832397312 6529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31922] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31922/stat : 31922 (java) S 31465 31465 27538 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 1984787228 832397312 6529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31923] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31923/stat : 31923 (java) S 31465 31465 27538 0 -1 64 10 0 0 0 0 0 0 0 25 0 9 0 1984787228 832397312 6529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31924] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31924/stat : 31924 (java) S 31465 31465 27538 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1984787228 832397312 6529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31925] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31925/stat : 31925 (java) S 31465 31465 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984787230 832397312 6529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31926] ppid=31465 vsize=812888 CPUtime=0.16
/proc/31920/task/31926/stat : 31926 (java) S 31465 31465 27538 0 -1 64 820 0 0 0 16 0 0 0 16 0 9 0 1984787230 832397312 6529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31927] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31927/stat : 31927 (java) S 31465 31465 27538 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984787230 832397312 6529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=31920/tid=31928] ppid=31465 vsize=812888 CPUtime=0
/proc/31920/task/31928/stat : 31928 (java) S 31465 31465 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984787230 832397312 6529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 694.06
Current children cumulated vsize (KiB) 860476

Child status: 0
Real time (s): 699.733
CPU time (s): 694.12
CPU user time (s): 693.41
CPU system time (s): 0.709892
CPU usage (%): 99.1978
Max. virtual memory (cumulated for all children) (KiB): 860716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 693.41
system time used= 0.709892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74804
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= 3141
involuntary context switches= 15611

runsolver used 0.876866 second user time and 2.06469 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-03 05:57:30
IDJOB=1053346
IDBENCH=56071
IDSOLVER=351
FILE ID=node47/1053346-1215057450
PBS_JOBID= 7875081
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ed57ac05335f580aac3cd01f950dae57
RANDOM SEED=1736791906

node47.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.281
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.281
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:       1610256 kB
Buffers:         38060 kB
Cached:         157464 kB
SwapCached:      70084 kB
Active:         302448 kB
Inactive:        84344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610256 kB
SwapTotal:     4192956 kB
SwapFree:      4116764 kB
Dirty:            3732 kB
Writeback:           0 kB
Mapped:         204644 kB
Slab:            43760 kB
Committed_AS:  4740940 kB
PageTables:       2220 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= 66536 MiB
End job on node47 at 2008-07-03 06:09:10