Trace number 1055656

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 497.808 502.628

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-1_ext.xml
MD5SUM9cc3eb9ba37c3015a0a8ff5ed022e4f0
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.180971
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
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.84	c start processing
0.01/0.84	c start relation processing
1.55/1.68	c start cnf exporting
206.22/208.32	c parsing time : 0.718
206.22/208.32	c preprocessing time : 208.198
206.22/208.32	
206.22/208.32	c Nary constraints - conflicts : 0 supports : 20
206.22/208.32	c Binary constraints - conflicts : 190 supports :20
206.22/208.32	c max arity constraint : 3
206.22/208.32	c Max Tuples generated 0
206.22/208.32	c relations : 23
206.22/208.32	c relations BDD: 2
206.22/208.32	c sampling 0/0
206.22/208.32	c vars : 277382 - clauses :  11269572
206.22/208.32	
206.22/208.34	 
206.22/208.34	c --- SAT Solver Stats ---
206.22/208.34	 
206.22/208.34	c eSAT 0.1 : minisat core with additionnal features
206.22/208.34	c ============================[ Problem Statistics ]=============================
206.22/208.34	c |                                                                             |
206.22/208.34	c |  Number of variables:  277381                                               |
206.22/208.34	c |  Number of clauses:    11269572                                             |
210.57/212.75	c |  Parsing time:         3.72         s                                       |
494.92/499.77	c restarts              : 739
494.92/499.77	c conflicts             : 63960          (222 /sec)
494.92/499.77	c decisions             : 537042         (29.95 % random) (1864 /sec)
494.92/499.77	c euip                  : 3961        
494.92/499.77	c propagations          : 605700957      (2102528 /sec)
494.92/499.77	c conflict literals     : 2602497        (24.35 % deleted)
494.92/499.77	c Memory used           : 415.10 MB
494.92/499.77	c CPU time              : 288.082 s
494.92/499.77	c 
495.02/499.88	s SATISFIABLE
497.68/502.52	v 10 13 3 3 16 1 12 15 4 6 9 0 5 5 18 11 8 2 14 1 13 2 2 20 15 7 7 26 1 0 19 21 6 0 17 3 20 15 11 9 16 17 32 38 38 43 54 56 57 59 79 86 112 112 133 133 136 151 160 160 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-1055656-1215059971/watcher-1055656-1215059971 -o /tmp/evaluation-result-1055656-1215059971/solver-1055656-1215059971 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055656-1215059971.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.02 2.00 4/73 14384
/proc/meminfo: memFree=1849240/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=8652 CPUtime=0
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 628920195 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 2163 280 208 79 0 156 0
[pid=14385] ppid=14384 vsize=8688 CPUtime=0
/proc/14385/stat : 14385 (galacE.sh) S 14384 14384 13407 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 628920195 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 2172 286 209 79 0 165 0
[pid=14386] ppid=14385 vsize=8728 CPUtime=0
/proc/14386/stat : 14386 (galacE.sh) R 14385 14384 13407 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 628920196 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 271894244647 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/14386/statm: 2182 290 209 79 0 175 0

