Trace number 1051547

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 471.178 473.755

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-54_ext.xml
MD5SUM5595f8aff8e667477c35af26f6ef9eca
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 benchmark0.511921
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.70	c start processing
0.01/0.70	c start relation processing
1.15/1.23	c start cnf exporting
222.57/222.88	c parsing time : 0.58
222.57/222.88	c preprocessing time : 222.763
222.57/222.88	
222.57/222.88	c Nary constraints - conflicts : 0 supports : 25
222.57/222.88	c Binary constraints - conflicts : 300 supports :25
222.57/222.88	c max arity constraint : 3
222.57/222.88	c Max Tuples generated 0
222.57/222.88	c relations : 28
222.57/222.88	c relations BDD: 2
222.57/222.88	c sampling 0/0
222.57/222.88	c vars : 265776 - clauses :  13692931
222.57/222.88	
222.66/222.90	 
222.66/222.90	c --- SAT Solver Stats ---
222.66/222.90	 
222.66/222.90	c eSAT 0.1 : minisat core with additionnal features
222.66/222.90	c ============================[ Problem Statistics ]=============================
222.66/222.90	c |                                                                             |
222.66/222.90	c |  Number of variables:  265775                                               |
222.66/222.90	c |  Number of clauses:    13692931                                             |
227.90/228.21	c |  Parsing time:         4.49         s                                       |
468.33/470.98	c restarts              : 837
468.33/470.98	c conflicts             : 81777          (334 /sec)
468.33/470.98	c decisions             : 607187         (27.96 % random) (2479 /sec)
468.33/470.98	c euip                  : 5809        
468.33/470.98	c propagations          : 495703020      (2023453 /sec)
468.33/470.98	c conflict literals     : 2050346        (24.30 % deleted)
468.33/470.98	c Memory used           : 513.42 MB
468.33/470.98	c CPU time              : 244.979 s
468.33/470.98	c 
468.43/471.09	s SATISFIABLE
471.00/473.63	v 16 5 19 13 14 0 15 5 1 2 24 8 6 9 9 1 11 5 12 14 2 1 22 2 20 0 5 7 23 2 7 3 8 14 10 3 25 0 21 10 4 4 13 0 3 2 17 6 18 21 18 18 23 25 33 42 43 48 62 63 65 65 72 74 77 91 94 94 104 108 108 110 116 137 137 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-1051547-1215053926/watcher-1051547-1215053926 -o /tmp/evaluation-result-1051547-1215053926/solver-1051547-1215053926 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1051547-1215053926.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.86 1.97 1.99 4/74 20896
/proc/meminfo: memFree=1796880/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=8652 CPUtime=0
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984366638 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20896/statm: 2163 280 208 79 0 156 0
[pid=20897] ppid=20896 vsize=8688 CPUtime=0
/proc/20897/stat : 20897 (galacE.sh) S 20896 20896 18316 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1984366639 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20897/statm: 2172 286 209 79 0 165 0
[pid=20898] ppid=20897 vsize=8728 CPUtime=0
/proc/20898/stat : 20898 (galacE.sh) R 20897 20896 18316 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1984366639 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 253307186471 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/20898/statm: 2182 290 209 79 0 175 0

