Trace number 1091489

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 582.756 585.705

General information on the benchmark

Namecsp/jobShop-e0ddr2/
normalized-e0ddr2-10-by-5-8.xml
MD5SUMda9db23f5ede02b3ff6c2a743d786917
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.030995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size132
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.74/5.83	c start processing
5.74/5.83	c start relation processing
6.54/6.67	c start cnf exporting
28.13/28.39	c parsing time : 5.716
28.13/28.39	c preprocessing time : 28.277
28.13/28.39	
28.13/28.39	c Nary constraints - conflicts : 0 supports : 0
28.13/28.39	c Binary constraints - conflicts : 261 supports :4
28.13/28.39	c max arity constraint : 2
28.13/28.39	c Max Tuples generated 17424
28.13/28.39	c relations : 265
28.13/28.39	c relations BDD: 0
28.13/28.39	c sampling 233/265
28.13/28.39	c vars : 6181 - clauses :  1097933
28.13/28.39	
28.22/28.43	 
28.22/28.43	c --- SAT Solver Stats ---
28.22/28.43	 
28.22/28.43	c eSAT 0.1 : minisat core with additionnal features
28.22/28.43	c ============================[ Problem Statistics ]=============================
28.22/28.43	c |                                                                             |
28.22/28.43	c |  Number of variables:  6180                                                 |
28.22/28.43	c |  Number of clauses:    1097933                                              |
28.80/29.02	c |  Parsing time:         0.50         s                                       |
582.07/585.04	c restarts              : 109
582.07/585.04	c conflicts             : 917            (2 /sec)
582.07/585.04	c decisions             : 107103         (64.38 % random) (193 /sec)
582.07/585.04	c euip                  : 292         
582.07/585.04	c propagations          : 487898         (881 /sec)
582.07/585.04	c conflict literals     : 76908          (4.56 % deleted)
582.07/585.04	c Memory used           : 87.87 MB
582.07/585.04	c CPU time              : 553.714 s
582.07/585.04	c 
582.07/585.04	s SATISFIABLE
582.66/585.69	v 0 12 20 32 43 5 11 43 53 56 59 74 101 111 147 44 66 74 87 91 2 37 53 63 80 19 31 87 101 106 25 28 34 58 68 20 59 63 108 117 72 92 131 151 158 48 77 110 120 131

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-1091489-1215274939/watcher-1091489-1215274939 -o /tmp/evaluation-result-1091489-1215274939/solver-1091489-1215274939 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1091489-1215274939.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.03 2.00 1.99 4/87 12937
/proc/meminfo: memFree=1767336/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=8652 CPUtime=0
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 2006443689 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12937/statm: 2163 280 208 79 0 156 0
[pid=12938] ppid=12937 vsize=8652 CPUtime=0
/proc/12938/stat : 12938 (galacE.sh) R 12937 12937 11562 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 2006443690 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 4425384 0 0 4096 73728 0 0 0 17 0 0 0
/proc/12938/statm: 2163 280 208 79 0 156 0

[startup+0.068116 s]
/proc/loadavg: 2.03 2.00 1.99 4/87 12937
/proc/meminfo: memFree=1767336/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=0.01
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101123 s]
/proc/loadavg: 2.03 2.00 1.99 4/87 12937
/proc/meminfo: memFree=1767336/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=0.01
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.30114 s]
/proc/loadavg: 2.03 2.00 1.99 4/87 12937
/proc/meminfo: memFree=1767336/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=0.01
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701194 s]
/proc/loadavg: 2.03 2.00 1.99 4/87 12937
/proc/meminfo: memFree=1767336/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=0.01
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50229 s]
/proc/loadavg: 2.03 2.00 1.99 3/97 12959
/proc/meminfo: memFree=1721752/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=0.01
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12951] ppid=12937 vsize=812520 CPUtime=1.45
/proc/12951/stat : 12951 (java) S 12937 12937 11562 0 -1 0 17086 0 1 0 137 8 0 0 18 0 9 0 2006443693 832020480 16304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12951/statm: 203130 16304 2585 9 0 197163 0
[pid=12951/tid=12952] ppid=12937 vsize=812520 CPUtime=0.9
/proc/12951/task/12952/stat : 12952 (java) R 12937 12937 11562 0 -1 64 7539 0 1 0 86 4 0 0 25 0 9 0 2006443694 832020480 16304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12953] ppid=12937 vsize=812520 CPUtime=0.36
/proc/12951/task/12953/stat : 12953 (java) R 12937 12937 11562 0 -1 64 8061 0 0 0 34 2 0 0 16 0 9 0 2006443695 832020480 16304 996147200 134512640 134550740 4294955600 18446744073709551615 104180100 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12954] ppid=12937 vsize=812520 CPUtime=0
/proc/12951/task/12954/stat : 12954 (java) S 12937 12937 11562 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006443695 832020480 16304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12955] ppid=12937 vsize=812520 CPUtime=0
/proc/12951/task/12955/stat : 12955 (java) S 12937 12937 11562 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006443695 832020480 16304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12956] ppid=12937 vsize=812520 CPUtime=0
/proc/12951/task/12956/stat : 12956 (java) S 12937 12937 11562 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006443697 832020480 16304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12957] ppid=12937 vsize=812520 CPUtime=0.16
/proc/12951/task/12957/stat : 12957 (java) S 12937 12937 11562 0 -1 64 787 0 0 0 16 0 0 0 15 0 9 0 2006443697 832020480 16304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12958] ppid=12937 vsize=812520 CPUtime=0
/proc/12951/task/12958/stat : 12958 (java) S 12937 12937 11562 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006443697 832020480 16304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12959] ppid=12937 vsize=812520 CPUtime=0
/proc/12951/task/12959/stat : 12959 (java) S 12937 12937 11562 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006443697 832020480 16304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860092

