Trace number 1085483

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 1181.43 1191.88

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-7.xml
MD5SUM0e9de7d7e957d5badc45089cee55bf01
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.153975
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size135
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.89/7.05	c start processing
6.89/7.05	c start relation processing
7.79/7.94	c start cnf exporting
73.03/73.74	c parsing time : 6.925
73.03/73.74	c preprocessing time : 73.621
73.03/73.74	
73.03/73.74	c Nary constraints - conflicts : 0 supports : 0
73.03/73.74	c Binary constraints - conflicts : 833 supports :12
73.03/73.74	c max arity constraint : 2
73.03/73.74	c Max Tuples generated 18225
73.03/73.74	c relations : 302
73.03/73.74	c relations BDD: 0
73.03/73.74	c sampling 266/302
73.03/73.74	c vars : 12721 - clauses :  2943440
73.03/73.74	
73.03/73.77	 
73.03/73.77	c --- SAT Solver Stats ---
73.03/73.77	 
73.03/73.77	c eSAT 0.1 : minisat core with additionnal features
73.03/73.77	c ============================[ Problem Statistics ]=============================
73.03/73.77	c |                                                                             |
73.03/73.78	c |  Number of variables:  12720                                                |
73.03/73.78	c |  Number of clauses:    2943440                                              |
74.70/75.45	c |  Parsing time:         1.45         s                                       |
1180.34/1190.80	c restarts              : 1110
1180.34/1190.80	c conflicts             : 67102          (61 /sec)
1180.34/1190.80	c decisions             : 1636610        (20.44 % random) (1479 /sec)
1180.34/1190.80	c euip                  : 20323       
1180.34/1190.80	c propagations          : 17983056       (16247 /sec)
1180.34/1190.80	c conflict literals     : 11059843       (4.48 % deleted)
1180.34/1190.80	c Memory used           : 196.12 MB
1180.34/1190.80	c CPU time              : 1106.86 s
1180.34/1190.80	c 
1180.34/1190.81	s SATISFIABLE
1181.32/1191.85	v 1 2 5 4 41 42 57 56 65 68 5 9 54 49 69 67 80 83 92 91 22 23 34 37 91 92 111 106 120 119 47 45 92 72 107 106 123 122 131 138 71 69 79 76 131 128 143 145 158 161 13 14 21 23 50 49 66 67 76 74 22 26 37 47 78 79 91 100 108 107 0 1 5 4 9 10 31 29 38 37 86 11 110 112 119 120 134 138 149 150 1 0 9 12 22 21 38 39 49 48

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-1085483-1215234030/watcher-1085483-1215234030 -o /tmp/evaluation-result-1085483-1215234030/solver-1085483-1215234030 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085483-1215234030.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.98 2.02 2.00 4/72 1623
/proc/meminfo: memFree=1764104/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=8652 CPUtime=0
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2002374459 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 2163 280 208 79 0 156 0
[pid=1624] ppid=1623 vsize=8688 CPUtime=0
/proc/1624/stat : 1624 (galacE.sh) S 1623 1623 29580 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2002374459 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 218076250194 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1624/statm: 2172 286 209 79 0 165 0
[pid=1625] ppid=1624 vsize=8728 CPUtime=0
/proc/1625/stat : 1625 (galacE.sh) R 1624 1623 29580 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2002374459 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 218076081447 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/1625/statm: 2182 290 209 79 0 175 0

