Trace number 1057427

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 1428.05 1435.05

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-80-3-1.xml
MD5SUM60cbbbca85abe019a8cb7422eb9601ca
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity4
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1335.92/1342.50	c start processing
1335.92/1342.50	c start relation processing
1352.84/1359.40	c start cnf exporting
1419.56/1426.58	c parsing time : 1342.366
1419.56/1426.58	c preprocessing time : 1426.452
1419.56/1426.58	
1419.56/1426.58	c Nary constraints - conflicts : 0 supports : 80
1419.56/1426.58	c Binary constraints - conflicts : 0 supports :0
1419.56/1426.58	c max arity constraint : 4
1419.56/1426.58	c Max Tuples generated 84934656
1419.56/1426.58	c relations : 80
1419.56/1426.58	c relations BDD: 80
1419.56/1426.58	c sampling 80/80
1419.56/1426.58	c vars : 535464 - clauses :  2377970
1419.56/1426.58	
1419.65/1426.66	 
1419.65/1426.66	c --- SAT Solver Stats ---
1419.65/1426.66	 
1419.65/1426.66	c eSAT 0.1 : minisat core with additionnal features
1419.65/1426.66	c ============================[ Problem Statistics ]=============================
1419.65/1426.66	c |                                                                             |
1419.65/1426.66	c |  Number of variables:  535463                                               |
1419.65/1426.66	c |  Number of clauses:    2377970                                              |
1421.62/1428.65	c |  Parsing time:         1.69         s                                       |
1424.01/1431.08	c restarts              : 1
1424.01/1431.08	c conflicts             : 0              (0 /sec)
1424.01/1431.08	c decisions             : 1              (0.00 % random) (0 /sec)
1424.01/1431.08	c euip                  : 0           
1424.01/1431.08	c propagations          : 512983         (125473 /sec)
1424.01/1431.08	c conflict literals     : 0              ( nan % deleted)
1424.01/1431.08	c Memory used           : 156.50 MB
1424.01/1431.08	c CPU time              : 4.08838 s
1424.01/1431.08	c 
1424.21/1431.27	s SATISFIABLE
1427.98/1435.02	v 67 90 5 53 67 31 37 61 97 79 41 5 76 29 43 3 53 3 83 37 37 67 24 82 19 13 41 83 61 31 11 5 83 23 71 67 67 17 37 61 11 89 79 71 29 41 89 97 53 73 43 3 59 13 17 89 41 73 79 17 13 2 95 5 37 13 79 11 43 19 97 73 3 73 47 61 29 47 67 2 41 23 3 7 43 29 7 3 78 97 19 31 3 67 47 41 3 37 71 47

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-1057427-1215111140/watcher-1057427-1215111140 -o /tmp/evaluation-result-1057427-1215111140/solver-1057427-1215111140 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1057427-1215111140.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.94 1.90 4/72 27203
/proc/meminfo: memFree=1527864/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=8652 CPUtime=0
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 123109375 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27203/statm: 2163 280 208 79 0 156 0
[pid=27204] ppid=27203 vsize=8688 CPUtime=0
/proc/27204/stat : 27204 (galacE.sh) R 27203 27203 26920 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 123109375 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 244276849311 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/27204/statm: 2172 288 210 79 0 165 0

[startup+0.0181849 s]
/proc/loadavg: 1.86 1.94 1.90 4/72 27203
/proc/meminfo: memFree=1527864/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=8652 CPUtime=0
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 123109375 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27203/statm: 2163 280 208 79 0 156 0
[pid=27204] ppid=27203 vsize=8688 CPUtime=0
/proc/27204/stat : 27204 (galacE.sh) S 27203 27203 26920 0 -1 4194368 77 485 0 0 0 0 0 0 17 0 1 0 123109375 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 244277018706 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/27204/statm: 2172 288 210 79 0 165 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 17340