[startup+0.034914 s]
/proc/loadavg: 1.86 1.97 1.99 4/74 20896
/proc/meminfo: memFree=1796880/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47560 CPUtime=0.01
/proc/20896/stat : 20896 (galacE.sh) D 20894 20896 18316 0 -1 4194304 750 1697 0 0 0 0 0 1 18 0 1 0 1984366638 48701440 361 996147200 4194304 4520092 548682068832 18446744073709551615 253307354610 0 2147483391 4096 73728 18446744072099781622 0 0 17 1 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.104823 s]
/proc/loadavg: 1.86 1.97 1.99 4/74 20896
/proc/meminfo: memFree=1796880/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=0.01
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301839 s]
/proc/loadavg: 1.86 1.97 1.99 4/74 20896
/proc/meminfo: memFree=1796880/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=0.01
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701875 s]
/proc/loadavg: 1.86 1.97 1.99 4/74 20896
/proc/meminfo: memFree=1796880/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=0.01
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50295 s]
/proc/loadavg: 1.86 1.97 1.99 3/84 20918
/proc/meminfo: memFree=1758080/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=0.01
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
[pid=20910] ppid=20896 vsize=812760 CPUtime=1.44
/proc/20910/stat : 20910 (java) S 20896 20896 18316 0 -1 0 19688 0 1 0 135 9 0 0 18 0 9 0 1984366642 832266240 19105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20910/statm: 203190 19106 1916 9 0 197171 0
[pid=20910/tid=20911] ppid=20896 vsize=812760 CPUtime=1.15
/proc/20910/task/20911/stat : 20911 (java) R 20896 20896 18316 0 -1 64 14535 0 1 0 108 7 0 0 25 0 9 0 1984366643 832266240 19106 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20912] ppid=20896 vsize=812760 CPUtime=0.02
/proc/20910/task/20912/stat : 20912 (java) R 20896 20896 18316 0 -1 64 3581 0 0 0 1 1 0 0 16 0 9 0 1984366644 832266240 19107 996147200 134512640 134550740 4294955616 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20913] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20913/stat : 20913 (java) S 20896 20896 18316 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 1984366644 832266240 19108 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20914] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20914/stat : 20914 (java) S 20896 20896 18316 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1984366644 832266240 19109 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20915] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20915/stat : 20915 (java) S 20896 20896 18316 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1984366646 832266240 19110 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20916] ppid=20896 vsize=812760 CPUtime=0.25
/proc/20910/task/20916/stat : 20916 (java) S 20896 20896 18316 0 -1 64 876 0 0 0 25 0 0 0 15 0 9 0 1984366646 832266240 19111 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20917] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20917/stat : 20917 (java) S 20896 20896 18316 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984366646 832266240 19111 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20918] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20918/stat : 20918 (java) S 20896 20896 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984366646 832266240 19112 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860324

[startup+3.1021 s]
/proc/loadavg: 1.86 1.97 1.99 3/84 20918
/proc/meminfo: memFree=1716096/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=0.01
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
[pid=20910] ppid=20896 vsize=812760 CPUtime=3.05
/proc/20910/stat : 20910 (java) S 20896 20896 18316 0 -1 0 22269 0 1 0 294 11 0 0 18 0 9 0 1984366642 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20910/statm: 203190 21683 1917 9 0 197171 0
[pid=20910/tid=20911] ppid=20896 vsize=812760 CPUtime=2.68
/proc/20910/task/20911/stat : 20911 (java) R 20896 20896 18316 0 -1 64 14539 0 1 0 261 7 0 0 25 0 9 0 1984366643 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4127130869 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20912] ppid=20896 vsize=812760 CPUtime=0.08
/proc/20910/task/20912/stat : 20912 (java) S 20896 20896 18316 0 -1 64 6155 0 0 0 7 1 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20913] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20913/stat : 20913 (java) S 20896 20896 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20914] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20914/stat : 20914 (java) S 20896 20896 18316 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20915] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20915/stat : 20915 (java) S 20896 20896 18316 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20916] ppid=20896 vsize=812760 CPUtime=0.25
/proc/20910/task/20916/stat : 20916 (java) S 20896 20896 18316 0 -1 64 876 0 0 0 25 0 0 0 15 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20917] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20917/stat : 20917 (java) S 20896 20896 18316 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20918] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20918/stat : 20918 (java) S 20896 20896 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860324

