Trace number 1064824

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 MUNSAT 519.142 523.423

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-cache-ibm-q-unbounded-Icl2arity-ucl.xml
MD5SUM9d4795f9e32ba7017720fe7b897ab8b7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark140.591
Satisfiable
(Un)Satisfiability was proved
Number of variables23837
Number of constraints67567
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67567
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
402.28/405.97	c start processing
402.37/406.01	c start relation processing
402.87/406.53	c start cnf exporting
517.04/521.31	c parsing time : 405.847
517.04/521.31	c preprocessing time : 521.185
517.04/521.33	
517.04/521.33	c Nary constraints - conflicts : 24109 supports : 0
517.04/521.33	c Binary constraints - conflicts : 43458 supports :0
517.04/521.33	c max arity constraint : 13
517.04/521.33	c Max Tuples generated 8192
517.04/521.33	c relations : 35
517.04/521.33	c relations BDD: 18
517.04/521.33	c sampling 0/0
517.04/521.33	c vars : 863583 - clauses :  3068679
517.04/521.33	
517.04/521.38	 
517.04/521.38	c --- SAT Solver Stats ---
517.04/521.38	 
518.98/523.35	c restarts              : 1
518.98/523.35	c conflicts             : 2              (1 /sec)
518.98/523.35	c decisions             : 1              (0.00 % random) (1 /sec)
518.98/523.35	c propagations          : 5130           (3069 /sec)
518.98/523.35	c conflict literals     : 1              (0.00 % deleted)
518.98/523.35	c Memory used           : 178.84 MB
518.98/523.35	c CPU time              : 1.67175 s
518.98/523.35	
518.98/523.35	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-1064824-1215144228/watcher-1064824-1215144228 -o /tmp/evaluation-result-1064824-1215144228/solver-1064824-1215144228 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1064824-1215144228.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.92 1.98 2.02 4/81 9666
/proc/meminfo: memFree=1771928/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=1736 CPUtime=0
/proc/9666/stat : 9666 (galacM.sh) R 9664 9666 7458 0 -1 4194304 49 0 0 0 0 0 0 0 21 0 1 0 670150459 1777664 34 996147200 4194304 4520092 548682068832 18446744073709551615 249067248521 0 0 4096 0 0 0 0 17 1 0 0
/proc/9666/statm: 434 34 26 79 0 53 0

[startup+0.089132 s]
/proc/loadavg: 1.92 1.98 2.02 4/81 9666
/proc/meminfo: memFree=1771928/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102117 s]
/proc/loadavg: 1.92 1.98 2.02 4/81 9666
/proc/meminfo: memFree=1771928/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301139 s]
/proc/loadavg: 1.92 1.98 2.02 4/81 9666
/proc/meminfo: memFree=1771928/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701178 s]
/proc/loadavg: 1.92 1.98 2.02 4/81 9666
/proc/meminfo: memFree=1771928/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50126 s]
/proc/loadavg: 1.92 1.98 2.02 3/91 9688
/proc/meminfo: memFree=1737608/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
[pid=9680] ppid=9666 vsize=812832 CPUtime=1.43
/proc/9680/stat : 9680 (java) S 9666 9666 7458 0 -1 0 16241 0 1 0 133 10 0 0 19 0 9 0 670150462 832339968 15357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9680/statm: 203208 15357 2587 9 0 197189 0
[pid=9680/tid=9681] ppid=9666 vsize=812832 CPUtime=0.97
/proc/9680/task/9681/stat : 9681 (java) R 9666 9666 7458 0 -1 64 9435 0 1 0 90 7 0 0 25 0 9 0 670150463 832339968 15357 996147200 134512640 134550740 4294955616 18446744073709551615 4125960276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9682] ppid=9666 vsize=812832 CPUtime=0.24
/proc/9680/task/9682/stat : 9682 (java) S 9666 9666 7458 0 -1 64 5272 0 0 0 22 2 0 0 17 0 9 0 670150465 832339968 15357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9683] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9683/stat : 9683 (java) S 9666 9666 7458 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 15357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9684] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9684/stat : 9684 (java) S 9666 9666 7458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 15357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9685] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9685/stat : 9685 (java) S 9666 9666 7458 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 670150467 832339968 15357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9686] ppid=9666 vsize=812832 CPUtime=0.2
/proc/9680/task/9686/stat : 9686 (java) S 9666 9666 7458 0 -1 64 832 0 0 0 20 0 0 0 16 0 9 0 670150467 832339968 15357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9687] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9687/stat : 9687 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 670150467 832339968 15357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9688] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9688/stat : 9688 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670150467 832339968 15357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860396

