Trace number 1087982

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 632.646 633.554

General information on the benchmark

Namecsp/jobShop-enddr2/
normalized-enddr2-10-by-5-3.xml
MD5SUMa75bfbb25f97eb50028bb62c779078dd
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.028994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size143
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 ---
5.80/5.93	c start processing
5.80/5.93	c start relation processing
6.59/6.78	c start cnf exporting
31.61/32.04	c parsing time : 5.807
31.61/32.04	c preprocessing time : 31.921
31.61/32.04	
31.61/32.04	c Nary constraints - conflicts : 0 supports : 0
31.61/32.04	c Binary constraints - conflicts : 265 supports :0
31.61/32.04	c max arity constraint : 2
31.61/32.04	c Max Tuples generated 20449
31.61/32.04	c relations : 259
31.61/32.04	c relations BDD: 0
31.61/32.04	c sampling 228/259
31.61/32.04	c vars : 6566 - clauses :  1244304
31.61/32.04	
31.61/32.08	 
31.61/32.08	c --- SAT Solver Stats ---
31.61/32.08	 
31.61/32.08	c eSAT 0.1 : minisat core with additionnal features
31.61/32.08	c ============================[ Problem Statistics ]=============================
31.61/32.08	c |                                                                             |
31.61/32.09	c |  Number of variables:  6565                                                 |
31.61/32.09	c |  Number of clauses:    1244304                                              |
31.68/32.79	c |  Parsing time:         0.62         s                                       |
631.91/632.88	c restarts              : 104
631.91/632.88	c conflicts             : 484            (1 /sec)
631.91/632.88	c decisions             : 139152         (67.81 % random) (232 /sec)
631.91/632.88	c euip                  : 170         
631.91/632.88	c propagations          : 477431         (795 /sec)
631.91/632.88	c conflict literals     : 51194          (2.85 % deleted)
631.91/632.88	c Memory used           : 92.87 MB
631.91/632.88	c CPU time              : 600.183 s
631.91/632.88	c 
631.91/632.89	s SATISFIABLE
632.59/633.54	v 38 47 55 67 71 30 55 92 102 111 19 69 104 119 123 2 9 41 55 86 29 70 75 91 97 77 135 143 157 166 9 20 28 39 43 62 114 133 143 153 97 110 120 130 139 1 9 12 42 59

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-1087982-1215245677/watcher-1087982-1215245677 -o /tmp/evaluation-result-1087982-1215245677/solver-1087982-1215245677 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1087982-1215245677.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.92 1.98 1.99 4/81 29509
/proc/meminfo: memFree=1525784/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=8652 CPUtime=0
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 162379084 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 2163 280 208 79 0 156 0
[pid=29510] ppid=29509 vsize=8688 CPUtime=0
/proc/29510/stat : 29510 (galacE.sh) S 29509 29509 27932 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 162379085 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 212218904658 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29510/statm: 2172 286 209 79 0 165 0
[pid=29511] ppid=29510 vsize=8728 CPUtime=0
/proc/29511/stat : 29511 (galacE.sh) R 29510 29509 27932 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 162379085 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 212218735911 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/29511/statm: 2182 290 209 79 0 175 0

