Trace number 1083882

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 EUNSAT 183.173 184.521

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen9.xml
MD5SUM07304cb7317cdf0b1877fc5044901f5a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.315951
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
124.36/125.67	c start processing
124.36/125.67	c start relation processing
124.76/126.06	c start cnf exporting
174.05/175.35	c parsing time : 125.537
174.05/175.35	c preprocessing time : 175.224
174.05/175.35	
174.05/175.35	c Nary constraints - conflicts : 0 supports : 0
174.05/175.35	c Binary constraints - conflicts : 2392 supports :1711
174.05/175.35	c max arity constraint : 2
174.05/175.35	c Max Tuples generated 1936
174.05/175.35	c relations : 1124
174.05/175.35	c relations BDD: 0
174.05/175.35	c sampling 0/0
174.05/175.35	c vars : 26857 - clauses :  1706588
174.05/175.35	
174.11/175.41	 
174.11/175.41	c --- SAT Solver Stats ---
174.11/175.41	 
174.11/175.41	c eSAT 0.1 : minisat core with additionnal features
174.11/175.41	c ============================[ Problem Statistics ]=============================
174.11/175.41	c |                                                                             |
174.11/175.41	c |  Number of variables:  26856                                                |
174.11/175.41	c |  Number of clauses:    1706588                                              |
175.09/176.48	c |  Parsing time:         0.93         s                                       |
183.02/184.48	c restarts              : 18
183.02/184.48	c conflicts             : 50             (6 /sec)
183.02/184.48	c decisions             : 7269           (92.21 % random) (821 /sec)
183.02/184.48	c euip                  : 15          
183.02/184.48	c propagations          : 48242          (5448 /sec)
183.02/184.48	c conflict literals     : 257            (16.01 % deleted)
183.02/184.48	c Memory used           : 71.93 MB
183.02/184.48	c CPU time              : 8.85465 s
183.02/184.48	c 
183.02/184.48	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1083882-1215229485/watcher-1083882-1215229485 -o /tmp/evaluation-result-1083882-1215229485/solver-1083882-1215229485 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1083882-1215229485.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.01 2.00 2.00 4/80 27592
/proc/meminfo: memFree=1607680/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=8652 CPUtime=0
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2001923112 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 2163 280 208 79 0 156 0
[pid=27593] ppid=27592 vsize=8688 CPUtime=0
/proc/27593/stat : 27593 (galacE.sh) S 27592 27592 25923 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 2001923113 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 231962542162 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27593/statm: 2172 286 209 79 0 165 0
[pid=27594] ppid=27593 vsize=8728 CPUtime=0
/proc/27594/stat : 27594 (galacE.sh) R 27593 27592 25923 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2001923113 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 231962373415 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/27594/statm: 2182 290 209 79 0 175 0

[startup+0.106604 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 27592
/proc/meminfo: memFree=1607680/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.201581 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 27592
/proc/meminfo: memFree=1607680/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301555 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 27592
/proc/meminfo: memFree=1607680/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701448 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 27592
/proc/meminfo: memFree=1607680/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50124 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 27614
/proc/meminfo: memFree=1566320/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27606] ppid=27592 vsize=812532 CPUtime=1.44
/proc/27606/stat : 27606 (java) S 27592 27592 25923 0 -1 0 13622 0 1 0 135 9 0 0 18 0 9 0 2001923116 832032768 12812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27606/statm: 203133 12812 2584 9 0 197166 0
[pid=27606/tid=27607] ppid=27592 vsize=812532 CPUtime=0.46
/proc/27606/task/27607/stat : 27607 (java) R 27592 27592 25923 0 -1 64 7517 0 1 0 41 5 0 0 16 0 9 0 2001923117 832032768 12812 996147200 134512640 134550740 4294955600 18446744073709551615 104454738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27608] ppid=27592 vsize=812532 CPUtime=0.78
/proc/27606/task/27608/stat : 27608 (java) R 27592 27592 25923 0 -1 64 4622 0 0 0 77 1 0 0 20 0 9 0 2001923118 832032768 12812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27609] ppid=27592 vsize=812532 CPUtime=0
/proc/27606/task/27609/stat : 27609 (java) S 27592 27592 25923 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001923118 832032768 12812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27610] ppid=27592 vsize=812532 CPUtime=0
/proc/27606/task/27610/stat : 27610 (java) S 27592 27592 25923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001923118 832032768 12812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27611] ppid=27592 vsize=812532 CPUtime=0
/proc/27606/task/27611/stat : 27611 (java) S 27592 27592 25923 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001923120 832032768 12812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27612] ppid=27592 vsize=812532 CPUtime=0.17
/proc/27606/task/27612/stat : 27612 (java) S 27592 27592 25923 0 -1 64 783 0 0 0 16 1 0 0 15 0 9 0 2001923120 832032768 12812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27613] ppid=27592 vsize=812532 CPUtime=0
/proc/27606/task/27613/stat : 27613 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001923120 832032768 12812 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27614] ppid=27592 vsize=812532 CPUtime=0
/proc/27606/task/27614/stat : 27614 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001923120 832032768 12812 996147200 134512640 134550740 4294955600 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) 860088