[startup+3.10142 s]
/proc/loadavg: 2.01 2.00 2.02 3/91 9688
/proc/meminfo: memFree=1719368/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
[pid=9680] ppid=9666 vsize=812832 CPUtime=3.02
/proc/9680/stat : 9680 (java) S 9666 9666 7458 0 -1 0 16270 0 1 0 291 11 0 0 19 0 9 0 670150462 832339968 15385 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9680/statm: 203208 15385 2588 9 0 197189 0
[pid=9680/tid=9681] ppid=9666 vsize=812832 CPUtime=2.51
/proc/9680/task/9681/stat : 9681 (java) R 9666 9666 7458 0 -1 64 9437 0 1 0 244 7 0 0 25 0 9 0 670150463 832339968 15385 996147200 134512640 134550740 4294955616 18446744073709551615 4126622050 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9682] ppid=9666 vsize=812832 CPUtime=0.24
/proc/9680/task/9682/stat : 9682 (java) S 9666 9666 7458 0 -1 64 5272 0 0 0 22 2 0 0 17 0 9 0 670150465 832339968 15385 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9683] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9683/stat : 9683 (java) S 9666 9666 7458 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 15385 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9684] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9684/stat : 9684 (java) S 9666 9666 7458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 15385 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9685] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9685/stat : 9685 (java) S 9666 9666 7458 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 670150467 832339968 15385 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9686] ppid=9666 vsize=812832 CPUtime=0.25
/proc/9680/task/9686/stat : 9686 (java) S 9666 9666 7458 0 -1 64 859 0 0 0 24 1 0 0 15 0 9 0 670150467 832339968 15385 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9687] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9687/stat : 9687 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 670150467 832339968 15385 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9688] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9688/stat : 9688 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670150467 832339968 15385 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860396

[startup+6.30502 s]
/proc/loadavg: 2.01 2.00 2.02 3/91 9688
/proc/meminfo: memFree=1719440/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
[pid=9680] ppid=9666 vsize=812832 CPUtime=6.19
/proc/9680/stat : 9680 (java) S 9666 9666 7458 0 -1 0 16299 0 1 0 608 11 0 0 19 0 9 0 670150462 832339968 15411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9680/statm: 203208 15411 2588 9 0 197189 0
[pid=9680/tid=9681] ppid=9666 vsize=812832 CPUtime=5.63
/proc/9680/task/9681/stat : 9681 (java) R 9666 9666 7458 0 -1 64 9440 0 1 0 556 7 0 0 25 0 9 0 670150463 832339968 15411 996147200 134512640 134550740 4294955616 18446744073709551615 4127007903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9682] ppid=9666 vsize=812832 CPUtime=0.24
/proc/9680/task/9682/stat : 9682 (java) S 9666 9666 7458 0 -1 64 5272 0 0 0 22 2 0 0 16 0 9 0 670150465 832339968 15411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9683] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9683/stat : 9683 (java) S 9666 9666 7458 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 15411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9684] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9684/stat : 9684 (java) S 9666 9666 7458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 15411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9685] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9685/stat : 9685 (java) S 9666 9666 7458 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 670150467 832339968 15411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9686] ppid=9666 vsize=812832 CPUtime=0.3
/proc/9680/task/9686/stat : 9686 (java) S 9666 9666 7458 0 -1 64 885 0 0 0 29 1 0 0 15 0 9 0 670150467 832339968 15411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9687] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9687/stat : 9687 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 670150467 832339968 15411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9688] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9688/stat : 9688 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670150467 832339968 15411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860396