[startup+0.023098 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29509
/proc/meminfo: memFree=1525784/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=8768 CPUtime=0
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 162379084 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8768

[startup+0.101104 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29509
/proc/meminfo: memFree=1525784/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=0.01
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301126 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29509
/proc/meminfo: memFree=1525784/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=0.01
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701173 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29509
/proc/meminfo: memFree=1525784/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=0.01
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50225 s]
/proc/loadavg: 1.93 1.98 1.99 4/91 29531
/proc/meminfo: memFree=1479944/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=0.01
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29523] ppid=29509 vsize=812764 CPUtime=1.44
/proc/29523/stat : 29523 (java) S 29509 29509 27932 0 -1 0 16164 0 1 0 135 9 0 0 18 0 9 0 162379088 832270336 15381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29523/statm: 203191 15381 2586 9 0 197172 0
[pid=29523/tid=29524] ppid=29509 vsize=812764 CPUtime=0.82
/proc/29523/task/29524/stat : 29524 (java) R 29509 29509 27932 0 -1 64 7569 0 1 0 77 5 0 0 25 0 9 0 162379089 832270336 15381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29525] ppid=29509 vsize=812764 CPUtime=0.42
/proc/29523/task/29525/stat : 29525 (java) R 29509 29509 27932 0 -1 64 7115 0 0 0 40 2 0 0 16 0 9 0 162379090 832270336 15381 996147200 134512640 134550740 4294955600 18446744073709551615 104063905 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29526] ppid=29509 vsize=812764 CPUtime=0
/proc/29523/task/29526/stat : 29526 (java) S 29509 29509 27932 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 162379091 832270336 15381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29527] ppid=29509 vsize=812764 CPUtime=0
/proc/29523/task/29527/stat : 29527 (java) S 29509 29509 27932 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 162379091 832270336 15381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29528] ppid=29509 vsize=812764 CPUtime=0
/proc/29523/task/29528/stat : 29528 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 162379093 832270336 15381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29529] ppid=29509 vsize=812764 CPUtime=0.17
/proc/29523/task/29529/stat : 29529 (java) S 29509 29509 27932 0 -1 64 780 0 0 0 17 0 0 0 15 0 9 0 162379093 832270336 15381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29530] ppid=29509 vsize=812764 CPUtime=0
/proc/29523/task/29530/stat : 29530 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 162379093 832270336 15381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29531] ppid=29509 vsize=812764 CPUtime=0
/proc/29523/task/29531/stat : 29531 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 162379093 832270336 15381 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) 860332

[startup+3.10242 s]
/proc/loadavg: 1.93 1.98 1.99 5/91 29531
/proc/meminfo: memFree=1467592/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=0.01
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29523] ppid=29509 vsize=812764 CPUtime=3.03
/proc/29523/stat : 29523 (java) S 29509 29509 27932 0 -1 0 19636 0 1 0 292 11 0 0 18 0 9 0 162379088 832270336 18843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29523/statm: 203191 18843 2586 9 0 197172 0
[pid=29523/tid=29524] ppid=29509 vsize=812764 CPUtime=1.38
/proc/29523/task/29524/stat : 29524 (java) R 29509 29509 27932 0 -1 64 7579 0 1 0 133 5 0 0 25 0 9 0 162379089 832270336 18843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29525] ppid=29509 vsize=812764 CPUtime=1.41
/proc/29523/task/29525/stat : 29525 (java) R 29509 29509 27932 0 -1 64 10556 0 0 0 137 4 0 0 16 0 9 0 162379090 832270336 18843 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29526] ppid=29509 vsize=812764 CPUtime=0
/proc/29523/task/29526/stat : 29526 (java) S 29509 29509 27932 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 162379091 832270336 18843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29527] ppid=29509 vsize=812764 CPUtime=0
/proc/29523/task/29527/stat : 29527 (java) S 29509 29509 27932 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 162379091 832270336 18843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29528] ppid=29509 vsize=812764 CPUtime=0
/proc/29523/task/29528/stat : 29528 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 162379093 832270336 18843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29529] ppid=29509 vsize=812764 CPUtime=0.2
/proc/29523/task/29529/stat : 29529 (java) S 29509 29509 27932 0 -1 64 801 0 0 0 20 0 0 0 15 0 9 0 162379093 832270336 18843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29530] ppid=29509 vsize=812764 CPUtime=0
/proc/29523/task/29530/stat : 29530 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 162379093 832270336 18843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29531] ppid=29509 vsize=812764 CPUtime=0
/proc/29523/task/29531/stat : 29531 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 162379093 832270336 18843 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) 860332