[startup+6.30139 s]
/proc/loadavg: 1.87 1.97 1.99 3/84 20918
/proc/meminfo: memFree=1713088/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=0.01
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
[pid=20910] ppid=20896 vsize=812760 CPUtime=6.24
/proc/20910/stat : 20910 (java) S 20896 20896 18316 0 -1 0 22278 0 1 0 612 12 0 0 18 0 9 0 1984366642 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20910/statm: 203190 21683 1917 9 0 197171 0
[pid=20910/tid=20911] ppid=20896 vsize=812760 CPUtime=5.87
/proc/20910/task/20911/stat : 20911 (java) R 20896 20896 18316 0 -1 64 14548 0 1 0 578 9 0 0 25 0 9 0 1984366643 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 102715030 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20912] ppid=20896 vsize=812760 CPUtime=0.08
/proc/20910/task/20912/stat : 20912 (java) S 20896 20896 18316 0 -1 64 6155 0 0 0 7 1 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20913] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20913/stat : 20913 (java) S 20896 20896 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20914] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20914/stat : 20914 (java) S 20896 20896 18316 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20915] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20915/stat : 20915 (java) S 20896 20896 18316 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20916] ppid=20896 vsize=812760 CPUtime=0.25
/proc/20910/task/20916/stat : 20916 (java) S 20896 20896 18316 0 -1 64 876 0 0 0 25 0 0 0 15 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20917] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20917/stat : 20917 (java) S 20896 20896 18316 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20918] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20918/stat : 20918 (java) S 20896 20896 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 860324

[startup+12.703 s]
/proc/loadavg: 1.88 1.97 1.99 3/84 20918
/proc/meminfo: memFree=1706816/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=0.01
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
[pid=20910] ppid=20896 vsize=812760 CPUtime=12.63
/proc/20910/stat : 20910 (java) S 20896 20896 18316 0 -1 0 22292 0 1 0 1247 16 0 0 18 0 9 0 1984366642 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20910/statm: 203190 21683 1917 9 0 197171 0
[pid=20910/tid=20911] ppid=20896 vsize=812760 CPUtime=12.26
/proc/20910/task/20911/stat : 20911 (java) R 20896 20896 18316 0 -1 64 14562 0 1 0 1213 13 0 0 25 0 9 0 1984366643 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4126663571 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20912] ppid=20896 vsize=812760 CPUtime=0.08
/proc/20910/task/20912/stat : 20912 (java) S 20896 20896 18316 0 -1 64 6155 0 0 0 7 1 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20913] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20913/stat : 20913 (java) S 20896 20896 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20914] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20914/stat : 20914 (java) S 20896 20896 18316 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20915] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20915/stat : 20915 (java) S 20896 20896 18316 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20916] ppid=20896 vsize=812760 CPUtime=0.25
/proc/20910/task/20916/stat : 20916 (java) S 20896 20896 18316 0 -1 64 876 0 0 0 25 0 0 0 15 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20917] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20917/stat : 20917 (java) S 20896 20896 18316 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20918] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20918/stat : 20918 (java) S 20896 20896 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 860324

[startup+25.5011 s]
/proc/loadavg: 1.91 1.97 1.99 3/84 20918
/proc/meminfo: memFree=1694400/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=0.01
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
[pid=20910] ppid=20896 vsize=812760 CPUtime=25.42
/proc/20910/stat : 20910 (java) S 20896 20896 18316 0 -1 0 22322 0 1 0 2520 22 0 0 18 0 9 0 1984366642 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20910/statm: 203190 21683 1917 9 0 197171 0
[pid=20910/tid=20911] ppid=20896 vsize=812760 CPUtime=25.03
/proc/20910/task/20911/stat : 20911 (java) R 20896 20896 18316 0 -1 64 14592 0 1 0 2485 18 0 0 25 0 9 0 1984366643 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4127033372 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20912] ppid=20896 vsize=812760 CPUtime=0.1
/proc/20910/task/20912/stat : 20912 (java) S 20896 20896 18316 0 -1 64 6155 0 0 0 8 2 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20913] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20913/stat : 20913 (java) S 20896 20896 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20914] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20914/stat : 20914 (java) S 20896 20896 18316 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984366644 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20915] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20915/stat : 20915 (java) S 20896 20896 18316 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20916] ppid=20896 vsize=812760 CPUtime=0.25
/proc/20910/task/20916/stat : 20916 (java) S 20896 20896 18316 0 -1 64 876 0 0 0 25 0 0 0 16 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20917] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20917/stat : 20917 (java) S 20896 20896 18316 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20910/tid=20918] ppid=20896 vsize=812760 CPUtime=0
/proc/20910/task/20918/stat : 20918 (java) S 20896 20896 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984366646 832266240 21683 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43

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