[startup+0.075491 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 14384
/proc/meminfo: memFree=1849240/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=0.01
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101077 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 14384
/proc/meminfo: memFree=1849240/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=0.01
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301098 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 14384
/proc/meminfo: memFree=1849240/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=0.01
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701143 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 14384
/proc/meminfo: memFree=1849240/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=0.01
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50121 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 14406
/proc/meminfo: memFree=1806024/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=0.01
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
[pid=14398] ppid=14384 vsize=812748 CPUtime=1.44
/proc/14398/stat : 14398 (java) S 14384 14384 13407 0 -1 0 13048 0 1 0 137 7 0 0 18 0 9 0 628920199 832253952 12468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14398/statm: 203187 12468 1886 9 0 197168 0
[pid=14398/tid=14399] ppid=14384 vsize=812748 CPUtime=1.24
/proc/14398/task/14399/stat : 14399 (java) R 14384 14384 13407 0 -1 64 11552 0 1 0 119 5 0 0 25 0 9 0 628920199 832253952 12468 996147200 134512640 134550740 4294955616 18446744073709551615 4126882654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14400] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14400/stat : 14400 (java) S 14384 14384 13407 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 628920201 832253952 12468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14401] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14401/stat : 14401 (java) S 14384 14384 13407 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 628920201 832253952 12468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14402] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14402/stat : 14402 (java) S 14384 14384 13407 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 628920201 832253952 12468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14403] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14403/stat : 14403 (java) S 14384 14384 13407 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628920203 832253952 12468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14404] ppid=14384 vsize=812748 CPUtime=0.17
/proc/14398/task/14404/stat : 14404 (java) S 14384 14384 13407 0 -1 64 793 0 0 0 17 0 0 0 16 0 9 0 628920203 832253952 12468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14405] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14405/stat : 14405 (java) S 14384 14384 13407 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 628920203 832253952 12468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14406] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14406/stat : 14406 (java) S 14384 14384 13407 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628920203 832253952 12468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860320

[startup+3.10237 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 14406
/proc/meminfo: memFree=1772552/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=0.01
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
[pid=14398] ppid=14384 vsize=812748 CPUtime=3.02
/proc/14398/stat : 14398 (java) S 14384 14384 13407 0 -1 0 22731 0 1 0 291 11 0 0 18 0 9 0 628920199 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14398/statm: 203187 22146 1916 9 0 197168 0
[pid=14398/tid=14399] ppid=14384 vsize=812748 CPUtime=2.65
/proc/14398/task/14399/stat : 14399 (java) R 14384 14384 13407 0 -1 64 14548 0 1 0 258 7 0 0 25 0 9 0 628920199 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4126638487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14400] ppid=14384 vsize=812748 CPUtime=0.1
/proc/14398/task/14400/stat : 14400 (java) S 14384 14384 13407 0 -1 64 6643 0 0 0 8 2 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14401] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14401/stat : 14401 (java) S 14384 14384 13407 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14402] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14402/stat : 14402 (java) S 14384 14384 13407 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14403] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14403/stat : 14403 (java) S 14384 14384 13407 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14404] ppid=14384 vsize=812748 CPUtime=0.24
/proc/14398/task/14404/stat : 14404 (java) S 14384 14384 13407 0 -1 64 841 0 0 0 24 0 0 0 15 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14405] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14405/stat : 14405 (java) S 14384 14384 13407 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14406] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14406/stat : 14406 (java) S 14384 14384 13407 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628920203 832253952 22146 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) 860320

[startup+6.30269 s]
/proc/loadavg: 2.00 2.02 2.00 4/83 14406
/proc/meminfo: memFree=1764360/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=0.01
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
[pid=14398] ppid=14384 vsize=812748 CPUtime=6.19
/proc/14398/stat : 14398 (java) S 14384 14384 13407 0 -1 0 22739 0 1 0 606 13 0 0 18 0 9 0 628920199 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14398/statm: 203187 22146 1916 9 0 197168 0
[pid=14398/tid=14399] ppid=14384 vsize=812748 CPUtime=5.81
/proc/14398/task/14399/stat : 14399 (java) R 14384 14384 13407 0 -1 64 14556 0 1 0 572 9 0 0 25 0 9 0 628920199 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4126728477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14400] ppid=14384 vsize=812748 CPUtime=0.11
/proc/14398/task/14400/stat : 14400 (java) S 14384 14384 13407 0 -1 64 6643 0 0 0 9 2 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14401] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14401/stat : 14401 (java) S 14384 14384 13407 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14402] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14402/stat : 14402 (java) S 14384 14384 13407 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14403] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14403/stat : 14403 (java) S 14384 14384 13407 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14404] ppid=14384 vsize=812748 CPUtime=0.24
/proc/14398/task/14404/stat : 14404 (java) S 14384 14384 13407 0 -1 64 841 0 0 0 24 0 0 0 15 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14405] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14405/stat : 14405 (java) S 14384 14384 13407 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14406] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14406/stat : 14406 (java) S 14384 14384 13407 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860320