[startup+6.30276 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 29531
/proc/meminfo: memFree=1439752/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=0.01
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29523] ppid=29509 vsize=812820 CPUtime=6.19
/proc/29523/stat : 29523 (java) S 29509 29509 27932 0 -1 0 25175 0 1 0 606 13 0 0 18 0 9 0 162379088 832327680 24236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29523/statm: 203205 24236 2588 9 0 197186 0
[pid=29523/tid=29524] ppid=29509 vsize=812820 CPUtime=2.32
/proc/29523/task/29524/stat : 29524 (java) R 29509 29509 27932 0 -1 64 7921 0 1 0 227 5 0 0 20 0 9 0 162379089 832327680 24236 996147200 134512640 134550740 4294955600 18446744073709551615 4127013644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29525] ppid=29509 vsize=812820 CPUtime=3.61
/proc/29523/task/29525/stat : 29525 (java) S 29509 29509 27932 0 -1 64 15738 0 0 0 355 6 0 0 25 0 9 0 162379090 832327680 24236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29526] ppid=29509 vsize=812820 CPUtime=0
/proc/29523/task/29526/stat : 29526 (java) S 29509 29509 27932 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 162379091 832327680 24236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29527] ppid=29509 vsize=812820 CPUtime=0
/proc/29523/task/29527/stat : 29527 (java) S 29509 29509 27932 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 162379091 832327680 24236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29528] ppid=29509 vsize=812820 CPUtime=0
/proc/29523/task/29528/stat : 29528 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 162379093 832327680 24236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29529] ppid=29509 vsize=812820 CPUtime=0.23
/proc/29523/task/29529/stat : 29529 (java) S 29509 29509 27932 0 -1 64 816 0 0 0 23 0 0 0 15 0 9 0 162379093 832327680 24236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29530] ppid=29509 vsize=812820 CPUtime=0
/proc/29523/task/29530/stat : 29530 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 162379093 832327680 24236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29531] ppid=29509 vsize=812820 CPUtime=0
/proc/29523/task/29531/stat : 29531 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 162379093 832327680 24236 996147200 134512640 134550740 4294955600 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) 860388