[startup+0.0974559 s]
/proc/loadavg: 1.98 2.02 2.00 4/72 1623
/proc/meminfo: memFree=1764104/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=0.01
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.101449 s]
/proc/loadavg: 1.98 2.02 2.00 4/72 1623
/proc/meminfo: memFree=1764104/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=0.01
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.301491 s]
/proc/loadavg: 1.98 2.02 2.00 4/72 1623
/proc/meminfo: memFree=1764104/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=0.01
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.701554 s]
/proc/loadavg: 1.98 2.02 2.00 4/72 1623
/proc/meminfo: memFree=1764104/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=0.01
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.50269 s]
/proc/loadavg: 1.98 2.02 2.00 3/82 1647
/proc/meminfo: memFree=1721080/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=0.01
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
[pid=1638] ppid=1623 vsize=812808 CPUtime=1.44
/proc/1638/stat : 1638 (java) S 1623 1623 29580 0 -1 0 15258 0 1 0 136 8 0 0 19 0 9 0 2002374462 832315392 14477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1638/statm: 203202 14477 2586 9 0 197183 0
[pid=1638/tid=1639] ppid=1623 vsize=812808 CPUtime=0.97
/proc/1638/task/1639/stat : 1639 (java) R 1623 1623 29580 0 -1 64 7612 0 1 0 93 4 0 0 24 0 9 0 2002374463 832315392 14477 996147200 134512640 134550740 4294955600 18446744073709551615 4126703521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1640] ppid=1623 vsize=812808 CPUtime=0.25
/proc/1638/task/1640/stat : 1640 (java) S 1623 1623 29580 0 -1 64 6152 0 0 0 23 2 0 0 16 0 9 0 2002374465 832315392 14477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1641] ppid=1623 vsize=812808 CPUtime=0
/proc/1638/task/1641/stat : 1641 (java) S 1623 1623 29580 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002374465 832315392 14477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1642] ppid=1623 vsize=812808 CPUtime=0
/proc/1638/task/1642/stat : 1642 (java) S 1623 1623 29580 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002374465 832315392 14477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1644] ppid=1623 vsize=812808 CPUtime=0
/proc/1638/task/1644/stat : 1644 (java) S 1623 1623 29580 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002374467 832315392 14477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1645] ppid=1623 vsize=812808 CPUtime=0.19
/proc/1638/task/1645/stat : 1645 (java) S 1623 1623 29580 0 -1 64 794 0 0 0 19 0 0 0 16 0 9 0 2002374467 832315392 14477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1646] ppid=1623 vsize=812808 CPUtime=0
/proc/1638/task/1646/stat : 1646 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002374467 832315392 14477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1647] ppid=1623 vsize=812808 CPUtime=0
/proc/1638/task/1647/stat : 1647 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002374467 832315392 14477 996147200 134512640 134550740 4294955600 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) 860396

[startup+3.10196 s]
/proc/loadavg: 1.98 2.02 2.00 4/82 1647
/proc/meminfo: memFree=1709496/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=0.01
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
[pid=1638] ppid=1623 vsize=812808 CPUtime=3.03
/proc/1638/stat : 1638 (java) S 1623 1623 29580 0 -1 0 18753 0 1 0 294 9 0 0 19 0 9 0 2002374462 832315392 17961 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1638/statm: 203202 17961 2586 9 0 197183 0
[pid=1638/tid=1639] ppid=1623 vsize=812808 CPUtime=1.59
/proc/1638/task/1639/stat : 1639 (java) R 1623 1623 29580 0 -1 64 7624 0 1 0 155 4 0 0 25 0 9 0 2002374463 832315392 17961 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1640] ppid=1623 vsize=812808 CPUtime=1.14
/proc/1638/task/1640/stat : 1640 (java) R 1623 1623 29580 0 -1 64 9596 0 0 0 111 3 0 0 16 0 9 0 2002374465 832315392 17961 996147200 134512640 134550740 4294955600 18446744073709551615 104180127 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1641] ppid=1623 vsize=812808 CPUtime=0
/proc/1638/task/1641/stat : 1641 (java) S 1623 1623 29580 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002374465 832315392 17961 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1642] ppid=1623 vsize=812808 CPUtime=0
/proc/1638/task/1642/stat : 1642 (java) S 1623 1623 29580 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002374465 832315392 17961 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1644] ppid=1623 vsize=812808 CPUtime=0
/proc/1638/task/1644/stat : 1644 (java) S 1623 1623 29580 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002374467 832315392 17961 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1645] ppid=1623 vsize=812808 CPUtime=0.26
/proc/1638/task/1645/stat : 1645 (java) S 1623 1623 29580 0 -1 64 833 0 0 0 26 0 0 0 16 0 9 0 2002374467 832315392 17961 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1646] ppid=1623 vsize=812808 CPUtime=0
/proc/1638/task/1646/stat : 1646 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002374467 832315392 17961 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1647] ppid=1623 vsize=812808 CPUtime=0
/proc/1638/task/1647/stat : 1647 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002374467 832315392 17961 996147200 134512640 134550740 4294955600 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) 860396

