Trace number 1091573

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 606.856 612.263

General information on the benchmark

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

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.50/6.66	c start processing
6.50/6.66	c start relation processing
7.20/7.40	c start cnf exporting
30.47/30.81	c parsing time : 6.541
30.47/30.81	c preprocessing time : 30.685
30.47/30.81	
30.47/30.81	c Nary constraints - conflicts : 0 supports : 0
30.47/30.81	c Binary constraints - conflicts : 265 supports :0
30.47/30.81	c max arity constraint : 2
30.47/30.81	c Max Tuples generated 17956
30.47/30.81	c relations : 250
30.47/30.81	c relations BDD: 0
30.47/30.81	c sampling 210/250
30.47/30.81	c vars : 6371 - clauses :  1148095
30.47/30.81	
30.47/30.83	 
30.47/30.83	c --- SAT Solver Stats ---
30.47/30.83	 
30.47/30.83	c eSAT 0.1 : minisat core with additionnal features
30.47/30.83	c ============================[ Problem Statistics ]=============================
30.47/30.83	c |                                                                             |
30.47/30.83	c |  Number of variables:  6370                                                 |
30.47/30.83	c |  Number of clauses:    1148095                                              |
30.50/31.46	c |  Parsing time:         0.55         s                                       |
605.90/611.32	c restarts              : 118
605.90/611.32	c conflicts             : 1042           (2 /sec)
605.90/611.32	c decisions             : 133810         (59.53 % random) (233 /sec)
605.90/611.32	c euip                  : 271         
605.90/611.32	c propagations          : 564524         (981 /sec)
605.90/611.32	c conflict literals     : 165842         (5.98 % deleted)
605.90/611.32	c Memory used           : 87.77 MB
605.90/611.32	c CPU time              : 575.236 s
605.90/611.32	c 
605.90/611.32	s SATISFIABLE
606.78/612.25	v 70 103 124 137 142 67 97 106 141 160 10 14 47 61 65 7 17 27 65 76 4 39 61 80 126 52 59 73 82 93 37 54 95 106 117 1 27 81 97 104 16 27 37 48 51 0 10 15 25 35

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-1091573-1215275057/watcher-1091573-1215275057 -o /tmp/evaluation-result-1091573-1215275057/solver-1091573-1215275057 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1091573-1215275057.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.07 2.02 2.00 4/73 20868
/proc/meminfo: memFree=1718272/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=8652 CPUtime=0
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2006479178 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 2163 280 208 79 0 156 0
[pid=20869] ppid=20868 vsize=8688 CPUtime=0
/proc/20869/stat : 20869 (galacE.sh) S 20868 20868 19008 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2006479179 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 254195499090 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20869/statm: 2172 286 209 79 0 165 0
[pid=20870] ppid=20869 vsize=8728 CPUtime=0
/proc/20870/stat : 20870 (galacE.sh) R 20869 20868 19008 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2006479179 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 254195330343 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/20870/statm: 2182 290 209 79 0 175 0

