Trace number 1034055

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 274.011 276.711

General information on the benchmark

Namecsp/hanoi/
normalized-hanoi-6_ext.xml
MD5SUMdd1bdfaf01900d92bf52dbddcbf69711
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.040993
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints61
Maximum constraint arity2
Maximum domain size729
Number of constraints which are defined in extension61
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
0.00/0.55	c start processing
0.00/0.55	c start relation processing
0.00/0.62	c start cnf exporting
244.14/246.83	c parsing time : 0.414
244.14/246.83	c preprocessing time : 246.702
244.14/246.83	
244.14/246.84	c Nary constraints - conflicts : 0 supports : 0
244.14/246.84	c Binary constraints - conflicts : 0 supports :61
244.14/246.84	c max arity constraint : 2
244.14/246.84	c Max Tuples generated 0
244.14/246.84	c relations : 3
244.14/246.84	c relations BDD: 0
244.14/246.84	c sampling 0/0
244.14/246.84	c vars : 43743 - clauses :  16007456
244.14/246.84	
244.14/246.87	 
244.14/246.87	c --- SAT Solver Stats ---
244.14/246.87	 
244.14/246.87	c eSAT 0.1 : minisat core with additionnal features
244.14/246.87	c ============================[ Problem Statistics ]=============================
244.14/246.87	c |                                                                             |
244.14/246.87	c |  Number of variables:  43742                                                |
244.14/246.87	c |  Number of clauses:    16007456                                             |
249.82/252.56	c |  Parsing time:         4.75         s                                       |
272.71/275.42	c restarts              : 1
272.71/275.42	c conflicts             : 0              (0 /sec)
272.71/275.42	c decisions             : 1              (0.00 % random) (0 /sec)
272.71/275.42	c euip                  : 0           
272.71/275.42	c propagations          : 43742          (1585 /sec)
272.71/275.42	c conflict literals     : 0              ( nan % deleted)
272.71/275.42	c Memory used           : 619.39 MB
272.71/275.42	c CPU time              : 27.5988 s
272.71/275.42	c 
272.71/275.43	s SATISFIABLE
273.81/276.59	v 1 7 8 17 15 12 13 67 68 65 63 72 73 79 80 161 159 156 157 139 140 137 135 108 109 115 116 125 123 120 121 607 608 605 603 612 613 619 620 593 591 588 589 571 572 569 567 648 649 655 656 665 663 660 661 715 716 713 711 720 721 727

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-1034055-1214949490/watcher-1034055-1214949490 -o /tmp/evaluation-result-1034055-1214949490/solver-1034055-1214949490 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1034055-1214949490.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: 0.29 0.06 0.02 4/82 11938
/proc/meminfo: memFree=1056816/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=18572 CPUtime=0
/proc/11938/stat : 11938 (runsolver) R 11936 11938 11800 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 229422805 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 224264776999 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11938/statm: 4643 292 257 25 0 2626 0