[startup+3.10247 s]
/proc/loadavg: 2.03 2.00 1.99 3/97 12959
/proc/meminfo: memFree=1701848/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=0.01
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12951] ppid=12937 vsize=812600 CPUtime=3.04
/proc/12951/stat : 12951 (java) S 12937 12937 11562 0 -1 0 21097 0 1 0 295 9 0 0 18 0 9 0 2006443693 832102400 20297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12951/statm: 203150 20297 2587 9 0 197183 0
[pid=12951/tid=12952] ppid=12937 vsize=812600 CPUtime=1.42
/proc/12951/task/12952/stat : 12952 (java) R 12937 12937 11562 0 -1 64 7562 0 1 0 138 4 0 0 25 0 9 0 2006443694 832102400 20297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12953] ppid=12937 vsize=812600 CPUtime=1.42
/proc/12951/task/12953/stat : 12953 (java) R 12937 12937 11562 0 -1 64 12029 0 0 0 138 4 0 0 18 0 9 0 2006443695 832102400 20297 996147200 134512640 134550740 4294955600 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12954] ppid=12937 vsize=812600 CPUtime=0
/proc/12951/task/12954/stat : 12954 (java) S 12937 12937 11562 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006443695 832102400 20297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12955] ppid=12937 vsize=812600 CPUtime=0
/proc/12951/task/12955/stat : 12955 (java) S 12937 12937 11562 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006443695 832102400 20297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12956] ppid=12937 vsize=812600 CPUtime=0
/proc/12951/task/12956/stat : 12956 (java) S 12937 12937 11562 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006443697 832102400 20297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12957] ppid=12937 vsize=812600 CPUtime=0.19
/proc/12951/task/12957/stat : 12957 (java) S 12937 12937 11562 0 -1 64 807 0 0 0 19 0 0 0 15 0 9 0 2006443697 832102400 20297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12958] ppid=12937 vsize=812600 CPUtime=0
/proc/12951/task/12958/stat : 12958 (java) S 12937 12937 11562 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006443697 832102400 20297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12959] ppid=12937 vsize=812600 CPUtime=0
/proc/12951/task/12959/stat : 12959 (java) S 12937 12937 11562 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006443697 832102400 20297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860172