[startup+0.0418239 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 20868
/proc/meminfo: memFree=1718272/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=0.01
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.104749 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 20868
/proc/meminfo: memFree=1718272/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=0.01
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301779 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 20868
/proc/meminfo: memFree=1718272/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=0.01
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701843 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 20868
/proc/meminfo: memFree=1718272/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=0.01
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50211 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 20890
/proc/meminfo: memFree=1672688/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=0.01
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20882] ppid=20868 vsize=812764 CPUtime=1.44
/proc/20882/stat : 20882 (java) S 20868 20868 19008 0 -1 0 16024 0 1 0 135 9 0 0 18 0 9 0 2006479182 832270336 15240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20882/statm: 203191 15240 2587 9 0 197172 0
[pid=20882/tid=20883] ppid=20868 vsize=812764 CPUtime=0.81
/proc/20882/task/20883/stat : 20883 (java) R 20868 20868 19008 0 -1 64 7577 0 1 0 77 4 0 0 23 0 9 0 2006479183 832270336 15240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20884] ppid=20868 vsize=812764 CPUtime=0.43
/proc/20882/task/20884/stat : 20884 (java) S 20868 20868 19008 0 -1 64 6966 0 0 0 41 2 0 0 16 0 9 0 2006479184 832270336 15240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20885] ppid=20868 vsize=812764 CPUtime=0
/proc/20882/task/20885/stat : 20885 (java) S 20868 20868 19008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006479184 832270336 15240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20886] ppid=20868 vsize=812764 CPUtime=0
/proc/20882/task/20886/stat : 20886 (java) S 20868 20868 19008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006479184 832270336 15240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20887] ppid=20868 vsize=812764 CPUtime=0
/proc/20882/task/20887/stat : 20887 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006479186 832270336 15240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20888] ppid=20868 vsize=812764 CPUtime=0.17
/proc/20882/task/20888/stat : 20888 (java) S 20868 20868 19008 0 -1 64 780 0 0 0 16 1 0 0 15 0 9 0 2006479186 832270336 15240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20889] ppid=20868 vsize=812764 CPUtime=0
/proc/20882/task/20889/stat : 20889 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006479186 832270336 15240 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20890] ppid=20868 vsize=812764 CPUtime=0
/proc/20882/task/20890/stat : 20890 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006479186 832270336 15240 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) 860328

[startup+3.10221 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 20890
/proc/meminfo: memFree=1660912/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=0.01
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20882] ppid=20868 vsize=812764 CPUtime=3.03
/proc/20882/stat : 20882 (java) S 20868 20868 19008 0 -1 0 19502 0 1 0 292 11 0 0 18 0 9 0 2006479182 832270336 18707 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20882/statm: 203191 18707 2587 9 0 197172 0
[pid=20882/tid=20883] ppid=20868 vsize=812764 CPUtime=1.35
/proc/20882/task/20883/stat : 20883 (java) R 20868 20868 19008 0 -1 64 7588 0 1 0 130 5 0 0 25 0 9 0 2006479183 832270336 18707 996147200 134512640 134550740 4294955600 18446744073709551615 4126701572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20884] ppid=20868 vsize=812764 CPUtime=1.45
/proc/20882/task/20884/stat : 20884 (java) S 20868 20868 19008 0 -1 64 10412 0 0 0 142 3 0 0 18 0 9 0 2006479184 832270336 18707 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20885] ppid=20868 vsize=812764 CPUtime=0
/proc/20882/task/20885/stat : 20885 (java) S 20868 20868 19008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006479184 832270336 18707 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20886] ppid=20868 vsize=812764 CPUtime=0
/proc/20882/task/20886/stat : 20886 (java) S 20868 20868 19008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006479184 832270336 18707 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20887] ppid=20868 vsize=812764 CPUtime=0
/proc/20882/task/20887/stat : 20887 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006479186 832270336 18707 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20888] ppid=20868 vsize=812764 CPUtime=0.2
/proc/20882/task/20888/stat : 20888 (java) S 20868 20868 19008 0 -1 64 801 0 0 0 19 1 0 0 15 0 9 0 2006479186 832270336 18707 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20889] ppid=20868 vsize=812764 CPUtime=0
/proc/20882/task/20889/stat : 20889 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006479186 832270336 18707 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20890] ppid=20868 vsize=812764 CPUtime=0
/proc/20882/task/20890/stat : 20890 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006479186 832270336 18707 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) 860328

[startup+6.30171 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 20890
/proc/meminfo: memFree=1641648/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=0.01
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20882] ppid=20868 vsize=812812 CPUtime=6.2
/proc/20882/stat : 20882 (java) S 20868 20868 19008 0 -1 0 23325 0 1 0 608 12 0 0 18 0 9 0 2006479182 832319488 22238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20882/statm: 203203 22238 2589 9 0 197184 0
[pid=20882/tid=20883] ppid=20868 vsize=812812 CPUtime=1.81
/proc/20882/task/20883/stat : 20883 (java) S 20868 20868 19008 0 -1 64 7607 0 1 0 176 5 0 0 18 0 9 0 2006479183 832319488 22238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20884] ppid=20868 vsize=812812 CPUtime=4.14
/proc/20882/task/20884/stat : 20884 (java) R 20868 20868 19008 0 -1 64 14204 0 0 0 409 5 0 0 25 0 9 0 2006479184 832319488 22238 996147200 134512640 134550740 4294955600 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20885] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20885/stat : 20885 (java) S 20868 20868 19008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006479184 832319488 22238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20886] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20886/stat : 20886 (java) S 20868 20868 19008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006479184 832319488 22238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20887] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20887/stat : 20887 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006479186 832319488 22238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20888] ppid=20868 vsize=812812 CPUtime=0.22
/proc/20882/task/20888/stat : 20888 (java) S 20868 20868 19008 0 -1 64 813 0 0 0 21 1 0 0 15 0 9 0 2006479186 832319488 22238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20889] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20889/stat : 20889 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006479186 832319488 22238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20890] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20890/stat : 20890 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006479186 832319488 22238 996147200 134512640 134550740 4294955600 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) 860376