[startup+0.0937969 s]
/proc/loadavg: 0.29 0.06 0.02 4/82 11938
/proc/meminfo: memFree=1056816/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+0.101795 s]
/proc/loadavg: 0.29 0.06 0.02 4/82 11938
/proc/meminfo: memFree=1056816/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+0.301819 s]
/proc/loadavg: 0.29 0.06 0.02 4/82 11938
/proc/meminfo: memFree=1056816/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+0.701861 s]
/proc/loadavg: 0.29 0.06 0.02 4/82 11938
/proc/meminfo: memFree=1056816/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+1.50195 s]
/proc/loadavg: 0.43 0.10 0.03 3/92 11960
/proc/meminfo: memFree=1008608/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
[pid=11952] ppid=11938 vsize=812760 CPUtime=1.43
/proc/11952/stat : 11952 (java) S 11938 11938 11800 0 -1 0 19452 0 1 0 132 11 0 0 25 0 9 0 229422810 832266240 18869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11952/statm: 203190 18869 1912 9 0 197171 0
[pid=11952/tid=11953] ppid=11938 vsize=812760 CPUtime=1.21
/proc/11952/task/11953/stat : 11953 (java) R 11938 11938 11800 0 -1 64 14524 0 1 0 112 9 0 0 25 0 9 0 229422811 832266240 18869 996147200 134512640 134550740 4294955616 18446744073709551615 4126386022 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11954] ppid=11938 vsize=812760 CPUtime=0.02
/proc/11952/task/11954/stat : 11954 (java) S 11938 11938 11800 0 -1 64 3420 0 0 0 1 1 0 0 16 0 9 0 229422812 832266240 18869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11955] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11955/stat : 11955 (java) S 11938 11938 11800 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 18869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11956] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11956/stat : 11956 (java) S 11938 11938 11800 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 18869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11957] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11957/stat : 11957 (java) S 11938 11938 11800 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 18869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11958] ppid=11938 vsize=812760 CPUtime=0.17
/proc/11952/task/11958/stat : 11958 (java) S 11938 11938 11800 0 -1 64 806 0 0 0 17 0 0 0 16 0 9 0 229422815 832266240 18869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11959] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11959/stat : 11959 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 18869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11960] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11960/stat : 11960 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 229422815 832266240 18869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860340

[startup+3.10211 s]
/proc/loadavg: 0.43 0.10 0.03 3/92 11960
/proc/meminfo: memFree=981152/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
[pid=11952] ppid=11938 vsize=812760 CPUtime=3.01
/proc/11952/stat : 11952 (java) S 11938 11938 11800 0 -1 0 20808 0 1 0 289 12 0 0 25 0 9 0 229422810 832266240 20221 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11952/statm: 203190 20221 1912 9 0 197171 0
[pid=11952/tid=11953] ppid=11938 vsize=812760 CPUtime=2.78
/proc/11952/task/11953/stat : 11953 (java) R 11938 11938 11800 0 -1 64 14528 0 1 0 269 9 0 0 25 0 9 0 229422811 832266240 20221 996147200 134512640 134550740 4294955616 18446744073709551615 4126819063 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11954] ppid=11938 vsize=812760 CPUtime=0.04
/proc/11952/task/11954/stat : 11954 (java) S 11938 11938 11800 0 -1 64 4772 0 0 0 2 2 0 0 16 0 9 0 229422812 832266240 20221 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11955] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11955/stat : 11955 (java) S 11938 11938 11800 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20221 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11956] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11956/stat : 11956 (java) S 11938 11938 11800 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20221 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11957] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11957/stat : 11957 (java) S 11938 11938 11800 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20221 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11958] ppid=11938 vsize=812760 CPUtime=0.17
/proc/11952/task/11958/stat : 11958 (java) S 11938 11938 11800 0 -1 64 806 0 0 0 17 0 0 0 16 0 9 0 229422815 832266240 20221 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11959] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11959/stat : 11959 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20221 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11960] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11960/stat : 11960 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 229422815 832266240 20221 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 860340

[startup+6.30245 s]
/proc/loadavg: 0.56 0.13 0.04 3/92 11960
/proc/meminfo: memFree=977696/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
[pid=11952] ppid=11938 vsize=812760 CPUtime=6.19
/proc/11952/stat : 11952 (java) S 11938 11938 11800 0 -1 0 20817 0 1 0 604 15 0 0 25 0 9 0 229422810 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11952/statm: 203190 20222 1912 9 0 197171 0
[pid=11952/tid=11953] ppid=11938 vsize=812760 CPUtime=5.95
/proc/11952/task/11953/stat : 11953 (java) R 11938 11938 11800 0 -1 64 14536 0 1 0 583 12 0 0 25 0 9 0 229422811 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4126765143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11954] ppid=11938 vsize=812760 CPUtime=0.04
/proc/11952/task/11954/stat : 11954 (java) S 11938 11938 11800 0 -1 64 4772 0 0 0 2 2 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11955] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11955/stat : 11955 (java) S 11938 11938 11800 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11956] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11956/stat : 11956 (java) S 11938 11938 11800 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11957] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11957/stat : 11957 (java) S 11938 11938 11800 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11958] ppid=11938 vsize=812760 CPUtime=0.17
/proc/11952/task/11958/stat : 11958 (java) S 11938 11938 11800 0 -1 64 807 0 0 0 17 0 0 0 17 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11959] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11959/stat : 11959 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11960] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11960/stat : 11960 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860340