/proc/20910/task/20918/stat : 20918 (java) S 20896 20896 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984366646 832266240 22174 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 860324

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/78 20927
/proc/meminfo: memFree=1078824/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=222.67
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 800 24962 0 1 0 0 22148 119 17 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
[pid=20926] ppid=20896 vsize=525332 CPUtime=58.83
/proc/20926/stat : 20926 (eSAT_static) R 20896 20896 18316 0 -1 4194304 125964 0 0 0 5807 76 0 0 25 0 1 0 1984388928 537939968 125946 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20926/statm: 131333 125946 78 162 0 131168 0
Current children cumulated CPU time (s) 281.5
Current children cumulated vsize (KiB) 572896

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/78 20927
/proc/meminfo: memFree=1078632/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=222.67
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 800 24962 0 1 0 0 22148 119 17 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
[pid=20926] ppid=20896 vsize=525736 CPUtime=118.26
/proc/20926/stat : 20926 (eSAT_static) R 20896 20896 18316 0 -1 4194304 126009 0 0 0 11750 76 0 0 25 0 1 0 1984388928 538353664 125991 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/20926/statm: 131434 125991 78 162 0 131269 0
Current children cumulated CPU time (s) 340.93
Current children cumulated vsize (KiB) 573300

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/78 20927
/proc/meminfo: memFree=1078440/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=222.67
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 800 24962 0 1 0 0 22148 119 17 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
[pid=20926] ppid=20896 vsize=525736 CPUtime=177.71
/proc/20926/stat : 20926 (eSAT_static) R 20896 20896 18316 0 -1 4194304 126039 0 0 0 17694 77 0 0 25 0 1 0 1984388928 538353664 126021 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/20926/statm: 131434 126021 78 162 0 131269 0
Current children cumulated CPU time (s) 400.38
Current children cumulated vsize (KiB) 573300

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/78 20927
/proc/meminfo: memFree=1078520/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=222.67
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 800 24962 0 1 0 0 22148 119 17 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
[pid=20926] ppid=20896 vsize=525736 CPUtime=237.14
/proc/20926/stat : 20926 (eSAT_static) R 20896 20896 18316 0 -1 4194304 126039 0 0 0 23637 77 0 0 25 0 1 0 1984388928 538353664 126021 996147200 134512640 135177480 4294955984 18446744073709551615 134565175 0 0 4096 3 0 0 0 17 1 0 0
/proc/20926/statm: 131434 126021 78 162 0 131269 0
Current children cumulated CPU time (s) 459.81
Current children cumulated vsize (KiB) 573300

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

[startup+467.101 s]
/proc/loadavg: 1.99 1.97 1.99 3/78 20927
/proc/meminfo: memFree=1078520/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=222.67
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 800 24962 0 1 0 0 22148 119 17 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
[pid=20926] ppid=20896 vsize=525736 CPUtime=241.9
/proc/20926/stat : 20926 (eSAT_static) R 20896 20896 18316 0 -1 4194304 126039 0 0 0 24113 77 0 0 25 0 1 0 1984388928 538353664 126021 996147200 134512640 135177480 4294955984 18446744073709551615 134564635 0 0 4096 3 0 0 0 17 1 0 0
/proc/20926/statm: 131434 126021 78 162 0 131269 0
Current children cumulated CPU time (s) 464.57
Current children cumulated vsize (KiB) 573300