[startup+6.3025 s]
/proc/loadavg: 2.06 2.04 2.00 3/82 1647
/proc/meminfo: memFree=1685560/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=0.01
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
[pid=1638] ppid=1623 vsize=812912 CPUtime=6.2
/proc/1638/stat : 1638 (java) S 1623 1623 29580 0 -1 0 23548 0 1 0 609 11 0 0 19 0 9 0 2002374462 832421888 22556 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1638/statm: 203228 22556 2586 9 0 197209 0
[pid=1638/tid=1639] ppid=1623 vsize=812912 CPUtime=2.25
/proc/1638/task/1639/stat : 1639 (java) S 1623 1623 29580 0 -1 64 7655 0 1 0 221 4 0 0 21 0 9 0 2002374463 832421888 22556 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1640] ppid=1623 vsize=812912 CPUtime=3.57
/proc/1638/task/1640/stat : 1640 (java) R 1623 1623 29580 0 -1 64 14313 0 0 0 352 5 0 0 21 0 9 0 2002374465 832421888 22556 996147200 134512640 134550740 4294955600 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1641] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1641/stat : 1641 (java) S 1623 1623 29580 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002374465 832421888 22556 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1642] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1642/stat : 1642 (java) S 1623 1623 29580 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002374465 832421888 22556 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1644] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1644/stat : 1644 (java) S 1623 1623 29580 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002374467 832421888 22556 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1645] ppid=1623 vsize=812912 CPUtime=0.34
/proc/1638/task/1645/stat : 1645 (java) S 1623 1623 29580 0 -1 64 880 0 0 0 34 0 0 0 15 0 9 0 2002374467 832421888 22556 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1646] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1646/stat : 1646 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002374467 832421888 22556 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1647] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1647/stat : 1647 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002374467 832421888 22556 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860500

[startup+12.7026 s]
/proc/loadavg: 2.06 2.04 2.00 3/82 1647
/proc/meminfo: memFree=1645880/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=0.01
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
[pid=1638] ppid=1623 vsize=812912 CPUtime=12.54
/proc/1638/stat : 1638 (java) S 1623 1623 29580 0 -1 0 31909 0 1 0 1235 19 0 0 19 0 9 0 2002374462 832421888 30901 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1638/statm: 203228 30901 2591 9 0 197209 0
[pid=1638/tid=1639] ppid=1623 vsize=812912 CPUtime=7.78
/proc/1638/task/1639/stat : 1639 (java) R 1623 1623 29580 0 -1 64 14676 0 1 0 767 11 0 0 25 0 9 0 2002374463 832421888 30901 996147200 134512640 134550740 4294955600 18446744073709551615 103232953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1640] ppid=1623 vsize=812912 CPUtime=4.33
/proc/1638/task/1640/stat : 1640 (java) S 1623 1623 29580 0 -1 64 15614 0 0 0 427 6 0 0 16 0 9 0 2002374465 832421888 30901 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1641] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1641/stat : 1641 (java) S 1623 1623 29580 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002374465 832421888 30901 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1642] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1642/stat : 1642 (java) S 1623 1623 29580 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002374465 832421888 30901 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1644] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1644/stat : 1644 (java) S 1623 1623 29580 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002374467 832421888 30901 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1645] ppid=1623 vsize=812912 CPUtime=0.4
/proc/1638/task/1645/stat : 1645 (java) S 1623 1623 29580 0 -1 64 919 0 0 0 40 0 0 0 15 0 9 0 2002374467 832421888 30901 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1646] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1646/stat : 1646 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002374467 832421888 30901 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1647] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1647/stat : 1647 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002374467 832421888 30901 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860500

