Trace number 1051800

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 622.083 625.64

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-38_ext.xml
MD5SUMb1cd667c35ed5ba4931e06993e78bd10
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24981
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.74	c start processing
0.01/0.74	c start relation processing
1.25/1.36	c start cnf exporting
244.35/246.09	c parsing time : 0.618
244.35/246.09	c preprocessing time : 245.963
244.35/246.09	
244.35/246.09	c Nary constraints - conflicts : 0 supports : 25
244.35/246.09	c Binary constraints - conflicts : 300 supports :25
244.35/246.09	c max arity constraint : 3
244.35/246.09	c Max Tuples generated 0
244.35/246.09	c relations : 28
244.35/246.09	c relations BDD: 2
244.35/246.09	c sampling 0/0
244.35/246.09	c vars : 276072 - clauses :  13743625
244.35/246.09	
244.44/246.14	 
244.44/246.14	c --- SAT Solver Stats ---
244.44/246.14	 
244.44/246.14	c eSAT 0.1 : minisat core with additionnal features
244.44/246.14	c ============================[ Problem Statistics ]=============================
244.44/246.14	c |                                                                             |
244.44/246.14	c |  Number of variables:  276071                                               |
244.44/246.14	c |  Number of clauses:    13743625                                             |
249.69/251.49	c |  Parsing time:         4.52         s                                       |
619.27/622.87	c restarts              : 1001
619.27/622.87	c conflicts             : 103610         (277 /sec)
619.27/622.87	c decisions             : 788110         (26.03 % random) (2107 /sec)
619.27/622.87	c euip                  : 6828        
619.27/622.87	c propagations          : 727059041      (1943753 /sec)
619.27/622.87	c conflict literals     : 4348415        (27.37 % deleted)
619.27/622.87	c Memory used           : 515.79 MB
619.27/622.87	c CPU time              : 374.049 s
619.27/622.87	c 
619.36/622.97	s SATISFIABLE
621.93/625.52	v 18 5 19 5 16 16 17 10 11 3 13 29 12 1 21 5 20 1 4 3 9 1 25 6 15 5 3 0 22 4 8 6 6 14 10 8 5 3 23 4 2 1 14 4 7 2 1 2 24 2 10 26 36 39 68 69 74 75 78 79 85 90 90 94 100 114 122 125 129 130 134 136 138 140 140 0

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-1051800-1215054839/watcher-1051800-1215054839 -o /tmp/evaluation-result-1051800-1215054839/solver-1051800-1215054839 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1051800-1215054839.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.00 2.05 2.01 4/72 17613
/proc/meminfo: memFree=1762064/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=8652 CPUtime=0
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 117154054 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17613/statm: 2163 280 208 79 0 156 0
[pid=17614] ppid=17613 vsize=8688 CPUtime=0
/proc/17614/stat : 17614 (galacE.sh) S 17613 17613 15151 0 -1 4194368 57 243 0 0 0 0 0 0 16 0 1 0 117154054 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17614/statm: 2172 288 210 79 0 165 0

[startup+0.0493351 s]
/proc/loadavg: 2.00 2.05 2.01 4/72 17613
/proc/meminfo: memFree=1762064/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=0.01
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.10234 s]
/proc/loadavg: 2.00 2.05 2.01 4/72 17613
/proc/meminfo: memFree=1762064/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=0.01
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302361 s]
/proc/loadavg: 2.00 2.05 2.01 4/72 17613
/proc/meminfo: memFree=1762064/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=0.01
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702403 s]
/proc/loadavg: 2.00 2.05 2.01 4/72 17613
/proc/meminfo: memFree=1762064/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=0.01
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50149 s]
/proc/loadavg: 2.00 2.05 2.01 3/82 17635
/proc/meminfo: memFree=1722616/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=0.01
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
[pid=17627] ppid=17613 vsize=812756 CPUtime=1.43
/proc/17627/stat : 17627 (java) S 17613 17613 15151 0 -1 0 14009 0 1 0 135 8 0 0 19 0 9 0 117154057 832262144 13427 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17627/statm: 203189 13427 1905 9 0 197171 0
[pid=17627/tid=17628] ppid=17613 vsize=812756 CPUtime=1.14
/proc/17627/task/17628/stat : 17628 (java) R 17613 17613 15151 0 -1 64 12437 0 1 0 107 7 0 0 25 0 9 0 117154058 832262144 13427 996147200 134512640 134550740 4294955616 18446744073709551615 4127130850 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17629] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17629/stat : 17629 (java) S 17613 17613 15151 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 117154060 832262144 13427 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17630] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17630/stat : 17630 (java) S 17613 17613 15151 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 117154060 832262144 13427 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17631] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17631/stat : 17631 (java) S 17613 17613 15151 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 117154060 832262144 13427 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17632] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17632/stat : 17632 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 117154062 832262144 13427 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17633] ppid=17613 vsize=812756 CPUtime=0.28
/proc/17627/task/17633/stat : 17633 (java) S 17613 17613 15151 0 -1 64 868 0 0 0 28 0 0 0 15 0 9 0 117154062 832262144 13427 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17634] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17634/stat : 17634 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117154062 832262144 13427 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17635] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17635/stat : 17635 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117154062 832262144 13427 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860324

