Trace number 1055283

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 326.105 329.071

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-6.xml
MD5SUM1c19ec9291001515ae45cca91f22e644
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 size124
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.81/5.91	c start processing
5.81/5.91	c start relation processing
6.31/6.42	c start cnf exporting
23.94/24.29	c parsing time : 5.784
23.94/24.29	c preprocessing time : 24.17
23.94/24.29	
23.94/24.29	c Nary constraints - conflicts : 0 supports : 0
23.94/24.29	c Binary constraints - conflicts : 265 supports :0
23.94/24.29	c max arity constraint : 2
23.94/24.29	c Max Tuples generated 15376
23.94/24.29	c relations : 265
23.94/24.29	c relations BDD: 0
23.94/24.29	c sampling 225/265
23.94/24.29	c vars : 5681 - clauses :  883493
23.94/24.29	
24.03/24.34	 
24.03/24.34	c --- SAT Solver Stats ---
24.03/24.34	 
24.03/24.34	c eSAT 0.1 : minisat core with additionnal features
24.03/24.34	c ============================[ Problem Statistics ]=============================
24.03/24.34	c |                                                                             |
24.03/24.34	c |  Number of variables:  5680                                                 |
24.03/24.34	c |  Number of clauses:    883493                                               |
24.04/24.84	c |  Parsing time:         0.46         s                                       |
325.17/328.19	c restarts              : 35
325.17/328.19	c conflicts             : 93             (0 /sec)
325.17/328.19	c decisions             : 26124          (61.73 % random) (87 /sec)
325.17/328.19	c euip                  : 25          
325.17/328.19	c propagations          : 125316         (416 /sec)
325.17/328.19	c conflict literals     : 8170           (8.29 % deleted)
325.17/328.19	c Memory used           : 72.24 MB
325.17/328.19	c CPU time              : 301.116 s
325.17/328.19	c 
325.17/328.20	s SATISFIABLE
326.06/329.06	v 62 77 96 109 142 22 92 112 130 137 40 43 47 70 75 0 46 74 115 120 44 48 58 123 133 34 40 128 138 145 10 18 35 99 119 0 10 84 107 145 0 5 10 37 53 3 14 20 129 133

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

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


[startup+0 s]
/proc/loadavg: 2.21 2.06 2.01 4/80 14759
/proc/meminfo: memFree=1696600/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=8652 CPUtime=0
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984905532 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 2163 280 208 79 0 156 0
[pid=14760] ppid=14759 vsize=8688 CPUtime=0
/proc/14760/stat : 14760 (galacE.sh) S 14759 14759 8890 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1984905533 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14760/statm: 2172 286 209 79 0 165 0
[pid=14761] ppid=14760 vsize=8728 CPUtime=0
/proc/14761/stat : 14761 (galacE.sh) R 14760 14759 8890 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1984905533 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 237947645223 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/14761/statm: 2182 290 209 79 0 175 0