[startup+12.7024 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 29531
/proc/meminfo: memFree=1404360/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=0.01
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29523] ppid=29509 vsize=812804 CPUtime=12.52
/proc/29523/stat : 29523 (java) S 29509 29509 27932 0 -1 0 32340 0 1 0 1231 21 0 0 18 0 9 0 162379088 832311296 31382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29523/statm: 203201 31382 2593 9 0 197182 0
[pid=29523/tid=29524] ppid=29509 vsize=812804 CPUtime=8.55
/proc/29523/task/29524/stat : 29524 (java) R 29509 29509 27932 0 -1 64 14637 0 1 0 842 13 0 0 25 0 9 0 162379089 832311296 31382 996147200 134512640 134550740 4294955600 18446744073709551615 4127038837 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29525] ppid=29509 vsize=812804 CPUtime=3.66
/proc/29523/task/29525/stat : 29525 (java) S 29509 29509 27932 0 -1 64 16156 0 0 0 360 6 0 0 16 0 9 0 162379090 832311296 31382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29526] ppid=29509 vsize=812804 CPUtime=0
/proc/29523/task/29526/stat : 29526 (java) S 29509 29509 27932 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 162379091 832311296 31382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29527] ppid=29509 vsize=812804 CPUtime=0
/proc/29523/task/29527/stat : 29527 (java) S 29509 29509 27932 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 162379091 832311296 31382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29528] ppid=29509 vsize=812804 CPUtime=0
/proc/29523/task/29528/stat : 29528 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 162379093 832311296 31382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29529] ppid=29509 vsize=812804 CPUtime=0.28
/proc/29523/task/29529/stat : 29529 (java) S 29509 29509 27932 0 -1 64 847 0 0 0 28 0 0 0 15 0 9 0 162379093 832311296 31382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29530] ppid=29509 vsize=812804 CPUtime=0
/proc/29523/task/29530/stat : 29530 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 162379093 832311296 31382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29531] ppid=29509 vsize=812804 CPUtime=0
/proc/29523/task/29531/stat : 29531 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 162379093 832311296 31382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860372

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 29531
/proc/meminfo: memFree=1395528/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=0.01
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29523] ppid=29509 vsize=812804 CPUtime=25.17
/proc/29523/stat : 29523 (java) S 29509 29509 27932 0 -1 0 32574 0 1 0 2491 26 0 0 18 0 9 0 162379088 832311296 31593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29523/statm: 203201 31593 2593 9 0 197182 0
[pid=29523/tid=29524] ppid=29509 vsize=812804 CPUtime=21.16
/proc/29523/task/29524/stat : 29524 (java) R 29509 29509 27932 0 -1 64 14661 0 1 0 2098 18 0 0 25 0 9 0 162379089 832311296 31593 996147200 134512640 134550740 4294955600 18446744073709551615 4127024351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29525] ppid=29509 vsize=812804 CPUtime=3.68
/proc/29523/task/29525/stat : 29525 (java) S 29509 29509 27932 0 -1 64 16362 0 0 0 362 6 0 0 16 0 9 0 162379090 832311296 31593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29526] ppid=29509 vsize=812804 CPUtime=0
/proc/29523/task/29526/stat : 29526 (java) S 29509 29509 27932 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 162379091 832311296 31593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29527] ppid=29509 vsize=812804 CPUtime=0
/proc/29523/task/29527/stat : 29527 (java) S 29509 29509 27932 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 162379091 832311296 31593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29528] ppid=29509 vsize=812804 CPUtime=0
/proc/29523/task/29528/stat : 29528 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 162379093 832311296 31593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29529] ppid=29509 vsize=812804 CPUtime=0.29
/proc/29523/task/29529/stat : 29529 (java) S 29509 29509 27932 0 -1 64 851 0 0 0 29 0 0 0 16 0 9 0 162379093 832311296 31593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29530] ppid=29509 vsize=812804 CPUtime=0
/proc/29523/task/29530/stat : 29530 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 162379093 832311296 31593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29523/tid=29531] ppid=29509 vsize=812804 CPUtime=0
/proc/29523/task/29531/stat : 29531 (java) S 29509 29509 27932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 162379093 832311296 31593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18

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

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1393352/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=31.68
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 799 34294 0 1 0 0 3136 32 17 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29532] ppid=29509 vsize=121412 CPUtime=309.85
/proc/29532/stat : 29532 (eSAT_static) R 29509 29509 27932 0 -1 4194304 28346 0 0 0 30973 12 0 0 25 0 1 0 162382293 124325888 28328 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/29532/statm: 30353 28328 75 162 0 30188 0
Current children cumulated CPU time (s) 341.53
Current children cumulated vsize (KiB) 168980

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1391816/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=31.68
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 799 34294 0 1 0 0 3136 32 17 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29532] ppid=29509 vsize=123792 CPUtime=369.83
/proc/29532/stat : 29532 (eSAT_static) R 29509 29509 27932 0 -1 4194304 28977 0 0 0 36970 13 0 0 25 0 1 0 162382293 126763008 28959 996147200 134512640 135177480 4294955968 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 0 0 0
/proc/29532/statm: 30948 28959 75 162 0 30783 0
Current children cumulated CPU time (s) 401.51
Current children cumulated vsize (KiB) 171360

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1386824/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=31.68
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 799 34294 0 1 0 0 3136 32 17 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29532] ppid=29509 vsize=123792 CPUtime=429.8
/proc/29532/stat : 29532 (eSAT_static) R 29509 29509 27932 0 -1 4194304 29961 0 0 0 42967 13 0 0 25 0 1 0 162382293 126763008 29943 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/29532/statm: 30948 29943 75 162 0 30783 0
Current children cumulated CPU time (s) 461.48
Current children cumulated vsize (KiB) 171360

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1382024/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=31.68
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 799 34294 0 1 0 0 3136 32 17 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29532] ppid=29509 vsize=140952 CPUtime=489.77
/proc/29532/stat : 29532 (eSAT_static) R 29509 29509 27932 0 -1 4194304 31172 0 0 0 48964 13 0 0 25 0 1 0 162382293 144334848 31154 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/29532/statm: 35238 31154 75 162 0 35073 0
Current children cumulated CPU time (s) 521.45
Current children cumulated vsize (KiB) 188520

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1379336/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=31.68
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 799 34294 0 1 0 0 3136 32 17 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29532] ppid=29509 vsize=141612 CPUtime=549.76
/proc/29532/stat : 29532 (eSAT_static) R 29509 29509 27932 0 -1 4194304 31849 0 0 0 54962 14 0 0 25 0 1 0 162382293 145010688 31831 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/29532/statm: 35403 31831 75 162 0 35238 0
Current children cumulated CPU time (s) 581.44
Current children cumulated vsize (KiB) 189180

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