[startup+12.7023 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 14406
/proc/meminfo: memFree=1759048/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=0.01
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
[pid=14398] ppid=14384 vsize=812748 CPUtime=12.52
/proc/14398/stat : 14398 (java) S 14384 14384 13407 0 -1 0 22752 0 1 0 1236 16 0 0 18 0 9 0 628920199 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14398/statm: 203187 22146 1916 9 0 197168 0
[pid=14398/tid=14399] ppid=14384 vsize=812748 CPUtime=12.14
/proc/14398/task/14399/stat : 14399 (java) R 14384 14384 13407 0 -1 64 14569 0 1 0 1202 12 0 0 25 0 9 0 628920199 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4127002477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14400] ppid=14384 vsize=812748 CPUtime=0.11
/proc/14398/task/14400/stat : 14400 (java) S 14384 14384 13407 0 -1 64 6643 0 0 0 9 2 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14401] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14401/stat : 14401 (java) S 14384 14384 13407 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14402] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14402/stat : 14402 (java) S 14384 14384 13407 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14403] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14403/stat : 14403 (java) S 14384 14384 13407 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14404] ppid=14384 vsize=812748 CPUtime=0.24
/proc/14398/task/14404/stat : 14404 (java) S 14384 14384 13407 0 -1 64 841 0 0 0 24 0 0 0 15 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14405] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14405/stat : 14405 (java) S 14384 14384 13407 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14406] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14406/stat : 14406 (java) S 14384 14384 13407 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860320

[startup+25.5016 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 14406
/proc/meminfo: memFree=1747848/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=0.01
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
[pid=14398] ppid=14384 vsize=812748 CPUtime=25.19
/proc/14398/stat : 14398 (java) S 14384 14384 13407 0 -1 0 22779 0 1 0 2498 21 0 0 18 0 9 0 628920199 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14398/statm: 203187 22146 1916 9 0 197168 0
[pid=14398/tid=14399] ppid=14384 vsize=812748 CPUtime=24.79
/proc/14398/task/14399/stat : 14399 (java) R 14384 14384 13407 0 -1 64 14596 0 1 0 2462 17 0 0 25 0 9 0 628920199 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4126095752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14400] ppid=14384 vsize=812748 CPUtime=0.12
/proc/14398/task/14400/stat : 14400 (java) S 14384 14384 13407 0 -1 64 6643 0 0 0 10 2 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14401] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14401/stat : 14401 (java) S 14384 14384 13407 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14402] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14402/stat : 14402 (java) S 14384 14384 13407 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 628920201 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14403] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14403/stat : 14403 (java) S 14384 14384 13407 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14404] ppid=14384 vsize=812748 CPUtime=0.24
/proc/14398/task/14404/stat : 14404 (java) S 14384 14384 13407 0 -1 64 841 0 0 0 24 0 0 0 16 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14405] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14405/stat : 14405 (java) S 14384 14384 13407 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14398/tid=14406] ppid=14384 vsize=812748 CPUtime=0
/proc/14398/task/14406/stat : 14406 (java) S 14384 14384 13407 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628920203 832253952 22146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2

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

[pid=14384] ppid=14382 vsize=47572 CPUtime=206.26
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 799 25248 0 1 0 0 20514 112 17 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
[pid=14407] ppid=14384 vsize=425056 CPUtime=251.61
/proc/14407/stat : 14407 (eSAT_static) R 14384 14384 13407 0 -1 4194304 104513 0 0 0 25095 66 0 0 25 0 1 0 628941029 435257344 104495 996147200 134512640 135177480 4294955984 18446744073709551615 134565345 0 0 4096 3 0 0 0 17 1 0 0
/proc/14407/statm: 106264 104495 78 162 0 106099 0
Current children cumulated CPU time (s) 457.87
Current children cumulated vsize (KiB) 472628

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