[startup+0.0398099 s]
/proc/loadavg: 2.21 2.06 2.01 4/80 14759
/proc/meminfo: memFree=1696600/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=0.01
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101822 s]
/proc/loadavg: 2.21 2.06 2.01 4/80 14759
/proc/meminfo: memFree=1696600/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=0.01
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301856 s]
/proc/loadavg: 2.21 2.06 2.01 4/80 14759
/proc/meminfo: memFree=1696600/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=0.01
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701917 s]
/proc/loadavg: 2.21 2.06 2.01 4/80 14759
/proc/meminfo: memFree=1696600/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=0.01
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50205 s]
/proc/loadavg: 2.21 2.06 2.01 4/90 14781
/proc/meminfo: memFree=1653320/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=0.01
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14773] ppid=14759 vsize=812808 CPUtime=1.44
/proc/14773/stat : 14773 (java) S 14759 14759 8890 0 -1 0 15432 0 1 0 136 8 0 0 18 0 9 0 1984905536 832315392 14648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14773/statm: 203202 14648 2586 9 0 197183 0
[pid=14773/tid=14774] ppid=14759 vsize=812808 CPUtime=0.87
/proc/14773/task/14774/stat : 14774 (java) R 14759 14759 8890 0 -1 64 7553 0 1 0 83 4 0 0 25 0 9 0 1984905537 832315392 14648 996147200 134512640 134550740 4294955616 18446744073709551615 4126701936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14775] ppid=14759 vsize=812808 CPUtime=0.39
/proc/14773/task/14775/stat : 14775 (java) S 14759 14759 8890 0 -1 64 6423 0 0 0 37 2 0 0 16 0 9 0 1984905539 832315392 14648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14776] ppid=14759 vsize=812808 CPUtime=0
/proc/14773/task/14776/stat : 14776 (java) S 14759 14759 8890 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984905539 832315392 14648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14777] ppid=14759 vsize=812808 CPUtime=0
/proc/14773/task/14777/stat : 14777 (java) S 14759 14759 8890 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984905539 832315392 14648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14778] ppid=14759 vsize=812808 CPUtime=0
/proc/14773/task/14778/stat : 14778 (java) S 14759 14759 8890 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984905541 832315392 14648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14779] ppid=14759 vsize=812808 CPUtime=0.16
/proc/14773/task/14779/stat : 14779 (java) S 14759 14759 8890 0 -1 64 755 0 0 0 16 0 0 0 16 0 9 0 1984905541 832315392 14648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14780] ppid=14759 vsize=812808 CPUtime=0
/proc/14773/task/14780/stat : 14780 (java) S 14759 14759 8890 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984905541 832315392 14648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14781] ppid=14759 vsize=812808 CPUtime=0
/proc/14773/task/14781/stat : 14781 (java) S 14759 14759 8890 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984905541 832315392 14648 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) 860372

[startup+3.10231 s]
/proc/loadavg: 2.21 2.06 2.01 4/90 14781
/proc/meminfo: memFree=1642888/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=0.01
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14773] ppid=14759 vsize=812808 CPUtime=3.03
/proc/14773/stat : 14773 (java) S 14759 14759 8890 0 -1 0 18288 0 1 0 294 9 0 0 18 0 9 0 1984905536 832315392 17491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14773/statm: 203202 17491 2588 9 0 197183 0
[pid=14773/tid=14774] ppid=14759 vsize=812808 CPUtime=1.41
/proc/14773/task/14774/stat : 14774 (java) R 14759 14759 8890 0 -1 64 7567 0 1 0 137 4 0 0 25 0 9 0 1984905537 832315392 17491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14775] ppid=14759 vsize=812808 CPUtime=1.39
/proc/14773/task/14775/stat : 14775 (java) R 14759 14759 8890 0 -1 64 9240 0 0 0 136 3 0 0 16 0 9 0 1984905539 832315392 17491 996147200 134512640 134550740 4294955616 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14776] ppid=14759 vsize=812808 CPUtime=0
/proc/14773/task/14776/stat : 14776 (java) S 14759 14759 8890 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984905539 832315392 17491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14777] ppid=14759 vsize=812808 CPUtime=0
/proc/14773/task/14777/stat : 14777 (java) S 14759 14759 8890 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984905539 832315392 17491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14778] ppid=14759 vsize=812808 CPUtime=0
/proc/14773/task/14778/stat : 14778 (java) S 14759 14759 8890 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984905541 832315392 17491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14779] ppid=14759 vsize=812808 CPUtime=0.2
/proc/14773/task/14779/stat : 14779 (java) S 14759 14759 8890 0 -1 64 780 0 0 0 20 0 0 0 15 0 9 0 1984905541 832315392 17491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14780] ppid=14759 vsize=812808 CPUtime=0
/proc/14773/task/14780/stat : 14780 (java) S 14759 14759 8890 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984905541 832315392 17491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14781] ppid=14759 vsize=812808 CPUtime=0
/proc/14773/task/14781/stat : 14781 (java) S 14759 14759 8890 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984905541 832315392 17491 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) 860372

