Trace number 1051616

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 525.698 530.928

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-13_ext.xml
MD5SUMeef28a8aaa5ab23398c7f7cc139b9a88
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.600908
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.76	c start processing
0.01/0.76	c start relation processing
1.25/1.31	c start cnf exporting
239.56/242.10	c parsing time : 0.628
239.56/242.10	c preprocessing time : 241.967
239.56/242.10	
239.56/242.10	c Nary constraints - conflicts : 0 supports : 25
239.56/242.10	c Binary constraints - conflicts : 300 supports :25
239.56/242.10	c max arity constraint : 3
239.56/242.10	c Max Tuples generated 0
239.56/242.10	c relations : 28
239.56/242.10	c relations BDD: 2
239.56/242.10	c sampling 0/0
239.56/242.10	c vars : 252384 - clauses :  13627040
239.56/242.10	
239.66/242.16	 
239.66/242.16	c --- SAT Solver Stats ---
239.66/242.16	 
239.66/242.16	c eSAT 0.1 : minisat core with additionnal features
239.66/242.16	c ============================[ Problem Statistics ]=============================
239.66/242.16	c |                                                                             |
239.66/242.16	c |  Number of variables:  252383                                               |
239.66/242.16	c |  Number of clauses:    13627040                                             |
245.06/247.66	c |  Parsing time:         4.50         s                                       |
522.91/528.19	c restarts              : 819
522.91/528.19	c conflicts             : 76808          (272 /sec)
522.91/528.19	c decisions             : 561555         (25.76 % random) (1989 /sec)
522.91/528.19	c euip                  : 4924        
522.91/528.19	c propagations          : 527211129      (1867073 /sec)
522.91/528.19	c conflict literals     : 2587585        (26.07 % deleted)
522.91/528.19	c Memory used           : 511.66 MB
522.91/528.19	c CPU time              : 282.373 s
522.91/528.19	c 
523.01/528.29	s SATISFIABLE
525.54/530.81	v 16 3 7 6 23 2 18 6 20 11 19 6 9 3 24 1 13 5 8 12 2 5 11 4 25 0 1 4 3 12 5 19 21 13 17 1 10 2 12 4 14 2 6 3 22 0 4 2 15 7 9 11 17 28 34 37 38 43 55 60 64 64 68 80 99 112 113 115 119 121 124 124 126 133 133 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-1051616-1215054341/watcher-1051616-1215054341 -o /tmp/evaluation-result-1051616-1215054341/solver-1051616-1215054341 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1051616-1215054341.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.87 1.99 1.99 4/72 8210
/proc/meminfo: memFree=1711840/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=8560 CPUtime=0
/proc/8210/stat : 8210 (galacE.sh) R 8208 8210 8145 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 1984406030 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 240577660815 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8210/statm: 2140 254 197 79 0 133 0

[startup+0.107986 s]
/proc/loadavg: 1.87 1.99 1.99 4/72 8210
/proc/meminfo: memFree=1711840/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=0.01
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.202046 s]
/proc/loadavg: 1.87 1.99 1.99 4/72 8210
/proc/meminfo: memFree=1711840/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=0.01
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301021 s]
/proc/loadavg: 1.87 1.99 1.99 4/72 8210
/proc/meminfo: memFree=1711840/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=0.01
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701087 s]
/proc/loadavg: 1.87 1.99 1.99 4/72 8210
/proc/meminfo: memFree=1711840/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=0.01
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50227 s]
/proc/loadavg: 1.87 1.99 1.99 3/82 8232
/proc/meminfo: memFree=1673744/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=0.01
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
[pid=8224] ppid=8210 vsize=812760 CPUtime=1.43
/proc/8224/stat : 8224 (java) S 8210 8210 8145 0 -1 0 14324 0 1 0 132 11 0 0 18 0 9 0 1984406034 832266240 13742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8224/statm: 203190 13742 1907 9 0 197171 0
[pid=8224/tid=8225] ppid=8210 vsize=812760 CPUtime=1.13
/proc/8224/task/8225/stat : 8225 (java) R 8210 8210 8145 0 -1 64 12747 0 1 0 104 9 0 0 25 0 9 0 1984406035 832266240 13742 996147200 134512640 134550740 4294955616 18446744073709551615 4126427849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8226] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8226/stat : 8226 (java) S 8210 8210 8145 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1984406037 832266240 13742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8227] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8227/stat : 8227 (java) S 8210 8210 8145 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984406037 832266240 13742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8228] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8228/stat : 8228 (java) S 8210 8210 8145 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984406037 832266240 13742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8229] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8229/stat : 8229 (java) S 8210 8210 8145 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984406039 832266240 13742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8230] ppid=8210 vsize=812760 CPUtime=0.28
/proc/8224/task/8230/stat : 8230 (java) S 8210 8210 8145 0 -1 64 874 0 0 0 27 1 0 0 15 0 9 0 1984406039 832266240 13742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8231] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8231/stat : 8231 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984406039 832266240 13742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8232] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8232/stat : 8232 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984406039 832266240 13742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860340