[startup+12.7024 s]
/proc/loadavg: 2.08 2.02 2.03 3/91 9688
/proc/meminfo: memFree=1718168/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
[pid=9680] ppid=9666 vsize=812832 CPUtime=12.53
/proc/9680/stat : 9680 (java) S 9666 9666 7458 0 -1 0 16877 0 1 0 1242 11 0 0 19 0 9 0 670150462 832339968 15662 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9680/statm: 203208 15662 2587 9 0 197189 0
[pid=9680/tid=9681] ppid=9666 vsize=812832 CPUtime=11.88
/proc/9680/task/9681/stat : 9681 (java) R 9666 9666 7458 0 -1 64 9538 0 1 0 1181 7 0 0 25 0 9 0 670150463 832339968 15662 996147200 134512640 134550740 4294955616 18446744073709551615 4127007867 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9682] ppid=9666 vsize=812832 CPUtime=0.32
/proc/9680/task/9682/stat : 9682 (java) S 9666 9666 7458 0 -1 64 5747 0 0 0 30 2 0 0 16 0 9 0 670150465 832339968 15662 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9683] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9683/stat : 9683 (java) S 9666 9666 7458 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 15662 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9684] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9684/stat : 9684 (java) S 9666 9666 7458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 15662 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9685] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9685/stat : 9685 (java) S 9666 9666 7458 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 670150467 832339968 15662 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9686] ppid=9666 vsize=812832 CPUtime=0.3
/proc/9680/task/9686/stat : 9686 (java) S 9666 9666 7458 0 -1 64 890 0 0 0 29 1 0 0 16 0 9 0 670150467 832339968 15662 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9687] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9687/stat : 9687 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 670150467 832339968 15662 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9688] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9688/stat : 9688 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670150467 832339968 15662 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860396

[startup+25.5026 s]
/proc/loadavg: 2.07 2.02 2.02 3/91 9688
/proc/meminfo: memFree=1709464/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
[pid=9680] ppid=9666 vsize=812832 CPUtime=25.21
/proc/9680/stat : 9680 (java) S 9666 9666 7458 0 -1 0 19306 0 1 0 2507 14 0 0 19 0 9 0 670150462 832339968 18090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9680/statm: 203208 18090 2587 9 0 197189 0
[pid=9680/tid=9681] ppid=9666 vsize=812832 CPUtime=24.55
/proc/9680/task/9681/stat : 9681 (java) R 9666 9666 7458 0 -1 64 11967 0 1 0 2446 9 0 0 25 0 9 0 670150463 832339968 18090 996147200 134512640 134550740 4294955616 18446744073709551615 4126622040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9682] ppid=9666 vsize=812832 CPUtime=0.32
/proc/9680/task/9682/stat : 9682 (java) S 9666 9666 7458 0 -1 64 5747 0 0 0 30 2 0 0 16 0 9 0 670150465 832339968 18090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9683] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9683/stat : 9683 (java) S 9666 9666 7458 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 18090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9684] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9684/stat : 9684 (java) S 9666 9666 7458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 18090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9685] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9685/stat : 9685 (java) S 9666 9666 7458 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 670150467 832339968 18090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9686] ppid=9666 vsize=812832 CPUtime=0.3
/proc/9680/task/9686/stat : 9686 (java) S 9666 9666 7458 0 -1 64 890 0 0 0 29 1 0 0 16 0 9 0 670150467 832339968 18090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9687] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9687/stat : 9687 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 670150467 832339968 18090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9688] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9688/stat : 9688 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670150467 832339968 18090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860396

[startup+51.1022 s]
/proc/loadavg: 2.05 2.01 2.02 3/91 9688
/proc/meminfo: memFree=1695384/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01

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