[startup+0.101206 s]
/proc/loadavg: 1.86 1.94 1.90 4/72 27203
/proc/meminfo: memFree=1527864/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=0.01
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 767 1697 0 0 0 0 0 1 17 0 1 0 123109375 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27203/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301242 s]
/proc/loadavg: 1.86 1.94 1.90 4/72 27203
/proc/meminfo: memFree=1527864/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=0.01
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 767 1697 0 0 0 0 0 1 17 0 1 0 123109375 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27203/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701311 s]
/proc/loadavg: 1.86 1.94 1.90 4/72 27203
/proc/meminfo: memFree=1527864/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=0.01
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 767 1697 0 0 0 0 0 1 17 0 1 0 123109375 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27203/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50247 s]
/proc/loadavg: 1.86 1.94 1.90 3/82 27225
/proc/meminfo: memFree=1500584/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=0.01
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 767 1697 0 0 0 0 0 1 17 0 1 0 123109375 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27203/statm: 11891 366 247 79 0 219 0
[pid=27217] ppid=27203 vsize=812720 CPUtime=1.43
/proc/27217/stat : 27217 (java) S 27203 27203 26920 0 -1 0 9085 0 1 0 137 6 0 0 18 0 9 0 123109378 832225280 8502 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27217/statm: 203180 8502 1909 9 0 197161 0
[pid=27217/tid=27218] ppid=27203 vsize=812720 CPUtime=1.3
/proc/27217/task/27218/stat : 27218 (java) R 27203 27203 26920 0 -1 64 7618 0 1 0 125 5 0 0 25 0 9 0 123109380 832225280 8502 996147200 134512640 134550740 4294955616 18446744073709551615 4126756773 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27219] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27219/stat : 27219 (java) S 27203 27203 26920 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 123109381 832225280 8502 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27220] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27220/stat : 27220 (java) S 27203 27203 26920 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 123109381 832225280 8502 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27221] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27221/stat : 27221 (java) S 27203 27203 26920 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 123109382 832225280 8502 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27222] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27222/stat : 27222 (java) S 27203 27203 26920 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 123109384 832225280 8502 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27223] ppid=27203 vsize=812720 CPUtime=0.11
/proc/27217/task/27223/stat : 27223 (java) S 27203 27203 26920 0 -1 64 764 0 0 0 11 0 0 0 16 0 9 0 123109384 832225280 8502 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27224] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27224/stat : 27224 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123109384 832225280 8502 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27225] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27225/stat : 27225 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123109384 832225280 8502 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860284

[startup+3.10177 s]
/proc/loadavg: 1.86 1.94 1.90 3/82 27225
/proc/meminfo: memFree=1500328/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=0.01
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 767 1697 0 0 0 0 0 1 17 0 1 0 123109375 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27203/statm: 11891 366 247 79 0 219 0
[pid=27217] ppid=27203 vsize=812720 CPUtime=3.02
/proc/27217/stat : 27217 (java) S 27203 27203 26920 0 -1 0 9155 0 1 0 296 6 0 0 18 0 9 0 123109378 832225280 8562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27217/statm: 203180 8562 1919 9 0 197161 0
[pid=27217/tid=27218] ppid=27203 vsize=812720 CPUtime=2.88
/proc/27217/task/27218/stat : 27218 (java) R 27203 27203 26920 0 -1 64 7680 0 1 0 283 5 0 0 25 0 9 0 123109380 832225280 8562 996147200 134512640 134550740 4294955616 18446744073709551615 4126760240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27219] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27219/stat : 27219 (java) S 27203 27203 26920 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 123109381 832225280 8562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27220] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27220/stat : 27220 (java) S 27203 27203 26920 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 123109381 832225280 8562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27221] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27221/stat : 27221 (java) S 27203 27203 26920 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 123109382 832225280 8562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27222] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27222/stat : 27222 (java) S 27203 27203 26920 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 123109384 832225280 8562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27223] ppid=27203 vsize=812720 CPUtime=0.12
/proc/27217/task/27223/stat : 27223 (java) S 27203 27203 26920 0 -1 64 772 0 0 0 12 0 0 0 16 0 9 0 123109384 832225280 8562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27224] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27224/stat : 27224 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123109384 832225280 8562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27225] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27225/stat : 27225 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123109384 832225280 8562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860284

