Trace number 1085525

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 1060.78 1068.03

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-8.xml
MD5SUMcabb6d4bbf0c17b67d9604b726382443
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.298954
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size133
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
7.09/7.24	c start processing
7.09/7.24	c start relation processing
7.79/7.97	c start cnf exporting
71.13/71.56	c parsing time : 7.1
71.13/71.56	c preprocessing time : 71.44
71.13/71.56	
71.13/71.56	c Nary constraints - conflicts : 0 supports : 0
71.13/71.56	c Binary constraints - conflicts : 845 supports :0
71.13/71.56	c max arity constraint : 2
71.13/71.56	c Max Tuples generated 17689
71.13/71.56	c relations : 301
71.13/71.56	c relations BDD: 0
71.13/71.56	c sampling 262/301
71.13/71.56	c vars : 12431 - clauses :  3027881
71.13/71.56	
71.21/71.60	 
71.21/71.60	c --- SAT Solver Stats ---
71.21/71.60	 
71.21/71.61	c eSAT 0.1 : minisat core with additionnal features
71.21/71.61	c ============================[ Problem Statistics ]=============================
71.21/71.61	c |                                                                             |
71.21/71.61	c |  Number of variables:  12430                                                |
71.21/71.61	c |  Number of clauses:    3027881                                              |
72.90/73.30	c |  Parsing time:         1.44         s                                       |
1059.85/1066.42	c restarts              : 515
1059.85/1066.43	c conflicts             : 22900          (23 /sec)
1059.85/1066.43	c decisions             : 590998         (40.45 % random) (598 /sec)
1059.85/1066.43	c euip                  : 6307        
1059.85/1066.43	c propagations          : 6810168        (6894 /sec)
1059.85/1066.43	c conflict literals     : 3439800        (4.82 % deleted)
1059.85/1066.43	c Memory used           : 202.95 MB
1059.85/1066.43	c CPU time              : 987.88 s
1059.85/1066.43	c 
1059.85/1066.44	s SATISFIABLE
1060.75/1067.74	v 0 2 8 6 14 13 27 26 32 54 20 21 27 26 36 35 48 60 111 57 14 9 49 47 76 78 94 91 101 99 15 71 99 61 107 108 121 120 137 136 51 77 90 65 121 120 134 135 145 146 1 3 45 42 64 63 77 76 83 86 0 1 10 14 23 24 37 35 45 48 62 65 82 85 92 91 107 108 122 124 101 105 114 112 134 136 149 146 159 158 23 19 33 36 49 48 62 63 68 65

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

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


[startup+0 s]
/proc/loadavg: 1.98 2.01 1.99 4/74 29764
/proc/meminfo: memFree=1477008/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=8560 CPUtime=0
/proc/29764/stat : 29764 (galacE.sh) R 29762 29764 29362 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 2002380185 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 233402255247 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29764/statm: 2140 254 197 79 0 133 0

