Trace number 1054521

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 440.105 443.558

General information on the benchmark

Namecsp/jobShop-enddr1/
normalized-enddr1-10-by-5-5.xml
MD5SUM1f386794dfb29eaa508203f029cf4547
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 size129
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.01/0.03	c --- Preproc Stats ---
6.01/6.13	c start processing
6.01/6.13	c start relation processing
6.60/6.71	c start cnf exporting
25.22/25.59	c parsing time : 6.015
25.22/25.59	c preprocessing time : 25.474
25.22/25.59	
25.22/25.59	c Nary constraints - conflicts : 0 supports : 0
25.22/25.59	c Binary constraints - conflicts : 265 supports :0
25.22/25.59	c max arity constraint : 2
25.22/25.59	c Max Tuples generated 16641
25.22/25.59	c relations : 265
25.22/25.59	c relations BDD: 0
25.22/25.59	c sampling 225/261
25.22/25.59	c vars : 5866 - clauses :  949628
25.22/25.59	
25.32/25.61	 
25.32/25.61	c --- SAT Solver Stats ---
25.32/25.61	 
25.32/25.61	c eSAT 0.1 : minisat core with additionnal features
25.32/25.61	c ============================[ Problem Statistics ]=============================
25.32/25.61	c |                                                                             |
25.32/25.62	c |  Number of variables:  5865                                                 |
25.32/25.62	c |  Number of clauses:    949628                                               |
25.34/26.15	c |  Parsing time:         0.48         s                                       |
439.15/442.68	c restarts              : 5
439.15/442.68	c conflicts             : 14             (0 /sec)
439.15/442.68	c decisions             : 11993          (56.12 % random) (29 /sec)
439.15/442.68	c euip                  : 6           
439.15/442.68	c propagations          : 24964          (60 /sec)
439.15/442.68	c conflict literals     : 1177           (0.00 % deleted)
439.15/442.68	c Memory used           : 74.89 MB
439.15/442.68	c CPU time              : 413.754 s
439.15/442.68	c 
439.15/442.68	s SATISFIABLE
440.04/443.54	v 25 46 54 97 124 15 44 85 131 143 3 54 105 123 149 10 101 137 149 157 0 28 44 75 135 0 4 119 134 143 11 19 33 44 131 19 31 63 117 141 9 19 77 150 155 0 9 17 33 52

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-1054521-1215058947/watcher-1054521-1215058947 -o /tmp/evaluation-result-1054521-1215058947/solver-1054521-1215058947 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1054521-1215058947.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.06 2.05 2.02 4/72 14116
/proc/meminfo: memFree=1856736/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=8560 CPUtime=0
/proc/14116/stat : 14116 (galacE.sh) R 14114 14116 12897 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 628817871 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 271894431631 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14116/statm: 2140 254 197 79 0 133 0

[startup+0.0295349 s]
/proc/loadavg: 2.06 2.05 2.02 4/72 14116
/proc/meminfo: memFree=1856736/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=8784 CPUtime=0.01
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 639 1481 0 0 0 0 0 1 24 0 1 0 628817871 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.101539 s]
/proc/loadavg: 2.06 2.05 2.02 4/72 14116
/proc/meminfo: memFree=1856736/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=0.01
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301563 s]
/proc/loadavg: 2.06 2.05 2.02 4/72 14116
/proc/meminfo: memFree=1856736/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=0.01
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701599 s]
/proc/loadavg: 2.06 2.05 2.02 4/72 14116
/proc/meminfo: memFree=1856736/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=0.01
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50268 s]
/proc/loadavg: 2.13 2.07 2.02 4/82 14138
/proc/meminfo: memFree=1813072/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=0.01
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14130] ppid=14116 vsize=812736 CPUtime=1.44
/proc/14130/stat : 14130 (java) S 14116 14116 12897 0 -1 0 15358 0 1 0 137 7 0 0 18 0 9 0 628817875 832241664 14575 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 203184 14575 2585 9 0 197165 0
[pid=14130/tid=14131] ppid=14116 vsize=812736 CPUtime=0.87
/proc/14130/task/14131/stat : 14131 (java) R 14116 14116 12897 0 -1 64 7550 0 1 0 84 3 0 0 23 0 9 0 628817876 832241664 14575 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14132] ppid=14116 vsize=812736 CPUtime=0.38
/proc/14130/task/14132/stat : 14132 (java) R 14116 14116 12897 0 -1 64 6329 0 0 0 36 2 0 0 16 0 9 0 628817877 832241664 14575 996147200 134512640 134550740 4294955616 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14133] ppid=14116 vsize=812736 CPUtime=0
/proc/14130/task/14133/stat : 14133 (java) S 14116 14116 12897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628817877 832241664 14575 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14134] ppid=14116 vsize=812736 CPUtime=0
/proc/14130/task/14134/stat : 14134 (java) S 14116 14116 12897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628817877 832241664 14575 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14135] ppid=14116 vsize=812736 CPUtime=0
/proc/14130/task/14135/stat : 14135 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628817879 832241664 14575 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14136] ppid=14116 vsize=812736 CPUtime=0.16
/proc/14130/task/14136/stat : 14136 (java) S 14116 14116 12897 0 -1 64 779 0 0 0 16 0 0 0 15 0 9 0 628817879 832241664 14575 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14137] ppid=14116 vsize=812736 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628817880 832241664 14575 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14138] ppid=14116 vsize=812736 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628817880 832241664 14575 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) 860308