[startup+6.30238 s]
/proc/loadavg: 1.87 1.94 1.90 4/82 27225
/proc/meminfo: memFree=1499816/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=0.01
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 767 1697 0 0 0 0 0 1 17 0 1 0 123109375 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27203/statm: 11891 366 247 79 0 219 0
[pid=27217] ppid=27203 vsize=812720 CPUtime=6.19
/proc/27217/stat : 27217 (java) S 27203 27203 26920 0 -1 0 9224 0 1 0 613 6 0 0 18 0 9 0 123109378 832225280 8628 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27217/statm: 203180 8628 1919 9 0 197161 0
[pid=27217/tid=27218] ppid=27203 vsize=812720 CPUtime=6.05
/proc/27217/task/27218/stat : 27218 (java) R 27203 27203 26920 0 -1 64 7746 0 1 0 600 5 0 0 25 0 9 0 123109380 832225280 8628 996147200 134512640 134550740 4294955616 18446744073709551615 4126756711 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27219] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27219/stat : 27219 (java) S 27203 27203 26920 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 123109381 832225280 8628 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27220] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27220/stat : 27220 (java) S 27203 27203 26920 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 123109381 832225280 8628 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27221] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27221/stat : 27221 (java) S 27203 27203 26920 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 123109382 832225280 8628 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27222] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27222/stat : 27222 (java) S 27203 27203 26920 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 123109384 832225280 8628 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27223] ppid=27203 vsize=812720 CPUtime=0.12
/proc/27217/task/27223/stat : 27223 (java) S 27203 27203 26920 0 -1 64 775 0 0 0 12 0 0 0 16 0 9 0 123109384 832225280 8628 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27224] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27224/stat : 27224 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123109384 832225280 8628 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27225] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27225/stat : 27225 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123109384 832225280 8628 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860284

[startup+12.7016 s]
/proc/loadavg: 1.88 1.94 1.90 3/82 27225
/proc/meminfo: memFree=1499240/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=0.01
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 767 1697 0 0 0 0 0 1 17 0 1 0 123109375 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27203/statm: 11891 366 247 79 0 219 0
[pid=27217] ppid=27203 vsize=812720 CPUtime=12.54
/proc/27217/stat : 27217 (java) S 27203 27203 26920 0 -1 0 9313 0 1 0 1248 6 0 0 18 0 9 0 123109378 832225280 8716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27217/statm: 203180 8716 1921 9 0 197161 0
[pid=27217/tid=27218] ppid=27203 vsize=812720 CPUtime=12.4
/proc/27217/task/27218/stat : 27218 (java) R 27203 27203 26920 0 -1 64 7832 0 1 0 1235 5 0 0 25 0 9 0 123109380 832225280 8716 996147200 134512640 134550740 4294955616 18446744073709551615 4126755341 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27219] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27219/stat : 27219 (java) S 27203 27203 26920 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 123109381 832225280 8716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27220] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27220/stat : 27220 (java) S 27203 27203 26920 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 123109381 832225280 8716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27221] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27221/stat : 27221 (java) S 27203 27203 26920 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 123109382 832225280 8716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27222] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27222/stat : 27222 (java) S 27203 27203 26920 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 123109384 832225280 8716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27223] ppid=27203 vsize=812720 CPUtime=0.12
/proc/27217/task/27223/stat : 27223 (java) S 27203 27203 26920 0 -1 64 778 0 0 0 12 0 0 0 16 0 9 0 123109384 832225280 8716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27224] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27224/stat : 27224 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123109384 832225280 8716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27225] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27225/stat : 27225 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123109384 832225280 8716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860284

[startup+25.503 s]
/proc/loadavg: 1.91 1.94 1.90 3/82 27225
/proc/meminfo: memFree=1499176/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=0.01
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 767 1697 0 0 0 0 0 1 17 0 1 0 123109375 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27203/statm: 11891 366 247 79 0 219 0
[pid=27217] ppid=27203 vsize=812720 CPUtime=25.24
/proc/27217/stat : 27217 (java) S 27203 27203 26920 0 -1 0 9350 0 1 0 2518 6 0 0 18 0 9 0 123109378 832225280 8753 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27217/statm: 203180 8753 1921 9 0 197161 0
[pid=27217/tid=27218] ppid=27203 vsize=812720 CPUtime=25.1
/proc/27217/task/27218/stat : 27218 (java) R 27203 27203 26920 0 -1 64 7869 0 1 0 2505 5 0 0 25 0 9 0 123109380 832225280 8753 996147200 134512640 134550740 4294955616 18446744073709551615 4126759760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27219] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27219/stat : 27219 (java) S 27203 27203 26920 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 123109381 832225280 8753 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27220] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27220/stat : 27220 (java) S 27203 27203 26920 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 123109381 832225280 8753 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27221] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27221/stat : 27221 (java) S 27203 27203 26920 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 123109382 832225280 8753 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27222] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27222/stat : 27222 (java) S 27203 27203 26920 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 123109384 832225280 8753 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27223] ppid=27203 vsize=812720 CPUtime=0.12
/proc/27217/task/27223/stat : 27223 (java) S 27203 27203 26920 0 -1 64 778 0 0 0 12 0 0 0 16 0 9 0 123109384 832225280 8753 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27224] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27224/stat : 27224 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123109384 832225280 8753 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27225] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27225/stat : 27225 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123109384 832225280 8753 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25

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