[startup+0.108296 s]
/proc/loadavg: 1.98 2.01 1.99 4/74 29764
/proc/meminfo: memFree=1477008/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=0.01
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.201305 s]
/proc/loadavg: 1.98 2.01 1.99 4/74 29764
/proc/meminfo: memFree=1477008/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=0.01
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301327 s]
/proc/loadavg: 1.98 2.01 1.99 4/74 29764
/proc/meminfo: memFree=1477008/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=0.01
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701403 s]
/proc/loadavg: 1.98 2.01 1.99 4/74 29764
/proc/meminfo: memFree=1477008/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=0.01
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50254 s]
/proc/loadavg: 1.98 2.01 1.99 3/84 29786
/proc/meminfo: memFree=1432320/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=0.01
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29778] ppid=29764 vsize=812532 CPUtime=1.44
/proc/29778/stat : 29778 (java) S 29764 29764 29362 0 -1 0 15593 0 1 0 136 8 0 0 18 0 9 0 2002380189 832032768 14812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29778/statm: 203133 14812 2589 9 0 197166 0
[pid=29778/tid=29779] ppid=29764 vsize=812532 CPUtime=0.92
/proc/29778/task/29779/stat : 29779 (java) R 29764 29764 29362 0 -1 64 7591 0 1 0 88 4 0 0 25 0 9 0 2002380190 832032768 14812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29780] ppid=29764 vsize=812532 CPUtime=0.3
/proc/29778/task/29780/stat : 29780 (java) R 29764 29764 29362 0 -1 64 6498 0 0 0 28 2 0 0 16 0 9 0 2002380191 832032768 14812 996147200 134512640 134550740 4294955600 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29781] ppid=29764 vsize=812532 CPUtime=0
/proc/29778/task/29781/stat : 29781 (java) S 29764 29764 29362 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002380192 832032768 14812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29782] ppid=29764 vsize=812532 CPUtime=0
/proc/29778/task/29782/stat : 29782 (java) S 29764 29764 29362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002380192 832032768 14812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29783] ppid=29764 vsize=812532 CPUtime=0
/proc/29778/task/29783/stat : 29783 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002380194 832032768 14812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29784] ppid=29764 vsize=812532 CPUtime=0.19
/proc/29778/task/29784/stat : 29784 (java) S 29764 29764 29362 0 -1 64 804 0 0 0 19 0 0 0 15 0 9 0 2002380194 832032768 14812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29785] ppid=29764 vsize=812532 CPUtime=0
/proc/29778/task/29785/stat : 29785 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002380194 832032768 14812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29786] ppid=29764 vsize=812532 CPUtime=0
/proc/29778/task/29786/stat : 29786 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002380194 832032768 14812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860096

[startup+3.10283 s]
/proc/loadavg: 1.98 2.01 1.99 4/84 29786
/proc/meminfo: memFree=1420480/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=0.01
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29778] ppid=29764 vsize=812628 CPUtime=3.03
/proc/29778/stat : 29778 (java) S 29764 29764 29362 0 -1 0 18991 0 1 0 293 10 0 0 18 0 9 0 2002380189 832131072 18200 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29778/statm: 203157 18200 2589 9 0 197190 0
[pid=29778/tid=29779] ppid=29764 vsize=812628 CPUtime=1.54
/proc/29778/task/29779/stat : 29779 (java) R 29764 29764 29362 0 -1 64 7602 0 1 0 150 4 0 0 25 0 9 0 2002380190 832131072 18200 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29780] ppid=29764 vsize=812628 CPUtime=1.19
/proc/29778/task/29780/stat : 29780 (java) R 29764 29764 29362 0 -1 64 9846 0 0 0 116 3 0 0 16 0 9 0 2002380191 832131072 18200 996147200 134512640 134550740 4294955600 18446744073709551615 104182133 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29781] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29781/stat : 29781 (java) S 29764 29764 29362 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002380192 832131072 18200 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29782] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29782/stat : 29782 (java) S 29764 29764 29362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002380192 832131072 18200 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29783] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29783/stat : 29783 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002380194 832131072 18200 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29784] ppid=29764 vsize=812628 CPUtime=0.25
/proc/29778/task/29784/stat : 29784 (java) S 29764 29764 29362 0 -1 64 843 0 0 0 25 0 0 0 15 0 9 0 2002380194 832131072 18200 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29785] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29785/stat : 29785 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002380194 832131072 18200 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29786] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29786/stat : 29786 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002380194 832131072 18200 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860192

[startup+6.3024 s]
/proc/loadavg: 1.98 2.01 1.99 4/84 29786
/proc/meminfo: memFree=1399232/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=0.01
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29778] ppid=29764 vsize=812688 CPUtime=6.19
/proc/29778/stat : 29778 (java) S 29764 29764 29362 0 -1 0 23313 0 1 0 608 11 0 0 18 0 9 0 2002380189 832192512 22327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29778/statm: 203172 22327 2589 9 0 197205 0
[pid=29778/tid=29779] ppid=29764 vsize=812688 CPUtime=2.11
/proc/29778/task/29779/stat : 29779 (java) S 29764 29764 29362 0 -1 64 7621 0 1 0 207 4 0 0 22 0 9 0 2002380190 832192512 22327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29780] ppid=29764 vsize=812688 CPUtime=3.72
/proc/29778/task/29780/stat : 29780 (java) R 29764 29764 29362 0 -1 64 14104 0 0 0 367 5 0 0 21 0 9 0 2002380191 832192512 22327 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29781] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29781/stat : 29781 (java) S 29764 29764 29362 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002380192 832192512 22327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29782] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29782/stat : 29782 (java) S 29764 29764 29362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002380192 832192512 22327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29783] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29783/stat : 29783 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002380194 832192512 22327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29784] ppid=29764 vsize=812688 CPUtime=0.32
/proc/29778/task/29784/stat : 29784 (java) S 29764 29764 29362 0 -1 64 888 0 0 0 32 0 0 0 15 0 9 0 2002380194 832192512 22327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29785] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29785/stat : 29785 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002380194 832192512 22327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29786] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29786/stat : 29786 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002380194 832192512 22327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860252