[startup+470.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/78 20927
/proc/meminfo: memFree=1078520/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=222.67
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 800 24962 0 1 0 0 22148 119 17 0 1 0 1984366638 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20896/statm: 11891 365 246 79 0 219 0
[pid=20926] ppid=20896 vsize=525736 CPUtime=245.07
/proc/20926/stat : 20926 (eSAT_static) R 20896 20896 18316 0 -1 4194304 126039 0 0 0 24430 77 0 0 25 0 1 0 1984388928 538353664 126021 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/20926/statm: 131434 126021 78 162 0 131269 0
Current children cumulated CPU time (s) 467.74
Current children cumulated vsize (KiB) 573300

[startup+471.908 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 20936
/proc/meminfo: memFree=1559480/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=468.6
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 836 151019 0 1 0 0 46656 204 16 0 1 0 1984366638 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20896/statm: 11891 366 246 79 0 219 0
[pid=20928] ppid=20896 vsize=812772 CPUtime=0.72
/proc/20928/stat : 20928 (java) S 20896 20896 18316 0 -1 0 7945 0 1 0 66 6 0 0 18 0 9 0 1984413755 832278528 7368 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 203193 7368 1859 9 0 197174 0
[pid=20928/tid=20929] ppid=20896 vsize=812772 CPUtime=0.51
/proc/20928/task/20929/stat : 20929 (java) R 20896 20896 18316 0 -1 64 6418 0 1 0 47 4 0 0 21 0 9 0 1984413757 832278528 7368 996147200 134512640 134550740 4294955616 18446744073709551615 4125975266 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20930] ppid=20896 vsize=812772 CPUtime=0
/proc/20928/task/20930/stat : 20930 (java) S 20896 20896 18316 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1984413758 832278528 7368 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20896 vsize=812772 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20896 20896 18316 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984413758 832278528 7368 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20896 vsize=812772 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20896 20896 18316 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984413758 832278528 7368 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20896 vsize=812772 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20896 20896 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984413761 832278528 7368 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20896 vsize=812772 CPUtime=0.18
/proc/20928/task/20934/stat : 20934 (java) S 20896 20896 18316 0 -1 64 814 0 0 0 18 0 0 0 16 0 9 0 1984413761 832278528 7368 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20896 vsize=812772 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20896 20896 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984413761 832278528 7368 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20896 vsize=812772 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20896 20896 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984413761 832278528 7368 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 469.32
Current children cumulated vsize (KiB) 860336

[startup+472.703 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 20936
/proc/meminfo: memFree=1559480/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=468.6
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 836 151019 0 1 0 0 46656 204 16 0 1 0 1984366638 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20896/statm: 11891 366 246 79 0 219 0
[pid=20928] ppid=20896 vsize=812884 CPUtime=1.5
/proc/20928/stat : 20928 (java) S 20896 20896 18316 0 -1 0 16263 0 1 0 141 9 0 0 18 0 9 0 1984413755 832393216 15643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 203221 15643 1926 9 0 197174 0
[pid=20928/tid=20929] ppid=20896 vsize=812884 CPUtime=1.27
/proc/20928/task/20929/stat : 20929 (java) R 20896 20896 18316 0 -1 64 14547 0 1 0 119 8 0 0 24 0 9 0 1984413757 832393216 15643 996147200 134512640 134550740 4294955616 18446744073709551615 4126755350 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20930] ppid=20896 vsize=812884 CPUtime=0
/proc/20928/task/20930/stat : 20930 (java) S 20896 20896 18316 0 -1 64 175 0 0 0 0 0 0 0 16 0 9 0 1984413758 832393216 15643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20896 vsize=812884 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20896 20896 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984413758 832393216 15643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20896 vsize=812884 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20896 20896 18316 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984413758 832393216 15643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20896 vsize=812884 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20896 20896 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984413761 832393216 15643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20896 vsize=812884 CPUtime=0.2
/proc/20928/task/20934/stat : 20934 (java) S 20896 20896 18316 0 -1 64 829 0 0 0 20 0 0 0 16 0 9 0 1984413761 832393216 15643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20896 vsize=812884 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20896 20896 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984413761 832393216 15643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20896 vsize=812884 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20896 20896 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984413761 832393216 15643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 470.1
Current children cumulated vsize (KiB) 860448

[startup+473.503 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 20936
/proc/meminfo: memFree=1526008/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47564 CPUtime=468.6
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 836 151019 0 1 0 0 46656 204 16 0 1 0 1984366638 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20896/statm: 11891 366 246 79 0 219 0
[pid=20928] ppid=20896 vsize=812884 CPUtime=2.3
/proc/20928/stat : 20928 (java) S 20896 20896 18316 0 -1 0 16273 0 1 0 220 10 0 0 18 0 9 0 1984413755 832393216 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 203221 15650 1926 9 0 197174 0
[pid=20928/tid=20929] ppid=20896 vsize=812884 CPUtime=2.04
/proc/20928/task/20929/stat : 20929 (java) R 20896 20896 18316 0 -1 64 14550 0 1 0 196 8 0 0 25 0 9 0 1984413757 832393216 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4126948098 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20930] ppid=20896 vsize=812884 CPUtime=0.01
/proc/20928/task/20930/stat : 20930 (java) S 20896 20896 18316 0 -1 64 175 0 0 0 1 0 0 0 16 0 9 0 1984413758 832393216 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20896 vsize=812884 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20896 20896 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984413758 832393216 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20896 vsize=812884 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20896 20896 18316 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984413758 832393216 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20896 vsize=812884 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20896 20896 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984413761 832393216 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20896 vsize=812884 CPUtime=0.22
/proc/20928/task/20934/stat : 20934 (java) S 20896 20896 18316 0 -1 64 836 0 0 0 22 0 0 0 16 0 9 0 1984413761 832393216 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20896 vsize=812884 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20896 20896 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984413761 832393216 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20896 vsize=812884 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20896 20896 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984413761 832393216 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 470.9
Current children cumulated vsize (KiB) 860448

[startup+473.703 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 20936
/proc/meminfo: memFree=1526008/2055920 swapFree=4180084/4192956
[pid=20896] ppid=20894 vsize=47568 CPUtime=471.05
/proc/20896/stat : 20896 (galacE.sh) S 20894 20896 18316 0 -1 4194304 881 167301 0 2 0 1 46888 216 18 0 1 0 1984366638 48709632 368 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20896/statm: 11892 368 246 79 0 220 0
Current children cumulated CPU time (s) 471.05
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 473.755
CPU time (s): 471.178
CPU user time (s): 468.89
CPU system time (s): 2.28865
CPU usage (%): 99.4562
Max. virtual memory (cumulated for all children) (KiB): 860448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 468.89
system time used= 2.28865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168340
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= 9962
involuntary context switches= 16100

runsolver used 0.614906 second user time and 1.52877 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-03 04:58:46
IDJOB=1051547
IDBENCH=55491
IDSOLVER=351
FILE ID=node25/1051547-1215053926
PBS_JOBID= 7875124
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5595f8aff8e667477c35af26f6ef9eca
RANDOM SEED=899786843

node25.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.234
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.234
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:       1797360 kB
Buffers:         30164 kB
Cached:         142868 kB
SwapCached:       6760 kB
Active:         112484 kB
Inactive:        76556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797360 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            3496 kB
Writeback:           0 kB
Mapped:          21812 kB
Slab:            54820 kB
Committed_AS:  3475732 kB
PageTables:       1932 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= 66536 MiB
End job on node25 at 2008-07-03 05:06:40