[startup+6.30182 s]
/proc/loadavg: 2.28 2.08 2.02 3/90 14781
/proc/meminfo: memFree=1625096/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=0.01
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14773] ppid=14759 vsize=812848 CPUtime=6.2
/proc/14773/stat : 14773 (java) S 14759 14759 8890 0 -1 0 21590 0 1 0 610 10 0 0 18 0 9 0 1984905536 832356352 20521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14773/statm: 203212 20521 2588 9 0 197193 0
[pid=14773/tid=14774] ppid=14759 vsize=812848 CPUtime=2.16
/proc/14773/task/14774/stat : 14774 (java) R 14759 14759 8890 0 -1 64 7587 0 1 0 212 4 0 0 19 0 9 0 1984905537 832356352 20521 996147200 134512640 134550740 4294955616 18446744073709551615 4126997080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14775] ppid=14759 vsize=812848 CPUtime=3.79
/proc/14773/task/14775/stat : 14775 (java) R 14759 14759 8890 0 -1 64 12514 0 0 0 376 3 0 0 25 0 9 0 1984905539 832356352 20521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14776] ppid=14759 vsize=812848 CPUtime=0
/proc/14773/task/14776/stat : 14776 (java) S 14759 14759 8890 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984905539 832356352 20521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14777] ppid=14759 vsize=812848 CPUtime=0
/proc/14773/task/14777/stat : 14777 (java) S 14759 14759 8890 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984905539 832356352 20521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14778] ppid=14759 vsize=812848 CPUtime=0
/proc/14773/task/14778/stat : 14778 (java) S 14759 14759 8890 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984905541 832356352 20521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14779] ppid=14759 vsize=812848 CPUtime=0.21
/proc/14773/task/14779/stat : 14779 (java) S 14759 14759 8890 0 -1 64 788 0 0 0 21 0 0 0 15 0 9 0 1984905541 832356352 20521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14780] ppid=14759 vsize=812848 CPUtime=0
/proc/14773/task/14780/stat : 14780 (java) S 14759 14759 8890 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984905541 832356352 20521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14781] ppid=14759 vsize=812848 CPUtime=0
/proc/14773/task/14781/stat : 14781 (java) S 14759 14759 8890 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984905541 832356352 20521 996147200 134512640 134550740 4294955616 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) 860412

[startup+12.7028 s]
/proc/loadavg: 2.25 2.08 2.02 3/90 14781
/proc/meminfo: memFree=1588808/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=0.01
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14773] ppid=14759 vsize=812848 CPUtime=12.54
/proc/14773/stat : 14773 (java) S 14759 14759 8890 0 -1 0 29060 0 1 0 1237 17 0 0 18 0 9 0 1984905536 832356352 27977 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14773/statm: 203212 27977 2593 9 0 197193 0
[pid=14773/tid=14774] ppid=14759 vsize=812848 CPUtime=8.39
/proc/14773/task/14774/stat : 14774 (java) R 14759 14759 8890 0 -1 64 14678 0 1 0 828 11 0 0 25 0 9 0 1984905537 832356352 27977 996147200 134512640 134550740 4294955616 18446744073709551615 4127017982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14775] ppid=14759 vsize=812848 CPUtime=3.83
/proc/14773/task/14775/stat : 14775 (java) S 14759 14759 8890 0 -1 64 12858 0 0 0 379 4 0 0 16 0 9 0 1984905539 832356352 27977 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14776] ppid=14759 vsize=812848 CPUtime=0
/proc/14773/task/14776/stat : 14776 (java) S 14759 14759 8890 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984905539 832356352 27977 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14777] ppid=14759 vsize=812848 CPUtime=0
/proc/14773/task/14777/stat : 14777 (java) S 14759 14759 8890 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984905539 832356352 27977 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14778] ppid=14759 vsize=812848 CPUtime=0
/proc/14773/task/14778/stat : 14778 (java) S 14759 14759 8890 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984905541 832356352 27977 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14779] ppid=14759 vsize=812848 CPUtime=0.28
/proc/14773/task/14779/stat : 14779 (java) S 14759 14759 8890 0 -1 64 823 0 0 0 28 0 0 0 15 0 9 0 1984905541 832356352 27977 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14780] ppid=14759 vsize=812848 CPUtime=0
/proc/14773/task/14780/stat : 14780 (java) S 14759 14759 8890 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984905541 832356352 27977 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14773/tid=14781] ppid=14759 vsize=812848 CPUtime=0
/proc/14773/task/14781/stat : 14781 (java) S 14759 14759 8890 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984905541 832356352 27977 996147200 134512640 134550740 4294955616 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) 860412