[startup+6.30185 s]
/proc/loadavg: 2.02 2.00 1.99 3/97 12959
/proc/meminfo: memFree=1684568/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=0.01
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12951] ppid=12937 vsize=812616 CPUtime=6.23
/proc/12951/stat : 12951 (java) S 12937 12937 11562 0 -1 0 24156 0 1 0 613 10 0 0 18 0 9 0 2006443693 832118784 23158 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12951/statm: 203154 23158 2587 9 0 197187 0
[pid=12951/tid=12952] ppid=12937 vsize=812616 CPUtime=2.17
/proc/12951/task/12952/stat : 12952 (java) R 12937 12937 11562 0 -1 64 7578 0 1 0 213 4 0 0 20 0 9 0 2006443694 832118784 23158 996147200 134512640 134550740 4294955600 18446744073709551615 4127013808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12953] ppid=12937 vsize=812616 CPUtime=3.82
/proc/12951/task/12953/stat : 12953 (java) S 12937 12937 11562 0 -1 64 15058 0 0 0 378 4 0 0 25 0 9 0 2006443695 832118784 23158 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12954] ppid=12937 vsize=812616 CPUtime=0
/proc/12951/task/12954/stat : 12954 (java) S 12937 12937 11562 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006443695 832118784 23158 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12955] ppid=12937 vsize=812616 CPUtime=0
/proc/12951/task/12955/stat : 12955 (java) S 12937 12937 11562 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006443695 832118784 23158 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12956] ppid=12937 vsize=812616 CPUtime=0
/proc/12951/task/12956/stat : 12956 (java) S 12937 12937 11562 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006443697 832118784 23158 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12957] ppid=12937 vsize=812616 CPUtime=0.21
/proc/12951/task/12957/stat : 12957 (java) S 12937 12937 11562 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 2006443697 832118784 23158 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12958] ppid=12937 vsize=812616 CPUtime=0
/proc/12951/task/12958/stat : 12958 (java) S 12937 12937 11562 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006443697 832118784 23158 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12959] ppid=12937 vsize=812616 CPUtime=0
/proc/12951/task/12959/stat : 12959 (java) S 12937 12937 11562 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006443697 832118784 23158 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860188

[startup+12.7026 s]
/proc/loadavg: 2.02 2.00 1.99 3/97 12959
/proc/meminfo: memFree=1646680/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=0.01
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12951] ppid=12937 vsize=812608 CPUtime=12.6
/proc/12951/stat : 12951 (java) S 12937 12937 11562 0 -1 0 32081 0 1 0 1242 18 0 0 18 0 9 0 2006443693 832110592 31066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12951/statm: 203152 31066 2592 9 0 197185 0
[pid=12951/tid=12952] ppid=12937 vsize=812608 CPUtime=8.38
/proc/12951/task/12952/stat : 12952 (java) R 12937 12937 11562 0 -1 64 14654 0 1 0 827 11 0 0 25 0 9 0 2006443694 832110592 31066 996147200 134512640 134550740 4294955600 18446744073709551615 4127099650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12953] ppid=12937 vsize=812608 CPUtime=3.91
/proc/12951/task/12953/stat : 12953 (java) S 12937 12937 11562 0 -1 64 15874 0 0 0 386 5 0 0 16 0 9 0 2006443695 832110592 31066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12954] ppid=12937 vsize=812608 CPUtime=0
/proc/12951/task/12954/stat : 12954 (java) S 12937 12937 11562 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006443695 832110592 31066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12955] ppid=12937 vsize=812608 CPUtime=0
/proc/12951/task/12955/stat : 12955 (java) S 12937 12937 11562 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006443695 832110592 31066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12956] ppid=12937 vsize=812608 CPUtime=0
/proc/12951/task/12956/stat : 12956 (java) S 12937 12937 11562 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006443697 832110592 31066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12957] ppid=12937 vsize=812608 CPUtime=0.27
/proc/12951/task/12957/stat : 12957 (java) S 12937 12937 11562 0 -1 64 854 0 0 0 27 0 0 0 15 0 9 0 2006443697 832110592 31066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12958] ppid=12937 vsize=812608 CPUtime=0
/proc/12951/task/12958/stat : 12958 (java) S 12937 12937 11562 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006443697 832110592 31066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12959] ppid=12937 vsize=812608 CPUtime=0
/proc/12951/task/12959/stat : 12959 (java) S 12937 12937 11562 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006443697 832110592 31066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 860180