[startup+12.7021 s]
/proc/loadavg: 0.67 0.16 0.05 3/92 11960
/proc/meminfo: memFree=970536/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
[pid=11952] ppid=11938 vsize=812760 CPUtime=12.53
/proc/11952/stat : 11952 (java) S 11938 11938 11800 0 -1 0 20832 0 1 0 1235 18 0 0 25 0 9 0 229422810 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11952/statm: 203190 20222 1912 9 0 197171 0
[pid=11952/tid=11953] ppid=11938 vsize=812760 CPUtime=12.28
/proc/11952/task/11953/stat : 11953 (java) R 11938 11938 11800 0 -1 64 14551 0 1 0 1213 15 0 0 25 0 9 0 229422811 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4126638383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11954] ppid=11938 vsize=812760 CPUtime=0.05
/proc/11952/task/11954/stat : 11954 (java) S 11938 11938 11800 0 -1 64 4772 0 0 0 3 2 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11955] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11955/stat : 11955 (java) S 11938 11938 11800 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11956] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11956/stat : 11956 (java) S 11938 11938 11800 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11957] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11957/stat : 11957 (java) S 11938 11938 11800 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11958] ppid=11938 vsize=812760 CPUtime=0.17
/proc/11952/task/11958/stat : 11958 (java) S 11938 11938 11800 0 -1 64 807 0 0 0 17 0 0 0 17 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11959] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11959/stat : 11959 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11960] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11960/stat : 11960 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860340

[startup+25.5015 s]
/proc/loadavg: 0.87 0.22 0.07 4/92 11960
/proc/meminfo: memFree=956776/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
[pid=11952] ppid=11938 vsize=812760 CPUtime=25.2
/proc/11952/stat : 11952 (java) S 11938 11938 11800 0 -1 0 20861 0 1 0 2496 24 0 0 25 0 9 0 229422810 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11952/statm: 203190 20222 1912 9 0 197171 0
[pid=11952/tid=11953] ppid=11938 vsize=812760 CPUtime=24.93
/proc/11952/task/11953/stat : 11953 (java) R 11938 11938 11800 0 -1 64 14580 0 1 0 2473 20 0 0 25 0 9 0 229422811 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4126870671 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11954] ppid=11938 vsize=812760 CPUtime=0.06
/proc/11952/task/11954/stat : 11954 (java) S 11938 11938 11800 0 -1 64 4772 0 0 0 4 2 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11955] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11955/stat : 11955 (java) S 11938 11938 11800 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11956] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11956/stat : 11956 (java) S 11938 11938 11800 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11957] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11957/stat : 11957 (java) S 11938 11938 11800 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11958] ppid=11938 vsize=812760 CPUtime=0.17
/proc/11952/task/11958/stat : 11958 (java) S 11938 11938 11800 0 -1 64 807 0 0 0 17 0 0 0 17 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11959] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11959/stat : 11959 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11960] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11960/stat : 11960 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860340

[startup+51.1012 s]
/proc/loadavg: 1.32 0.39 0.13 3/92 11962
/proc/meminfo: memFree=906144/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0

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