[startup+25.5019 s]
/proc/loadavg: 2.20 2.07 2.02 3/82 14782
/proc/meminfo: memFree=1636616/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=24.04
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 799 30884 0 1 0 0 2381 23 17 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14782] ppid=14759 vsize=48992 CPUtime=1.14
/proc/14782/stat : 14782 (eSAT_static) R 14759 14759 8890 0 -1 4194304 11805 0 0 0 110 4 0 0 25 0 1 0 1984907967 50167808 11787 996147200 134512640 135177480 4294955984 18446744073709551615 134537517 0 0 4096 3 0 0 0 17 1 0 0
/proc/14782/statm: 12248 11787 75 162 0 12083 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 96556

[startup+51.102 s]
/proc/loadavg: 2.13 2.06 2.01 3/82 14782
/proc/meminfo: memFree=1620424/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=24.04
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 799 30884 0 1 0 0 2381 23 17 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14782] ppid=14759 vsize=66408 CPUtime=26.51
/proc/14782/stat : 14782 (eSAT_static) R 14759 14759 8890 0 -1 4194304 15868 0 0 0 2645 6 0 0 25 0 1 0 1984907967 68001792 15850 996147200 134512640 135177480 4294955984 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/14782/statm: 16602 15850 75 162 0 16437 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 113972

[startup+102.306 s]
/proc/loadavg: 2.05 2.05 2.01 3/82 14782

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

/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 799 30884 0 1 0 0 2381 23 17 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14782] ppid=14759 vsize=80672 CPUtime=77.28
/proc/14782/stat : 14782 (eSAT_static) R 14759 14759 8890 0 -1 4194304 19237 0 0 0 7720 8 0 0 25 0 1 0 1984907967 82608128 19219 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/14782/statm: 20168 19219 75 162 0 20003 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 128236

[startup+162.302 s]
/proc/loadavg: 2.02 2.04 2.00 3/82 14784
/proc/meminfo: memFree=1600392/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=24.04
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 799 30884 0 1 0 0 2381 23 17 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14782] ppid=14759 vsize=90900 CPUtime=136.76
/proc/14782/stat : 14782 (eSAT_static) R 14759 14759 8890 0 -1 4194304 20871 0 0 0 13667 9 0 0 25 0 1 0 1984907967 93081600 20853 996147200 134512640 135177480 4294955984 18446744073709551615 134537517 0 0 4096 3 0 0 0 17 1 0 0
/proc/14782/statm: 22725 20853 75 162 0 22560 0
Current children cumulated CPU time (s) 160.8
Current children cumulated vsize (KiB) 138464

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 14784
/proc/meminfo: memFree=1594824/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=24.04
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 799 30884 0 1 0 0 2381 23 17 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14782] ppid=14759 vsize=93148 CPUtime=196.25
/proc/14782/stat : 14782 (eSAT_static) R 14759 14759 8890 0 -1 4194304 22233 0 0 0 19615 10 0 0 25 0 1 0 1984907967 95383552 22215 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/14782/statm: 23287 22215 75 162 0 23122 0
Current children cumulated CPU time (s) 220.29
Current children cumulated vsize (KiB) 140712

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14784
/proc/meminfo: memFree=1588808/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=24.04
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 799 30884 0 1 0 0 2381 23 17 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14782] ppid=14759 vsize=104848 CPUtime=255.74
/proc/14782/stat : 14782 (eSAT_static) R 14759 14759 8890 0 -1 4194304 23703 0 0 0 25563 11 0 0 25 0 1 0 1984907967 107364352 23685 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/14782/statm: 26212 23685 75 162 0 26047 0
Current children cumulated CPU time (s) 279.78
Current children cumulated vsize (KiB) 152412

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