[startup+25.5011 s]
/proc/loadavg: 2.02 2.00 1.99 3/97 12959
/proc/meminfo: memFree=1637208/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=0.01
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12951] ppid=12937 vsize=812608 CPUtime=25.32
/proc/12951/stat : 12951 (java) S 12937 12937 11562 0 -1 0 32442 0 1 0 2510 22 0 0 18 0 9 0 2006443693 832110592 31403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12951/statm: 203152 31403 2592 9 0 197185 0
[pid=12951/tid=12952] ppid=12937 vsize=812608 CPUtime=21.07
/proc/12951/task/12952/stat : 12952 (java) R 12937 12937 11562 0 -1 64 14678 0 1 0 2091 16 0 0 25 0 9 0 2006443694 832110592 31403 996147200 134512640 134550740 4294955600 18446744073709551615 4127057856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12953] ppid=12937 vsize=812608 CPUtime=3.94
/proc/12951/task/12953/stat : 12953 (java) S 12937 12937 11562 0 -1 64 16199 0 0 0 389 5 0 0 16 0 9 0 2006443695 832110592 31403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12954] ppid=12937 vsize=812608 CPUtime=0
/proc/12951/task/12954/stat : 12954 (java) S 12937 12937 11562 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006443695 832110592 31403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12955] ppid=12937 vsize=812608 CPUtime=0
/proc/12951/task/12955/stat : 12955 (java) S 12937 12937 11562 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006443695 832110592 31403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12956] ppid=12937 vsize=812608 CPUtime=0
/proc/12951/task/12956/stat : 12956 (java) S 12937 12937 11562 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006443697 832110592 31403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12957] ppid=12937 vsize=812608 CPUtime=0.29
/proc/12951/task/12957/stat : 12957 (java) S 12937 12937 11562 0 -1 64 866 0 0 0 29 0 0 0 16 0 9 0 2006443697 832110592 31403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12958] ppid=12937 vsize=812608 CPUtime=0
/proc/12951/task/12958/stat : 12958 (java) S 12937 12937 11562 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006443697 832110592 31403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12951/tid=12959] ppid=12937 vsize=812608 CPUtime=0
/proc/12951/task/12959/stat : 12959 (java) S 12937 12937 11562 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006443697 832110592 31403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 860180

[startup+51.1011 s]

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

/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=75284 CPUtime=22.54
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 18112 0 0 0 2245 9 0 0 25 0 1 0 2006446533 77090816 18094 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 18821 18094 75 162 0 18656 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 122856

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 12960
/proc/meminfo: memFree=1678040/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=28.25
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=79900 CPUtime=73.5
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 18311 0 0 0 7341 9 0 0 25 0 1 0 2006446533 81817600 18293 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 19975 18293 75 162 0 19810 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 127472

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 12960
/proc/meminfo: memFree=1662360/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=28.25
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=91672 CPUtime=133.2
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 22234 0 0 0 13309 11 0 0 25 0 1 0 2006446533 93872128 22216 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 22918 22216 75 162 0 22753 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 139244

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 12960
/proc/meminfo: memFree=1659160/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=28.25
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=94840 CPUtime=192.9
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 23121 0 0 0 19279 11 0 0 25 0 1 0 2006446533 97116160 23103 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 23710 23103 75 162 0 23545 0
Current children cumulated CPU time (s) 221.15
Current children cumulated vsize (KiB) 142412

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 12960
/proc/meminfo: memFree=1654936/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=28.25
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=101760 CPUtime=252.61
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 24092 0 0 0 25249 12 0 0 25 0 1 0 2006446533 104202240 24074 996147200 134512640 135177480 4294955968 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 25440 24074 75 162 0 25275 0
Current children cumulated CPU time (s) 280.86
Current children cumulated vsize (KiB) 149332

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 12960
/proc/meminfo: memFree=1648152/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=28.25
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=115048 CPUtime=312.32
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 25766 0 0 0 31219 13 0 0 25 0 1 0 2006446533 117809152 25748 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 28762 25748 75 162 0 28597 0
Current children cumulated CPU time (s) 340.57
Current children cumulated vsize (KiB) 162620

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 12960
/proc/meminfo: memFree=1643416/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=28.25
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=116636 CPUtime=372.02
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 26952 0 0 0 37189 13 0 0 25 0 1 0 2006446533 119435264 26934 996147200 134512640 135177480 4294955968 18446744073709551615 134537184 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 29159 26934 75 162 0 28994 0
Current children cumulated CPU time (s) 400.27
Current children cumulated vsize (KiB) 164208

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 12960
/proc/meminfo: memFree=1638424/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=28.25
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=118488 CPUtime=431.72
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 28182 0 0 0 43159 13 0 0 25 0 1 0 2006446533 121331712 28164 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 29622 28164 75 162 0 29457 0
Current children cumulated CPU time (s) 459.97
Current children cumulated vsize (KiB) 166060

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 12960
/proc/meminfo: memFree=1632088/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=28.25
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=136180 CPUtime=491.42
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 29746 0 0 0 49128 14 0 0 25 0 1 0 2006446533 139448320 29728 996147200 134512640 135177480 4294955968 18446744073709551615 134537539 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 34045 29728 75 162 0 33880 0
Current children cumulated CPU time (s) 519.67
Current children cumulated vsize (KiB) 183752

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 12960
/proc/meminfo: memFree=1630168/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=28.25
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=136576 CPUtime=551.13
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 30223 0 0 0 55098 15 0 0 25 0 1 0 2006446533 139853824 30205 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 34144 30205 75 162 0 33979 0
Current children cumulated CPU time (s) 579.38
Current children cumulated vsize (KiB) 184148

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