[startup+3.10284 s]
/proc/loadavg: 2.13 2.07 2.02 4/82 14138
/proc/meminfo: memFree=1802320/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=0.01
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14130] ppid=14116 vsize=812736 CPUtime=3.03
/proc/14130/stat : 14130 (java) S 14116 14116 12897 0 -1 0 18697 0 1 0 294 9 0 0 18 0 9 0 628817875 832241664 17902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 203184 17902 2585 9 0 197165 0
[pid=14130/tid=14131] ppid=14116 vsize=812736 CPUtime=1.41
/proc/14130/task/14131/stat : 14131 (java) R 14116 14116 12897 0 -1 64 7563 0 1 0 138 3 0 0 25 0 9 0 628817876 832241664 17902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14132] ppid=14116 vsize=812736 CPUtime=1.4
/proc/14130/task/14132/stat : 14132 (java) R 14116 14116 12897 0 -1 64 9635 0 0 0 136 4 0 0 17 0 9 0 628817877 832241664 17902 996147200 134512640 134550740 4294955616 18446744073709551615 102731885 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14133] ppid=14116 vsize=812736 CPUtime=0
/proc/14130/task/14133/stat : 14133 (java) S 14116 14116 12897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628817877 832241664 17902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14134] ppid=14116 vsize=812736 CPUtime=0
/proc/14130/task/14134/stat : 14134 (java) S 14116 14116 12897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628817877 832241664 17902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14135] ppid=14116 vsize=812736 CPUtime=0
/proc/14130/task/14135/stat : 14135 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628817879 832241664 17902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14136] ppid=14116 vsize=812736 CPUtime=0.19
/proc/14130/task/14136/stat : 14136 (java) S 14116 14116 12897 0 -1 64 799 0 0 0 19 0 0 0 15 0 9 0 628817879 832241664 17902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14137] ppid=14116 vsize=812736 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628817880 832241664 17902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14138] ppid=14116 vsize=812736 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628817880 832241664 17902 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) 860308

[startup+6.30115 s]
/proc/loadavg: 2.13 2.07 2.02 3/82 14138
/proc/meminfo: memFree=1782480/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=0.01
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14130] ppid=14116 vsize=812808 CPUtime=6.2
/proc/14130/stat : 14130 (java) S 14116 14116 12897 0 -1 0 22257 0 1 0 609 11 0 0 18 0 9 0 628817875 832315392 21154 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 203202 21154 2587 9 0 197183 0
[pid=14130/tid=14131] ppid=14116 vsize=812808 CPUtime=1.97
/proc/14130/task/14131/stat : 14131 (java) R 14116 14116 12897 0 -1 64 7584 0 1 0 194 3 0 0 17 0 9 0 628817876 832315392 21154 996147200 134512640 134550740 4294955616 18446744073709551615 4127007784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14132] ppid=14116 vsize=812808 CPUtime=3.98
/proc/14130/task/14132/stat : 14132 (java) R 14116 14116 12897 0 -1 64 13161 0 0 0 393 5 0 0 25 0 9 0 628817877 832315392 21154 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14133] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14133/stat : 14133 (java) S 14116 14116 12897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628817877 832315392 21154 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14134] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14134/stat : 14134 (java) S 14116 14116 12897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628817877 832315392 21154 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14135] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14135/stat : 14135 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628817879 832315392 21154 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14136] ppid=14116 vsize=812808 CPUtime=0.22
/proc/14130/task/14136/stat : 14136 (java) S 14116 14116 12897 0 -1 64 812 0 0 0 22 0 0 0 15 0 9 0 628817879 832315392 21154 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14137] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628817880 832315392 21154 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14138] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628817880 832315392 21154 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) 860380