[startup+486.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14408
/proc/meminfo: memFree=1253696/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=206.26
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 799 25248 0 1 0 0 20514 112 17 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
[pid=14407] ppid=14384 vsize=425056 CPUtime=275.39
/proc/14407/stat : 14407 (eSAT_static) R 14384 14384 13407 0 -1 4194304 104513 0 0 0 27473 66 0 0 25 0 1 0 628941029 435257344 104495 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/14407/statm: 106264 104495 78 162 0 106099 0
Current children cumulated CPU time (s) 481.65
Current children cumulated vsize (KiB) 472628

[startup+492.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14408
/proc/meminfo: memFree=1253696/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=206.26
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 799 25248 0 1 0 0 20514 112 17 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
[pid=14407] ppid=14384 vsize=425056 CPUtime=281.73
/proc/14407/stat : 14407 (eSAT_static) R 14384 14384 13407 0 -1 4194304 104513 0 0 0 28107 66 0 0 25 0 1 0 628941029 435257344 104495 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/14407/statm: 106264 104495 78 162 0 106099 0
Current children cumulated CPU time (s) 487.99
Current children cumulated vsize (KiB) 472628

[startup+499.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14408
/proc/meminfo: memFree=1253696/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=206.26
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 799 25248 0 1 0 0 20514 112 17 0 1 0 628920195 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 364 245 79 0 219 0
[pid=14407] ppid=14384 vsize=425056 CPUtime=288.07
/proc/14407/stat : 14407 (eSAT_static) R 14384 14384 13407 0 -1 4194304 104513 0 0 0 28741 66 0 0 25 0 1 0 628941029 435257344 104495 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/14407/statm: 106264 104495 78 162 0 106099 0
Current children cumulated CPU time (s) 494.33
Current children cumulated vsize (KiB) 472628

[startup+500.702 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 14417
/proc/meminfo: memFree=1656768/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=495.19
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 835 129777 0 1 0 0 49332 187 16 0 1 0 628920195 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14384/statm: 11893 365 245 79 0 219 0
[pid=14409] ppid=14384 vsize=812772 CPUtime=0.72
/proc/14409/stat : 14409 (java) S 14384 14384 13407 0 -1 0 8804 0 1 0 68 4 0 0 18 0 9 0 628970190 832278528 8227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14409/statm: 203193 8227 1856 9 0 197174 0
[pid=14409/tid=14410] ppid=14384 vsize=812772 CPUtime=0.57
/proc/14409/task/14410/stat : 14410 (java) R 14384 14384 13407 0 -1 64 7312 0 1 0 54 3 0 0 22 0 9 0 628970192 832278528 8227 996147200 134512640 134550740 4294955616 18446744073709551615 4125980196 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14411] ppid=14384 vsize=812772 CPUtime=0
/proc/14409/task/14411/stat : 14411 (java) S 14384 14384 13407 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 628970193 832278528 8227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14412] ppid=14384 vsize=812772 CPUtime=0
/proc/14409/task/14412/stat : 14412 (java) S 14384 14384 13407 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 628970193 832278528 8227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14413] ppid=14384 vsize=812772 CPUtime=0
/proc/14409/task/14413/stat : 14413 (java) S 14384 14384 13407 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 628970193 832278528 8227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14414] ppid=14384 vsize=812772 CPUtime=0
/proc/14409/task/14414/stat : 14414 (java) S 14384 14384 13407 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628970195 832278528 8227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14415] ppid=14384 vsize=812772 CPUtime=0.13
/proc/14409/task/14415/stat : 14415 (java) S 14384 14384 13407 0 -1 64 779 0 0 0 13 0 0 0 16 0 9 0 628970195 832278528 8227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14416] ppid=14384 vsize=812772 CPUtime=0
/proc/14409/task/14416/stat : 14416 (java) S 14384 14384 13407 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628970196 832278528 8227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14417] ppid=14384 vsize=812772 CPUtime=0
/proc/14409/task/14417/stat : 14417 (java) S 14384 14384 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628970196 832278528 8227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 495.91
Current children cumulated vsize (KiB) 860344