[pid=11952/tid=11953] ppid=11938 vsize=812760 CPUtime=160.14
/proc/11952/task/11953/stat : 11953 (java) R 11938 11938 11800 0 -1 64 14889 0 1 0 15925 89 0 0 25 0 9 0 229422811 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4126721625 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11954] ppid=11938 vsize=812760 CPUtime=0.2
/proc/11952/task/11954/stat : 11954 (java) S 11938 11938 11800 0 -1 64 4772 0 0 0 16 4 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11955] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11955/stat : 11955 (java) S 11938 11938 11800 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11956] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11956/stat : 11956 (java) S 11938 11938 11800 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11957] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11957/stat : 11957 (java) S 11938 11938 11800 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11958] ppid=11938 vsize=812760 CPUtime=0.17
/proc/11952/task/11958/stat : 11958 (java) S 11938 11938 11800 0 -1 64 807 0 0 0 17 0 0 0 17 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11959] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11959/stat : 11959 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11960] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11960/stat : 11960 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.54
Current children cumulated vsize (KiB) 860340

[startup+222.301 s]
/proc/loadavg: 1.96 1.08 0.44 3/92 11968
/proc/meminfo: memFree=722336/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
[pid=11952] ppid=11938 vsize=812760 CPUtime=219.88
/proc/11952/stat : 11952 (java) S 11938 11938 11800 0 -1 0 21306 0 1 0 21859 129 0 0 25 0 9 0 229422810 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11952/statm: 203190 20222 1912 9 0 197171 0
[pid=11952/tid=11953] ppid=11938 vsize=812760 CPUtime=219.41
/proc/11952/task/11953/stat : 11953 (java) R 11938 11938 11800 0 -1 64 15025 0 1 0 21819 122 0 0 25 0 9 0 229422811 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4126690495 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11954] ppid=11938 vsize=812760 CPUtime=0.26
/proc/11952/task/11954/stat : 11954 (java) S 11938 11938 11800 0 -1 64 4772 0 0 0 21 5 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11955] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11955/stat : 11955 (java) S 11938 11938 11800 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11956] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11956/stat : 11956 (java) S 11938 11938 11800 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11957] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11957/stat : 11957 (java) S 11938 11938 11800 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11958] ppid=11938 vsize=812760 CPUtime=0.17
/proc/11952/task/11958/stat : 11958 (java) S 11938 11938 11800 0 -1 64 807 0 0 0 17 0 0 0 17 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11959] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11959/stat : 11959 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11960] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11960/stat : 11960 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.88
Current children cumulated vsize (KiB) 860340

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

[startup+230.301 s]
/proc/loadavg: 1.96 1.10 0.44 3/92 11968
/proc/meminfo: memFree=714016/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=0
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
[pid=11952] ppid=11938 vsize=812760 CPUtime=227.8
/proc/11952/stat : 11952 (java) S 11938 11938 11800 0 -1 0 21324 0 1 0 22647 133 0 0 25 0 9 0 229422810 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11952/statm: 203190 20222 1912 9 0 197171 0
[pid=11952/tid=11953] ppid=11938 vsize=812760 CPUtime=227.33
/proc/11952/task/11953/stat : 11953 (java) R 11938 11938 11800 0 -1 64 15043 0 1 0 22607 126 0 0 25 0 9 0 229422811 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4126632797 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11954] ppid=11938 vsize=812760 CPUtime=0.27
/proc/11952/task/11954/stat : 11954 (java) S 11938 11938 11800 0 -1 64 4772 0 0 0 22 5 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11955] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11955/stat : 11955 (java) S 11938 11938 11800 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11956] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11956/stat : 11956 (java) S 11938 11938 11800 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 229422812 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11957] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11957/stat : 11957 (java) S 11938 11938 11800 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11958] ppid=11938 vsize=812760 CPUtime=0.17
/proc/11952/task/11958/stat : 11958 (java) S 11938 11938 11800 0 -1 64 807 0 0 0 17 0 0 0 17 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11959] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11959/stat : 11959 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11952/tid=11960] ppid=11938 vsize=812760 CPUtime=0
/proc/11952/task/11960/stat : 11960 (java) R 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 229422815 832266240 20222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 227.8
Current children cumulated vsize (KiB) 860340