[startup+3.10253 s]
/proc/loadavg: 1.87 1.99 1.99 3/82 8232
/proc/meminfo: memFree=1631440/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=0.01
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
[pid=8224] ppid=8210 vsize=812760 CPUtime=3.02
/proc/8224/stat : 8224 (java) S 8210 8210 8145 0 -1 0 22192 0 1 0 285 17 0 0 18 0 9 0 1984406034 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8224/statm: 203190 21606 1918 9 0 197171 0
[pid=8224/tid=8225] ppid=8210 vsize=812760 CPUtime=2.63
/proc/8224/task/8225/stat : 8225 (java) R 8210 8210 8145 0 -1 64 14541 0 1 0 251 12 0 0 25 0 9 0 1984406035 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 102063997 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8226] ppid=8210 vsize=812760 CPUtime=0.08
/proc/8224/task/8226/stat : 8226 (java) S 8210 8210 8145 0 -1 64 6076 0 0 0 6 2 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8227] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8227/stat : 8227 (java) S 8210 8210 8145 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8228] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8228/stat : 8228 (java) S 8210 8210 8145 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8229] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8229/stat : 8229 (java) S 8210 8210 8145 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8230] ppid=8210 vsize=812760 CPUtime=0.28
/proc/8224/task/8230/stat : 8230 (java) S 8210 8210 8145 0 -1 64 874 0 0 0 27 1 0 0 15 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8231] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8231/stat : 8231 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8232] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8232/stat : 8232 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860340

[startup+6.30203 s]
/proc/loadavg: 1.88 1.99 1.99 3/82 8232
/proc/meminfo: memFree=1628560/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=0.01
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
[pid=8224] ppid=8210 vsize=812760 CPUtime=6.18
/proc/8224/stat : 8224 (java) S 8210 8210 8145 0 -1 0 22199 0 1 0 600 18 0 0 18 0 9 0 1984406034 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8224/statm: 203190 21606 1918 9 0 197171 0
[pid=8224/tid=8225] ppid=8210 vsize=812760 CPUtime=5.79
/proc/8224/task/8225/stat : 8225 (java) R 8210 8210 8145 0 -1 64 14548 0 1 0 566 13 0 0 25 0 9 0 1984406035 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4127036042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8226] ppid=8210 vsize=812760 CPUtime=0.08
/proc/8224/task/8226/stat : 8226 (java) S 8210 8210 8145 0 -1 64 6076 0 0 0 6 2 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8227] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8227/stat : 8227 (java) S 8210 8210 8145 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8228] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8228/stat : 8228 (java) S 8210 8210 8145 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8229] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8229/stat : 8229 (java) S 8210 8210 8145 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8230] ppid=8210 vsize=812760 CPUtime=0.28
/proc/8224/task/8230/stat : 8230 (java) S 8210 8210 8145 0 -1 64 874 0 0 0 27 1 0 0 15 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8231] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8231/stat : 8231 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8232] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8232/stat : 8232 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860340

[startup+12.7021 s]
/proc/loadavg: 1.89 1.99 1.99 3/82 8232
/proc/meminfo: memFree=1622864/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=0.01
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
[pid=8224] ppid=8210 vsize=812760 CPUtime=12.53
/proc/8224/stat : 8224 (java) S 8210 8210 8145 0 -1 0 22213 0 1 0 1231 22 0 0 18 0 9 0 1984406034 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8224/statm: 203190 21606 1918 9 0 197171 0
[pid=8224/tid=8225] ppid=8210 vsize=812760 CPUtime=12.12
/proc/8224/task/8225/stat : 8225 (java) R 8210 8210 8145 0 -1 64 14562 0 1 0 1195 17 0 0 25 0 9 0 1984406035 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4126644519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8226] ppid=8210 vsize=812760 CPUtime=0.09
/proc/8224/task/8226/stat : 8226 (java) S 8210 8210 8145 0 -1 64 6076 0 0 0 7 2 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8227] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8227/stat : 8227 (java) S 8210 8210 8145 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8228] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8228/stat : 8228 (java) S 8210 8210 8145 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8229] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8229/stat : 8229 (java) S 8210 8210 8145 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8230] ppid=8210 vsize=812760 CPUtime=0.28
/proc/8224/task/8230/stat : 8230 (java) S 8210 8210 8145 0 -1 64 874 0 0 0 27 1 0 0 15 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8231] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8231/stat : 8231 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8232] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8232/stat : 8232 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 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) 860340