[startup+307.102 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14784
/proc/meminfo: memFree=1587848/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=24.04
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 799 30884 0 1 0 0 2381 23 17 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14782] ppid=14759 vsize=104980 CPUtime=280.31
/proc/14782/stat : 14782 (eSAT_static) R 14759 14759 8890 0 -1 4194304 23956 0 0 0 28020 11 0 0 25 0 1 0 1984907967 107499520 23938 996147200 134512640 135177480 4294955984 18446744073709551615 134537473 0 0 4096 3 0 0 0 17 1 0 0
/proc/14782/statm: 26245 23938 75 162 0 26080 0
Current children cumulated CPU time (s) 304.35
Current children cumulated vsize (KiB) 152544

[startup+319.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14784
/proc/meminfo: memFree=1586824/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=24.04
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 799 30884 0 1 0 0 2381 23 17 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14782] ppid=14759 vsize=105112 CPUtime=293
/proc/14782/stat : 14782 (eSAT_static) R 14759 14759 8890 0 -1 4194304 24209 0 0 0 29289 11 0 0 25 0 1 0 1984907967 107634688 24191 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/14782/statm: 26278 24191 75 162 0 26113 0
Current children cumulated CPU time (s) 317.04
Current children cumulated vsize (KiB) 152676

[startup+323.102 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14784
/proc/meminfo: memFree=1586824/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=24.04
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 799 30884 0 1 0 0 2381 23 17 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14782] ppid=14759 vsize=105112 CPUtime=296.18
/proc/14782/stat : 14782 (eSAT_static) R 14759 14759 8890 0 -1 4194304 24209 0 0 0 29607 11 0 0 25 0 1 0 1984907967 107634688 24191 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/14782/statm: 26278 24191 75 162 0 26113 0
Current children cumulated CPU time (s) 320.22
Current children cumulated vsize (KiB) 152676

[startup+326.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 14784
/proc/meminfo: memFree=1586824/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=24.04
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 799 30884 0 1 0 0 2381 23 17 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14782] ppid=14759 vsize=105112 CPUtime=299.35
/proc/14782/stat : 14782 (eSAT_static) R 14759 14759 8890 0 -1 4194304 24209 0 0 0 29924 11 0 0 25 0 1 0 1984907967 107634688 24191 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/14782/statm: 26278 24191 75 162 0 26113 0
Current children cumulated CPU time (s) 323.39
Current children cumulated vsize (KiB) 152676

[startup+327.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14784
/proc/meminfo: memFree=1586824/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=24.04
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 799 30884 0 1 0 0 2381 23 17 0 1 0 1984905532 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14759/statm: 11891 364 245 79 0 219 0
[pid=14782] ppid=14759 vsize=105112 CPUtime=300.93
/proc/14782/stat : 14782 (eSAT_static) R 14759 14759 8890 0 -1 4194304 24209 0 0 0 30082 11 0 0 25 0 1 0 1984907967 107634688 24191 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/14782/statm: 26278 24191 75 162 0 26113 0
Current children cumulated CPU time (s) 324.97
Current children cumulated vsize (KiB) 152676

[startup+328.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14784
/proc/meminfo: memFree=1586824/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=325.3
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 835 55116 0 1 0 0 32493 37 16 0 1 0 1984905532 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14759/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 325.3
Current children cumulated vsize (KiB) 47564

[startup+328.908 s]
/proc/loadavg: 2.00 2.02 2.00 4/90 14793
/proc/meminfo: memFree=1670920/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=325.3
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 835 55116 0 1 0 0 32493 37 16 0 1 0 1984905532 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14759/statm: 11891 365 245 79 0 219 0
[pid=14785] ppid=14759 vsize=812884 CPUtime=0.66
/proc/14785/stat : 14785 (java) S 14759 14759 8890 0 -1 0 5874 0 1 0 61 5 0 0 18 0 9 0 1984938354 832393216 5257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14785/statm: 203221 5257 1908 9 0 197174 0
[pid=14785/tid=14786] ppid=14759 vsize=812884 CPUtime=0.49
/proc/14785/task/14786/stat : 14786 (java) R 14759 14759 8890 0 -1 64 4365 0 1 0 45 4 0 0 18 0 9 0 1984938355 832393216 5257 996147200 134512640 134550740 4294955616 18446744073709551615 4125977431 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14787] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14787/stat : 14787 (java) S 14759 14759 8890 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1984938357 832393216 5257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14788] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14788/stat : 14788 (java) S 14759 14759 8890 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984938357 832393216 5257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14789] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14789/stat : 14789 (java) S 14759 14759 8890 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984938357 832393216 5257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14790] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14790/stat : 14790 (java) S 14759 14759 8890 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984938359 832393216 5257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14791] ppid=14759 vsize=812884 CPUtime=0.15
/proc/14785/task/14791/stat : 14791 (java) R 14759 14759 8890 0 -1 64 796 0 0 0 15 0 0 0 20 0 9 0 1984938359 832393216 5257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14792] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14792/stat : 14792 (java) S 14759 14759 8890 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984938359 832393216 5257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14793] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14793/stat : 14793 (java) S 14759 14759 8890 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984938359 832393216 5257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 325.96
Current children cumulated vsize (KiB) 860448