[startup+255.902 s]
/proc/loadavg: 1.97 1.17 0.48 3/84 11969
/proc/meminfo: memFree=147936/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=244.2
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 799 23100 0 1 0 0 24277 143 17 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
[pid=11969] ppid=11938 vsize=634256 CPUtime=9.02
/proc/11969/stat : 11969 (eSAT_static) R 11938 11938 11800 0 -1 4194304 156336 0 0 0 808 94 0 0 25 0 1 0 229447492 649478144 156318 996147200 134512640 135177480 4294955984 18446744073709551615 134548860 0 0 4096 3 0 0 0 17 1 0 0
/proc/11969/statm: 158564 156318 73 162 0 158399 0
Current children cumulated CPU time (s) 253.22
Current children cumulated vsize (KiB) 681836

[startup+268.701 s]
/proc/loadavg: 1.98 1.21 0.51 3/84 11969
/proc/meminfo: memFree=147936/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=244.2
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 799 23100 0 1 0 0 24277 143 17 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
[pid=11969] ppid=11938 vsize=634256 CPUtime=21.81
/proc/11969/stat : 11969 (eSAT_static) R 11938 11938 11800 0 -1 4194304 156336 0 0 0 2087 94 0 0 25 0 1 0 229447492 649478144 156318 996147200 134512640 135177480 4294955984 18446744073709551615 134548854 0 0 4096 3 0 0 0 17 1 0 0
/proc/11969/statm: 158564 156318 73 162 0 158399 0
Current children cumulated CPU time (s) 266.01
Current children cumulated vsize (KiB) 681836

[startup+271.903 s]
/proc/loadavg: 1.98 1.22 0.52 3/84 11969
/proc/meminfo: memFree=147936/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=244.2
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 799 23100 0 1 0 0 24277 143 17 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
[pid=11969] ppid=11938 vsize=634256 CPUtime=25.01
/proc/11969/stat : 11969 (eSAT_static) R 11938 11938 11800 0 -1 4194304 156336 0 0 0 2407 94 0 0 25 0 1 0 229447492 649478144 156318 996147200 134512640 135177480 4294955984 18446744073709551615 134548748 0 0 4096 3 0 0 0 17 1 0 0
/proc/11969/statm: 158564 156318 73 162 0 158399 0
Current children cumulated CPU time (s) 269.21
Current children cumulated vsize (KiB) 681836

[startup+275.102 s]
/proc/loadavg: 1.98 1.22 0.52 3/84 11969
/proc/meminfo: memFree=148000/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=244.2
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 799 23100 0 1 0 0 24277 143 17 0 1 0 229422805 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11938/statm: 11895 364 245 79 0 219 0
[pid=11969] ppid=11938 vsize=634256 CPUtime=28.21
/proc/11969/stat : 11969 (eSAT_static) R 11938 11938 11800 0 -1 4194304 156336 0 0 0 2727 94 0 0 25 0 1 0 229447492 649478144 156318 996147200 134512640 135177480 4294955984 18446744073709551615 134736102 0 0 4096 3 0 0 0 17 1 0 0
/proc/11969/statm: 158564 156318 73 162 0 158399 0
Current children cumulated CPU time (s) 272.41
Current children cumulated vsize (KiB) 681836

[startup+275.902 s]
/proc/loadavg: 1.98 1.22 0.52 3/84 11969
/proc/meminfo: memFree=148000/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=272.86
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 835 179452 0 1 0 1 27038 247 16 0 1 0 229422805 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 11895 365 245 79 0 219 0
Current children cumulated CPU time (s) 272.86
Current children cumulated vsize (KiB) 47580

