Trace number 1054395

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 483.819 488.494

General information on the benchmark

Namecsp/jobShop-enddr1/
normalized-enddr1-10-by-5-3.xml
MD5SUM7676ba89a6c27576d9a50d1678221d98
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.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size126
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.00/6.12	c start processing
6.00/6.12	c start relation processing
6.49/6.67	c start cnf exporting
24.81/25.14	c parsing time : 5.993
24.81/25.14	c preprocessing time : 25.012
24.81/25.14	
24.81/25.14	c Nary constraints - conflicts : 0 supports : 0
24.81/25.14	c Binary constraints - conflicts : 265 supports :0
24.81/25.14	c max arity constraint : 2
24.81/25.14	c Max Tuples generated 15876
24.81/25.14	c relations : 265
24.81/25.14	c relations BDD: 0
24.81/25.14	c sampling 229/265
24.81/25.14	c vars : 5631 - clauses :  910716
24.81/25.14	
24.81/25.17	 
24.81/25.17	c --- SAT Solver Stats ---
24.81/25.17	 
24.81/25.17	c eSAT 0.1 : minisat core with additionnal features
24.81/25.17	c ============================[ Problem Statistics ]=============================
24.81/25.17	c |                                                                             |
24.81/25.17	c |  Number of variables:  5630                                                 |
24.81/25.17	c |  Number of clauses:    910716                                               |
25.39/25.73	c |  Parsing time:         0.47         s                                       |
483.05/487.76	c restarts              : 147
483.05/487.76	c conflicts             : 2941           (6 /sec)
483.05/487.76	c decisions             : 93161          (58.01 % random) (203 /sec)
483.05/487.76	c euip                  : 935         
483.05/487.76	c propagations          : 560253         (1223 /sec)
483.05/487.76	c conflict literals     : 326775         (4.33 % deleted)
483.05/487.76	c Memory used           : 71.63 MB
483.05/487.76	c CPU time              : 458.087 s
483.05/487.76	c 
483.05/487.76	s SATISFIABLE
483.73/488.48	v 31 110 118 134 144 1 11 40 69 99 40 45 138 151 158 23 51 80 92 139 34 39 69 136 147 0 8 11 82 125 8 18 56 109 123 69 84 105 119 128 9 78 92 106 114 3 13 25 129 139

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-1054395-1215058863/watcher-1054395-1215058863 -o /tmp/evaluation-result-1054395-1215058863/solver-1054395-1215058863 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1054395-1215058863.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.01 2.02 2.00 4/73 20457
/proc/meminfo: memFree=1486216/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=8560 CPUtime=0
/proc/20457/stat : 20457 (galacE.sh) R 20455 20457 17941 0 -1 4194304 308 0 0 0 0 0 0 0 23 0 1 0 1535560367 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 212234651535 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20457/statm: 2140 254 197 79 0 133 0