[startup+588.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1379336/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=31.68
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 799 34294 0 1 0 0 3136 32 17 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29532] ppid=29509 vsize=141612 CPUtime=556.15
/proc/29532/stat : 29532 (eSAT_static) R 29509 29509 27932 0 -1 4194304 31849 0 0 0 55601 14 0 0 25 0 1 0 162382293 145010688 31831 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/29532/statm: 35403 31831 75 162 0 35238 0
Current children cumulated CPU time (s) 587.83
Current children cumulated vsize (KiB) 189180

[startup+614.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1378248/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=31.68
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 799 34294 0 1 0 0 3136 32 17 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29532] ppid=29509 vsize=141876 CPUtime=581.75
/proc/29532/stat : 29532 (eSAT_static) R 29509 29509 27932 0 -1 4194304 32139 0 0 0 58161 14 0 0 25 0 1 0 162382293 145281024 32121 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/29532/statm: 35469 32121 75 162 0 35304 0
Current children cumulated CPU time (s) 613.43
Current children cumulated vsize (KiB) 189444

[startup+627.101 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1378184/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=31.68
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 799 34294 0 1 0 0 3136 32 17 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29532] ppid=29509 vsize=141876 CPUtime=594.54
/proc/29532/stat : 29532 (eSAT_static) R 29509 29509 27932 0 -1 4194304 32140 0 0 0 59440 14 0 0 25 0 1 0 162382293 145281024 32122 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/29532/statm: 35469 32122 75 162 0 35304 0
Current children cumulated CPU time (s) 626.22
Current children cumulated vsize (KiB) 189444

[startup+630.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1378184/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=31.68
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 799 34294 0 1 0 0 3136 32 17 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29532] ppid=29509 vsize=141876 CPUtime=597.74
/proc/29532/stat : 29532 (eSAT_static) R 29509 29509 27932 0 -1 4194304 32140 0 0 0 59760 14 0 0 25 0 1 0 162382293 145281024 32122 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/29532/statm: 35469 32122 75 162 0 35304 0
Current children cumulated CPU time (s) 629.42
Current children cumulated vsize (KiB) 189444

[startup+631.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1378184/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=31.68
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 799 34294 0 1 0 0 3136 32 17 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29532] ppid=29509 vsize=141876 CPUtime=599.34
/proc/29532/stat : 29532 (eSAT_static) R 29509 29509 27932 0 -1 4194304 32140 0 0 0 59920 14 0 0 25 0 1 0 162382293 145281024 32122 996147200 134512640 135177480 4294955968 18446744073709551615 134538645 0 0 4096 3 0 0 0 17 0 0 0
/proc/29532/statm: 35469 32122 75 162 0 35304 0
Current children cumulated CPU time (s) 631.02
Current children cumulated vsize (KiB) 189444