/proc/27217/task/27223/stat : 27223 (java) S 27203 27203 26920 0 -1 64 846 0 0 0 24 0 0 0 17 0 9 0 123109384 832225280 89700 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27224] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27224/stat : 27224 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123109384 832225280 89700 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27217/tid=27225] ppid=27203 vsize=812720 CPUtime=0
/proc/27217/task/27225/stat : 27225 (java) S 27203 27203 26920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123109384 832225280 89700 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.38
Current children cumulated vsize (KiB) 860284

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

[startup+1427.1 s]
/proc/loadavg: 2.02 1.99 1.91 2/90 27268
/proc/meminfo: memFree=1052776/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=1419.7
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 801 92151 0 1 0 0 141878 92 17 0 1 0 123109375 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27203/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 1419.7
Current children cumulated vsize (KiB) 47564

[startup+1430.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/82 27269
/proc/meminfo: memFree=1247464/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=1419.7
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 801 92151 0 1 0 0 141878 92 17 0 1 0 123109375 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27203/statm: 11891 366 247 79 0 219 0
[pid=27269] ppid=27203 vsize=187932 CPUtime=3.61
/proc/27269/stat : 27269 (eSAT_static) R 27203 27203 26920 0 -1 4194304 39975 0 0 0 332 29 0 0 25 0 1 0 123252041 192442368 39957 996147200 134512640 135177480 4294955984 18446744073709551615 134537700 0 0 4096 3 0 0 0 17 1 0 0
/proc/27269/statm: 46983 39957 74 162 0 46818 0
Current children cumulated CPU time (s) 1423.31
Current children cumulated vsize (KiB) 235496

[startup+1433.5 s]
/proc/loadavg: 2.02 1.99 1.91 3/90 27278
/proc/meminfo: memFree=1345256/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=1424.32
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 837 133846 0 1 0 0 142305 127 16 0 1 0 123109375 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 244277018706 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27203/statm: 11891 367 247 79 0 219 0
[pid=27270] ppid=27203 vsize=812788 CPUtime=2.16
/proc/27270/stat : 27270 (java) S 27203 27203 26920 0 -1 0 16212 0 2 0 207 9 0 0 18 0 9 0 123252505 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27270/statm: 203197 15591 1923 9 0 197150 0
[pid=27270/tid=27271] ppid=27203 vsize=812788 CPUtime=1.99
/proc/27270/task/27271/stat : 27271 (java) R 27203 27203 26920 0 -1 64 14530 0 2 0 191 8 0 0 25 0 9 0 123252506 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4126763839 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27272] ppid=27203 vsize=812788 CPUtime=0.01
/proc/27270/task/27272/stat : 27272 (java) S 27203 27203 26920 0 -1 64 176 0 0 0 1 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27273] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27273/stat : 27273 (java) S 27203 27203 26920 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27274] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27274/stat : 27274 (java) S 27203 27203 26920 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27275] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27275/stat : 27275 (java) S 27203 27203 26920 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27276] ppid=27203 vsize=812788 CPUtime=0.14
/proc/27270/task/27276/stat : 27276 (java) S 27203 27203 26920 0 -1 64 796 0 0 0 14 0 0 0 16 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27277] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27277/stat : 27277 (java) S 27203 27203 26920 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27278] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27278/stat : 27278 (java) S 27203 27203 26920 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1426.48
Current children cumulated vsize (KiB) 860352