[startup+583.901 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 12960
/proc/meminfo: memFree=1630168/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=28.25
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=136576 CPUtime=552.73
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 30223 0 0 0 55258 15 0 0 25 0 1 0 2006446533 139853824 30205 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 34144 30205 75 162 0 33979 0
Current children cumulated CPU time (s) 580.98
Current children cumulated vsize (KiB) 184148

[startup+584.701 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 12960
/proc/meminfo: memFree=1630168/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=28.25
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 799 34163 0 1 0 0 2798 27 17 0 1 0 2006443689 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12937/statm: 11893 364 245 79 0 219 0
[pid=12960] ppid=12937 vsize=89972 CPUtime=553.52
/proc/12960/stat : 12960 (eSAT_static) R 12937 12937 11562 0 -1 4194304 30233 0 0 0 55337 15 0 0 25 0 1 0 2006446533 92131328 21903 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/12960/statm: 22493 21903 80 162 0 22328 0
Current children cumulated CPU time (s) 581.77
Current children cumulated vsize (KiB) 137544

[startup+585.502 s]
/proc/loadavg: 2.00 2.00 1.99 3/93 12965
/proc/meminfo: memFree=1747064/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=582.14
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 835 64409 0 1 0 0 58170 44 16 0 1 0 2006443689 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 231882850386 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/12937/statm: 11893 365 245 79 0 219 0
[pid=12961] ppid=12937 vsize=812468 CPUtime=0.42
/proc/12961/stat : 12961 (java) S 12937 12937 11562 0 -1 0 5343 0 1 0 38 4 0 0 20 0 9 0 2006502196 831967232 4766 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12961/statm: 203117 4766 1851 9 0 197150 0
[pid=12961/tid=12962] ppid=12937 vsize=812468 CPUtime=0.26
/proc/12961/task/12962/stat : 12962 (java) R 12937 12937 11562 0 -1 64 3841 0 1 0 24 2 0 0 25 0 9 0 2006502197 831967232 4766 996147200 134512640 134550740 4294955616 18446744073709551615 4126670426 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=12961/tid=12963] ppid=12937 vsize=812468 CPUtime=0
/proc/12961/task/12963/stat : 12963 (java) S 12937 12937 11562 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 2006502199 831967232 4766 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=12961/tid=12964] ppid=12937 vsize=812468 CPUtime=0
/proc/12961/task/12964/stat : 12964 (java) S 12937 12937 11562 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 2006502199 831967232 4766 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=12961/tid=12965] ppid=12937 vsize=812468 CPUtime=0
/proc/12961/task/12965/stat : 12965 (java) S 12937 12937 11562 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2006502199 831967232 4767 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.56
Current children cumulated vsize (KiB) 860040

[startup+585.702 s]
/proc/loadavg: 2.00 2.00 1.99 3/93 12965
/proc/meminfo: memFree=1747064/2055920 swapFree=4180584/4192956
[pid=12937] ppid=12935 vsize=47572 CPUtime=582.72
/proc/12937/stat : 12937 (galacE.sh) S 12935 12937 11562 0 -1 4194304 879 71485 0 2 0 0 58223 49 17 0 1 0 2006443689 48713728 366 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12937/statm: 11893 366 245 79 0 219 0
Current children cumulated CPU time (s) 582.72
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 585.705
CPU time (s): 582.756
CPU user time (s): 582.24
CPU system time (s): 0.516921
CPU usage (%): 99.4965
Max. virtual memory (cumulated for all children) (KiB): 860388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 582.239
system time used= 0.516921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72519
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= 3108
involuntary context switches= 21988

runsolver used 0.747886 second user time and 1.44278 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 18:22:19
IDJOB=1091489
IDBENCH=58560
IDSOLVER=351
FILE ID=node75/1091489-1215274939
PBS_JOBID= 7882204
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da9db23f5ede02b3ff6c2a743d786917
RANDOM SEED=1112364913

node75.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1767752 kB
Buffers:         25664 kB
Cached:         179660 kB
SwapCached:       6768 kB
Active:         137300 kB
Inactive:        97348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767752 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            3396 kB
Writeback:           0 kB
Mapped:          46528 kB
Slab:            37924 kB
Committed_AS:  4293652 kB
PageTables:       2440 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= 66560 MiB
End job on node75 at 2008-07-05 18:32:05