[startup+25.5027 s]
/proc/loadavg: 2.05 2.03 2.00 3/82 1647
/proc/meminfo: memFree=1634168/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=0.01
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
[pid=1638] ppid=1623 vsize=812912 CPUtime=25.22
/proc/1638/stat : 1638 (java) S 1623 1623 29580 0 -1 0 32273 0 1 0 2495 27 0 0 19 0 9 0 2002374462 832421888 31240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1638/statm: 203228 31240 2591 9 0 197209 0
[pid=1638/tid=1639] ppid=1623 vsize=812912 CPUtime=20.38
/proc/1638/task/1639/stat : 1639 (java) R 1623 1623 29580 0 -1 64 14701 0 1 0 2020 18 0 0 25 0 9 0 2002374463 832421888 31240 996147200 134512640 134550740 4294955600 18446744073709551615 4126708291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1640] ppid=1623 vsize=812912 CPUtime=4.39
/proc/1638/task/1640/stat : 1640 (java) S 1623 1623 29580 0 -1 64 15947 0 0 0 433 6 0 0 16 0 9 0 2002374465 832421888 31240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1641] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1641/stat : 1641 (java) S 1623 1623 29580 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002374465 832421888 31240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1642] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1642/stat : 1642 (java) S 1623 1623 29580 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002374465 832421888 31240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1644] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1644/stat : 1644 (java) S 1623 1623 29580 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002374467 832421888 31240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1645] ppid=1623 vsize=812912 CPUtime=0.41
/proc/1638/task/1645/stat : 1645 (java) S 1623 1623 29580 0 -1 64 925 0 0 0 41 0 0 0 16 0 9 0 2002374467 832421888 31240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1646] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1646/stat : 1646 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002374467 832421888 31240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1638/tid=1647] ppid=1623 vsize=812912 CPUtime=0
/proc/1638/task/1647/stat : 1647 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002374467 832421888 31240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23

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

/proc/1765/statm: 67482 65220 74 162 0 67317 0
Current children cumulated CPU time (s) 993.48
Current children cumulated vsize (KiB) 317516

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 1765
/proc/meminfo: memFree=1423864/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=73.1
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 798 34088 0 1 0 0 7260 50 17 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
[pid=1765] ppid=1623 vsize=270984 CPUtime=979.87
/proc/1765/stat : 1765 (eSAT_static) R 1623 1623 29580 0 -1 4194304 67028 0 0 0 97950 37 0 0 25 0 1 0 2002381836 277487616 67010 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/1765/statm: 67746 67010 74 162 0 67581 0
Current children cumulated CPU time (s) 1052.97
Current children cumulated vsize (KiB) 318572

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 1765
/proc/meminfo: memFree=1423736/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=73.1
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 798 34088 0 1 0 0 7260 50 17 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
[pid=1765] ppid=1623 vsize=270984 CPUtime=1039.34
/proc/1765/stat : 1765 (eSAT_static) R 1623 1623 29580 0 -1 4194304 67036 0 0 0 103897 37 0 0 25 0 1 0 2002381836 277487616 67018 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/1765/statm: 67746 67018 74 162 0 67581 0
Current children cumulated CPU time (s) 1112.44
Current children cumulated vsize (KiB) 318572

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 1765
/proc/meminfo: memFree=1493624/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=73.1
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 798 34088 0 1 0 0 7260 50 17 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
[pid=1765] ppid=1623 vsize=200828 CPUtime=1098.82
/proc/1765/stat : 1765 (eSAT_static) R 1623 1623 29580 0 -1 4194304 67072 0 0 0 109843 39 0 0 25 0 1 0 2002381836 205647872 49503 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1765/statm: 50207 49503 79 162 0 50042 0
Current children cumulated CPU time (s) 1171.92
Current children cumulated vsize (KiB) 248416

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