[startup+12.7026 s]
/proc/loadavg: 1.98 2.01 1.99 3/84 29786
/proc/meminfo: memFree=1360008/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=0.01
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29778] ppid=29764 vsize=812688 CPUtime=12.53
/proc/29778/stat : 29778 (java) S 29764 29764 29362 0 -1 0 31624 0 1 0 1236 17 0 0 18 0 9 0 2002380189 832192512 30623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29778/statm: 203172 30623 2594 9 0 197205 0
[pid=29778/tid=29779] ppid=29764 vsize=812688 CPUtime=7.52
/proc/29778/task/29779/stat : 29779 (java) R 29764 29764 29362 0 -1 64 14647 0 1 0 742 10 0 0 25 0 9 0 2002380190 832192512 30623 996147200 134512640 134550740 4294955600 18446744073709551615 4127412989 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29780] ppid=29764 vsize=812688 CPUtime=4.59
/proc/29778/task/29780/stat : 29780 (java) S 29764 29764 29362 0 -1 64 15360 0 0 0 454 5 0 0 16 0 9 0 2002380191 832192512 30623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29781] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29781/stat : 29781 (java) S 29764 29764 29362 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002380192 832192512 30623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29782] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29782/stat : 29782 (java) S 29764 29764 29362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002380192 832192512 30623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29783] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29783/stat : 29783 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002380194 832192512 30623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29784] ppid=29764 vsize=812688 CPUtime=0.38
/proc/29778/task/29784/stat : 29784 (java) S 29764 29764 29362 0 -1 64 917 0 0 0 38 0 0 0 15 0 9 0 2002380194 832192512 30623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29785] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29785/stat : 29785 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002380194 832192512 30623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29786] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29786/stat : 29786 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002380194 832192512 30623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860252

[startup+25.5029 s]
/proc/loadavg: 1.98 2.01 1.99 3/84 29786
/proc/meminfo: memFree=1349128/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=0.01
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29778] ppid=29764 vsize=812688 CPUtime=25.21
/proc/29778/stat : 29778 (java) S 29764 29764 29362 0 -1 0 31851 0 1 0 2498 23 0 0 18 0 9 0 2002380189 832192512 30824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29778/statm: 203172 30824 2594 9 0 197205 0
[pid=29778/tid=29779] ppid=29764 vsize=812688 CPUtime=20.15
/proc/29778/task/29779/stat : 29779 (java) R 29764 29764 29362 0 -1 64 14673 0 1 0 2000 15 0 0 25 0 9 0 2002380190 832192512 30824 996147200 134512640 134550740 4294955600 18446744073709551615 4127324730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29780] ppid=29764 vsize=812688 CPUtime=4.63
/proc/29778/task/29780/stat : 29780 (java) S 29764 29764 29362 0 -1 64 15556 0 0 0 457 6 0 0 16 0 9 0 2002380191 832192512 30824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29781] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29781/stat : 29781 (java) S 29764 29764 29362 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002380192 832192512 30824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29782] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29782/stat : 29782 (java) S 29764 29764 29362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002380192 832192512 30824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29783] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29783/stat : 29783 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002380194 832192512 30824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29784] ppid=29764 vsize=812688 CPUtime=0.39
/proc/29778/task/29784/stat : 29784 (java) S 29764 29764 29362 0 -1 64 922 0 0 0 39 0 0 0 16 0 9 0 2002380194 832192512 30824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29785] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29785/stat : 29785 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002380194 832192512 30824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29778/tid=29786] ppid=29764 vsize=812688 CPUtime=0
/proc/29778/task/29786/stat : 29786 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002380194 832192512 30824 996147200 134512640 134550740 4294955600 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) 860252