[startup+3.10166 s]
/proc/loadavg: 2.00 2.05 2.01 3/82 17635
/proc/meminfo: memFree=1686584/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=0.01
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
[pid=17627] ppid=17613 vsize=812756 CPUtime=3.03
/proc/17627/stat : 17627 (java) S 17613 17613 15151 0 -1 0 22326 0 1 0 291 12 0 0 19 0 9 0 117154057 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17627/statm: 203189 21741 1916 9 0 197171 0
[pid=17627/tid=17628] ppid=17613 vsize=812756 CPUtime=2.62
/proc/17627/task/17628/stat : 17628 (java) R 17613 17613 15151 0 -1 64 14541 0 1 0 254 8 0 0 25 0 9 0 117154058 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4127080188 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17629] ppid=17613 vsize=812756 CPUtime=0.09
/proc/17627/task/17629/stat : 17629 (java) S 17613 17613 15151 0 -1 64 6213 0 0 0 7 2 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17630] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17630/stat : 17630 (java) S 17613 17613 15151 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17631] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17631/stat : 17631 (java) S 17613 17613 15151 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17632] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17632/stat : 17632 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17633] ppid=17613 vsize=812756 CPUtime=0.28
/proc/17627/task/17633/stat : 17633 (java) S 17613 17613 15151 0 -1 64 872 0 0 0 28 0 0 0 15 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17634] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17634/stat : 17634 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17635] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17635/stat : 17635 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860324

[startup+6.30297 s]
/proc/loadavg: 2.00 2.05 2.01 3/82 17635
/proc/meminfo: memFree=1678264/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=0.01
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
[pid=17627] ppid=17613 vsize=812756 CPUtime=6.19
/proc/17627/stat : 17627 (java) S 17613 17613 15151 0 -1 0 22334 0 1 0 606 13 0 0 19 0 9 0 117154057 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17627/statm: 203189 21741 1916 9 0 197171 0
[pid=17627/tid=17628] ppid=17613 vsize=812756 CPUtime=5.79
/proc/17627/task/17628/stat : 17628 (java) R 17613 17613 15151 0 -1 64 14549 0 1 0 570 9 0 0 25 0 9 0 117154058 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4126604493 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17629] ppid=17613 vsize=812756 CPUtime=0.09
/proc/17627/task/17629/stat : 17629 (java) S 17613 17613 15151 0 -1 64 6213 0 0 0 7 2 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17630] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17630/stat : 17630 (java) S 17613 17613 15151 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17631] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17631/stat : 17631 (java) S 17613 17613 15151 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17632] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17632/stat : 17632 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17633] ppid=17613 vsize=812756 CPUtime=0.28
/proc/17627/task/17633/stat : 17633 (java) S 17613 17613 15151 0 -1 64 872 0 0 0 28 0 0 0 15 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17634] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17634/stat : 17634 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17635] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17635/stat : 17635 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860324

[startup+12.7016 s]
/proc/loadavg: 2.00 2.05 2.01 3/82 17635
/proc/meminfo: memFree=1672712/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=0.01
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
[pid=17627] ppid=17613 vsize=812756 CPUtime=12.53
/proc/17627/stat : 17627 (java) S 17613 17613 15151 0 -1 0 22348 0 1 0 1237 16 0 0 19 0 9 0 117154057 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17627/statm: 203189 21741 1916 9 0 197171 0
[pid=17627/tid=17628] ppid=17613 vsize=812756 CPUtime=12.11
/proc/17627/task/17628/stat : 17628 (java) R 17613 17613 15151 0 -1 64 14563 0 1 0 1199 12 0 0 25 0 9 0 117154058 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 103568641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17629] ppid=17613 vsize=812756 CPUtime=0.1
/proc/17627/task/17629/stat : 17629 (java) S 17613 17613 15151 0 -1 64 6213 0 0 0 8 2 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17630] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17630/stat : 17630 (java) S 17613 17613 15151 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17631] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17631/stat : 17631 (java) S 17613 17613 15151 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17632] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17632/stat : 17632 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17633] ppid=17613 vsize=812756 CPUtime=0.28
/proc/17627/task/17633/stat : 17633 (java) S 17613 17613 15151 0 -1 64 872 0 0 0 28 0 0 0 15 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17634] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17634/stat : 17634 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17635] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17635/stat : 17635 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860324