[startup+0.0792219 s]
/proc/loadavg: 2.01 2.02 2.00 4/73 20457
/proc/meminfo: memFree=1486216/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=0.01
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.14026 s]
/proc/loadavg: 2.01 2.02 2.00 4/73 20457
/proc/meminfo: memFree=1486216/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=0.01
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301292 s]
/proc/loadavg: 2.01 2.02 2.00 4/73 20457
/proc/meminfo: memFree=1486216/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=0.01
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.702363 s]
/proc/loadavg: 2.01 2.02 2.00 4/73 20457
/proc/meminfo: memFree=1486216/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=0.01
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50151 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 20479
/proc/meminfo: memFree=1442936/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=0.01
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20471] ppid=20457 vsize=812728 CPUtime=1.44
/proc/20471/stat : 20471 (java) S 20457 20457 17941 0 -1 0 15304 0 1 0 135 9 0 0 18 0 9 0 1535560371 832233472 14521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20471/statm: 203182 14521 2586 9 0 197163 0
[pid=20471/tid=20472] ppid=20457 vsize=812728 CPUtime=0.86
/proc/20471/task/20472/stat : 20472 (java) R 20457 20457 17941 0 -1 64 7513 0 1 0 82 4 0 0 25 0 9 0 1535560372 832233472 14521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20473] ppid=20457 vsize=812728 CPUtime=0.38
/proc/20471/task/20473/stat : 20473 (java) R 20457 20457 17941 0 -1 64 6315 0 0 0 35 3 0 0 16 0 9 0 1535560373 832233472 14521 996147200 134512640 134550740 4294955616 18446744073709551615 103828978 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20474] ppid=20457 vsize=812728 CPUtime=0
/proc/20471/task/20474/stat : 20474 (java) S 20457 20457 17941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535560373 832233472 14521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20475] ppid=20457 vsize=812728 CPUtime=0
/proc/20471/task/20475/stat : 20475 (java) S 20457 20457 17941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535560373 832233472 14521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20476] ppid=20457 vsize=812728 CPUtime=0
/proc/20471/task/20476/stat : 20476 (java) S 20457 20457 17941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535560376 832233472 14521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20477] ppid=20457 vsize=812728 CPUtime=0.15
/proc/20471/task/20477/stat : 20477 (java) S 20457 20457 17941 0 -1 64 777 0 0 0 15 0 0 0 16 0 9 0 1535560376 832233472 14521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20478] ppid=20457 vsize=812728 CPUtime=0
/proc/20471/task/20478/stat : 20478 (java) S 20457 20457 17941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535560376 832233472 14521 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20479] ppid=20457 vsize=812728 CPUtime=0
/proc/20471/task/20479/stat : 20479 (java) S 20457 20457 17941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535560376 832233472 14521 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) 860284

[startup+3.10178 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 20479
/proc/meminfo: memFree=1432376/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=0.01
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20471] ppid=20457 vsize=812728 CPUtime=3.02
/proc/20471/stat : 20471 (java) S 20457 20457 17941 0 -1 0 18997 0 1 0 291 11 0 0 18 0 9 0 1535560371 832233472 18204 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20471/statm: 203182 18204 2588 9 0 197163 0
[pid=20471/tid=20472] ppid=20457 vsize=812728 CPUtime=1.47
/proc/20471/task/20472/stat : 20472 (java) R 20457 20457 17941 0 -1 64 7523 0 1 0 142 5 0 0 25 0 9 0 1535560372 832233472 18204 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20473] ppid=20457 vsize=812728 CPUtime=1.32
/proc/20471/task/20473/stat : 20473 (java) R 20457 20457 17941 0 -1 64 9971 0 0 0 127 5 0 0 16 0 9 0 1535560373 832233472 18204 996147200 134512640 134550740 4294955616 18446744073709551615 104180244 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20474] ppid=20457 vsize=812728 CPUtime=0
/proc/20471/task/20474/stat : 20474 (java) S 20457 20457 17941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535560373 832233472 18204 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20475] ppid=20457 vsize=812728 CPUtime=0
/proc/20471/task/20475/stat : 20475 (java) S 20457 20457 17941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535560373 832233472 18204 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20476] ppid=20457 vsize=812728 CPUtime=0
/proc/20471/task/20476/stat : 20476 (java) S 20457 20457 17941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535560376 832233472 18204 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20477] ppid=20457 vsize=812728 CPUtime=0.2
/proc/20471/task/20477/stat : 20477 (java) S 20457 20457 17941 0 -1 64 804 0 0 0 20 0 0 0 15 0 9 0 1535560376 832233472 18204 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20478] ppid=20457 vsize=812728 CPUtime=0
/proc/20471/task/20478/stat : 20478 (java) S 20457 20457 17941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535560376 832233472 18204 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20479] ppid=20457 vsize=812728 CPUtime=0
/proc/20471/task/20479/stat : 20479 (java) S 20457 20457 17941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535560376 832233472 18204 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860284