[startup+12.7018 s]
/proc/loadavg: 2.11 2.06 2.02 3/82 14138
/proc/meminfo: memFree=1746768/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=0.01
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14130] ppid=14116 vsize=812808 CPUtime=12.54
/proc/14130/stat : 14130 (java) S 14116 14116 12897 0 -1 0 29643 0 1 0 1234 20 0 0 18 0 9 0 628817875 832315392 28527 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 203202 28527 2592 9 0 197183 0
[pid=14130/tid=14131] ppid=14116 vsize=812808 CPUtime=8.21
/proc/14130/task/14131/stat : 14131 (java) R 14116 14116 12897 0 -1 64 14647 0 1 0 809 12 0 0 25 0 9 0 628817876 832315392 28527 996147200 134512640 134550740 4294955616 18446744073709551615 4126781792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14132] ppid=14116 vsize=812808 CPUtime=4.02
/proc/14130/task/14132/stat : 14132 (java) S 14116 14116 12897 0 -1 64 13449 0 0 0 396 6 0 0 16 0 9 0 628817877 832315392 28527 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14133] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14133/stat : 14133 (java) S 14116 14116 12897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628817877 832315392 28527 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14134] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14134/stat : 14134 (java) S 14116 14116 12897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628817877 832315392 28527 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14135] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14135/stat : 14135 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628817879 832315392 28527 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14136] ppid=14116 vsize=812808 CPUtime=0.28
/proc/14130/task/14136/stat : 14136 (java) S 14116 14116 12897 0 -1 64 847 0 0 0 28 0 0 0 15 0 9 0 628817879 832315392 28527 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14137] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628817880 832315392 28527 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14138] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628817880 832315392 28527 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) 860380

[startup+25.502 s]
/proc/loadavg: 2.09 2.06 2.02 3/82 14138
/proc/meminfo: memFree=1738768/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=0.01
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14130] ppid=14116 vsize=812808 CPUtime=25.21
/proc/14130/stat : 14130 (java) S 14116 14116 12897 0 -1 0 29732 0 1 0 2496 25 0 0 18 0 9 0 628817875 832315392 28593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 203202 28593 2592 9 0 197183 0
[pid=14130/tid=14131] ppid=14116 vsize=812808 CPUtime=20.87
/proc/14130/task/14131/stat : 14131 (java) R 14116 14116 12897 0 -1 64 14670 0 1 0 2070 17 0 0 25 0 9 0 628817876 832315392 28593 996147200 134512640 134550740 4294955616 18446744073709551615 4127068983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14132] ppid=14116 vsize=812808 CPUtime=4.03
/proc/14130/task/14132/stat : 14132 (java) S 14116 14116 12897 0 -1 64 13515 0 0 0 397 6 0 0 16 0 9 0 628817877 832315392 28593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14133] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14133/stat : 14133 (java) S 14116 14116 12897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628817877 832315392 28593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14134] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14134/stat : 14134 (java) S 14116 14116 12897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628817877 832315392 28593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14135] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14135/stat : 14135 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628817879 832315392 28593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14136] ppid=14116 vsize=812808 CPUtime=0.28
/proc/14130/task/14136/stat : 14136 (java) S 14116 14116 12897 0 -1 64 847 0 0 0 28 0 0 0 16 0 9 0 628817879 832315392 28593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14137] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628817880 832315392 28593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14138] ppid=14116 vsize=812808 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14116 14116 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628817880 832315392 28593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860380

[startup+51.1016 s]
/proc/loadavg: 2.06 2.06 2.02 3/74 14139
/proc/meminfo: memFree=1776784/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34

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

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.01 3/74 14139
/proc/meminfo: memFree=1759632/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 799 31443 0 1 0 0 2506 28 17 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14139] ppid=14116 vsize=90052 CPUtime=135.64
/proc/14139/stat : 14139 (eSAT_static) R 14116 14116 12897 0 -1 4194304 20924 0 0 0 13554 10 0 0 25 0 1 0 628820433 92213248 20906 996147200 134512640 135177480 4294955984 18446744073709551615 134537468 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 22513 20906 75 162 0 22348 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 137624

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/74 14139
/proc/meminfo: memFree=1753680/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 799 31443 0 1 0 0 2506 28 17 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14139] ppid=14116 vsize=92296 CPUtime=195.18
/proc/14139/stat : 14139 (eSAT_static) R 14116 14116 12897 0 -1 4194304 22399 0 0 0 19507 11 0 0 25 0 1 0 628820433 94511104 22381 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 23074 22381 75 162 0 22909 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 139868

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 14139
/proc/meminfo: memFree=1748048/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 799 31443 0 1 0 0 2506 28 17 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14139] ppid=14116 vsize=104788 CPUtime=254.73
/proc/14139/stat : 14139 (eSAT_static) R 14116 14116 12897 0 -1 4194304 23782 0 0 0 25461 12 0 0 25 0 1 0 628820433 107302912 23764 996147200 134512640 135177480 4294955984 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 26197 23764 75 162 0 26032 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (KiB) 152360

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14139
/proc/meminfo: memFree=1742160/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 799 31443 0 1 0 0 2506 28 17 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14139] ppid=14116 vsize=106240 CPUtime=314.27
/proc/14139/stat : 14139 (eSAT_static) R 14116 14116 12897 0 -1 4194304 25253 0 0 0 31414 13 0 0 25 0 1 0 628820433 108789760 25235 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 26560 25235 75 162 0 26395 0
Current children cumulated CPU time (s) 339.61
Current children cumulated vsize (KiB) 153812