[startup+1434.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/90 27278
/proc/meminfo: memFree=1345256/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=1424.32
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 837 133846 0 1 0 0 142305 127 16 0 1 0 123109375 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 244277018706 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27203/statm: 11891 367 247 79 0 219 0
[pid=27270] ppid=27203 vsize=812788 CPUtime=2.96
/proc/27270/stat : 27270 (java) S 27203 27203 26920 0 -1 0 16215 0 2 0 287 9 0 0 18 0 9 0 123252505 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27270/statm: 203197 15591 1923 9 0 197150 0
[pid=27270/tid=27271] ppid=27203 vsize=812788 CPUtime=2.78
/proc/27270/task/27271/stat : 27271 (java) R 27203 27203 26920 0 -1 64 14533 0 2 0 270 8 0 0 25 0 9 0 123252506 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4126816915 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27272] ppid=27203 vsize=812788 CPUtime=0.01
/proc/27270/task/27272/stat : 27272 (java) S 27203 27203 26920 0 -1 64 176 0 0 0 1 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27273] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27273/stat : 27273 (java) S 27203 27203 26920 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27274] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27274/stat : 27274 (java) S 27203 27203 26920 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27275] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27275/stat : 27275 (java) S 27203 27203 26920 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27276] ppid=27203 vsize=812788 CPUtime=0.14
/proc/27270/task/27276/stat : 27276 (java) S 27203 27203 26920 0 -1 64 796 0 0 0 14 0 0 0 16 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27277] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27277/stat : 27277 (java) S 27203 27203 26920 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27278] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27278/stat : 27278 (java) S 27203 27203 26920 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1427.28
Current children cumulated vsize (KiB) 860352

[startup+1434.7 s]
/proc/loadavg: 2.02 1.99 1.91 3/90 27278
/proc/meminfo: memFree=1345256/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=1424.32
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 837 133846 0 1 0 0 142305 127 16 0 1 0 123109375 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 244277018706 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27203/statm: 11891 367 247 79 0 219 0
[pid=27270] ppid=27203 vsize=812788 CPUtime=3.35
/proc/27270/stat : 27270 (java) S 27203 27203 26920 0 -1 0 16216 0 2 0 326 9 0 0 18 0 9 0 123252505 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27270/statm: 203197 15591 1923 9 0 197150 0
[pid=27270/tid=27271] ppid=27203 vsize=812788 CPUtime=3.18
/proc/27270/task/27271/stat : 27271 (java) R 27203 27203 26920 0 -1 64 14534 0 2 0 310 8 0 0 25 0 9 0 123252506 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4126663510 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27272] ppid=27203 vsize=812788 CPUtime=0.02
/proc/27270/task/27272/stat : 27272 (java) S 27203 27203 26920 0 -1 64 176 0 0 0 2 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27273] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27273/stat : 27273 (java) S 27203 27203 26920 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27274] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27274/stat : 27274 (java) S 27203 27203 26920 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27275] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27275/stat : 27275 (java) S 27203 27203 26920 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27276] ppid=27203 vsize=812788 CPUtime=0.14
/proc/27270/task/27276/stat : 27276 (java) S 27203 27203 26920 0 -1 64 796 0 0 0 14 0 0 0 16 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27277] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27277/stat : 27277 (java) S 27203 27203 26920 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27278] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27278/stat : 27278 (java) S 27203 27203 26920 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1427.67
Current children cumulated vsize (KiB) 860352

[startup+1434.9 s]
/proc/loadavg: 2.02 1.99 1.91 3/90 27278
/proc/meminfo: memFree=1345256/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47564 CPUtime=1424.32
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 837 133846 0 1 0 0 142305 127 16 0 1 0 123109375 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 244277018706 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27203/statm: 11891 367 247 79 0 219 0
[pid=27270] ppid=27203 vsize=812788 CPUtime=3.55
/proc/27270/stat : 27270 (java) S 27203 27203 26920 0 -1 0 16217 0 2 0 346 9 0 0 18 0 9 0 123252505 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27270/statm: 203197 15591 1923 9 0 197150 0
[pid=27270/tid=27271] ppid=27203 vsize=812788 CPUtime=3.37
/proc/27270/task/27271/stat : 27271 (java) R 27203 27203 26920 0 -1 64 14535 0 2 0 329 8 0 0 25 0 9 0 123252506 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4126702518 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27272] ppid=27203 vsize=812788 CPUtime=0.02
/proc/27270/task/27272/stat : 27272 (java) S 27203 27203 26920 0 -1 64 176 0 0 0 2 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27273] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27273/stat : 27273 (java) S 27203 27203 26920 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27274] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27274/stat : 27274 (java) S 27203 27203 26920 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 123252508 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27275] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27275/stat : 27275 (java) S 27203 27203 26920 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27276] ppid=27203 vsize=812788 CPUtime=0.14
/proc/27270/task/27276/stat : 27276 (java) S 27203 27203 26920 0 -1 64 796 0 0 0 14 0 0 0 17 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27277] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27277/stat : 27277 (java) S 27203 27203 26920 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27278] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27278/stat : 27278 (java) S 27203 27203 26920 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 123252510 832294912 15591 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1427.87
Current children cumulated vsize (KiB) 860352