[startup+12.7027 s]
/proc/loadavg: 2.13 2.03 2.01 3/83 20890
/proc/meminfo: memFree=1603056/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=0.01
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20882] ppid=20868 vsize=812812 CPUtime=12.53
/proc/20882/stat : 20882 (java) S 20868 20868 19008 0 -1 0 31128 0 1 0 1234 19 0 0 18 0 9 0 2006479182 832319488 30026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20882/statm: 203203 30026 2594 9 0 197184 0
[pid=20882/tid=20883] ppid=20868 vsize=812812 CPUtime=7.71
/proc/20882/task/20883/stat : 20883 (java) R 20868 20868 19008 0 -1 64 14645 0 1 0 760 11 0 0 25 0 9 0 2006479183 832319488 30026 996147200 134512640 134550740 4294955600 18446744073709551615 4127063037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20884] ppid=20868 vsize=812812 CPUtime=4.51
/proc/20882/task/20884/stat : 20884 (java) S 20868 20868 19008 0 -1 64 14937 0 0 0 446 5 0 0 16 0 9 0 2006479184 832319488 30026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20885] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20885/stat : 20885 (java) S 20868 20868 19008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006479184 832319488 30026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20886] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20886/stat : 20886 (java) S 20868 20868 19008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006479184 832319488 30026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20887] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20887/stat : 20887 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006479186 832319488 30026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20888] ppid=20868 vsize=812812 CPUtime=0.28
/proc/20882/task/20888/stat : 20888 (java) S 20868 20868 19008 0 -1 64 845 0 0 0 27 1 0 0 15 0 9 0 2006479186 832319488 30026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20889] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20889/stat : 20889 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006479186 832319488 30026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20890] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20890/stat : 20890 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006479186 832319488 30026 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) 860376

[startup+25.5017 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 20890
/proc/meminfo: memFree=1594416/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=0.01
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20882] ppid=20868 vsize=812812 CPUtime=25.21
/proc/20882/stat : 20882 (java) S 20868 20868 19008 0 -1 0 31251 0 1 0 2496 25 0 0 18 0 9 0 2006479182 832319488 30125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20882/statm: 203203 30125 2594 9 0 197184 0
[pid=20882/tid=20883] ppid=20868 vsize=812812 CPUtime=20.36
/proc/20882/task/20883/stat : 20883 (java) R 20868 20868 19008 0 -1 64 14670 0 1 0 2019 17 0 0 25 0 9 0 2006479183 832319488 30125 996147200 134512640 134550740 4294955600 18446744073709551615 104688752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20884] ppid=20868 vsize=812812 CPUtime=4.54
/proc/20882/task/20884/stat : 20884 (java) S 20868 20868 19008 0 -1 64 15031 0 0 0 449 5 0 0 16 0 9 0 2006479184 832319488 30125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20885] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20885/stat : 20885 (java) S 20868 20868 19008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006479184 832319488 30125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20886] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20886/stat : 20886 (java) S 20868 20868 19008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006479184 832319488 30125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20887] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20887/stat : 20887 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006479186 832319488 30125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20888] ppid=20868 vsize=812812 CPUtime=0.29
/proc/20882/task/20888/stat : 20888 (java) S 20868 20868 19008 0 -1 64 849 0 0 0 28 1 0 0 16 0 9 0 2006479186 832319488 30125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20889] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20889/stat : 20889 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006479186 832319488 30125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20882/tid=20890] ppid=20868 vsize=812812 CPUtime=0
/proc/20882/task/20890/stat : 20890 (java) S 20868 20868 19008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006479186 832319488 30125 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

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