[startup+51.1025 s]
/proc/loadavg: 1.99 2.01 1.99 3/90 29825
/proc/meminfo: memFree=1265112/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=0.01

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

[pid=29826] ppid=29764 vsize=264112 CPUtime=566.13
/proc/29826/stat : 29826 (eSAT_static) R 29764 29764 29362 0 -1 4194304 60034 0 0 0 56576 37 0 0 25 0 1 0 2002387346 270450688 60016 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/29826/statm: 66028 60016 74 162 0 65863 0
Current children cumulated CPU time (s) 637.36
Current children cumulated vsize (KiB) 311676

[startup+702.302 s]
/proc/loadavg: 2.10 2.05 2.01 3/84 29952
/proc/meminfo: memFree=1038528/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=71.23
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 800 33646 0 1 0 0 7080 43 17 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29826] ppid=29764 vsize=264112 CPUtime=626.09
/proc/29826/stat : 29826 (eSAT_static) R 29764 29764 29362 0 -1 4194304 60139 0 0 0 62571 38 0 0 25 0 1 0 2002387346 270450688 60121 996147200 134512640 135177480 4294955968 18446744073709551615 134537392 0 0 4096 3 0 0 0 17 0 0 0
/proc/29826/statm: 66028 60121 74 162 0 65863 0
Current children cumulated CPU time (s) 697.32
Current children cumulated vsize (KiB) 311676

[startup+762.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/84 29952
/proc/meminfo: memFree=924800/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=71.23
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 800 33646 0 1 0 0 7080 43 17 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29826] ppid=29764 vsize=264112 CPUtime=686.04
/proc/29826/stat : 29826 (eSAT_static) R 29764 29764 29362 0 -1 4194304 60191 0 0 0 68566 38 0 0 25 0 1 0 2002387346 270450688 60173 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/29826/statm: 66028 60173 74 162 0 65863 0
Current children cumulated CPU time (s) 757.27
Current children cumulated vsize (KiB) 311676

[startup+822.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/84 29952
/proc/meminfo: memFree=842944/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=71.23
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 800 33646 0 1 0 0 7080 43 17 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29826] ppid=29764 vsize=276604 CPUtime=745.97
/proc/29826/stat : 29826 (eSAT_static) R 29764 29764 29362 0 -1 4194304 66147 0 0 0 74557 40 0 0 25 0 1 0 2002387346 283242496 66129 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 0 0 0
/proc/29826/statm: 69151 66129 74 162 0 68986 0
Current children cumulated CPU time (s) 817.2
Current children cumulated vsize (KiB) 324168

[startup+882.308 s]
/proc/loadavg: 2.61 2.20 2.06 3/84 29952
/proc/meminfo: memFree=15552/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=71.23
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 800 33646 0 1 0 0 7080 43 17 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29826] ppid=29764 vsize=276604 CPUtime=805.61
/proc/29826/stat : 29826 (eSAT_static) R 29764 29764 29362 0 -1 4194304 66183 0 0 0 80505 56 0 0 25 0 1 0 2002387346 283242496 66165 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 0 0 0
/proc/29826/statm: 69151 66165 74 162 0 68986 0
Current children cumulated CPU time (s) 876.84
Current children cumulated vsize (KiB) 324168

[startup+942.303 s]
/proc/loadavg: 2.60 2.28 2.09 3/84 29952
/proc/meminfo: memFree=15296/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=71.23
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 800 33646 0 1 0 0 7080 43 17 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29826] ppid=29764 vsize=276604 CPUtime=865.24
/proc/29826/stat : 29826 (eSAT_static) R 29764 29764 29362 0 -1 4194304 66242 0 0 0 86458 66 0 0 25 0 1 0 2002387346 283242496 66224 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 0 0 0
/proc/29826/statm: 69151 66224 74 162 0 68986 0
Current children cumulated CPU time (s) 936.47
Current children cumulated vsize (KiB) 324168