[startup+1183.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 1765
/proc/meminfo: memFree=1493624/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=73.1
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 798 34088 0 1 0 0 7260 50 17 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
[pid=1765] ppid=1623 vsize=200828 CPUtime=1100.41
/proc/1765/stat : 1765 (eSAT_static) R 1623 1623 29580 0 -1 4194304 67072 0 0 0 110002 39 0 0 25 0 1 0 2002381836 205647872 49503 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/1765/statm: 50207 49503 79 162 0 50042 0
Current children cumulated CPU time (s) 1173.51
Current children cumulated vsize (KiB) 248416

[startup+1187.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 1765
/proc/meminfo: memFree=1493624/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=73.1
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 798 34088 0 1 0 0 7260 50 17 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
[pid=1765] ppid=1623 vsize=200828 CPUtime=1103.57
/proc/1765/stat : 1765 (eSAT_static) R 1623 1623 29580 0 -1 4194304 67072 0 0 0 110318 39 0 0 25 0 1 0 2002381836 205647872 49503 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1765/statm: 50207 49503 79 162 0 50042 0
Current children cumulated CPU time (s) 1176.67
Current children cumulated vsize (KiB) 248416

[startup+1190.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 1765
/proc/meminfo: memFree=1493624/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=73.1
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 798 34088 0 1 0 0 7260 50 17 0 1 0 2002374459 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1623/statm: 11897 363 244 79 0 219 0
[pid=1765] ppid=1623 vsize=200828 CPUtime=1106.74
/proc/1765/stat : 1765 (eSAT_static) R 1623 1623 29580 0 -1 4194304 67072 0 0 0 110635 39 0 0 25 0 1 0 2002381836 205647872 49503 996147200 134512640 135177480 4294955968 18446744073709551615 134564647 0 0 4096 3 0 0 0 17 1 0 0
/proc/1765/statm: 50207 49503 79 162 0 50042 0
Current children cumulated CPU time (s) 1179.84
Current children cumulated vsize (KiB) 248416

[startup+1191.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 1765
/proc/meminfo: memFree=1493624/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=1180.39
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 834 101174 0 1 0 0 117946 93 16 0 1 0 2002374459 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 218076250194 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1623/statm: 11897 364 244 79 0 219 0
Current children cumulated CPU time (s) 1180.39
Current children cumulated vsize (KiB) 47588

[startup+1191.5 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 1774
/proc/meminfo: memFree=1681784/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=1180.39
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 834 101174 0 1 0 0 117946 93 16 0 1 0 2002374459 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 218076250194 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1623/statm: 11897 364 244 79 0 219 0
[pid=1766] ppid=1623 vsize=812772 CPUtime=0.63
/proc/1766/stat : 1766 (java) S 1623 1623 29580 0 -1 0 5532 0 1 0 60 3 0 0 18 0 9 0 2002493544 832278528 4955 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1766/statm: 203193 4955 1853 9 0 197174 0
[pid=1766/tid=1767] ppid=1623 vsize=812772 CPUtime=0.43
/proc/1766/task/1767/stat : 1767 (java) R 1623 1623 29580 0 -1 64 4006 0 1 0 41 2 0 0 21 0 9 0 2002493545 832278528 4955 996147200 134512640 134550740 4294955616 18446744073709551615 4125960270 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1768] ppid=1623 vsize=812772 CPUtime=0
/proc/1766/task/1768/stat : 1768 (java) S 1623 1623 29580 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2002493547 832278528 4955 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1769] ppid=1623 vsize=812772 CPUtime=0
/proc/1766/task/1769/stat : 1769 (java) S 1623 1623 29580 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002493547 832278528 4955 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1770] ppid=1623 vsize=812772 CPUtime=0
/proc/1766/task/1770/stat : 1770 (java) S 1623 1623 29580 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002493547 832278528 4955 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1771] ppid=1623 vsize=812772 CPUtime=0
/proc/1766/task/1771/stat : 1771 (java) S 1623 1623 29580 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002493549 832278528 4955 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1772] ppid=1623 vsize=812772 CPUtime=0.18
/proc/1766/task/1772/stat : 1772 (java) S 1623 1623 29580 0 -1 64 813 0 0 0 18 0 0 0 20 0 9 0 2002493549 832278528 4955 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1773] ppid=1623 vsize=812772 CPUtime=0
/proc/1766/task/1773/stat : 1773 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002493549 832278528 4955 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1774] ppid=1623 vsize=812772 CPUtime=0
/proc/1766/task/1774/stat : 1774 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002493549 832278528 4955 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.02
Current children cumulated vsize (KiB) 860360