[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20893
/proc/meminfo: memFree=1586288/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=30.5
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 800 32970 0 1 0 0 3021 29 17 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20891] ppid=20868 vsize=119956 CPUtime=487.2
/proc/20891/stat : 20891 (eSAT_static) R 20868 20868 19008 0 -1 4194304 28859 0 0 0 48703 17 0 0 25 0 1 0 2006482261 122834944 28841 996147200 134512640 135177480 4294955968 18446744073709551615 134537729 0 0 4096 3 0 0 0 17 1 0 0
/proc/20891/statm: 29989 28841 75 162 0 29824 0
Current children cumulated CPU time (s) 517.7
Current children cumulated vsize (KiB) 167520

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20893
/proc/meminfo: memFree=1582512/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=30.5
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 800 32970 0 1 0 0 3021 29 17 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20891] ppid=20868 vsize=136456 CPUtime=546.66
/proc/20891/stat : 20891 (eSAT_static) R 20868 20868 19008 0 -1 4194304 29797 0 0 0 54648 18 0 0 25 0 1 0 2006482261 139730944 29779 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/20891/statm: 34114 29779 75 162 0 33949 0
Current children cumulated CPU time (s) 577.16
Current children cumulated vsize (KiB) 184020

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

[startup+588.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20893
/proc/meminfo: memFree=1582512/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=30.5
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 800 32970 0 1 0 0 3021 29 17 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20891] ppid=20868 vsize=136456 CPUtime=553
/proc/20891/stat : 20891 (eSAT_static) R 20868 20868 19008 0 -1 4194304 29799 0 0 0 55282 18 0 0 25 0 1 0 2006482261 139730944 29781 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/20891/statm: 34114 29781 75 162 0 33949 0
Current children cumulated CPU time (s) 583.5
Current children cumulated vsize (KiB) 184020

[startup+601.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20893
/proc/meminfo: memFree=1581488/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=30.5
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 800 32970 0 1 0 0 3021 29 17 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20891] ppid=20868 vsize=136588 CPUtime=565.69
/proc/20891/stat : 20891 (eSAT_static) R 20868 20868 19008 0 -1 4194304 30067 0 0 0 56551 18 0 0 25 0 1 0 2006482261 139866112 30049 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/20891/statm: 34147 30049 75 162 0 33982 0
Current children cumulated CPU time (s) 596.19
Current children cumulated vsize (KiB) 184152

[startup+607.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20893
/proc/meminfo: memFree=1581488/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=30.5
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 800 32970 0 1 0 0 3021 29 17 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20891] ppid=20868 vsize=136588 CPUtime=572.03
/proc/20891/stat : 20891 (eSAT_static) R 20868 20868 19008 0 -1 4194304 30067 0 0 0 57185 18 0 0 25 0 1 0 2006482261 139866112 30049 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/20891/statm: 34147 30049 75 162 0 33982 0
Current children cumulated CPU time (s) 602.53
Current children cumulated vsize (KiB) 184152

[startup+609.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20893
/proc/meminfo: memFree=1581488/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=30.5
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 800 32970 0 1 0 0 3021 29 17 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20891] ppid=20868 vsize=136588 CPUtime=573.6
/proc/20891/stat : 20891 (eSAT_static) R 20868 20868 19008 0 -1 4194304 30067 0 0 0 57342 18 0 0 25 0 1 0 2006482261 139866112 30049 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/20891/statm: 34147 30049 75 162 0 33982 0
Current children cumulated CPU time (s) 604.1
Current children cumulated vsize (KiB) 184152