[startup+25.5029 s]
/proc/loadavg: 2.00 2.04 2.01 3/82 17635
/proc/meminfo: memFree=1661576/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=0.01
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
[pid=17627] ppid=17613 vsize=812756 CPUtime=25.2
/proc/17627/stat : 17627 (java) S 17613 17613 15151 0 -1 0 22374 0 1 0 2498 22 0 0 19 0 9 0 117154057 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17627/statm: 203189 21741 1916 9 0 197171 0
[pid=17627/tid=17628] ppid=17613 vsize=812756 CPUtime=24.78
/proc/17627/task/17628/stat : 17628 (java) R 17613 17613 15151 0 -1 64 14589 0 1 0 2460 18 0 0 25 0 9 0 117154058 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4126663617 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17629] ppid=17613 vsize=812756 CPUtime=0.12
/proc/17627/task/17629/stat : 17629 (java) S 17613 17613 15151 0 -1 64 6213 0 0 0 9 3 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17630] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17630/stat : 17630 (java) S 17613 17613 15151 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17631] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17631/stat : 17631 (java) S 17613 17613 15151 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 117154060 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17632] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17632/stat : 17632 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17633] ppid=17613 vsize=812756 CPUtime=0.28
/proc/17627/task/17633/stat : 17633 (java) S 17613 17613 15151 0 -1 64 872 0 0 0 28 0 0 0 16 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17634] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17634/stat : 17634 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17627/tid=17635] ppid=17613 vsize=812756 CPUtime=0
/proc/17627/task/17635/stat : 17635 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117154062 832262144 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860324

[startup+51.1025 s]

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

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

[startup+588.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17672
/proc/meminfo: memFree=948864/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=244.47
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 798 25026 0 1 0 1 24315 131 17 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
[pid=17672] ppid=17613 vsize=528160 CPUtime=340.87
/proc/17672/stat : 17672 (eSAT_static) R 17613 17613 15151 0 -1 4194304 126853 0 0 0 34005 82 0 0 25 0 1 0 117178668 540835840 126835 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17672/statm: 132040 126835 78 162 0 131875 0
Current children cumulated CPU time (s) 585.34
Current children cumulated vsize (KiB) 575728

[startup+601.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17672
/proc/meminfo: memFree=948864/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=244.47
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 798 25026 0 1 0 1 24315 131 17 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
[pid=17672] ppid=17613 vsize=528160 CPUtime=353.6
/proc/17672/stat : 17672 (eSAT_static) R 17613 17613 15151 0 -1 4194304 126853 0 0 0 35278 82 0 0 25 0 1 0 117178668 540835840 126835 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17672/statm: 132040 126835 78 162 0 131875 0
Current children cumulated CPU time (s) 598.07
Current children cumulated vsize (KiB) 575728

[startup+614.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17672
/proc/meminfo: memFree=948864/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=244.47
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 798 25026 0 1 0 1 24315 131 17 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
[pid=17672] ppid=17613 vsize=528160 CPUtime=366.34
/proc/17672/stat : 17672 (eSAT_static) R 17613 17613 15151 0 -1 4194304 126853 0 0 0 36552 82 0 0 25 0 1 0 117178668 540835840 126835 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17672/statm: 132040 126835 78 162 0 131875 0
Current children cumulated CPU time (s) 610.81
Current children cumulated vsize (KiB) 575728

[startup+620.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17672
/proc/meminfo: memFree=948864/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=244.47
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 798 25026 0 1 0 1 24315 131 17 0 1 0 117154054 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17613/statm: 11892 363 244 79 0 219 0
[pid=17672] ppid=17613 vsize=528160 CPUtime=372.71
/proc/17672/stat : 17672 (eSAT_static) R 17613 17613 15151 0 -1 4194304 126853 0 0 0 37189 82 0 0 25 0 1 0 117178668 540835840 126835 996147200 134512640 135177480 4294955984 18446744073709551615 134547896 0 0 4096 3 0 0 0 17 0 0 0
/proc/17672/statm: 132040 126835 78 162 0 131875 0
Current children cumulated CPU time (s) 617.18
Current children cumulated vsize (KiB) 575728

[startup+623.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 17681
/proc/meminfo: memFree=1432832/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=619.53
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 834 151900 0 1 0 1 61730 222 16 0 1 0 117154054 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/17613/statm: 11892 364 244 79 0 219 0
[pid=17673] ppid=17613 vsize=812916 CPUtime=0.81
/proc/17673/stat : 17673 (java) S 17613 17613 15151 0 -1 0 12698 0 1 0 74 7 0 0 20 0 9 0 117216360 832425984 12081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17673/statm: 203229 12081 1912 9 0 197183 0
[pid=17673/tid=17674] ppid=17613 vsize=812916 CPUtime=0.58
/proc/17673/task/17674/stat : 17674 (java) R 17613 17613 15151 0 -1 64 11135 0 1 0 52 6 0 0 25 0 9 0 117216361 832425984 12081 996147200 134512640 134550740 4294955616 18446744073709551615 4126942140 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17675] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17675/stat : 17675 (java) S 17613 17613 15151 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 117216363 832425984 12081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17676] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17676/stat : 17676 (java) S 17613 17613 15151 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 117216363 832425984 12081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17677] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17677/stat : 17677 (java) S 17613 17613 15151 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 117216363 832425984 12081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17678] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17678/stat : 17678 (java) S 17613 17613 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 117216365 832425984 12081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17679] ppid=17613 vsize=812916 CPUtime=0.21
/proc/17673/task/17679/stat : 17679 (java) S 17613 17613 15151 0 -1 64 850 0 0 0 21 0 0 0 16 0 9 0 117216365 832425984 12081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17680] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17680/stat : 17680 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117216365 832425984 12081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17681] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17681/stat : 17681 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117216365 832425984 12081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 620.34
Current children cumulated vsize (KiB) 860484