[startup+3.10283 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 27614
/proc/meminfo: memFree=1565040/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27606] ppid=27592 vsize=812532 CPUtime=3.03
/proc/27606/stat : 27606 (java) S 27592 27592 25923 0 -1 0 13932 0 1 0 294 9 0 0 18 0 9 0 2001923116 832032768 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27606/statm: 203133 13082 2584 9 0 197166 0
[pid=27606/tid=27607] ppid=27592 vsize=812532 CPUtime=0.62
/proc/27606/task/27607/stat : 27607 (java) S 27592 27592 25923 0 -1 64 7557 0 1 0 57 5 0 0 16 0 9 0 2001923117 832032768 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27608] ppid=27592 vsize=812532 CPUtime=2.18
/proc/27606/task/27608/stat : 27608 (java) R 27592 27592 25923 0 -1 64 4871 0 0 0 216 2 0 0 25 0 9 0 2001923118 832032768 13082 996147200 134512640 134550740 4294955600 18446744073709551615 102496359 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27609] ppid=27592 vsize=812532 CPUtime=0
/proc/27606/task/27609/stat : 27609 (java) S 27592 27592 25923 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001923118 832032768 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27610] ppid=27592 vsize=812532 CPUtime=0
/proc/27606/task/27610/stat : 27610 (java) S 27592 27592 25923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001923118 832032768 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27611] ppid=27592 vsize=812532 CPUtime=0
/proc/27606/task/27611/stat : 27611 (java) S 27592 27592 25923 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001923120 832032768 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27612] ppid=27592 vsize=812532 CPUtime=0.2
/proc/27606/task/27612/stat : 27612 (java) S 27592 27592 25923 0 -1 64 804 0 0 0 19 1 0 0 15 0 9 0 2001923120 832032768 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27613] ppid=27592 vsize=812532 CPUtime=0
/proc/27606/task/27613/stat : 27613 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001923120 832032768 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27614] ppid=27592 vsize=812532 CPUtime=0
/proc/27606/task/27614/stat : 27614 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001923120 832032768 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860088

[startup+6.302 s]
/proc/loadavg: 2.09 2.02 2.01 3/90 27614
/proc/meminfo: memFree=1562544/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27606] ppid=27592 vsize=812608 CPUtime=6.19
/proc/27606/stat : 27606 (java) S 27592 27592 25923 0 -1 0 15374 0 1 0 609 10 0 0 18 0 9 0 2001923116 832110592 13657 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27606/statm: 203152 13657 2584 9 0 197185 0
[pid=27606/tid=27607] ppid=27592 vsize=812608 CPUtime=0.92
/proc/27606/task/27607/stat : 27607 (java) S 27592 27592 25923 0 -1 64 7628 0 1 0 87 5 0 0 15 0 9 0 2001923117 832110592 13657 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27608] ppid=27592 vsize=812608 CPUtime=5.04
/proc/27606/task/27608/stat : 27608 (java) R 27592 27592 25923 0 -1 64 6238 0 0 0 501 3 0 0 25 0 9 0 2001923118 832110592 13657 996147200 134512640 134550740 4294955600 18446744073709551615 102478692 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27609] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27609/stat : 27609 (java) S 27592 27592 25923 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001923118 832110592 13657 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27610] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27610/stat : 27610 (java) S 27592 27592 25923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001923118 832110592 13657 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27611] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27611/stat : 27611 (java) S 27592 27592 25923 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001923120 832110592 13657 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27612] ppid=27592 vsize=812608 CPUtime=0.21
/proc/27606/task/27612/stat : 27612 (java) S 27592 27592 25923 0 -1 64 808 0 0 0 20 1 0 0 15 0 9 0 2001923120 832110592 13657 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27613] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27613/stat : 27613 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001923120 832110592 13657 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27614] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27614/stat : 27614 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001923120 832110592 13657 996147200 134512640 134550740 4294955600 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) 860164