[startup+25.5023 s]
/proc/loadavg: 1.92 1.99 1.99 3/82 8232
/proc/meminfo: memFree=1611600/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=0.01
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
[pid=8224] ppid=8210 vsize=812760 CPUtime=25.2
/proc/8224/stat : 8224 (java) S 8210 8210 8145 0 -1 0 22240 0 1 0 2493 27 0 0 18 0 9 0 1984406034 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8224/statm: 203190 21606 1918 9 0 197171 0
[pid=8224/tid=8225] ppid=8210 vsize=812760 CPUtime=24.78
/proc/8224/task/8225/stat : 8225 (java) R 8210 8210 8145 0 -1 64 14589 0 1 0 2456 22 0 0 25 0 9 0 1984406035 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4127064015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8226] ppid=8210 vsize=812760 CPUtime=0.11
/proc/8224/task/8226/stat : 8226 (java) S 8210 8210 8145 0 -1 64 6076 0 0 0 8 3 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8227] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8227/stat : 8227 (java) S 8210 8210 8145 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8228] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8228/stat : 8228 (java) S 8210 8210 8145 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984406037 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8229] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8229/stat : 8229 (java) S 8210 8210 8145 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8230] ppid=8210 vsize=812760 CPUtime=0.28
/proc/8224/task/8230/stat : 8230 (java) S 8210 8210 8145 0 -1 64 874 0 0 0 27 1 0 0 16 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8231] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8231/stat : 8231 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8224/tid=8232] ppid=8210 vsize=812760 CPUtime=0
/proc/8224/task/8232/stat : 8232 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984406039 832266240 21606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860340

[startup+51.1026 s]
/proc/loadavg: 1.94 1.99 1.99 3/82 8232
/proc/meminfo: memFree=1589904/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=0.01

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

/proc/8233/statm: 130815 125194 77 162 0 130650 0
Current children cumulated CPU time (s) 279.43
Current children cumulated vsize (KiB) 570840

