Trace number 1047862

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 E? (TO) 1800.06 1817.12

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-16_ext.xml
MD5SUMbda4a79b03f341c30b4158bf507c8eec
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.8338
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.24/1.32	c start processing
1.24/1.32	c start relation processing
1.34/1.46	c start cnf exporting
1792.51/1809.00	c parsing time : 1.189
1792.51/1809.00	c preprocessing time : 1808.865
1792.51/1809.00	
1792.51/1809.00	c Nary constraints - conflicts : 0 supports : 2713
1792.51/1809.00	c Binary constraints - conflicts : 0 supports :0
1792.51/1809.00	c max arity constraint : 15
1792.51/1809.00	c Max Tuples generated 0
1792.51/1809.00	c relations : 1
1792.51/1809.00	c relations BDD: 1
1792.51/1809.00	c sampling 0/0
1792.51/1809.00	c vars : 14720760 - clauses :  53201930
1792.51/1809.00	
1792.61/1809.03	 
1792.61/1809.03	c --- SAT Solver Stats ---
1792.61/1809.03	 
1792.61/1809.03	c eSAT 0.1 : minisat core with additionnal features
1792.61/1809.03	c ============================[ Problem Statistics ]=============================
1792.61/1809.03	c |                                                                             |
1792.61/1809.03	c |  Number of variables:  14720759                                             |
1792.61/1809.03	c |  Number of clauses:    53201930                                             |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1047862-1215041514/watcher-1047862-1215041514 -o /tmp/evaluation-result-1047862-1215041514/solver-1047862-1215041514 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1047862-1215041514.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.97 1.97 1.73 4/81 10634
/proc/meminfo: memFree=1412624/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=18572 CPUtime=0
/proc/10634/stat : 10634 (runsolver) R 10632 10634 10381 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1983124667 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10634/statm: 4643 292 257 25 0 2626 0

[startup+0.0857651 s]
/proc/loadavg: 1.97 1.97 1.73 4/81 10634
/proc/meminfo: memFree=1412624/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101969 s]
/proc/loadavg: 1.97 1.97 1.73 4/81 10634
/proc/meminfo: memFree=1412624/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301993 s]
/proc/loadavg: 1.97 1.97 1.73 4/81 10634
/proc/meminfo: memFree=1412624/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701033 s]
/proc/loadavg: 1.97 1.97 1.73 4/81 10634
/proc/meminfo: memFree=1412624/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50212 s]
/proc/loadavg: 1.97 1.97 1.73 4/91 10656
/proc/meminfo: memFree=1372672/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
[pid=10648] ppid=10634 vsize=812732 CPUtime=1.43
/proc/10648/stat : 10648 (java) S 10634 10634 10381 0 -1 0 14986 0 1 0 134 9 0 0 18 0 9 0 1983124671 832237568 14409 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 203183 14409 1899 9 0 197164 0
[pid=10648/tid=10649] ppid=10634 vsize=812732 CPUtime=1.11
/proc/10648/task/10649/stat : 10649 (java) R 10634 10634 10381 0 -1 64 13387 0 1 0 104 7 0 0 25 0 9 0 1983124673 832237568 14409 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10650] ppid=10634 vsize=812732 CPUtime=0
/proc/10648/task/10650/stat : 10650 (java) S 10634 10634 10381 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1983124674 832237568 14409 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10634 vsize=812732 CPUtime=0
/proc/10648/task/10651/stat : 10651 (java) S 10634 10634 10381 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983124675 832237568 14409 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10652] ppid=10634 vsize=812732 CPUtime=0
/proc/10648/task/10652/stat : 10652 (java) S 10634 10634 10381 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983124675 832237568 14409 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10634 vsize=812732 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10634 10634 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983124677 832237568 14409 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10634 vsize=812732 CPUtime=0.29
/proc/10648/task/10654/stat : 10654 (java) R 10634 10634 10381 0 -1 64 896 0 0 0 29 0 0 0 16 0 9 0 1983124677 832237568 14409 996147200 134512640 134550740 4294955616 18446744073709551615 101758112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10655] ppid=10634 vsize=812732 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983124677 832237568 14409 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10656] ppid=10634 vsize=812732 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983124677 832237568 14409 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860296