[startup+402.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/74 14139
/proc/meminfo: memFree=1737360/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 799 31443 0 1 0 0 2506 28 17 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14139] ppid=14116 vsize=107696 CPUtime=373.83
/proc/14139/stat : 14139 (eSAT_static) R 14116 14116 12897 0 -1 4194304 26445 0 0 0 37369 14 0 0 25 0 1 0 628820433 110280704 26427 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 26924 26427 75 162 0 26759 0
Current children cumulated CPU time (s) 399.17
Current children cumulated vsize (KiB) 155268

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

[startup+409.502 s]
/proc/loadavg: 2.04 2.02 2.00 3/74 14139
/proc/meminfo: memFree=1737232/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 799 31443 0 1 0 0 2506 28 17 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14139] ppid=14116 vsize=107696 CPUtime=380.97
/proc/14139/stat : 14139 (eSAT_static) R 14116 14116 12897 0 -1 4194304 26448 0 0 0 38083 14 0 0 25 0 1 0 628820433 110280704 26430 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 26924 26430 75 162 0 26759 0
Current children cumulated CPU time (s) 406.31
Current children cumulated vsize (KiB) 155268

[startup+422.302 s]
/proc/loadavg: 2.10 2.04 2.00 3/74 14139
/proc/meminfo: memFree=1737168/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 799 31443 0 1 0 0 2506 28 17 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14139] ppid=14116 vsize=107696 CPUtime=393.67
/proc/14139/stat : 14139 (eSAT_static) R 14116 14116 12897 0 -1 4194304 26451 0 0 0 39353 14 0 0 25 0 1 0 628820433 110280704 26433 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 26924 26433 75 162 0 26759 0
Current children cumulated CPU time (s) 419.01
Current children cumulated vsize (KiB) 155268

[startup+435.101 s]
/proc/loadavg: 2.08 2.04 2.00 3/74 14139
/proc/meminfo: memFree=1736272/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 799 31443 0 1 0 0 2506 28 17 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14139] ppid=14116 vsize=107828 CPUtime=406.37
/proc/14139/stat : 14139 (eSAT_static) R 14116 14116 12897 0 -1 4194304 26678 0 0 0 40623 14 0 0 25 0 1 0 628820433 110415872 26660 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 26957 26660 75 162 0 26792 0
Current children cumulated CPU time (s) 431.71
Current children cumulated vsize (KiB) 155400

[startup+438.302 s]
/proc/loadavg: 2.08 2.04 2.00 3/74 14139
/proc/meminfo: memFree=1736272/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 799 31443 0 1 0 0 2506 28 17 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14139] ppid=14116 vsize=107828 CPUtime=409.55
/proc/14139/stat : 14139 (eSAT_static) R 14116 14116 12897 0 -1 4194304 26679 0 0 0 40941 14 0 0 25 0 1 0 628820433 110415872 26661 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 26957 26661 75 162 0 26792 0
Current children cumulated CPU time (s) 434.89
Current children cumulated vsize (KiB) 155400

[startup+441.502 s]
/proc/loadavg: 2.07 2.03 2.00 3/74 14139
/proc/meminfo: memFree=1736272/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 799 31443 0 1 0 0 2506 28 17 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14139] ppid=14116 vsize=107828 CPUtime=412.72
/proc/14139/stat : 14139 (eSAT_static) R 14116 14116 12897 0 -1 4194304 26680 0 0 0 41258 14 0 0 25 0 1 0 628820433 110415872 26662 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 26957 26662 75 162 0 26792 0
Current children cumulated CPU time (s) 438.06
Current children cumulated vsize (KiB) 155400