[startup+501.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14417
/proc/meminfo: memFree=1614848/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=495.19
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 835 129777 0 1 0 0 49332 187 16 0 1 0 628920195 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14384/statm: 11893 365 245 79 0 219 0
[pid=14409] ppid=14384 vsize=812884 CPUtime=1.52
/proc/14409/stat : 14409 (java) S 14384 14384 13407 0 -1 0 16236 0 1 0 143 9 0 0 18 0 9 0 628970190 832393216 15616 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14409/statm: 203221 15616 1925 9 0 197174 0
[pid=14409/tid=14410] ppid=14384 vsize=812884 CPUtime=1.31
/proc/14409/task/14410/stat : 14410 (java) R 14384 14384 13407 0 -1 64 14541 0 1 0 124 7 0 0 23 0 9 0 628970192 832393216 15616 996147200 134512640 134550740 4294955616 18446744073709551615 4126867311 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14411] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14411/stat : 14411 (java) S 14384 14384 13407 0 -1 64 174 0 0 0 0 0 0 0 16 0 9 0 628970193 832393216 15616 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14412] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14412/stat : 14412 (java) S 14384 14384 13407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628970193 832393216 15616 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14413] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14413/stat : 14413 (java) S 14384 14384 13407 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 628970193 832393216 15616 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14414] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14414/stat : 14414 (java) S 14384 14384 13407 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628970195 832393216 15616 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14415] ppid=14384 vsize=812884 CPUtime=0.17
/proc/14409/task/14415/stat : 14415 (java) S 14384 14384 13407 0 -1 64 810 0 0 0 17 0 0 0 16 0 9 0 628970195 832393216 15616 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14416] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14416/stat : 14416 (java) S 14384 14384 13407 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628970196 832393216 15616 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14417] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14417/stat : 14417 (java) S 14384 14384 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628970196 832393216 15616 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 496.71
Current children cumulated vsize (KiB) 860456

[startup+502.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14417
/proc/meminfo: memFree=1614848/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=495.19
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 835 129777 0 1 0 0 49332 187 16 0 1 0 628920195 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14384/statm: 11893 365 245 79 0 219 0
[pid=14409] ppid=14384 vsize=812884 CPUtime=2.31
/proc/14409/stat : 14409 (java) S 14384 14384 13407 0 -1 0 16246 0 1 0 222 9 0 0 18 0 9 0 628970190 832393216 15623 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14409/statm: 203221 15623 1925 9 0 197174 0
[pid=14409/tid=14410] ppid=14384 vsize=812884 CPUtime=2.09
/proc/14409/task/14410/stat : 14410 (java) R 14384 14384 13407 0 -1 64 14544 0 1 0 202 7 0 0 25 0 9 0 628970192 832393216 15623 996147200 134512640 134550740 4294955616 18446744073709551615 4126683281 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14411] ppid=14384 vsize=812884 CPUtime=0.01
/proc/14409/task/14411/stat : 14411 (java) S 14384 14384 13407 0 -1 64 174 0 0 0 1 0 0 0 16 0 9 0 628970193 832393216 15623 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14412] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14412/stat : 14412 (java) S 14384 14384 13407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628970193 832393216 15623 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14413] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14413/stat : 14413 (java) S 14384 14384 13407 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 628970193 832393216 15623 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14414] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14414/stat : 14414 (java) S 14384 14384 13407 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628970195 832393216 15623 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14415] ppid=14384 vsize=812884 CPUtime=0.18
/proc/14409/task/14415/stat : 14415 (java) S 14384 14384 13407 0 -1 64 817 0 0 0 18 0 0 0 16 0 9 0 628970195 832393216 15623 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14416] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14416/stat : 14416 (java) S 14384 14384 13407 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628970196 832393216 15623 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14417] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14417/stat : 14417 (java) S 14384 14384 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628970196 832393216 15623 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 497.5
Current children cumulated vsize (KiB) 860456