[startup+329.003 s]
/proc/loadavg: 2.00 2.02 2.00 4/90 14793
/proc/meminfo: memFree=1670920/2055920 swapFree=4179732/4192956
[pid=14759] ppid=14757 vsize=47564 CPUtime=325.3
/proc/14759/stat : 14759 (galacE.sh) S 14757 14759 8890 0 -1 4194304 835 55116 0 1 0 0 32493 37 16 0 1 0 1984905532 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14759/statm: 11891 365 245 79 0 219 0
[pid=14785] ppid=14759 vsize=812884 CPUtime=0.76
/proc/14785/stat : 14785 (java) S 14759 14759 8890 0 -1 0 6874 0 1 0 71 5 0 0 18 0 9 0 1984938354 832393216 6257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14785/statm: 203221 6257 1909 9 0 197174 0
[pid=14785/tid=14786] ppid=14759 vsize=812884 CPUtime=0.56
/proc/14785/task/14786/stat : 14786 (java) R 14759 14759 8890 0 -1 64 5350 0 1 0 52 4 0 0 19 0 9 0 1984938355 832393216 6257 996147200 134512640 134550740 4294955616 18446744073709551615 4126664294 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14787] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14787/stat : 14787 (java) S 14759 14759 8890 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1984938357 832393216 6257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14788] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14788/stat : 14788 (java) S 14759 14759 8890 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984938357 832393216 6257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14789] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14789/stat : 14789 (java) S 14759 14759 8890 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984938357 832393216 6257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14790] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14790/stat : 14790 (java) S 14759 14759 8890 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984938359 832393216 6257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14791] ppid=14759 vsize=812884 CPUtime=0.17
/proc/14785/task/14791/stat : 14791 (java) S 14759 14759 8890 0 -1 64 811 0 0 0 17 0 0 0 18 0 9 0 1984938359 832393216 6257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14792] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14792/stat : 14792 (java) S 14759 14759 8890 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984938359 832393216 6257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14785/tid=14793] ppid=14759 vsize=812884 CPUtime=0
/proc/14785/task/14793/stat : 14793 (java) S 14759 14759 8890 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984938359 832393216 6257 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 326.06
Current children cumulated vsize (KiB) 860448

Child status: 0
Real time (s): 329.071
CPU time (s): 326.105
CPU user time (s): 325.654
CPU system time (s): 0.450931
CPU usage (%): 99.0989
Max. virtual memory (cumulated for all children) (KiB): 860692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 325.654
system time used= 0.450931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63119
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= 2301
involuntary context switches= 15600

runsolver used 0.366944 second user time and 0.884865 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-03 06:29:26
IDJOB=1055283
IDBENCH=56812
IDSOLVER=351
FILE ID=node69/1055283-1215059366
PBS_JOBID= 7875037
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1c19ec9291001515ae45cca91f22e644
RANDOM SEED=436913184

node69.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.259
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.259
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:       1697080 kB
Buffers:         57192 kB
Cached:         193408 kB
SwapCached:       7052 kB
Active:         187872 kB
Inactive:       104732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697080 kB
SwapTotal:     4192956 kB
SwapFree:      4179732 kB
Dirty:            3360 kB
Writeback:           0 kB
Mapped:          58160 kB
Slab:            51456 kB
Committed_AS:  4618464 kB
PageTables:       1972 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= 66528 MiB
End job on node69 at 2008-07-03 06:34:56