[startup+12.7023 s]
/proc/loadavg: 2.08 2.02 2.00 3/90 27614
/proc/meminfo: memFree=1559024/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27606] ppid=27592 vsize=812608 CPUtime=12.53
/proc/27606/stat : 27606 (java) S 27592 27592 25923 0 -1 0 16277 0 1 0 1242 11 0 0 18 0 9 0 2001923116 832110592 14449 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27606/statm: 203152 14449 2584 9 0 197185 0
[pid=27606/tid=27607] ppid=27592 vsize=812608 CPUtime=1.6
/proc/27606/task/27607/stat : 27607 (java) S 27592 27592 25923 0 -1 64 7739 0 1 0 155 5 0 0 15 0 9 0 2001923117 832110592 14449 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27608] ppid=27592 vsize=812608 CPUtime=10.66
/proc/27606/task/27608/stat : 27608 (java) R 27592 27592 25923 0 -1 64 7008 0 0 0 1063 3 0 0 25 0 9 0 2001923118 832110592 14449 996147200 134512640 134550740 4294955600 18446744073709551615 104456976 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27609] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27609/stat : 27609 (java) S 27592 27592 25923 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001923118 832110592 14449 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27610] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27610/stat : 27610 (java) S 27592 27592 25923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001923118 832110592 14449 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27611] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27611/stat : 27611 (java) S 27592 27592 25923 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001923120 832110592 14449 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27612] ppid=27592 vsize=812608 CPUtime=0.24
/proc/27606/task/27612/stat : 27612 (java) S 27592 27592 25923 0 -1 64 830 0 0 0 23 1 0 0 15 0 9 0 2001923120 832110592 14449 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27613] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27613/stat : 27613 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001923120 832110592 14449 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27614] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27614/stat : 27614 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001923120 832110592 14449 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860164

[startup+25.502 s]
/proc/loadavg: 2.14 2.03 2.01 3/90 27614
/proc/meminfo: memFree=1554160/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27606] ppid=27592 vsize=812608 CPUtime=25.2
/proc/27606/stat : 27606 (java) S 27592 27592 25923 0 -1 0 17603 0 1 0 2507 13 0 0 18 0 9 0 2001923116 832110592 15619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27606/statm: 203152 15619 2584 9 0 197185 0
[pid=27606/tid=27607] ppid=27592 vsize=812608 CPUtime=4.12
/proc/27606/task/27607/stat : 27607 (java) S 27592 27592 25923 0 -1 64 7897 0 1 0 406 6 0 0 16 0 9 0 2001923117 832110592 15619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27608] ppid=27592 vsize=812608 CPUtime=20.75
/proc/27606/task/27608/stat : 27608 (java) R 27592 27592 25923 0 -1 64 8135 0 0 0 2071 4 0 0 25 0 9 0 2001923118 832110592 15619 996147200 134512640 134550740 4294955600 18446744073709551615 104182213 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27609] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27609/stat : 27609 (java) S 27592 27592 25923 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001923118 832110592 15619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27610] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27610/stat : 27610 (java) S 27592 27592 25923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001923118 832110592 15619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27611] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27611/stat : 27611 (java) S 27592 27592 25923 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001923120 832110592 15619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27612] ppid=27592 vsize=812608 CPUtime=0.3
/proc/27606/task/27612/stat : 27612 (java) S 27592 27592 25923 0 -1 64 871 0 0 0 29 1 0 0 15 0 9 0 2001923120 832110592 15619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27613] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27613/stat : 27613 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001923120 832110592 15619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27614] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27614/stat : 27614 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001923120 832110592 15619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21

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