[pid=9680/tid=9683] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9683/stat : 9683 (java) S 9666 9666 7458 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9684] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9684/stat : 9684 (java) S 9666 9666 7458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9685] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9685/stat : 9685 (java) S 9666 9666 7458 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9686] ppid=9666 vsize=812832 CPUtime=0.31
/proc/9680/task/9686/stat : 9686 (java) S 9666 9666 7458 0 -1 64 893 0 0 0 30 1 0 0 15 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9687] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9687/stat : 9687 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9688] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9688/stat : 9688 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 860396

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 9688
/proc/meminfo: memFree=1683288/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
[pid=9680] ppid=9666 vsize=812832 CPUtime=279.57
/proc/9680/stat : 9680 (java) S 9666 9666 7458 0 -1 0 25550 0 1 0 27936 21 0 0 19 0 9 0 670150462 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9680/statm: 203208 24312 2591 9 0 197189 0
[pid=9680/tid=9681] ppid=9666 vsize=812832 CPUtime=277.63
/proc/9680/task/9681/stat : 9681 (java) R 9666 9666 7458 0 -1 64 14616 0 1 0 27748 15 0 0 25 0 9 0 670150463 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4126768272 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9682] ppid=9666 vsize=812832 CPUtime=1.61
/proc/9680/task/9682/stat : 9682 (java) S 9666 9666 7458 0 -1 64 9339 0 0 0 157 4 0 0 16 0 9 0 670150465 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9683] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9683/stat : 9683 (java) S 9666 9666 7458 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9684] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9684/stat : 9684 (java) S 9666 9666 7458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9685] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9685/stat : 9685 (java) S 9666 9666 7458 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9686] ppid=9666 vsize=812832 CPUtime=0.31
/proc/9680/task/9686/stat : 9686 (java) S 9666 9666 7458 0 -1 64 893 0 0 0 30 1 0 0 15 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9687] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9687/stat : 9687 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9688] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9688/stat : 9688 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (KiB) 860396

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 9688
/proc/meminfo: memFree=1683160/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
[pid=9680] ppid=9666 vsize=812832 CPUtime=339
/proc/9680/stat : 9680 (java) S 9666 9666 7458 0 -1 0 25552 0 1 0 33878 22 0 0 19 0 9 0 670150462 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9680/statm: 203208 24312 2591 9 0 197189 0
[pid=9680/tid=9681] ppid=9666 vsize=812832 CPUtime=337.03
/proc/9680/task/9681/stat : 9681 (java) R 9666 9666 7458 0 -1 64 14618 0 1 0 33687 16 0 0 25 0 9 0 670150463 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4126095725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9682] ppid=9666 vsize=812832 CPUtime=1.64
/proc/9680/task/9682/stat : 9682 (java) S 9666 9666 7458 0 -1 64 9339 0 0 0 160 4 0 0 16 0 9 0 670150465 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9683] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9683/stat : 9683 (java) S 9666 9666 7458 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9684] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9684/stat : 9684 (java) S 9666 9666 7458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9685] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9685/stat : 9685 (java) S 9666 9666 7458 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9686] ppid=9666 vsize=812832 CPUtime=0.31
/proc/9680/task/9686/stat : 9686 (java) S 9666 9666 7458 0 -1 64 893 0 0 0 30 1 0 0 16 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9687] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9687/stat : 9687 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9688] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9688/stat : 9688 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670150467 832339968 24312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.01
Current children cumulated vsize (KiB) 860396

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 9688
/proc/meminfo: memFree=1677336/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
[pid=9680] ppid=9666 vsize=812832 CPUtime=398.68
/proc/9680/stat : 9680 (java) S 9666 9666 7458 0 -1 0 31994 0 1 0 39842 26 0 0 19 0 9 0 670150462 832339968 25712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9680/statm: 203208 25712 2591 9 0 197189 0
[pid=9680/tid=9681] ppid=9666 vsize=812832 CPUtime=394.16
/proc/9680/task/9681/stat : 9681 (java) R 9666 9666 7458 0 -1 64 14641 0 1 0 39400 16 0 0 25 0 9 0 670150463 832339968 25712 996147200 134512640 134550740 4294955616 18446744073709551615 102689690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9682] ppid=9666 vsize=812832 CPUtime=4.17
/proc/9680/task/9682/stat : 9682 (java) S 9666 9666 7458 0 -1 64 15751 0 0 0 410 7 0 0 16 0 9 0 670150465 832339968 25712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9683] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9683/stat : 9683 (java) S 9666 9666 7458 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 25712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9684] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9684/stat : 9684 (java) S 9666 9666 7458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 25712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9685] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9685/stat : 9685 (java) S 9666 9666 7458 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 670150467 832339968 25712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9686] ppid=9666 vsize=812832 CPUtime=0.32
/proc/9680/task/9686/stat : 9686 (java) S 9666 9666 7458 0 -1 64 900 0 0 0 31 1 0 0 16 0 9 0 670150467 832339968 25712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9687] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9687/stat : 9687 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 670150467 832339968 25712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9688] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9688/stat : 9688 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670150467 832339968 25712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.69
Current children cumulated vsize (KiB) 860396

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 9688
/proc/meminfo: memFree=1643800/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=0.01
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
[pid=9680] ppid=9666 vsize=812832 CPUtime=458.35
/proc/9680/stat : 9680 (java) S 9666 9666 7458 0 -1 0 32676 0 1 0 45788 47 0 0 19 0 9 0 670150462 832339968 26294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9680/statm: 203208 26294 2593 9 0 197189 0
[pid=9680/tid=9681] ppid=9666 vsize=812832 CPUtime=453.52
/proc/9680/task/9681/stat : 9681 (java) R 9666 9666 7458 0 -1 64 14765 0 1 0 45316 36 0 0 25 0 9 0 670150463 832339968 26294 996147200 134512640 134550740 4294955616 18446744073709551615 4127258201 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9682] ppid=9666 vsize=812832 CPUtime=4.34
/proc/9680/task/9682/stat : 9682 (java) S 9666 9666 7458 0 -1 64 16232 0 0 0 426 8 0 0 16 0 9 0 670150465 832339968 26294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9683] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9683/stat : 9683 (java) S 9666 9666 7458 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 26294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9684] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9684/stat : 9684 (java) S 9666 9666 7458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 670150465 832339968 26294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9685] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9685/stat : 9685 (java) S 9666 9666 7458 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 670150467 832339968 26294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9686] ppid=9666 vsize=812832 CPUtime=0.46
/proc/9680/task/9686/stat : 9686 (java) S 9666 9666 7458 0 -1 64 977 0 0 0 45 1 0 0 16 0 9 0 670150467 832339968 26294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9687] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9687/stat : 9687 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 670150467 832339968 26294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9680/tid=9688] ppid=9666 vsize=812832 CPUtime=0
/proc/9680/task/9688/stat : 9688 (java) S 9666 9666 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670150467 832339968 26294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.36
Current children cumulated vsize (KiB) 860396

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 9688
/proc/meminfo: memFree=1610456/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=517.08
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 800 34493 0 1 0 0 51632 76 17 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 517.08
Current children cumulated vsize (KiB) 47564

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