[startup+6.30232 s]
/proc/loadavg: 2.09 2.04 2.01 3/83 20479
/proc/meminfo: memFree=1412920/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=0.01
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20471] ppid=20457 vsize=812820 CPUtime=6.19
/proc/20471/stat : 20471 (java) S 20457 20457 17941 0 -1 0 21973 0 1 0 606 13 0 0 18 0 9 0 1535560371 832327680 20951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20471/statm: 203205 20951 2588 9 0 197186 0
[pid=20471/tid=20472] ppid=20457 vsize=812820 CPUtime=1.98
/proc/20471/task/20472/stat : 20472 (java) R 20457 20457 17941 0 -1 64 7541 0 1 0 193 5 0 0 17 0 9 0 1535560372 832327680 20951 996147200 134512640 134550740 4294955616 18446744073709551615 4127001360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20473] ppid=20457 vsize=812820 CPUtime=3.95
/proc/20471/task/20473/stat : 20473 (java) R 20457 20457 17941 0 -1 64 12920 0 0 0 389 6 0 0 25 0 9 0 1535560373 832327680 20951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20474] ppid=20457 vsize=812820 CPUtime=0
/proc/20471/task/20474/stat : 20474 (java) S 20457 20457 17941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535560373 832327680 20951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20475] ppid=20457 vsize=812820 CPUtime=0
/proc/20471/task/20475/stat : 20475 (java) S 20457 20457 17941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535560373 832327680 20951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20476] ppid=20457 vsize=812820 CPUtime=0
/proc/20471/task/20476/stat : 20476 (java) S 20457 20457 17941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535560376 832327680 20951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20477] ppid=20457 vsize=812820 CPUtime=0.23
/proc/20471/task/20477/stat : 20477 (java) S 20457 20457 17941 0 -1 64 813 0 0 0 22 1 0 0 15 0 9 0 1535560376 832327680 20951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20478] ppid=20457 vsize=812820 CPUtime=0
/proc/20471/task/20478/stat : 20478 (java) S 20457 20457 17941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535560376 832327680 20951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20479] ppid=20457 vsize=812820 CPUtime=0
/proc/20471/task/20479/stat : 20479 (java) S 20457 20457 17941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535560376 832327680 20951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860376

[startup+12.7014 s]
/proc/loadavg: 2.08 2.04 2.00 3/83 20479
/proc/meminfo: memFree=1376952/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=0.01
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20471] ppid=20457 vsize=812816 CPUtime=12.52
/proc/20471/stat : 20471 (java) S 20457 20457 17941 0 -1 0 29413 0 1 0 1230 22 0 0 18 0 9 0 1535560371 832323584 28377 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20471/statm: 203204 28377 2593 9 0 197185 0
[pid=20471/tid=20472] ppid=20457 vsize=812816 CPUtime=8.22
/proc/20471/task/20472/stat : 20472 (java) R 20457 20457 17941 0 -1 64 14642 0 1 0 809 13 0 0 25 0 9 0 1535560372 832323584 28377 996147200 134512640 134550740 4294955616 18446744073709551615 4126604387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20473] ppid=20457 vsize=812816 CPUtime=3.99
/proc/20471/task/20473/stat : 20473 (java) S 20457 20457 17941 0 -1 64 13224 0 0 0 393 6 0 0 16 0 9 0 1535560373 832323584 28377 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20474] ppid=20457 vsize=812816 CPUtime=0
/proc/20471/task/20474/stat : 20474 (java) S 20457 20457 17941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535560373 832323584 28377 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20475] ppid=20457 vsize=812816 CPUtime=0
/proc/20471/task/20475/stat : 20475 (java) S 20457 20457 17941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535560373 832323584 28377 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20476] ppid=20457 vsize=812816 CPUtime=0
/proc/20471/task/20476/stat : 20476 (java) S 20457 20457 17941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535560376 832323584 28377 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20477] ppid=20457 vsize=812816 CPUtime=0.28
/proc/20471/task/20477/stat : 20477 (java) S 20457 20457 17941 0 -1 64 848 0 0 0 27 1 0 0 15 0 9 0 1535560376 832323584 28377 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20478] ppid=20457 vsize=812816 CPUtime=0
/proc/20471/task/20478/stat : 20478 (java) S 20457 20457 17941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535560376 832323584 28377 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20471/tid=20479] ppid=20457 vsize=812816 CPUtime=0
/proc/20471/task/20479/stat : 20479 (java) S 20457 20457 17941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535560376 832323584 28377 996147200 134512640 134550740 4294955616 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.5027 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 20480
/proc/meminfo: memFree=1469368/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=24.88
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=30984 CPUtime=0.32
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 7248 0 0 0 27 5 0 0 21 0 1 0 1535562884 31727616 7230 996147200 134512640 135177480 4294955984 18446744073709551615 134530862 0 0 4096 3 0 0 0 17 1 0 0
/proc/20480/statm: 7746 7230 61 162 0 7581 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 78540