/proc/27606/task/27608/stat : 27608 (java) R 27592 27592 25923 0 -1 64 11745 0 0 0 8144 9 0 0 25 0 9 0 2001923118 832110592 19243 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27609] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27609/stat : 27609 (java) S 27592 27592 25923 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001923118 832110592 19243 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27610] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27610/stat : 27610 (java) S 27592 27592 25923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001923118 832110592 19243 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27611] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27611/stat : 27611 (java) S 27592 27592 25923 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001923120 832110592 19243 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27612] ppid=27592 vsize=812608 CPUtime=0.32
/proc/27606/task/27612/stat : 27612 (java) S 27592 27592 25923 0 -1 64 885 0 0 0 31 1 0 0 16 0 9 0 2001923120 832110592 19243 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27613] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27613/stat : 27613 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001923120 832110592 19243 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27614] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27614/stat : 27614 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001923120 832110592 19243 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 860164

[startup+162.302 s]
/proc/loadavg: 2.21 2.11 2.03 3/90 27614
/proc/meminfo: memFree=1473904/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27606] ppid=27592 vsize=812608 CPUtime=161.05
/proc/27606/stat : 27606 (java) S 27592 27592 25923 0 -1 0 32495 0 1 0 16066 39 0 0 18 0 9 0 2001923116 832110592 29718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27606/statm: 203152 29718 2590 9 0 197185 0
[pid=27606/tid=27607] ppid=27592 vsize=812608 CPUtime=64.77
/proc/27606/task/27607/stat : 27607 (java) R 27592 27592 25923 0 -1 64 15826 0 1 0 6453 24 0 0 25 0 9 0 2001923117 832110592 29718 996147200 134512640 134550740 4294955600 18446744073709551615 4126381659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27608] ppid=27592 vsize=812608 CPUtime=95.85
/proc/27606/task/27608/stat : 27608 (java) S 27592 27592 25923 0 -1 64 15034 0 0 0 9573 12 0 0 16 0 9 0 2001923118 832110592 29718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27609] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27609/stat : 27609 (java) S 27592 27592 25923 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001923118 832110592 29718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27610] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27610/stat : 27610 (java) S 27592 27592 25923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001923118 832110592 29718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27611] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27611/stat : 27611 (java) S 27592 27592 25923 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001923120 832110592 29718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27612] ppid=27592 vsize=812608 CPUtime=0.39
/proc/27606/task/27612/stat : 27612 (java) S 27592 27592 25923 0 -1 64 935 0 0 0 38 1 0 0 16 0 9 0 2001923120 832110592 29718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27613] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27613/stat : 27613 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001923120 832110592 29718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27614] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27614/stat : 27614 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001923120 832110592 29718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 860164

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

[startup+166.402 s]
/proc/loadavg: 2.19 2.11 2.03 3/90 27614
/proc/meminfo: memFree=1471152/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27606] ppid=27592 vsize=812608 CPUtime=165.14
/proc/27606/stat : 27606 (java) S 27592 27592 25923 0 -1 0 32512 0 1 0 16474 40 0 0 18 0 9 0 2001923116 832110592 29728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27606/statm: 203152 29728 2590 9 0 197185 0
[pid=27606/tid=27607] ppid=27592 vsize=812608 CPUtime=68.86
/proc/27606/task/27607/stat : 27607 (java) R 27592 27592 25923 0 -1 64 15833 0 1 0 6861 25 0 0 25 0 9 0 2001923117 832110592 29728 996147200 134512640 134550740 4294955600 18446744073709551615 4127333463 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27608] ppid=27592 vsize=812608 CPUtime=95.86
/proc/27606/task/27608/stat : 27608 (java) S 27592 27592 25923 0 -1 64 15044 0 0 0 9574 12 0 0 16 0 9 0 2001923118 832110592 29728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27609] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27609/stat : 27609 (java) S 27592 27592 25923 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001923118 832110592 29728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27610] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27610/stat : 27610 (java) S 27592 27592 25923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001923118 832110592 29728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27611] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27611/stat : 27611 (java) S 27592 27592 25923 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001923120 832110592 29728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27612] ppid=27592 vsize=812608 CPUtime=0.39
/proc/27606/task/27612/stat : 27612 (java) S 27592 27592 25923 0 -1 64 935 0 0 0 38 1 0 0 16 0 9 0 2001923120 832110592 29728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27613] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27613/stat : 27613 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001923120 832110592 29728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27614] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27614/stat : 27614 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001923120 832110592 29728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 165.15
Current children cumulated vsize (KiB) 860164