[startup+611.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20893
/proc/meminfo: memFree=1581488/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=30.5
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 800 32970 0 1 0 0 3021 29 17 0 1 0 2006479178 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20868/statm: 11891 365 246 79 0 219 0
[pid=20891] ppid=20868 vsize=89872 CPUtime=575.2
/proc/20891/stat : 20891 (eSAT_static) R 20868 20868 19008 0 -1 4194304 30078 0 0 0 57501 19 0 0 25 0 1 0 2006482261 92028928 21936 996147200 134512640 135177480 4294955968 18446744073709551615 134576668 0 0 4096 3 0 0 0 17 1 0 0
/proc/20891/statm: 22468 21936 80 162 0 22303 0
Current children cumulated CPU time (s) 605.7
Current children cumulated vsize (KiB) 137436

[startup+611.903 s]
/proc/loadavg: 2.00 2.00 2.00 5/83 20902
/proc/meminfo: memFree=1693864/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=605.95
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 836 63061 0 1 0 0 60545 50 16 0 1 0 2006479178 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 254195499090 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20868/statm: 11891 366 246 79 0 219 0
[pid=20894] ppid=20868 vsize=812772 CPUtime=0.54
/proc/20894/stat : 20894 (java) S 20868 20868 19008 0 -1 0 5497 0 1 0 50 4 0 0 18 0 9 0 2006540312 832278528 4917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20894/statm: 203193 4917 1855 9 0 197174 0
[pid=20894/tid=20895] ppid=20868 vsize=812772 CPUtime=0.41
/proc/20894/task/20895/stat : 20895 (java) R 20868 20868 19008 0 -1 64 4017 0 1 0 38 3 0 0 20 0 9 0 2006540313 832278528 4917 996147200 134512640 134550740 4294955616 18446744073709551615 4125977646 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20896] ppid=20868 vsize=812772 CPUtime=0
/proc/20894/task/20896/stat : 20896 (java) S 20868 20868 19008 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2006540315 832278528 4917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20897] ppid=20868 vsize=812772 CPUtime=0
/proc/20894/task/20897/stat : 20897 (java) S 20868 20868 19008 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2006540315 832278528 4917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20898] ppid=20868 vsize=812772 CPUtime=0
/proc/20894/task/20898/stat : 20898 (java) S 20868 20868 19008 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006540315 832278528 4917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20899] ppid=20868 vsize=812772 CPUtime=0
/proc/20894/task/20899/stat : 20899 (java) S 20868 20868 19008 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006540317 832278528 4917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20900] ppid=20868 vsize=812772 CPUtime=0.11
/proc/20894/task/20900/stat : 20900 (java) R 20868 20868 19008 0 -1 64 767 0 0 0 11 0 0 0 20 0 9 0 2006540317 832278528 4917 996147200 134512640 134550740 4294955616 18446744073709551615 101989170 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20901] ppid=20868 vsize=812772 CPUtime=0
/proc/20894/task/20901/stat : 20901 (java) S 20868 20868 19008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006540317 832278528 4917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20902] ppid=20868 vsize=812772 CPUtime=0
/proc/20894/task/20902/stat : 20902 (java) S 20868 20868 19008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006540317 832278528 4917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 606.49
Current children cumulated vsize (KiB) 860336

[startup+612.103 s]
/proc/loadavg: 2.00 2.00 2.00 5/83 20902
/proc/meminfo: memFree=1693864/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=605.95
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 836 63061 0 1 0 0 60545 50 16 0 1 0 2006479178 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 254195499090 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20868/statm: 11891 366 246 79 0 219 0
[pid=20894] ppid=20868 vsize=812884 CPUtime=0.74
/proc/20894/stat : 20894 (java) S 20868 20868 19008 0 -1 0 6068 0 1 0 70 4 0 0 18 0 9 0 2006540312 832393216 5451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20894/statm: 203221 5451 1906 9 0 197174 0
[pid=20894/tid=20895] ppid=20868 vsize=812884 CPUtime=0.61
/proc/20894/task/20895/stat : 20895 (java) R 20868 20868 19008 0 -1 64 4588 0 1 0 58 3 0 0 18 0 9 0 2006540313 832393216 5451 996147200 134512640 134550740 4294955616 18446744073709551615 4125958356 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20896] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20896/stat : 20896 (java) S 20868 20868 19008 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2006540315 832393216 5451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20897] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20897/stat : 20897 (java) S 20868 20868 19008 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2006540315 832393216 5451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20898] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20898/stat : 20898 (java) S 20868 20868 19008 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006540315 832393216 5451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20899] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20899/stat : 20899 (java) S 20868 20868 19008 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006540317 832393216 5451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20900] ppid=20868 vsize=812884 CPUtime=0.11
/proc/20894/task/20900/stat : 20900 (java) R 20868 20868 19008 0 -1 64 767 0 0 0 11 0 0 0 20 0 9 0 2006540317 832393216 5451 996147200 134512640 134550740 4294955616 18446744073709551615 101994075 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20901] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20901/stat : 20901 (java) S 20868 20868 19008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006540317 832393216 5451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20902] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20902/stat : 20902 (java) S 20868 20868 19008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006540317 832393216 5451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 606.69
Current children cumulated vsize (KiB) 860448