[startup+3.10229 s]
/proc/loadavg: 1.97 1.97 1.73 3/91 10656
/proc/meminfo: memFree=1339456/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
[pid=10648] ppid=10634 vsize=812864 CPUtime=3.02
/proc/10648/stat : 10648 (java) S 10634 10634 10381 0 -1 0 21747 0 1 0 290 12 0 0 18 0 9 0 1983124671 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 203216 21167 1912 9 0 197197 0
[pid=10648/tid=10649] ppid=10634 vsize=812864 CPUtime=2.56
/proc/10648/task/10649/stat : 10649 (java) R 10634 10634 10381 0 -1 64 14532 0 1 0 248 8 0 0 25 0 9 0 1983124673 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4127281969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10650] ppid=10634 vsize=812864 CPUtime=0.07
/proc/10648/task/10650/stat : 10650 (java) S 10634 10634 10381 0 -1 64 5577 0 0 0 5 2 0 0 16 0 9 0 1983124674 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10651/stat : 10651 (java) S 10634 10634 10381 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10652] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10652/stat : 10652 (java) S 10634 10634 10381 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10634 10634 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10634 vsize=812864 CPUtime=0.36
/proc/10648/task/10654/stat : 10654 (java) S 10634 10634 10381 0 -1 64 937 0 0 0 35 1 0 0 15 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10655] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10656] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860428

[startup+6.30265 s]
/proc/loadavg: 1.97 1.97 1.73 3/91 10656
/proc/meminfo: memFree=1332416/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
[pid=10648] ppid=10634 vsize=812864 CPUtime=6.19
/proc/10648/stat : 10648 (java) S 10634 10634 10381 0 -1 0 21753 0 1 0 606 13 0 0 18 0 9 0 1983124671 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 203216 21167 1912 9 0 197197 0
[pid=10648/tid=10649] ppid=10634 vsize=812864 CPUtime=5.73
/proc/10648/task/10649/stat : 10649 (java) R 10634 10634 10381 0 -1 64 14538 0 1 0 564 9 0 0 25 0 9 0 1983124673 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4126657484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10650] ppid=10634 vsize=812864 CPUtime=0.07
/proc/10648/task/10650/stat : 10650 (java) S 10634 10634 10381 0 -1 64 5577 0 0 0 5 2 0 0 16 0 9 0 1983124674 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10651/stat : 10651 (java) S 10634 10634 10381 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10652] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10652/stat : 10652 (java) S 10634 10634 10381 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10634 10634 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10634 vsize=812864 CPUtime=0.36
/proc/10648/task/10654/stat : 10654 (java) S 10634 10634 10381 0 -1 64 937 0 0 0 35 1 0 0 15 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10655] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10656] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860428

[startup+12.7023 s]
/proc/loadavg: 1.97 1.97 1.74 3/91 10656
/proc/meminfo: memFree=1328704/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
[pid=10648] ppid=10634 vsize=812864 CPUtime=12.52
/proc/10648/stat : 10648 (java) S 10634 10634 10381 0 -1 0 21765 0 1 0 1237 15 0 0 18 0 9 0 1983124671 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 203216 21167 1912 9 0 197197 0
[pid=10648/tid=10649] ppid=10634 vsize=812864 CPUtime=12.06
/proc/10648/task/10649/stat : 10649 (java) R 10634 10634 10381 0 -1 64 14550 0 1 0 1195 11 0 0 25 0 9 0 1983124673 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4127295112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10650] ppid=10634 vsize=812864 CPUtime=0.08
/proc/10648/task/10650/stat : 10650 (java) S 10634 10634 10381 0 -1 64 5577 0 0 0 6 2 0 0 16 0 9 0 1983124674 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10651/stat : 10651 (java) S 10634 10634 10381 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10652] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10652/stat : 10652 (java) S 10634 10634 10381 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10634 10634 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10634 vsize=812864 CPUtime=0.36
/proc/10648/task/10654/stat : 10654 (java) S 10634 10634 10381 0 -1 64 937 0 0 0 35 1 0 0 15 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10655] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10656] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983124677 832372736 21167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860428

[startup+25.5017 s]
/proc/loadavg: 1.98 1.97 1.74 3/91 10656
/proc/meminfo: memFree=1321024/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
[pid=10648] ppid=10634 vsize=812864 CPUtime=25.2
/proc/10648/stat : 10648 (java) S 10634 10634 10381 0 -1 0 21789 0 1 0 2500 20 0 0 18 0 9 0 1983124671 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 203216 21168 1912 9 0 197197 0
[pid=10648/tid=10649] ppid=10634 vsize=812864 CPUtime=24.72
/proc/10648/task/10649/stat : 10649 (java) R 10634 10634 10381 0 -1 64 14574 0 1 0 2457 15 0 0 25 0 9 0 1983124673 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4127355477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10650] ppid=10634 vsize=812864 CPUtime=0.08
/proc/10648/task/10650/stat : 10650 (java) S 10634 10634 10381 0 -1 64 5577 0 0 0 6 2 0 0 16 0 9 0 1983124674 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10651/stat : 10651 (java) S 10634 10634 10381 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10652] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10652/stat : 10652 (java) S 10634 10634 10381 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10634 10634 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10634 vsize=812864 CPUtime=0.36
/proc/10648/task/10654/stat : 10654 (java) S 10634 10634 10381 0 -1 64 937 0 0 0 35 1 0 0 16 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10655] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10656] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860428