[startup+172.807 s]
/proc/loadavg: 2.16 2.10 2.03 3/90 27614
/proc/meminfo: memFree=1467056/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=0.01
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27606] ppid=27592 vsize=812608 CPUtime=171.54
/proc/27606/stat : 27606 (java) S 27592 27592 25923 0 -1 0 32600 0 1 0 17112 42 0 0 18 0 9 0 2001923116 832110592 29804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27606/statm: 203152 29804 2590 9 0 197185 0
[pid=27606/tid=27607] ppid=27592 vsize=812608 CPUtime=75.23
/proc/27606/task/27607/stat : 27607 (java) R 27592 27592 25923 0 -1 64 15845 0 1 0 7496 27 0 0 25 0 9 0 2001923117 832110592 29804 996147200 134512640 134550740 4294955600 18446744073709551615 4126608354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27608] ppid=27592 vsize=812608 CPUtime=95.89
/proc/27606/task/27608/stat : 27608 (java) S 27592 27592 25923 0 -1 64 15120 0 0 0 9577 12 0 0 16 0 9 0 2001923118 832110592 29804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27609] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27609/stat : 27609 (java) S 27592 27592 25923 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001923118 832110592 29804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27610] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27610/stat : 27610 (java) S 27592 27592 25923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001923118 832110592 29804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27611] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27611/stat : 27611 (java) S 27592 27592 25923 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001923120 832110592 29804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27612] ppid=27592 vsize=812608 CPUtime=0.39
/proc/27606/task/27612/stat : 27612 (java) S 27592 27592 25923 0 -1 64 935 0 0 0 38 1 0 0 16 0 9 0 2001923120 832110592 29804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27606/tid=27613] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27613/stat : 27613 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001923120 832110592 29804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27606/tid=27614] ppid=27592 vsize=812608 CPUtime=0
/proc/27606/task/27614/stat : 27614 (java) S 27592 27592 25923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001923120 832110592 29804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 171.55
Current children cumulated vsize (KiB) 860164

[startup+179.202 s]
/proc/loadavg: 2.15 2.10 2.03 3/82 27615
/proc/meminfo: memFree=1498544/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=174.12
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 799 34336 0 1 0 0 17365 47 17 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27615] ppid=27592 vsize=79468 CPUtime=3.75
/proc/27615/stat : 27615 (eSAT_static) R 27592 27592 25923 0 -1 4194304 19097 0 0 0 362 13 0 0 25 0 1 0 2001940653 81375232 19079 996147200 134512640 135177480 4294955968 18446744073709551615 134537400 0 0 4096 3 0 0 0 17 1 0 0
/proc/27615/statm: 19867 19079 75 162 0 19702 0
Current children cumulated CPU time (s) 177.87
Current children cumulated vsize (KiB) 127024

[startup+182.401 s]
/proc/loadavg: 2.15 2.10 2.03 3/82 27615
/proc/meminfo: memFree=1498096/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=174.12
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 799 34336 0 1 0 0 17365 47 17 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27615] ppid=27592 vsize=83072 CPUtime=6.92
/proc/27615/stat : 27615 (eSAT_static) R 27592 27592 25923 0 -1 4194304 19908 0 0 0 679 13 0 0 25 0 1 0 2001940653 85065728 19890 996147200 134512640 135177480 4294955968 18446744073709551615 134537319 0 0 4096 3 0 0 0 17 1 0 0
/proc/27615/statm: 20768 19890 75 162 0 20603 0
Current children cumulated CPU time (s) 181.04
Current children cumulated vsize (KiB) 130628