[startup+612.203 s]
/proc/loadavg: 2.00 2.00 2.00 5/83 20902
/proc/meminfo: memFree=1693864/2055920 swapFree=4179828/4192956
[pid=20868] ppid=20866 vsize=47564 CPUtime=605.95
/proc/20868/stat : 20868 (galacE.sh) S 20866 20868 19008 0 -1 4194304 836 63061 0 1 0 0 60545 50 16 0 1 0 2006479178 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 254195499090 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20868/statm: 11891 366 246 79 0 219 0
[pid=20894] ppid=20868 vsize=812884 CPUtime=0.83
/proc/20894/stat : 20894 (java) S 20868 20868 19008 0 -1 0 6356 0 1 0 79 4 0 0 18 0 9 0 2006540312 832393216 5739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20894/statm: 203221 5739 1910 9 0 197174 0
[pid=20894/tid=20895] ppid=20868 vsize=812884 CPUtime=0.64
/proc/20894/task/20895/stat : 20895 (java) R 20868 20868 19008 0 -1 64 4822 0 1 0 61 3 0 0 19 0 9 0 2006540313 832393216 5739 996147200 134512640 134550740 4294955616 18446744073709551615 4126882303 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20896] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20896/stat : 20896 (java) S 20868 20868 19008 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2006540315 832393216 5739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20897] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20897/stat : 20897 (java) S 20868 20868 19008 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2006540315 832393216 5739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20898] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20898/stat : 20898 (java) S 20868 20868 19008 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006540315 832393216 5739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20899] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20899/stat : 20899 (java) S 20868 20868 19008 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006540317 832393216 5739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20900] ppid=20868 vsize=812884 CPUtime=0.17
/proc/20894/task/20900/stat : 20900 (java) S 20868 20868 19008 0 -1 64 821 0 0 0 17 0 0 0 20 0 9 0 2006540317 832393216 5739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20901] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20901/stat : 20901 (java) S 20868 20868 19008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006540317 832393216 5739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20894/tid=20902] ppid=20868 vsize=812884 CPUtime=0
/proc/20894/task/20902/stat : 20902 (java) S 20868 20868 19008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006540317 832393216 5739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 606.78
Current children cumulated vsize (KiB) 860448

Child status: 0
Real time (s): 612.263
CPU time (s): 606.856
CPU user time (s): 606.269
CPU system time (s): 0.58691
CPU usage (%): 99.1169
Max. virtual memory (cumulated for all children) (KiB): 860688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 606.269
system time used= 0.58691
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71220
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= 2570
involuntary context switches= 15697

runsolver used 0.773882 second user time and 1.74173 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 18:24:17
IDJOB=1091573
IDBENCH=58564
IDSOLVER=351
FILE ID=node34/1091573-1215275057
PBS_JOBID= 7882190
Free space on /tmp= 66476 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2b46d5afef92305f7a6e417944434d2c
RANDOM SEED=1121617760

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1718752 kB
Buffers:         43676 kB
Cached:         230300 kB
SwapCached:       7272 kB
Active:         181428 kB
Inactive:       103900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718752 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            3452 kB
Writeback:           0 kB
Mapped:          18360 kB
Slab:            37040 kB
Committed_AS:  3557864 kB
PageTables:       1860 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= 66472 MiB
End job on node34 at 2008-07-05 18:34:29