[startup+276.302 s]
/proc/loadavg: 1.98 1.23 0.52 4/92 11978
/proc/meminfo: memFree=760672/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=272.86
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 835 179452 0 1 0 1 27038 247 16 0 1 0 229422805 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 11895 365 245 79 0 219 0
[pid=11970] ppid=11938 vsize=812884 CPUtime=0.75
/proc/11970/stat : 11970 (java) S 11938 11938 11800 0 -1 0 7937 0 1 0 71 4 0 0 18 0 9 0 229450358 832393216 7320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11970/statm: 203221 7320 1911 9 0 197174 0
[pid=11970/tid=11971] ppid=11938 vsize=812884 CPUtime=0.62
/proc/11970/task/11971/stat : 11971 (java) R 11938 11938 11800 0 -1 64 6447 0 1 0 59 3 0 0 19 0 9 0 229450360 832393216 7321 996147200 134512640 134550740 4294955616 18446744073709551615 4126768109 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11970/tid=11972] ppid=11938 vsize=812884 CPUtime=0
/proc/11970/task/11972/stat : 11972 (java) S 11938 11938 11800 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 229450361 832393216 7322 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=11970/tid=11973] ppid=11938 vsize=812884 CPUtime=0
/proc/11970/task/11973/stat : 11973 (java) S 11938 11938 11800 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 229450361 832393216 7323 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11970/tid=11974] ppid=11938 vsize=812884 CPUtime=0
/proc/11970/task/11974/stat : 11974 (java) S 11938 11938 11800 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 229450361 832393216 7323 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11970/tid=11975] ppid=11938 vsize=812884 CPUtime=0
/proc/11970/task/11975/stat : 11975 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 229450363 832393216 7324 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11970/tid=11976] ppid=11938 vsize=812884 CPUtime=0.11
/proc/11970/task/11976/stat : 11976 (java) R 11938 11938 11800 0 -1 64 779 0 0 0 11 0 0 0 19 0 9 0 229450363 832393216 7325 996147200 134512640 134550740 4294955616 18446744073709551615 101988380 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11970/tid=11977] ppid=11938 vsize=812884 CPUtime=0
/proc/11970/task/11977/stat : 11977 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 229450363 832393216 7326 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11970/tid=11978] ppid=11938 vsize=812884 CPUtime=0
/proc/11970/task/11978/stat : 11978 (java) S 11938 11938 11800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 229450363 832393216 7327 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.61
Current children cumulated vsize (KiB) 860464

[startup+276.701 s]
/proc/loadavg: 1.98 1.23 0.52 4/92 11978
/proc/meminfo: memFree=760672/2055920 swapFree=4180812/4192956
[pid=11938] ppid=11936 vsize=47580 CPUtime=273.87
/proc/11938/stat : 11938 (galacE.sh) S 11936 11938 11800 0 -1 4194304 879 195001 0 2 0 1 27129 257 16 0 1 0 229422805 48721920 366 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11938/statm: 11895 366 245 79 0 219 0
Current children cumulated CPU time (s) 273.87
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 276.711
CPU time (s): 274.011
CPU user time (s): 271.304
CPU system time (s): 2.70759
CPU usage (%): 99.0244
Max. virtual memory (cumulated for all children) (KiB): 860464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 271.304
system time used= 2.70759
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196035
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9748
involuntary context switches= 18124

runsolver used 0.351946 second user time and 0.896863 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-01 23:58:10
IDJOB=1034055
IDBENCH=53320
IDSOLVER=351
FILE ID=node82/1034055-1214949490
PBS_JOBID= 7870172
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd1bdfaf01900d92bf52dbddcbf69711
RANDOM SEED=265690211

node82.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.239
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.239
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:       1057360 kB
Buffers:         57072 kB
Cached:         835728 kB
SwapCached:       5684 kB
Active:         105728 kB
Inactive:       813220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1057360 kB
SwapTotal:     4192956 kB
SwapFree:      4180812 kB
Dirty:            5808 kB
Writeback:           0 kB
Mapped:          42272 kB
Slab:            64888 kB
Committed_AS:   421112 kB
PageTables:       1856 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= 66480 MiB
End job on node82 at 2008-07-02 00:02:47