[startup+624.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 17681
/proc/meminfo: memFree=1399744/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=619.53
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 834 151900 0 1 0 1 61730 222 16 0 1 0 117154054 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/17613/statm: 11892 364 244 79 0 219 0
[pid=17673] ppid=17613 vsize=812916 CPUtime=1.61
/proc/17673/stat : 17673 (java) S 17613 17613 15151 0 -1 0 16261 0 1 0 152 9 0 0 20 0 9 0 117216360 832425984 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17673/statm: 203229 15641 1924 9 0 197183 0
[pid=17673/tid=17674] ppid=17613 vsize=812916 CPUtime=1.37
/proc/17673/task/17674/stat : 17674 (java) R 17613 17613 15151 0 -1 64 14524 0 1 0 129 8 0 0 25 0 9 0 117216361 832425984 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4126951741 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17675] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17675/stat : 17675 (java) S 17613 17613 15151 0 -1 64 176 0 0 0 0 0 0 0 16 0 9 0 117216363 832425984 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17676] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17676/stat : 17676 (java) S 17613 17613 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 117216363 832425984 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17677] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17677/stat : 17677 (java) S 17613 17613 15151 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 117216363 832425984 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17678] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17678/stat : 17678 (java) S 17613 17613 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 117216365 832425984 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17679] ppid=17613 vsize=812916 CPUtime=0.21
/proc/17673/task/17679/stat : 17679 (java) S 17613 17613 15151 0 -1 64 850 0 0 0 21 0 0 0 16 0 9 0 117216365 832425984 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17680] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17680/stat : 17680 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117216365 832425984 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17681] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17681/stat : 17681 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117216365 832425984 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 621.14
Current children cumulated vsize (KiB) 860484

[startup+625.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 17681
/proc/meminfo: memFree=1399744/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=619.53
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 834 151900 0 1 0 1 61730 222 16 0 1 0 117154054 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/17613/statm: 11892 364 244 79 0 219 0
[pid=17673] ppid=17613 vsize=812916 CPUtime=2.02
/proc/17673/stat : 17673 (java) S 17613 17613 15151 0 -1 0 16269 0 1 0 192 10 0 0 20 0 9 0 117216360 832425984 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17673/statm: 203229 15648 1924 9 0 197183 0
[pid=17673/tid=17674] ppid=17613 vsize=812916 CPUtime=1.75
/proc/17673/task/17674/stat : 17674 (java) R 17613 17613 15151 0 -1 64 14525 0 1 0 167 8 0 0 25 0 9 0 117216361 832425984 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4126949847 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17675] ppid=17613 vsize=812916 CPUtime=0.01
/proc/17673/task/17675/stat : 17675 (java) S 17613 17613 15151 0 -1 64 176 0 0 0 1 0 0 0 16 0 9 0 117216363 832425984 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17676] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17676/stat : 17676 (java) S 17613 17613 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 117216363 832425984 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17677] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17677/stat : 17677 (java) S 17613 17613 15151 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 117216363 832425984 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17678] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17678/stat : 17678 (java) S 17613 17613 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 117216365 832425984 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17679] ppid=17613 vsize=812916 CPUtime=0.23
/proc/17673/task/17679/stat : 17679 (java) S 17613 17613 15151 0 -1 64 857 0 0 0 23 0 0 0 16 0 9 0 117216365 832425984 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17680] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17680/stat : 17680 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117216365 832425984 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17681] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17681/stat : 17681 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117216365 832425984 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 621.55
Current children cumulated vsize (KiB) 860484