[startup+1191.7 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 1774
/proc/meminfo: memFree=1681784/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=1180.39
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 834 101174 0 1 0 0 117946 93 16 0 1 0 2002374459 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 218076250194 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1623/statm: 11897 364 244 79 0 219 0
[pid=1766] ppid=1623 vsize=812884 CPUtime=0.83
/proc/1766/stat : 1766 (java) S 1623 1623 29580 0 -1 0 6300 0 1 0 79 4 0 0 18 0 9 0 2002493544 832393216 5684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1766/statm: 203221 5684 1908 9 0 197174 0
[pid=1766/tid=1767] ppid=1623 vsize=812884 CPUtime=0.54
/proc/1766/task/1767/stat : 1767 (java) R 1623 1623 29580 0 -1 64 4699 0 1 0 51 3 0 0 22 0 9 0 2002493545 832393216 5684 996147200 134512640 134550740 4294955616 18446744073709551615 4125965652 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1768] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1768/stat : 1768 (java) S 1623 1623 29580 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2002493547 832393216 5684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1769] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1769/stat : 1769 (java) S 1623 1623 29580 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002493547 832393216 5684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1770] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1770/stat : 1770 (java) S 1623 1623 29580 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002493547 832393216 5684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1771] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1771/stat : 1771 (java) S 1623 1623 29580 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002493549 832393216 5684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1772] ppid=1623 vsize=812884 CPUtime=0.26
/proc/1766/task/1772/stat : 1772 (java) S 1623 1623 29580 0 -1 64 888 0 0 0 26 0 0 0 18 0 9 0 2002493549 832393216 5684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1773] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1773/stat : 1773 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002493549 832393216 5684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1774] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1774/stat : 1774 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002493549 832393216 5684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.22
Current children cumulated vsize (KiB) 860472

[startup+1191.8 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 1774
/proc/meminfo: memFree=1681784/2055920 swapFree=4180732/4192956
[pid=1623] ppid=1621 vsize=47588 CPUtime=1180.39
/proc/1623/stat : 1623 (galacE.sh) S 1621 1623 29580 0 -1 4194304 834 101174 0 1 0 0 117946 93 16 0 1 0 2002374459 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 218076250194 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1623/statm: 11897 364 244 79 0 219 0
[pid=1766] ppid=1623 vsize=812884 CPUtime=0.93
/proc/1766/stat : 1766 (java) S 1623 1623 29580 0 -1 0 7874 0 1 0 88 5 0 0 18 0 9 0 2002493544 832393216 7257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1766/statm: 203221 7257 1910 9 0 197174 0
[pid=1766/tid=1767] ppid=1623 vsize=812884 CPUtime=0.62
/proc/1766/task/1767/stat : 1767 (java) R 1623 1623 29580 0 -1 64 6258 0 1 0 58 4 0 0 22 0 9 0 2002493545 832393216 7257 996147200 134512640 134550740 4294955616 18446744073709551615 4127175277 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1768] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1768/stat : 1768 (java) S 1623 1623 29580 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2002493547 832393216 7257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1769] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1769/stat : 1769 (java) S 1623 1623 29580 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002493547 832393216 7257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1770] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1770/stat : 1770 (java) S 1623 1623 29580 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002493547 832393216 7257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1771] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1771/stat : 1771 (java) S 1623 1623 29580 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002493549 832393216 7257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1772] ppid=1623 vsize=812884 CPUtime=0.28
/proc/1766/task/1772/stat : 1772 (java) S 1623 1623 29580 0 -1 64 903 0 0 0 28 0 0 0 17 0 9 0 2002493549 832393216 7257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1773] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1773/stat : 1773 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002493549 832393216 7257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1766/tid=1774] ppid=1623 vsize=812884 CPUtime=0
/proc/1766/task/1774/stat : 1774 (java) S 1623 1623 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002493549 832393216 7257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.32
Current children cumulated vsize (KiB) 860472

Child status: 0
Real time (s): 1191.88
CPU time (s): 1181.43
CPU user time (s): 1180.4
CPU system time (s): 1.02984
CPU usage (%): 99.1231
Max. virtual memory (cumulated for all children) (KiB): 860716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1180.4
system time used= 1.02984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111342
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= 4564
involuntary context switches= 29609

runsolver used 1.52777 second user time and 3.42148 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 07:00:30
IDJOB=1085483
IDBENCH=57634
IDSOLVER=351
FILE ID=node57/1085483-1215234030
PBS_JOBID= 7881724
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0e9de7d7e957d5badc45089cee55bf01
RANDOM SEED=250108376

node57.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.258
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.258
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:       1764584 kB
Buffers:         45268 kB
Cached:         179988 kB
SwapCached:       6148 kB
Active:         156476 kB
Inactive:        82568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764584 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            4320 kB
Writeback:           0 kB
Mapped:          21232 kB
Slab:            37700 kB
Committed_AS:  4030732 kB
PageTables:       1764 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= 66516 MiB
End job on node57 at 2008-07-05 07:20:22