[startup+342.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 8233
/proc/meminfo: memFree=996688/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=239.68
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 800 24882 0 1 0 0 23831 137 17 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
[pid=8233] ppid=8210 vsize=523932 CPUtime=99.18
/proc/8233/stat : 8233 (eSAT_static) R 8210 8210 8145 0 -1 4194304 125286 0 0 0 9823 95 0 0 25 0 1 0 1984430246 536506368 125268 996147200 134512640 135177480 4294955984 18446744073709551615 134565537 0 0 4096 3 0 0 0 17 1 0 0
/proc/8233/statm: 130983 125268 78 162 0 130818 0
Current children cumulated CPU time (s) 338.86
Current children cumulated vsize (KiB) 571512

[startup+402.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 8233
/proc/meminfo: memFree=996624/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=239.68
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 800 24882 0 1 0 0 23831 137 17 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
[pid=8233] ppid=8210 vsize=523932 CPUtime=158.61
/proc/8233/stat : 8233 (eSAT_static) R 8210 8210 8145 0 -1 4194304 125302 0 0 0 15766 95 0 0 25 0 1 0 1984430246 536506368 125284 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/8233/statm: 130983 125284 78 162 0 130818 0
Current children cumulated CPU time (s) 398.29
Current children cumulated vsize (KiB) 571512

[startup+462.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 8233
/proc/meminfo: memFree=996496/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=239.68
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 800 24882 0 1 0 0 23831 137 17 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
[pid=8233] ppid=8210 vsize=523932 CPUtime=218.04
/proc/8233/stat : 8233 (eSAT_static) R 8210 8210 8145 0 -1 4194304 125320 0 0 0 21709 95 0 0 25 0 1 0 1984430246 536506368 125302 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/8233/statm: 130983 125302 78 162 0 130818 0
Current children cumulated CPU time (s) 457.72
Current children cumulated vsize (KiB) 571512

[startup+522.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 8233
/proc/meminfo: memFree=996496/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=239.68
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 800 24882 0 1 0 0 23831 137 17 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
[pid=8233] ppid=8210 vsize=523932 CPUtime=277.48
/proc/8233/stat : 8233 (eSAT_static) R 8210 8210 8145 0 -1 4194304 125321 0 0 0 27653 95 0 0 25 0 1 0 1984430246 536506368 125303 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/8233/statm: 130983 125303 78 162 0 130818 0
Current children cumulated CPU time (s) 517.16
Current children cumulated vsize (KiB) 571512

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

[startup+524.806 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 8233
/proc/meminfo: memFree=996496/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=239.68
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 800 24882 0 1 0 0 23831 137 17 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
[pid=8233] ppid=8210 vsize=523932 CPUtime=279.96
/proc/8233/stat : 8233 (eSAT_static) R 8210 8210 8145 0 -1 4194304 125321 0 0 0 27901 95 0 0 25 0 1 0 1984430246 536506368 125303 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/8233/statm: 130983 125303 78 162 0 130818 0
Current children cumulated CPU time (s) 519.64
Current children cumulated vsize (KiB) 571512

[startup+528.002 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 8233
/proc/meminfo: memFree=996496/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=239.68
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 800 24882 0 1 0 0 23831 137 17 0 1 0 1984406030 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11895 365 246 79 0 219 0
[pid=8233] ppid=8210 vsize=523932 CPUtime=283.13
/proc/8233/stat : 8233 (eSAT_static) R 8210 8210 8145 0 -1 4194304 125321 0 0 0 28218 95 0 0 25 0 1 0 1984430246 536506368 125303 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/8233/statm: 130983 125303 78 162 0 130818 0
Current children cumulated CPU time (s) 522.81
Current children cumulated vsize (KiB) 571512

[startup+529.602 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 8242
/proc/meminfo: memFree=1474640/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=523.2
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 836 150224 0 1 0 0 52078 242 16 0 1 0 1984406030 48721920 366 996147200 4194304 4520092 548682068832 18446744073709551615 240577642578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8210/statm: 11895 366 246 79 0 219 0
[pid=8234] ppid=8210 vsize=812884 CPUtime=1.2
/proc/8234/stat : 8234 (java) S 8210 8210 8145 0 -1 0 16181 0 1 0 110 10 0 0 18 0 9 0 1984458868 832393216 15562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8234/statm: 203221 15562 1926 9 0 197174 0
[pid=8234/tid=8235] ppid=8210 vsize=812884 CPUtime=0.97
/proc/8234/task/8235/stat : 8235 (java) R 8210 8210 8145 0 -1 64 14546 0 1 0 89 8 0 0 21 0 9 0 1984458870 832393216 15562 996147200 134512640 134550740 4294955616 18446744073709551615 4126938806 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8236] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8236/stat : 8236 (java) S 8210 8210 8145 0 -1 64 95 0 0 0 0 0 0 0 16 0 9 0 1984458871 832393216 15562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8237] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8237/stat : 8237 (java) S 8210 8210 8145 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984458871 832393216 15562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8238] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8238/stat : 8238 (java) S 8210 8210 8145 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984458871 832393216 15562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8239] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8239/stat : 8239 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984458874 832393216 15562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8240] ppid=8210 vsize=812884 CPUtime=0.2
/proc/8234/task/8240/stat : 8240 (java) S 8210 8210 8145 0 -1 64 829 0 0 0 19 1 0 0 16 0 9 0 1984458874 832393216 15562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8241] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8241/stat : 8241 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984458874 832393216 15562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8242] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8242/stat : 8242 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984458874 832393216 15562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 524.4
Current children cumulated vsize (KiB) 860464

[startup+530.402 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 8242
/proc/meminfo: memFree=1441232/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=523.2
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 836 150224 0 1 0 0 52078 242 16 0 1 0 1984406030 48721920 366 996147200 4194304 4520092 548682068832 18446744073709551615 240577642578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8210/statm: 11895 366 246 79 0 219 0
[pid=8234] ppid=8210 vsize=812884 CPUtime=1.99
/proc/8234/stat : 8234 (java) S 8210 8210 8145 0 -1 0 16269 0 1 0 189 10 0 0 18 0 9 0 1984458868 832393216 15647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8234/statm: 203221 15647 1926 9 0 197174 0
[pid=8234/tid=8235] ppid=8210 vsize=812884 CPUtime=1.75
/proc/8234/task/8235/stat : 8235 (java) R 8210 8210 8145 0 -1 64 14549 0 1 0 167 8 0 0 25 0 9 0 1984458870 832393216 15647 996147200 134512640 134550740 4294955616 18446744073709551615 4126948206 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8236] ppid=8210 vsize=812884 CPUtime=0.01
/proc/8234/task/8236/stat : 8236 (java) S 8210 8210 8145 0 -1 64 176 0 0 0 1 0 0 0 16 0 9 0 1984458871 832393216 15647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8237] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8237/stat : 8237 (java) S 8210 8210 8145 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984458871 832393216 15647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8238] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8238/stat : 8238 (java) S 8210 8210 8145 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984458871 832393216 15647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8239] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8239/stat : 8239 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984458874 832393216 15647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8240] ppid=8210 vsize=812884 CPUtime=0.2
/proc/8234/task/8240/stat : 8240 (java) S 8210 8210 8145 0 -1 64 833 0 0 0 19 1 0 0 16 0 9 0 1984458874 832393216 15647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8241] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8241/stat : 8241 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984458874 832393216 15647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8242] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8242/stat : 8242 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984458874 832393216 15647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 525.19
Current children cumulated vsize (KiB) 860464