[startup+1002.31 s]
/proc/loadavg: 2.33 2.26 2.09 3/84 29952
/proc/meminfo: memFree=14976/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=71.23
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 800 33646 0 1 0 0 7080 43 17 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29826] ppid=29764 vsize=278724 CPUtime=924.88
/proc/29826/stat : 29826 (eSAT_static) R 29764 29764 29362 0 -1 4194304 68004 0 0 0 92418 70 0 0 25 0 1 0 2002387346 285413376 67986 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/29826/statm: 69681 67986 74 162 0 69516 0
Current children cumulated CPU time (s) 996.11
Current children cumulated vsize (KiB) 326288

[startup+1062.3 s]
/proc/loadavg: 2.18 2.22 2.09 3/84 29952
/proc/meminfo: memFree=75776/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=71.23
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 800 33646 0 1 0 0 7080 43 17 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29826] ppid=29764 vsize=207812 CPUtime=984.54
/proc/29826/stat : 29826 (eSAT_static) R 29764 29764 29362 0 -1 4194304 68292 0 2 0 98379 75 0 0 25 0 1 0 2002387346 212799488 51339 996147200 134512640 135177480 4294955968 18446744073709551615 134565175 0 0 4096 3 0 0 0 17 0 0 0
/proc/29826/statm: 51953 51339 79 162 0 51788 0
Current children cumulated CPU time (s) 1055.77
Current children cumulated vsize (KiB) 255376

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

[startup+1062.5 s]
/proc/loadavg: 2.18 2.22 2.09 3/84 29952
/proc/meminfo: memFree=75776/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=71.23
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 800 33646 0 1 0 0 7080 43 17 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29826] ppid=29764 vsize=207812 CPUtime=984.73
/proc/29826/stat : 29826 (eSAT_static) R 29764 29764 29362 0 -1 4194304 68292 0 2 0 98398 75 0 0 25 0 1 0 2002387346 212799488 51339 996147200 134512640 135177480 4294955968 18446744073709551615 134565258 0 0 4096 3 0 0 0 17 0 0 0
/proc/29826/statm: 51953 51339 79 162 0 51788 0
Current children cumulated CPU time (s) 1055.96
Current children cumulated vsize (KiB) 255376

[startup+1065.7 s]
/proc/loadavg: 2.17 2.22 2.09 3/84 29952
/proc/meminfo: memFree=67968/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=71.23
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 800 33646 0 1 0 0 7080 43 17 0 1 0 2002380185 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11891 365 246 79 0 219 0
[pid=29826] ppid=29764 vsize=207812 CPUtime=987.92
/proc/29826/stat : 29826 (eSAT_static) R 29764 29764 29362 0 -1 4194304 68292 0 2 0 98717 75 0 0 25 0 1 0 2002387346 212799488 51339 996147200 134512640 135177480 4294955968 18446744073709551615 134565254 0 0 4096 3 0 0 0 17 0 0 0
/proc/29826/statm: 51953 51339 79 162 0 51788 0
Current children cumulated CPU time (s) 1059.15
Current children cumulated vsize (KiB) 255376