[startup+51.1015 s]
/proc/loadavg: 1.98 1.97 1.74 3/91 10656
/proc/meminfo: memFree=1306176/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01

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

/proc/10648/task/10652/stat : 10652 (java) S 10634 10634 10381 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10634 10634 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10634 vsize=812864 CPUtime=0.36
/proc/10648/task/10654/stat : 10654 (java) S 10634 10634 10381 0 -1 64 937 0 0 0 35 1 0 0 16 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10655] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10656] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1526.76
Current children cumulated vsize (KiB) 860428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 2/80 10661
/proc/meminfo: memFree=307800/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
[pid=10648] ppid=10634 vsize=812864 CPUtime=1586.14
/proc/10648/stat : 10648 (java) S 10634 10634 10381 0 -1 0 24591 0 1 0 157940 674 0 0 18 0 9 0 1983124671 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 203216 21168 1912 9 0 197197 0
[pid=10648/tid=10649] ppid=10634 vsize=812864 CPUtime=1584.32
/proc/10648/task/10649/stat : 10649 (java) R 10634 10634 10381 0 -1 64 17376 0 1 0 157780 652 0 0 19 0 9 0 1983124673 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4126630896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10650] ppid=10634 vsize=812864 CPUtime=1.44
/proc/10648/task/10650/stat : 10650 (java) S 10634 10634 10381 0 -1 64 5577 0 0 0 124 20 0 0 16 0 9 0 1983124674 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10651/stat : 10651 (java) S 10634 10634 10381 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10652] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10652/stat : 10652 (java) S 10634 10634 10381 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10634 10634 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10634 vsize=812864 CPUtime=0.36
/proc/10648/task/10654/stat : 10654 (java) S 10634 10634 10381 0 -1 64 937 0 0 0 35 1 0 0 16 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10655] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10656] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1586.15
Current children cumulated vsize (KiB) 860428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 10733
/proc/meminfo: memFree=254984/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
[pid=10648] ppid=10634 vsize=812864 CPUtime=1646.07
/proc/10648/stat : 10648 (java) S 10634 10634 10381 0 -1 0 24708 0 1 0 163905 702 0 0 18 0 9 0 1983124671 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 203216 21168 1912 9 0 197197 0
[pid=10648/tid=10649] ppid=10634 vsize=812864 CPUtime=1644.18
/proc/10648/task/10649/stat : 10649 (java) R 10634 10634 10381 0 -1 64 17493 0 1 0 163740 678 0 0 25 0 9 0 1983124673 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4126693702 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10650] ppid=10634 vsize=812864 CPUtime=1.5
/proc/10648/task/10650/stat : 10650 (java) S 10634 10634 10381 0 -1 64 5577 0 0 0 129 21 0 0 16 0 9 0 1983124674 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10651] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10651/stat : 10651 (java) S 10634 10634 10381 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10652] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10652/stat : 10652 (java) S 10634 10634 10381 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10634 10634 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10634 vsize=812864 CPUtime=0.36
/proc/10648/task/10654/stat : 10654 (java) S 10634 10634 10381 0 -1 64 937 0 0 0 35 1 0 0 16 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10655] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10656] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.08
Current children cumulated vsize (KiB) 860428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 10733
/proc/meminfo: memFree=208840/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
[pid=10648] ppid=10634 vsize=812864 CPUtime=1706.01
/proc/10648/stat : 10648 (java) S 10634 10634 10381 0 -1 0 24825 0 1 0 169875 726 0 0 18 0 9 0 1983124671 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 203216 21168 1912 9 0 197197 0
[pid=10648/tid=10649] ppid=10634 vsize=812864 CPUtime=1704.06
/proc/10648/task/10649/stat : 10649 (java) R 10634 10634 10381 0 -1 64 17610 0 1 0 169705 701 0 0 25 0 9 0 1983124673 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4127293719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10650] ppid=10634 vsize=812864 CPUtime=1.56
/proc/10648/task/10650/stat : 10650 (java) S 10634 10634 10381 0 -1 64 5577 0 0 0 134 22 0 0 16 0 9 0 1983124674 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10651] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10651/stat : 10651 (java) S 10634 10634 10381 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10652] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10652/stat : 10652 (java) S 10634 10634 10381 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10634 10634 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10634 vsize=812864 CPUtime=0.36
/proc/10648/task/10654/stat : 10654 (java) S 10634 10634 10381 0 -1 64 937 0 0 0 35 1 0 0 16 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10655] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10656] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.02
Current children cumulated vsize (KiB) 860428

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/82 10739
/proc/meminfo: memFree=161736/2055920 swapFree=4179760/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=0.01
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
[pid=10648] ppid=10634 vsize=812864 CPUtime=1765.93
/proc/10648/stat : 10648 (java) S 10634 10634 10381 0 -1 0 24942 0 1 0 175841 752 0 0 18 0 9 0 1983124671 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 203216 21168 1912 9 0 197197 0
[pid=10648/tid=10649] ppid=10634 vsize=812864 CPUtime=1763.94
/proc/10648/task/10649/stat : 10649 (java) R 10634 10634 10381 0 -1 64 17727 0 1 0 175667 727 0 0 25 0 9 0 1983124673 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4127234277 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10650] ppid=10634 vsize=812864 CPUtime=1.61
/proc/10648/task/10650/stat : 10650 (java) S 10634 10634 10381 0 -1 64 5577 0 0 0 138 23 0 0 16 0 9 0 1983124674 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10651] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10651/stat : 10651 (java) S 10634 10634 10381 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10652] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10652/stat : 10652 (java) S 10634 10634 10381 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983124675 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10634 10634 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10634 vsize=812864 CPUtime=0.36
/proc/10648/task/10654/stat : 10654 (java) S 10634 10634 10381 0 -1 64 937 0 0 0 35 1 0 0 16 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10655] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10656] ppid=10634 vsize=812864 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10634 10634 10381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983124677 832372736 21168 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.94
Current children cumulated vsize (KiB) 860428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 2.12 2.03 1.92 3/74 10740
/proc/meminfo: memFree=15816/2055920 swapFree=4179764/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=1792.62
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 800 26863 0 1 0 0 178496 766 17 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
[pid=10740] ppid=10634 vsize=672060 CPUtime=7.44
/proc/10740/stat : 10740 (eSAT_static) R 10634 10634 10381 0 -1 4194304 155866 0 0 0 643 101 0 0 18 0 1 0 1983305571 688189440 155848 996147200 134512640 135177480 4294955984 18446744073709551615 134742931 0 0 4096 3 0 0 0 17 1 0 0
/proc/10740/statm: 168015 155848 64 162 0 167850 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 719624

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1817.1 s]
/proc/loadavg: 2.12 2.03 1.92 3/74 10740
/proc/meminfo: memFree=15816/2055920 swapFree=4179764/4192956
[pid=10634] ppid=10632 vsize=47564 CPUtime=1792.62
/proc/10634/stat : 10634 (galacE.sh) S 10632 10634 10381 0 -1 4194304 800 26863 0 1 0 0 178496 766 17 0 1 0 1983124667 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10634/statm: 11891 365 246 79 0 219 0
[pid=10740] ppid=10634 vsize=672060 CPUtime=7.44
/proc/10740/stat : 10740 (eSAT_static) R 10634 10634 10381 0 -1 4194304 155866 0 0 0 643 101 0 0 18 0 1 0 1983305571 688189440 155848 996147200 134512640 135177480 4294955984 18446744073709551615 134742931 0 0 4096 3 0 0 0 17 1 0 0
/proc/10740/statm: 168015 155848 64 162 0 167850 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 719624

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10634 and gives
#  childrusage.ru_utime.tv_sec=1784
#  childrusage.ru_utime.tv_usec=975642
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=675833
# CPU time returned by wait4() is 1792.65
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.12
CPU time (s): 1800.06
CPU user time (s): 1791.39
CPU system time (s): 8.67
CPU usage (%): 99.0612
Max. virtual memory (cumulated for all children) (KiB): 860428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.98
system time used= 7.67583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27663
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= 58846
involuntary context switches= 100754

runsolver used 2.07368 second user time and 6.20906 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-03 01:31:54
IDJOB=1047862
IDBENCH=54165
IDSOLVER=351
FILE ID=node37/1047862-1215041514
PBS_JOBID= 7875100
Free space on /tmp= 66548 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-16_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047862-1215041514/watcher-1047862-1215041514 -o /tmp/evaluation-result-1047862-1215041514/solver-1047862-1215041514 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1047862-1215041514.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bda4a79b03f341c30b4158bf507c8eec
RANDOM SEED=1839177281

node37.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.236
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.236
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:       1413104 kB
Buffers:         74236 kB
Cached:         456796 kB
SwapCached:       7460 kB
Active:         196260 kB
Inactive:       372076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413104 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            3580 kB
Writeback:           0 kB
Mapped:          52912 kB
Slab:            59600 kB
Committed_AS:  3420928 kB
PageTables:       1908 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65384 MiB
End job on node37 at 2008-07-03 02:02:13