[startup+530.802 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 8242
/proc/meminfo: memFree=1441232/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47580 CPUtime=523.2
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 843 150224 0 1 0 0 52078 242 16 0 1 0 1984406030 48721920 367 996147200 4194304 4520092 548682068832 18446744073709551615 240577642578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8210/statm: 11895 367 246 79 0 219 0
[pid=8234] ppid=8210 vsize=812884 CPUtime=2.34
/proc/8234/stat : 8234 (java) S 8210 8210 8145 0 -1 0 16277 0 1 0 224 10 0 0 18 0 9 0 1984458868 832393216 15653 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8234/statm: 203221 15653 1926 9 0 197174 0
[pid=8234/tid=8235] ppid=8210 vsize=812884 CPUtime=2.1
/proc/8234/task/8235/stat : 8235 (java) S 8210 8210 8145 0 -1 64 14552 0 1 0 202 8 0 0 25 0 9 0 1984458870 832393216 15653 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8236] ppid=8210 vsize=812884 CPUtime=0.01
/proc/8234/task/8236/stat : 8236 (java) S 8210 8210 8145 0 -1 64 176 0 0 0 1 0 0 0 16 0 9 0 1984458871 832393216 15653 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8237] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8237/stat : 8237 (java) S 8210 8210 8145 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984458871 832393216 15653 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8238] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8238/stat : 8238 (java) S 8210 8210 8145 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984458871 832393216 15653 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8239] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8239/stat : 8239 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984458874 832393216 15653 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8240] ppid=8210 vsize=812884 CPUtime=0.21
/proc/8234/task/8240/stat : 8240 (java) S 8210 8210 8145 0 -1 64 838 0 0 0 20 1 0 0 16 0 9 0 1984458874 832393216 15653 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8241] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8241/stat : 8241 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984458874 832393216 15653 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8234/tid=8242] ppid=8210 vsize=812884 CPUtime=0
/proc/8234/task/8242/stat : 8242 (java) S 8210 8210 8145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984458874 832393216 15653 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 525.54
Current children cumulated vsize (KiB) 860464

[startup+530.902 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 8242
/proc/meminfo: memFree=1441232/2055920 swapFree=4180240/4192956
[pid=8210] ppid=8208 vsize=47584 CPUtime=525.56
/proc/8210/stat : 8210 (galacE.sh) S 8208 8210 8145 0 -1 4194304 881 166507 0 2 0 0 52303 253 17 0 1 0 1984406030 48726016 368 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8210/statm: 11896 368 246 79 0 220 0
Current children cumulated CPU time (s) 525.56
Current children cumulated vsize (KiB) 47584

Child status: 0
Real time (s): 530.928
CPU time (s): 525.698
CPU user time (s): 523.038
CPU system time (s): 2.66059
CPU usage (%): 99.015
Max. virtual memory (cumulated for all children) (KiB): 860464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 523.037
system time used= 2.66059
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167546
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= 10359
involuntary context switches= 21393

runsolver used 0.673897 second user time and 1.75873 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-03 05:05:41
IDJOB=1051616
IDBENCH=55494
IDSOLVER=351
FILE ID=node50/1051616-1215054341
PBS_JOBID= 7875173
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eef28a8aaa5ab23398c7f7cc139b9a88
RANDOM SEED=1208488371

node50.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.261
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.261
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:       1712320 kB
Buffers:         47604 kB
Cached:         205364 kB
SwapCached:       6724 kB
Active:         151272 kB
Inactive:       122948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712320 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            3584 kB
Writeback:           0 kB
Mapped:          28756 kB
Slab:            54748 kB
Committed_AS:  3793048 kB
PageTables:       1816 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= 66544 MiB
End job on node50 at 2008-07-03 05:14:32