[startup+523.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9689
/proc/meminfo: memFree=1614360/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=517.08
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 800 34493 0 1 0 0 51632 76 17 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
[pid=9689] ppid=9666 vsize=173852 CPUtime=1.7
/proc/9689/stat : 9689 (minisat) R 9666 9666 7458 0 -1 4194304 38330 0 0 0 143 27 0 0 25 0 1 0 670202597 178024448 38311 996147200 134512640 135136200 4294955968 18446744073709551615 134517518 0 0 4096 3 0 0 0 17 1 0 0
/proc/9689/statm: 43463 38311 54 152 0 43308 0
Current children cumulated CPU time (s) 518.78
Current children cumulated vsize (KiB) 221416

[startup+523.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9689
/proc/meminfo: memFree=1614360/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=517.08
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 800 34493 0 1 0 0 51632 76 17 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
[pid=9689] ppid=9666 vsize=183128 CPUtime=1.9
/proc/9689/stat : 9689 (minisat) R 9666 9666 7458 0 -1 4194304 41794 0 0 0 161 29 0 0 25 0 1 0 670202597 187523072 41775 996147200 134512640 135136200 4294955968 18446744073709551615 134530513 0 0 4096 3 0 0 0 17 1 0 0
/proc/9689/statm: 45782 41775 54 152 0 45627 0
Current children cumulated CPU time (s) 518.98
Current children cumulated vsize (KiB) 230692

[startup+523.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9689
/proc/meminfo: memFree=1614360/2055920 swapFree=4179808/4192956
[pid=9666] ppid=9664 vsize=47564 CPUtime=519.09
/proc/9666/stat : 9666 (galacM.sh) S 9664 9666 7458 0 -1 4194304 834 76322 0 1 0 0 51800 109 16 0 1 0 670150459 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9666/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 519.09
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 523.423
CPU time (s): 519.142
CPU user time (s): 518.005
CPU system time (s): 1.13683
CPU usage (%): 99.1821
Max. virtual memory (cumulated for all children) (KiB): 861400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 518.005
system time used= 1.13683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77315
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= 14122
involuntary context switches= 30513

runsolver used 0.608907 second user time and 1.78573 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 06:03:48
IDJOB=1064824
IDBENCH=54996
IDSOLVER=350
FILE ID=node89/1064824-1215144228
PBS_JOBID= 7877328
Free space on /tmp= 66544 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-cache-ibm-q-unbounded-Icl2arity-ucl.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064824-1215144228/watcher-1064824-1215144228 -o /tmp/evaluation-result-1064824-1215144228/solver-1064824-1215144228 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1064824-1215144228.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d4795f9e32ba7017720fe7b897ab8b7
RANDOM SEED=1107586309

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1772408 kB
Buffers:         13572 kB
Cached:         104056 kB
SwapCached:       7288 kB
Active:         201208 kB
Inactive:        30040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772408 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:           13508 kB
Writeback:           0 kB
Mapped:         127020 kB
Slab:            37344 kB
Committed_AS:  2626640 kB
PageTables:       1968 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= 66544 MiB
End job on node89 at 2008-07-04 06:12:32