[startup+632.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1378184/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=31.68
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 799 34294 0 1 0 0 3136 32 17 0 1 0 162379084 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29509/statm: 11892 364 245 79 0 219 0
[pid=29532] ppid=29509 vsize=95096 CPUtime=600.13
/proc/29532/stat : 29532 (eSAT_static) R 29509 29509 27932 0 -1 4194304 32152 0 0 0 59999 14 0 0 25 0 1 0 162382293 97378304 23354 996147200 134512640 135177480 4294955968 18446744073709551615 134565492 0 0 4096 3 0 0 0 17 0 0 0
/proc/29532/statm: 23774 23354 80 162 0 23609 0
Current children cumulated CPU time (s) 631.81
Current children cumulated vsize (KiB) 142664

[startup+633.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29534
/proc/meminfo: memFree=1378184/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=632.02
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 835 66459 0 1 0 0 63154 48 16 0 1 0 162379084 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 212218904658 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/29509/statm: 11892 365 245 79 0 219 0
Current children cumulated CPU time (s) 632.02
Current children cumulated vsize (KiB) 47568

[startup+633.502 s]
/proc/loadavg: 1.99 1.98 1.99 2/91 29543
/proc/meminfo: memFree=1487944/2055920 swapFree=4181096/4192956
[pid=29509] ppid=29507 vsize=47568 CPUtime=632.02
/proc/29509/stat : 29509 (galacE.sh) S 29507 29509 27932 0 -1 4194304 842 66459 0 1 0 0 63154 48 15 0 1 0 162379084 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 212218904658 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/29509/statm: 11892 366 245 79 0 219 0
[pid=29535] ppid=29509 vsize=812888 CPUtime=0.57
/proc/29535/stat : 29535 (java) S 29509 29509 27932 0 -1 0 7153 0 1 0 52 5 0 0 20 0 9 0 162442375 832397312 6535 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29535/statm: 203222 6535 1910 9 0 197175 0
[pid=29535/tid=29536] ppid=29509 vsize=812888 CPUtime=0.38
/proc/29535/task/29536/stat : 29536 (java) S 29509 29509 27932 0 -1 64 5620 0 1 0 34 4 0 0 25 0 9 0 162442376 832397312 6535 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29535/tid=29537] ppid=29509 vsize=812888 CPUtime=0
/proc/29535/task/29537/stat : 29537 (java) S 29509 29509 27932 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 162442378 832397312 6535 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=29535/tid=29538] ppid=29509 vsize=812888 CPUtime=0
/proc/29535/task/29538/stat : 29538 (java) S 29509 29509 27932 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 162442378 832397312 6535 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29535/tid=29539] ppid=29509 vsize=812888 CPUtime=0
/proc/29535/task/29539/stat : 29539 (java) S 29509 29509 27932 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 162442378 832397312 6535 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29535/tid=29540] ppid=29509 vsize=812888 CPUtime=0
/proc/29535/task/29540/stat : 29540 (java) S 29509 29509 27932 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 162442380 832397312 6535 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29535/tid=29541] ppid=29509 vsize=812888 CPUtime=0.17
/proc/29535/task/29541/stat : 29541 (java) S 29509 29509 27932 0 -1 64 820 0 0 0 17 0 0 0 16 0 9 0 162442380 832397312 6535 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29535/tid=29542] ppid=29509 vsize=812888 CPUtime=0
/proc/29535/task/29542/stat : 29542 (java) S 29509 29509 27932 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 162442380 832397312 6535 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29535/tid=29543] ppid=29509 vsize=812888 CPUtime=0
/proc/29535/task/29543/stat : 29543 (java) S 29509 29509 27932 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 162442380 832397312 6535 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 632.59
Current children cumulated vsize (KiB) 860456

Child status: 0
Real time (s): 633.554
CPU time (s): 632.646
CPU user time (s): 632.077
CPU system time (s): 0.568913
CPU usage (%): 99.8566
Max. virtual memory (cumulated for all children) (KiB): 860592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 632.077
system time used= 0.568913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74652
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= 3156
involuntary context switches= 7169

runsolver used 0.868867 second user time and 1.80073 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-05 10:14:37
IDJOB=1087982
IDBENCH=58059
IDSOLVER=351
FILE ID=node46/1087982-1215245677
PBS_JOBID= 7881930
Free space on /tmp= 66208 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a75bfbb25f97eb50028bb62c779078dd
RANDOM SEED=1549233521

node46.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.238
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.238
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:       1526264 kB
Buffers:         65448 kB
Cached:         241384 kB
SwapCached:       6172 kB
Active:         357340 kB
Inactive:       116292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1526264 kB
SwapTotal:     4192956 kB
SwapFree:      4181096 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:         183448 kB
Slab:            41116 kB
Committed_AS:   683080 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node46 at 2008-07-05 10:25:11