[startup+1067.3 s]
/proc/loadavg: 2.17 2.22 2.09 4/92 29961
/proc/meminfo: memFree=255104/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47564 CPUtime=1059.89
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 836 101948 0 7 0 0 105868 121 16 0 1 0 2002380185 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 233402237010 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/29764/statm: 11891 366 246 79 0 219 0
[pid=29953] ppid=29764 vsize=812468 CPUtime=0.56
/proc/29953/stat : 29953 (java) S 29764 29764 29362 0 -1 0 5668 0 7 0 52 4 0 0 18 0 9 0 2002486833 831967232 5097 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29953/statm: 203117 5097 1856 9 0 197150 0
[pid=29953/tid=29954] ppid=29764 vsize=812468 CPUtime=0.37
/proc/29953/task/29954/stat : 29954 (java) R 29764 29764 29362 0 -1 64 4124 0 5 0 34 3 0 0 21 0 9 0 2002486840 831967232 5097 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29953/tid=29955] ppid=29764 vsize=812468 CPUtime=0
/proc/29953/task/29955/stat : 29955 (java) S 29764 29764 29362 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2002486849 831967232 5097 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=29953/tid=29956] ppid=29764 vsize=812468 CPUtime=0
/proc/29953/task/29956/stat : 29956 (java) S 29764 29764 29362 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 2002486849 831967232 5097 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29953/tid=29957] ppid=29764 vsize=812468 CPUtime=0
/proc/29953/task/29957/stat : 29957 (java) S 29764 29764 29362 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 2002486849 831967232 5097 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29953/tid=29958] ppid=29764 vsize=812468 CPUtime=0
/proc/29953/task/29958/stat : 29958 (java) S 29764 29764 29362 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 2002486853 831967232 5097 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29953/tid=29959] ppid=29764 vsize=812468 CPUtime=0.17
/proc/29953/task/29959/stat : 29959 (java) R 29764 29764 29362 0 -1 64 833 0 0 0 17 0 0 0 16 0 9 0 2002486853 831967232 5097 996147200 134512640 134550740 4294955616 18446744073709551615 102715922 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29953/tid=29960] ppid=29764 vsize=812468 CPUtime=0
/proc/29953/task/29960/stat : 29960 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2002486853 831967232 5097 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29953/tid=29961] ppid=29764 vsize=812468 CPUtime=0
/proc/29953/task/29961/stat : 29961 (java) S 29764 29764 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002486853 831967232 5097 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1060.45
Current children cumulated vsize (KiB) 860032

[startup+1067.7 s]
/proc/loadavg: 2.17 2.22 2.09 4/92 29961
/proc/meminfo: memFree=255104/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47568 CPUtime=1060.75
/proc/29764/stat : 29764 (galacE.sh) D 29762 29764 29362 0 -1 4194304 855 111009 0 14 0 0 105947 128 16 0 1 0 2002380185 48709632 368 996147200 4194304 4520092 548682068832 18446744073709551615 233402235653 0 0 4096 73728 18446744071563608240 0 0 17 0 0 0
/proc/29764/statm: 11892 368 246 79 0 220 0
Current children cumulated CPU time (s) 1060.75
Current children cumulated vsize (KiB) 47568

[startup+1067.9 s]
/proc/loadavg: 2.17 2.22 2.09 4/92 29961
/proc/meminfo: memFree=255104/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47572 CPUtime=1060.75
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 882 111009 0 14 0 0 105947 128 16 0 1 0 2002380185 48713728 369 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11893 369 246 79 0 221 0
Current children cumulated CPU time (s) 1060.75
Current children cumulated vsize (KiB) 47572

[startup+1068 s]
/proc/loadavg: 2.17 2.22 2.09 4/92 29961
/proc/meminfo: memFree=255104/2055920 swapFree=4111048/4192956
[pid=29764] ppid=29762 vsize=47572 CPUtime=1060.75
/proc/29764/stat : 29764 (galacE.sh) S 29762 29764 29362 0 -1 4194304 882 111009 0 14 0 0 105947 128 16 0 1 0 2002380185 48713728 369 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11893 369 246 79 0 221 0
Current children cumulated CPU time (s) 1060.75
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 1068.03
CPU time (s): 1060.78
CPU user time (s): 1059.48
CPU system time (s): 1.3018
CPU usage (%): 99.3212
Max. virtual memory (cumulated for all children) (KiB): 860472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1059.48
system time used= 1.3018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112049
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5406
involuntary context switches= 30792

runsolver used 1.22081 second user time and 3.2575 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 07:01:53
IDJOB=1085525
IDBENCH=57637
IDSOLVER=351
FILE ID=node70/1085525-1215234113
PBS_JOBID= 7881935
Free space on /tmp= 66340 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cabb6d4bbf0c17b67d9604b726382443
RANDOM SEED=1465304692

node70.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.256
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.256
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:       1477488 kB
Buffers:         73600 kB
Cached:         338204 kB
SwapCached:      76572 kB
Active:         295436 kB
Inactive:       221820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477488 kB
SwapTotal:     4192956 kB
SwapFree:      4111048 kB
Dirty:            3192 kB
Writeback:           0 kB
Mapped:         111372 kB
Slab:            46332 kB
Committed_AS:  4269924 kB
PageTables:       1896 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= 64820 MiB
End job on node70 at 2008-07-05 07:19:41