[startup+51.1021 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 20480
/proc/meminfo: memFree=1410424/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=24.88
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=65380 CPUtime=25.67
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 15626 0 0 0 2558 9 0 0 25 0 1 0 1535562884 66949120 15608 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/20480/statm: 16345 15608 75 162 0 16180 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 112936

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 20480
/proc/meminfo: memFree=1400440/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=24.88
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=76072 CPUtime=76.39
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 18085 0 0 0 7628 11 0 0 25 0 1 0 1535562884 77897728 18067 996147200 134512640 135177480 4294955984 18446744073709551615 134537478 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=101292 CPUtime=254.69
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 22997 0 0 0 25456 13 0 0 25 0 1 0 1535562884 103723008 22979 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/20480/statm: 25323 22979 75 162 0 25158 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 148848

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20480
/proc/meminfo: memFree=1375160/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=24.88
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=103148 CPUtime=314.13
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 24281 0 0 0 31399 14 0 0 25 0 1 0 1535562884 105623552 24263 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/20480/statm: 25787 24263 75 162 0 25622 0
Current children cumulated CPU time (s) 339.01
Current children cumulated vsize (KiB) 150704

[startup+402.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20480
/proc/meminfo: memFree=1371384/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=24.88
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=103808 CPUtime=373.57
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 25170 0 0 0 37343 14 0 0 25 0 1 0 1535562884 106299392 25152 996147200 134512640 135177480 4294955984 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/20480/statm: 25952 25152 75 162 0 25787 0
Current children cumulated CPU time (s) 398.45
Current children cumulated vsize (KiB) 151364

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20482
/proc/meminfo: memFree=1368120/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=24.88
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=104336 CPUtime=433.01
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 25846 0 0 0 43287 14 0 0 25 0 1 0 1535562884 106840064 25828 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 1 0 0
/proc/20480/statm: 26084 25828 75 162 0 25919 0
Current children cumulated CPU time (s) 457.89
Current children cumulated vsize (KiB) 151892

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

[startup+473.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20482
/proc/meminfo: memFree=1366968/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=24.88
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=120308 CPUtime=444.11
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 26168 0 0 0 44396 15 0 0 25 0 1 0 1535562884 123195392 26150 996147200 134512640 135177480 4294955984 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 1 0 0
/proc/20480/statm: 30077 26150 75 162 0 29912 0
Current children cumulated CPU time (s) 468.99
Current children cumulated vsize (KiB) 167864

[startup+479.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20482
/proc/meminfo: memFree=1366968/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=24.88
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=120308 CPUtime=450.45
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 26170 0 0 0 45030 15 0 0 25 0 1 0 1535562884 123195392 26152 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/20480/statm: 30077 26152 75 162 0 29912 0
Current children cumulated CPU time (s) 475.33
Current children cumulated vsize (KiB) 167864

[startup+483.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20482
/proc/meminfo: memFree=1366968/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=24.88
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=120308 CPUtime=453.62
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 26170 0 0 0 45347 15 0 0 25 0 1 0 1535562884 123195392 26152 996147200 134512640 135177480 4294955984 18446744073709551615 134537303 0 0 4096 3 0 0 0 17 1 0 0
/proc/20480/statm: 30077 26152 75 162 0 29912 0
Current children cumulated CPU time (s) 478.5
Current children cumulated vsize (KiB) 167864

[startup+486.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20482
/proc/meminfo: memFree=1366968/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=24.88
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=120308 CPUtime=456.79
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 26170 0 0 0 45664 15 0 0 25 0 1 0 1535562884 123195392 26152 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/20480/statm: 30077 26152 75 162 0 29912 0
Current children cumulated CPU time (s) 481.67
Current children cumulated vsize (KiB) 167864

[startup+487.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20482
/proc/meminfo: memFree=1366968/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=24.88
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 799 31225 0 1 0 0 2458 30 17 0 1 0 1535560367 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20457/statm: 11889 364 245 79 0 219 0
[pid=20480] ppid=20457 vsize=120308 CPUtime=457.58
/proc/20480/stat : 20480 (eSAT_static) R 20457 20457 17941 0 -1 4194304 26175 0 0 0 45743 15 0 0 25 0 1 0 1535562884 123195392 26157 996147200 134512640 135177480 4294955984 18446744073709551615 134524461 0 0 4096 3 0 0 0 17 1 0 0
/proc/20480/statm: 30077 26157 75 162 0 29912 0
Current children cumulated CPU time (s) 482.46
Current children cumulated vsize (KiB) 167864

[startup+487.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20482
/proc/meminfo: memFree=1375160/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=483.14
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 835 57419 0 1 0 0 48267 47 16 0 1 0 1535560367 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 212234633298 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20457/statm: 11889 365 245 79 0 219 0
Current children cumulated CPU time (s) 483.14
Current children cumulated vsize (KiB) 47556

[startup+488.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20491
/proc/meminfo: memFree=1459128/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=483.14
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 835 57419 0 1 0 0 48267 47 16 0 1 0 1535560367 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 212234633298 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20457/statm: 11889 365 245 79 0 219 0
[pid=20483] ppid=20457 vsize=812644 CPUtime=0.5
/proc/20483/stat : 20483 (java) S 20457 20457 17941 0 -1 0 5438 0 1 0 46 4 0 0 18 0 9 0 1535609145 832147456 4861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20483/statm: 203161 4861 1854 9 0 197142 0
[pid=20483/tid=20484] ppid=20457 vsize=812644 CPUtime=0.32
/proc/20483/task/20484/stat : 20484 (java) R 20457 20457 17941 0 -1 64 3928 0 1 0 30 2 0 0 19 0 9 0 1535609146 832147456 4861 996147200 134512640 134550740 4294955616 18446744073709551615 4125950600 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20485] ppid=20457 vsize=812644 CPUtime=0
/proc/20483/task/20485/stat : 20485 (java) S 20457 20457 17941 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1535609148 832147456 4861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20486] ppid=20457 vsize=812644 CPUtime=0
/proc/20483/task/20486/stat : 20486 (java) S 20457 20457 17941 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1535609148 832147456 4861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20487] ppid=20457 vsize=812644 CPUtime=0
/proc/20483/task/20487/stat : 20487 (java) S 20457 20457 17941 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535609148 832147456 4861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20488] ppid=20457 vsize=812644 CPUtime=0
/proc/20483/task/20488/stat : 20488 (java) S 20457 20457 17941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535609150 832147456 4861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20489] ppid=20457 vsize=812644 CPUtime=0.15
/proc/20483/task/20489/stat : 20489 (java) S 20457 20457 17941 0 -1 64 796 0 0 0 15 0 0 0 16 0 9 0 1535609150 832147456 4861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20490] ppid=20457 vsize=812644 CPUtime=0
/proc/20483/task/20490/stat : 20490 (java) S 20457 20457 17941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535609151 832147456 4861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20491] ppid=20457 vsize=812644 CPUtime=0
/proc/20483/task/20491/stat : 20491 (java) S 20457 20457 17941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535609151 832147456 4861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 483.64
Current children cumulated vsize (KiB) 860200

[startup+488.408 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20491
/proc/meminfo: memFree=1459128/2055920 swapFree=4120948/4192956
[pid=20457] ppid=20455 vsize=47556 CPUtime=483.14
/proc/20457/stat : 20457 (galacE.sh) S 20455 20457 17941 0 -1 4194304 835 57419 0 1 0 0 48267 47 16 0 1 0 1535560367 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 212234633298 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20457/statm: 11889 365 245 79 0 219 0
[pid=20483] ppid=20457 vsize=812888 CPUtime=0.59
/proc/20483/stat : 20483 (java) S 20457 20457 17941 0 -1 0 6033 0 1 0 55 4 0 0 18 0 9 0 1535609145 832397312 5416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20483/statm: 203222 5416 1910 9 0 197175 0
[pid=20483/tid=20484] ppid=20457 vsize=812888 CPUtime=0.39
/proc/20483/task/20484/stat : 20484 (java) R 20457 20457 17941 0 -1 64 4500 0 1 0 36 3 0 0 20 0 9 0 1535609146 832397312 5416 996147200 134512640 134550740 4294955616 18446744073709551615 4126879055 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20485] ppid=20457 vsize=812888 CPUtime=0
/proc/20483/task/20485/stat : 20485 (java) S 20457 20457 17941 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1535609148 832397312 5416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20486] ppid=20457 vsize=812888 CPUtime=0
/proc/20483/task/20486/stat : 20486 (java) S 20457 20457 17941 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1535609148 832397312 5416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20487] ppid=20457 vsize=812888 CPUtime=0
/proc/20483/task/20487/stat : 20487 (java) S 20457 20457 17941 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535609148 832397312 5416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20488] ppid=20457 vsize=812888 CPUtime=0
/proc/20483/task/20488/stat : 20488 (java) S 20457 20457 17941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535609150 832397312 5416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20489] ppid=20457 vsize=812888 CPUtime=0.18
/proc/20483/task/20489/stat : 20489 (java) S 20457 20457 17941 0 -1 64 819 0 0 0 18 0 0 0 16 0 9 0 1535609150 832397312 5416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20490] ppid=20457 vsize=812888 CPUtime=0
/proc/20483/task/20490/stat : 20490 (java) S 20457 20457 17941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535609151 832397312 5416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20483/tid=20491] ppid=20457 vsize=812888 CPUtime=0
/proc/20483/task/20491/stat : 20491 (java) S 20457 20457 17941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535609151 832397312 5416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 483.73
Current children cumulated vsize (KiB) 860444