[startup+502.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14417
/proc/meminfo: memFree=1614848/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=495.19
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 842 129777 0 1 0 0 49332 187 16 0 1 0 628920195 48713728 366 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14384/statm: 11893 366 245 79 0 219 0
[pid=14409] ppid=14384 vsize=812884 CPUtime=2.49
/proc/14409/stat : 14409 (java) S 14384 14384 13407 0 -1 0 16249 0 1 0 240 9 0 0 18 0 9 0 628970190 832393216 15624 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14409/statm: 203221 15624 1925 9 0 197174 0
[pid=14409/tid=14410] ppid=14384 vsize=812884 CPUtime=2.27
/proc/14409/task/14410/stat : 14410 (java) S 14384 14384 13407 0 -1 64 14547 0 1 0 219 8 0 0 25 0 9 0 628970192 832393216 15624 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14411] ppid=14384 vsize=812884 CPUtime=0.01
/proc/14409/task/14411/stat : 14411 (java) S 14384 14384 13407 0 -1 64 174 0 0 0 1 0 0 0 16 0 9 0 628970193 832393216 15624 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14412] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14412/stat : 14412 (java) S 14384 14384 13407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628970193 832393216 15624 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14413] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14413/stat : 14413 (java) S 14384 14384 13407 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 628970193 832393216 15624 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14414] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14414/stat : 14414 (java) S 14384 14384 13407 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628970195 832393216 15624 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14415] ppid=14384 vsize=812884 CPUtime=0.18
/proc/14409/task/14415/stat : 14415 (java) S 14384 14384 13407 0 -1 64 817 0 0 0 18 0 0 0 16 0 9 0 628970195 832393216 15624 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14416] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14416/stat : 14416 (java) S 14384 14384 13407 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628970196 832393216 15624 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14409/tid=14417] ppid=14384 vsize=812884 CPUtime=0
/proc/14409/task/14417/stat : 14417 (java) S 14384 14384 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628970196 832393216 15624 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 497.68
Current children cumulated vsize (KiB) 860456

[startup+502.603 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14418
/proc/meminfo: memFree=1830016/2055920 swapFree=4157200/4192956
[pid=14384] ppid=14382 vsize=47572 CPUtime=497.69
/proc/14384/stat : 14384 (galacE.sh) S 14382 14384 13407 0 -1 4194304 879 146031 0 2 0 0 49572 197 17 0 1 0 628920195 48713728 366 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14384/statm: 11893 366 245 79 0 219 0
[pid=14418] ppid=14384 vsize=41160 CPUtime=0.07
/proc/14418/stat : 14418 (rm) R 14384 14384 13407 0 -1 4194304 136 0 0 0 0 7 0 0 18 0 1 0 628970447 42147840 109 996147200 4194304 4227748 548682068624 18446744073709551615 271894418473 0 0 4096 0 0 0 0 17 1 0 0
/proc/14418/statm: 10290 109 90 8 0 42 0
Current children cumulated CPU time (s) 497.76
Current children cumulated vsize (KiB) 88732

Child status: 0
Real time (s): 502.628
CPU time (s): 497.808
CPU user time (s): 495.727
CPU system time (s): 2.08168
CPU usage (%): 99.0411
Max. virtual memory (cumulated for all children) (KiB): 860456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 495.727
system time used= 2.08168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147065
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= 8983
involuntary context switches= 20046

runsolver used 0.676897 second user time and 1.59376 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-03 06:39:31
IDJOB=1055656
IDBENCH=56965
IDSOLVER=351
FILE ID=node60/1055656-1215059971
PBS_JOBID= 7875196
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9cc3eb9ba37c3015a0a8ff5ed022e4f0
RANDOM SEED=1337406889

node60.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.216
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.216
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:       1849720 kB
Buffers:          6280 kB
Cached:         103636 kB
SwapCached:      29552 kB
Active:         133004 kB
Inactive:        20332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849720 kB
SwapTotal:     4192956 kB
SwapFree:      4157200 kB
Dirty:            3864 kB
Writeback:           0 kB
Mapped:          50044 kB
Slab:            38076 kB
Committed_AS:  1059564 kB
PageTables:       1884 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= 66548 MiB
End job on node60 at 2008-07-03 06:47:53