[startup+625.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 17681
/proc/meminfo: memFree=1399744/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47568 CPUtime=619.53
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 841 151900 0 1 0 1 61730 222 16 0 1 0 117154054 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/17613/statm: 11892 365 244 79 0 219 0
[pid=17673] ppid=17613 vsize=812916 CPUtime=2.4
/proc/17673/stat : 17673 (java) S 17613 17613 15151 0 -1 0 16273 0 1 0 230 10 0 0 20 0 9 0 117216360 832425984 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17673/statm: 203229 15650 1924 9 0 197183 0
[pid=17673/tid=17674] ppid=17613 vsize=812916 CPUtime=2.13
/proc/17673/task/17674/stat : 17674 (java) S 17613 17613 15151 0 -1 64 14528 0 1 0 205 8 0 0 25 0 9 0 117216361 832425984 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17675] ppid=17613 vsize=812916 CPUtime=0.01
/proc/17673/task/17675/stat : 17675 (java) S 17613 17613 15151 0 -1 64 176 0 0 0 1 0 0 0 16 0 9 0 117216363 832425984 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17676] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17676/stat : 17676 (java) S 17613 17613 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 117216363 832425984 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17677] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17677/stat : 17677 (java) S 17613 17613 15151 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 117216363 832425984 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17678] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17678/stat : 17678 (java) S 17613 17613 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 117216365 832425984 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17679] ppid=17613 vsize=812916 CPUtime=0.23
/proc/17673/task/17679/stat : 17679 (java) S 17613 17613 15151 0 -1 64 858 0 0 0 23 0 0 0 16 0 9 0 117216365 832425984 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17680] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17680/stat : 17680 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117216365 832425984 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17681] ppid=17613 vsize=812916 CPUtime=0
/proc/17673/task/17681/stat : 17681 (java) S 17613 17613 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117216365 832425984 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 621.93
Current children cumulated vsize (KiB) 860484

[startup+625.603 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 17681
/proc/meminfo: memFree=1399744/2055920 swapFree=4192812/4192956
[pid=17613] ppid=17611 vsize=47572 CPUtime=621.95
/proc/17613/stat : 17613 (galacE.sh) S 17611 17613 15151 0 -1 4194304 879 168178 0 2 0 1 61961 233 17 0 1 0 117154054 48713728 366 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17613/statm: 11893 366 244 79 0 220 0
Current children cumulated CPU time (s) 621.95
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 625.64
CPU time (s): 622.083
CPU user time (s): 619.619
CPU system time (s): 2.46462
CPU usage (%): 99.4316
Max. virtual memory (cumulated for all children) (KiB): 860484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 619.619
system time used= 2.46462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169214
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= 10575
involuntary context switches= 22144

runsolver used 0.932858 second user time and 1.90871 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-03 05:13:59
IDJOB=1051800
IDBENCH=55502
IDSOLVER=351
FILE ID=node27/1051800-1215054839
PBS_JOBID= 7875119
Free space on /tmp= 66464 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-38_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051800-1215054839/watcher-1051800-1215054839 -o /tmp/evaluation-result-1051800-1215054839/solver-1051800-1215054839 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1051800-1215054839.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1cd667c35ed5ba4931e06993e78bd10
RANDOM SEED=1245669305

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1762480 kB
Buffers:         40348 kB
Cached:         174804 kB
SwapCached:          0 kB
Active:         151564 kB
Inactive:        86320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3340 kB
Writeback:           0 kB
Mapped:          35972 kB
Slab:            41156 kB
Committed_AS:   312008 kB
PageTables:       1524 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66456 MiB
End job on node27 at 2008-07-03 05:24:25