[startup+442.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/74 14139
/proc/meminfo: memFree=1736272/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=25.34
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 799 31443 0 1 0 0 2506 28 17 0 1 0 628817871 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14116/statm: 11893 364 245 79 0 219 0
[pid=14139] ppid=14116 vsize=107828 CPUtime=413.51
/proc/14139/stat : 14139 (eSAT_static) R 14116 14116 12897 0 -1 4194304 26680 0 0 0 41337 14 0 0 25 0 1 0 628820433 110415872 26662 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 26957 26662 75 162 0 26792 0
Current children cumulated CPU time (s) 438.85
Current children cumulated vsize (KiB) 155400

[startup+443.101 s]
/proc/loadavg: 2.07 2.03 2.00 3/74 14139
/proc/meminfo: memFree=1736272/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=439.27
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 835 58146 0 1 0 0 43882 45 16 0 1 0 628817871 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 439.27
Current children cumulated vsize (KiB) 47572

[startup+443.501 s]
/proc/loadavg: 2.07 2.03 2.00 4/82 14148
/proc/meminfo: memFree=1830864/2055920 swapFree=4157200/4192956
[pid=14116] ppid=14114 vsize=47572 CPUtime=439.27
/proc/14116/stat : 14116 (galacE.sh) S 14114 14116 12897 0 -1 4194304 835 58146 0 1 0 0 43882 45 16 0 1 0 628817871 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 11893 365 245 79 0 219 0
[pid=14140] ppid=14116 vsize=812884 CPUtime=0.77
/proc/14140/stat : 14140 (java) S 14116 14116 12897 0 -1 0 6864 0 1 0 73 4 0 0 18 0 9 0 628862141 832393216 6247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14140/statm: 203221 6247 1909 9 0 197174 0
[pid=14140/tid=14141] ppid=14116 vsize=812884 CPUtime=0.59
/proc/14140/task/14141/stat : 14141 (java) R 14116 14116 12897 0 -1 64 5338 0 1 0 57 2 0 0 19 0 9 0 628862143 832393216 6247 996147200 134512640 134550740 4294955616 18446744073709551615 4125960198 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14140/tid=14142] ppid=14116 vsize=812884 CPUtime=0
/proc/14140/task/14142/stat : 14142 (java) S 14116 14116 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 628862144 832393216 6247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=14140/tid=14143] ppid=14116 vsize=812884 CPUtime=0
/proc/14140/task/14143/stat : 14143 (java) S 14116 14116 12897 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 628862145 832393216 6247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14140/tid=14144] ppid=14116 vsize=812884 CPUtime=0
/proc/14140/task/14144/stat : 14144 (java) S 14116 14116 12897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 628862145 832393216 6247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14140/tid=14145] ppid=14116 vsize=812884 CPUtime=0
/proc/14140/task/14145/stat : 14145 (java) S 14116 14116 12897 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628862147 832393216 6247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14140/tid=14146] ppid=14116 vsize=812884 CPUtime=0.16
/proc/14140/task/14146/stat : 14146 (java) R 14116 14116 12897 0 -1 64 813 0 0 0 16 0 0 0 21 0 9 0 628862147 832393216 6247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14140/tid=14147] ppid=14116 vsize=812884 CPUtime=0
/proc/14140/task/14147/stat : 14147 (java) S 14116 14116 12897 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 628862147 832393216 6247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14140/tid=14148] ppid=14116 vsize=812884 CPUtime=0
/proc/14140/task/14148/stat : 14148 (java) S 14116 14116 12897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628862147 832393216 6247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 440.04
Current children cumulated vsize (KiB) 860456

Child status: 0
Real time (s): 443.558
CPU time (s): 440.105
CPU user time (s): 439.577
CPU system time (s): 0.527919
CPU usage (%): 99.2216
Max. virtual memory (cumulated for all children) (KiB): 860672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 439.577
system time used= 0.527919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66191
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= 2389
involuntary context switches= 12188

runsolver used 0.446932 second user time and 1.20582 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-03 06:22:27
IDJOB=1054521
IDBENCH=56345
IDSOLVER=351
FILE ID=node60/1054521-1215058947
PBS_JOBID= 7875177
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1f386794dfb29eaa508203f029cf4547
RANDOM SEED=1798243215

node60.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.216
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.216
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:       1857216 kB
Buffers:          4472 kB
Cached:         102452 kB
SwapCached:      29552 kB
Active:          96104 kB
Inactive:        49876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857216 kB
SwapTotal:     4192956 kB
SwapFree:      4157200 kB
Dirty:            3536 kB
Writeback:           0 kB
Mapped:          46584 kB
Slab:            38160 kB
Committed_AS:   985536 kB
PageTables:       1852 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= 66548 MiB
End job on node60 at 2008-07-03 06:29:51