Child status: 0
Real time (s): 488.494
CPU time (s): 483.819
CPU user time (s): 483.27
CPU system time (s): 0.549916
CPU usage (%): 99.043
Max. virtual memory (cumulated for all children) (KiB): 860660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 483.27
system time used= 0.549916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65407
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= 2866
involuntary context switches= 13510

runsolver used 0.615906 second user time and 1.60276 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-03 06:21:03
IDJOB=1054395
IDBENCH=56339
IDSOLVER=351
FILE ID=node14/1054395-1215058863
PBS_JOBID= 7875146
Free space on /tmp= 66452 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/jobShop-enddr1/normalized-enddr1-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-1054395-1215058863/watcher-1054395-1215058863 -o /tmp/evaluation-result-1054395-1215058863/solver-1054395-1215058863 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1054395-1215058863.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7676ba89a6c27576d9a50d1678221d98
RANDOM SEED=1493002312

node14.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.267
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	: 5931.00
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.267
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:       1486696 kB
Buffers:         22824 kB
Cached:         222200 kB
SwapCached:      66144 kB
Active:         437572 kB
Inactive:        67324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486696 kB
SwapTotal:     4192956 kB
SwapFree:      4120948 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:         266264 kB
Slab:            49184 kB
Committed_AS:  3135476 kB
PageTables:       2396 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= 66452 MiB
End job on node14 at 2008-07-03 06:29:12