[startup+183.202 s]
/proc/loadavg: 2.15 2.10 2.03 3/82 27615
/proc/meminfo: memFree=1495280/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=174.12
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 799 34336 0 1 0 0 17365 47 17 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27615] ppid=27592 vsize=83072 CPUtime=7.71
/proc/27615/stat : 27615 (eSAT_static) R 27592 27592 25923 0 -1 4194304 19908 0 0 0 758 13 0 0 25 0 1 0 2001940653 85065728 19890 996147200 134512640 135177480 4294955968 18446744073709551615 134537184 0 0 4096 3 0 0 0 17 1 0 0
/proc/27615/statm: 20768 19890 75 162 0 20603 0
Current children cumulated CPU time (s) 181.83
Current children cumulated vsize (KiB) 130628

[startup+184.002 s]
/proc/loadavg: 2.14 2.10 2.03 3/82 27615
/proc/meminfo: memFree=1495280/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=174.12
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 799 34336 0 1 0 0 17365 47 17 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27615] ppid=27592 vsize=83072 CPUtime=8.5
/proc/27615/stat : 27615 (eSAT_static) R 27592 27592 25923 0 -1 4194304 19908 0 0 0 837 13 0 0 25 0 1 0 2001940653 85065728 19890 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/27615/statm: 20768 19890 75 162 0 20603 0
Current children cumulated CPU time (s) 182.62
Current children cumulated vsize (KiB) 130628

[startup+184.402 s]
/proc/loadavg: 2.14 2.10 2.03 3/82 27615
/proc/meminfo: memFree=1495280/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=174.12
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 799 34336 0 1 0 0 17365 47 17 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
[pid=27615] ppid=27592 vsize=83476 CPUtime=8.9
/proc/27615/stat : 27615 (eSAT_static) R 27592 27592 25923 0 -1 4194304 20015 0 0 0 877 13 0 0 25 0 1 0 2001940653 85479424 19997 996147200 134512640 135177480 4294955968 18446744073709551615 134736099 0 0 4096 3 0 0 0 17 1 0 0
/proc/27615/statm: 20869 19997 75 162 0 20704 0
Current children cumulated CPU time (s) 183.02
Current children cumulated vsize (KiB) 131032

[startup+184.502 s]
/proc/loadavg: 2.14 2.10 2.03 3/82 27615
/proc/meminfo: memFree=1495280/2055920 swapFree=4180112/4192956
[pid=27592] ppid=27590 vsize=47556 CPUtime=183.13
/proc/27592/stat : 27592 (galacE.sh) S 27590 27592 25923 0 -1 4194304 833 54369 0 1 0 0 18251 62 16 0 1 0 2001923112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27592/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 183.13
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 184.521
CPU time (s): 183.173
CPU user time (s): 182.519
CPU system time (s): 0.6539
CPU usage (%): 99.2695
Max. virtual memory (cumulated for all children) (KiB): 860456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.519
system time used= 0.6539
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55357
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7547
involuntary context switches= 10582

runsolver used 0.26196 second user time and 0.603908 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-05 05:44:45
IDJOB=1083882
IDBENCH=57512
IDSOLVER=351
FILE ID=node16/1083882-1215229485
PBS_JOBID= 7881823
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 07304cb7317cdf0b1877fc5044901f5a
RANDOM SEED=901972067

node16.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.213
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.213
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:       1608160 kB
Buffers:         39332 kB
Cached:         166220 kB
SwapCached:       6676 kB
Active:         331840 kB
Inactive:        64292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608160 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            3796 kB
Writeback:           0 kB
Mapped:         206884 kB
Slab:            36528 kB
Committed_AS:  4288104 kB
PageTables:       2200 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= 66520 MiB
End job on node16 at 2008-07-05 05:47:50