[startup+1435 s]
/proc/loadavg: 2.02 1.99 1.91 3/90 27278
/proc/meminfo: memFree=1345256/2055920 swapFree=4191676/4192956
[pid=27203] ppid=27201 vsize=47568 CPUtime=1424.32
/proc/27203/stat : 27203 (galacE.sh) S 27201 27203 26920 0 -1 4194304 846 133846 0 1 0 0 142305 127 16 0 1 0 123109375 48709632 369 996147200 4194304 4520092 548682068832 18446744073709551615 244277018706 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27203/statm: 11892 369 247 79 0 220 0
[pid=27270] ppid=27203 vsize=812788 CPUtime=3.66
/proc/27270/stat : 27270 (java) S 27203 27203 26920 0 -1 0 16220 0 2 0 356 10 0 0 18 0 9 0 123252505 832294912 15593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27270/statm: 203197 15593 1923 9 0 197150 0
[pid=27270/tid=27271] ppid=27203 vsize=812788 CPUtime=3.47
/proc/27270/task/27271/stat : 27271 (java) S 27203 27203 26920 0 -1 64 14537 0 2 0 339 8 0 0 25 0 9 0 123252506 832294912 15593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27272] ppid=27203 vsize=812788 CPUtime=0.02
/proc/27270/task/27272/stat : 27272 (java) S 27203 27203 26920 0 -1 64 176 0 0 0 2 0 0 0 16 0 9 0 123252508 832294912 15593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27273] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27273/stat : 27273 (java) S 27203 27203 26920 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 123252508 832294912 15593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27274] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27274/stat : 27274 (java) S 27203 27203 26920 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 123252508 832294912 15593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27275] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27275/stat : 27275 (java) S 27203 27203 26920 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 123252510 832294912 15593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27276] ppid=27203 vsize=812788 CPUtime=0.14
/proc/27270/task/27276/stat : 27276 (java) S 27203 27203 26920 0 -1 64 797 0 0 0 14 0 0 0 16 0 9 0 123252510 832294912 15593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27277] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27277/stat : 27277 (java) S 27203 27203 26920 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 123252510 832294912 15593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27270/tid=27278] ppid=27203 vsize=812788 CPUtime=0
/proc/27270/task/27278/stat : 27278 (java) S 27203 27203 26920 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 123252510 832294912 15593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1427.98
Current children cumulated vsize (KiB) 860356

Child status: 0
Real time (s): 1435.05
CPU time (s): 1428.05
CPU user time (s): 1426.63
CPU system time (s): 1.42178
CPU usage (%): 99.5122
Max. virtual memory (cumulated for all children) (KiB): 860356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1426.63
system time used= 1.42178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151113
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31908
involuntary context switches= 53627

runsolver used 1.42778 second user time and 3.9344 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-03 20:52:20
IDJOB=1057427
IDBENCH=54036
IDSOLVER=351
FILE ID=node63/1057427-1215111140
PBS_JOBID= 7877080
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 60cbbbca85abe019a8cb7422eb9601ca
RANDOM SEED=541069112

node63.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1528280 kB
Buffers:         25168 kB
Cached:         429016 kB
SwapCached:        260 kB
Active:         265268 kB
Inactive:       207148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1528280 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            4180 kB
Writeback:           0 kB
Mapped:          30784 kB
Slab:            40752 kB
Committed_AS:   277572 kB
PageTables:       1576 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node63 at 2008-07-03 21:16:16