Trace number 1050089

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 MWrong UNSAT 565.076 569.981

General information on the benchmark

Namecsp/pseudo/ttp/
normalized-circ-8-3.xml
MD5SUMa80e9ca6f14152a808d5210c0080ccc5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0924
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16376
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16376
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
531.82/536.43	c start processing
531.82/536.44	c start relation processing
532.33/536.90	c start cnf exporting
564.43/569.33	c parsing time : 536.308
564.43/569.33	c preprocessing time : 569.2
564.43/569.34	
564.43/569.34	c Nary constraints - conflicts : 14272 supports : 480
564.43/569.34	c Binary constraints - conflicts : 1624 supports :0
564.43/569.34	c max arity constraint : 28
564.43/569.34	c Max Tuples generated 268435456
564.43/569.34	c relations : 24
564.43/569.34	c relations BDD: 20
564.43/569.34	c sampling 4/4
564.43/569.34	c vars : 228801 - clauses :  789000
564.43/569.34	
564.47/569.40	 
564.47/569.40	c --- SAT Solver Stats ---
564.47/569.40	 
564.96/569.95	c restarts              : 1
564.96/569.95	c conflicts             : 16             (34 /sec)
564.96/569.95	c decisions             : 80             (0.00 % random) (170 /sec)
564.96/569.95	c propagations          : 14801          (31363 /sec)
564.96/569.95	c conflict literals     : 28             (0.00 % deleted)
564.96/569.95	c Memory used           : 46.99 MB
564.96/569.95	c CPU time              : 0.471928 s
564.96/569.95	
564.96/569.95	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-1050089-1215047906/watcher-1050089-1215047906 -o /tmp/evaluation-result-1050089-1215047906/solver-1050089-1215047906 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1050089-1215047906.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.06 2.01 4/72 19831
/proc/meminfo: memFree=1825168/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=5316 CPUtime=0
/proc/19831/stat : 19831 (galacM.sh) R 19829 19831 18316 0 -1 4194304 223 0 0 0 0 0 0 0 20 0 1 0 1983764644 5443584 187 996147200 4194304 4520092 548682068832 18446744073709551615 253304533650 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19831/statm: 1329 187 140 79 0 121 0

[startup+0.0923481 s]
/proc/loadavg: 2.02 2.06 2.01 4/72 19831
/proc/meminfo: memFree=1825168/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102348 s]
/proc/loadavg: 2.02 2.06 2.01 4/72 19831
/proc/meminfo: memFree=1825168/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302375 s]
/proc/loadavg: 2.02 2.06 2.01 4/72 19831
/proc/meminfo: memFree=1825168/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702405 s]
/proc/loadavg: 2.02 2.06 2.01 4/72 19831
/proc/meminfo: memFree=1825168/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50249 s]
/proc/loadavg: 2.02 2.06 2.01 3/82 19853
/proc/meminfo: memFree=1782976/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
[pid=19845] ppid=19831 vsize=812744 CPUtime=1.44
/proc/19845/stat : 19845 (java) S 19831 19831 18316 0 -1 0 13728 0 1 0 135 9 0 0 18 0 9 0 1983764648 832249856 12954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 203186 12954 2586 9 0 197167 0
[pid=19845/tid=19846] ppid=19831 vsize=812744 CPUtime=1.03
/proc/19845/task/19846/stat : 19846 (java) R 19831 19831 18316 0 -1 64 7693 0 1 0 98 5 0 0 25 0 9 0 1983764649 832249856 12954 996147200 134512640 134550740 4294955616 18446744073709551615 4126628641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19831 vsize=812744 CPUtime=0.08
/proc/19845/task/19847/stat : 19847 (java) S 19831 19831 18316 0 -1 64 4453 0 0 0 7 1 0 0 16 0 9 0 1983764650 832249856 12954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19831 vsize=812744 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19831 19831 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983764650 832249856 12954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19831 vsize=812744 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19831 19831 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983764650 832249856 12954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19831 vsize=812744 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19831 19831 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983764653 832249856 12954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19831 vsize=812744 CPUtime=0.29
/proc/19845/task/19851/stat : 19851 (java) S 19831 19831 18316 0 -1 64 882 0 0 0 29 0 0 0 15 0 9 0 1983764653 832249856 12954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19831 vsize=812744 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19831 19831 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983764653 832249856 12954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19831 vsize=812744 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19831 19831 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983764653 832249856 12954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860308

[startup+3.10162 s]
/proc/loadavg: 2.02 2.06 2.01 3/82 19853
/proc/meminfo: memFree=1782144/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
[pid=19845] ppid=19831 vsize=812876 CPUtime=3.02
/proc/19845/stat : 19845 (java) S 19831 19831 18316 0 -1 0 16605 0 1 0 291 11 0 0 18 0 9 0 1983764648 832385024 15826 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 203219 15826 2585 9 0 197200 0
[pid=19845/tid=19846] ppid=19831 vsize=812876 CPUtime=2.57
/proc/19845/task/19846/stat : 19846 (java) R 19831 19831 18316 0 -1 64 10470 0 1 0 249 8 0 0 25 0 9 0 1983764649 832385024 15826 996147200 134512640 134550740 4294955616 18446744073709551615 4126840296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19831 vsize=812876 CPUtime=0.12
/proc/19845/task/19847/stat : 19847 (java) S 19831 19831 18316 0 -1 64 4544 0 0 0 11 1 0 0 17 0 9 0 1983764650 832385024 15826 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19831 19831 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983764650 832385024 15826 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19831 19831 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983764650 832385024 15826 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19831 19831 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983764653 832385024 15826 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19831 vsize=812876 CPUtime=0.3
/proc/19845/task/19851/stat : 19851 (java) S 19831 19831 18316 0 -1 64 891 0 0 0 30 0 0 0 16 0 9 0 1983764653 832385024 15826 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19831 19831 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983764653 832385024 15826 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19831 19831 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983764653 832385024 15826 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) 860440

[startup+6.30291 s]
/proc/loadavg: 2.02 2.06 2.01 3/82 19853
/proc/meminfo: memFree=1752768/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
[pid=19845] ppid=19831 vsize=812876 CPUtime=6.2
/proc/19845/stat : 19845 (java) S 19831 19831 18316 0 -1 0 21194 0 1 0 606 14 0 0 18 0 9 0 1983764648 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 203219 20410 2589 9 0 197200 0
[pid=19845/tid=19846] ppid=19831 vsize=812876 CPUtime=5.57
/proc/19845/task/19846/stat : 19846 (java) R 19831 19831 18316 0 -1 64 14595 0 1 0 547 10 0 0 25 0 9 0 1983764649 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 102887901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19831 vsize=812876 CPUtime=0.3
/proc/19845/task/19847/stat : 19847 (java) S 19831 19831 18316 0 -1 64 5007 0 0 0 28 2 0 0 16 0 9 0 1983764650 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19831 19831 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983764650 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19831 19831 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983764650 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19831 19831 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983764653 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19831 vsize=812876 CPUtime=0.3
/proc/19845/task/19851/stat : 19851 (java) S 19831 19831 18316 0 -1 64 892 0 0 0 30 0 0 0 16 0 9 0 1983764653 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19831 19831 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983764653 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19831 19831 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983764653 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860440

[startup+12.7015 s]
/proc/loadavg: 2.02 2.06 2.01 3/82 19853
/proc/meminfo: memFree=1751936/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
[pid=19845] ppid=19831 vsize=812876 CPUtime=12.53
/proc/19845/stat : 19845 (java) S 19831 19831 18316 0 -1 0 21342 0 1 0 1239 14 0 0 18 0 9 0 1983764648 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 203219 20548 2589 9 0 197200 0
[pid=19845/tid=19846] ppid=19831 vsize=812876 CPUtime=11.41
/proc/19845/task/19846/stat : 19846 (java) R 19831 19831 18316 0 -1 64 14605 0 1 0 1131 10 0 0 25 0 9 0 1983764649 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 104688992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19831 vsize=812876 CPUtime=0.78
/proc/19845/task/19847/stat : 19847 (java) S 19831 19831 18316 0 -1 64 5141 0 0 0 76 2 0 0 16 0 9 0 1983764650 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19831 19831 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983764650 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19831 19831 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983764650 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19831 19831 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983764653 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19831 vsize=812876 CPUtime=0.31
/proc/19845/task/19851/stat : 19851 (java) S 19831 19831 18316 0 -1 64 896 0 0 0 31 0 0 0 17 0 9 0 1983764653 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19831 19831 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983764653 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19831 19831 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983764653 832385024 20548 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) 860440

[startup+25.5026 s]
/proc/loadavg: 2.01 2.05 2.01 3/82 19853
/proc/meminfo: memFree=1750400/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
[pid=19845] ppid=19831 vsize=812876 CPUtime=25.23
/proc/19845/stat : 19845 (java) S 19831 19831 18316 0 -1 0 21736 0 1 0 2508 15 0 0 18 0 9 0 1983764648 832385024 20936 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 203219 20936 2592 9 0 197200 0
[pid=19845/tid=19846] ppid=19831 vsize=812876 CPUtime=23.86
/proc/19845/task/19846/stat : 19846 (java) R 19831 19831 18316 0 -1 64 14611 0 1 0 2375 11 0 0 25 0 9 0 1983764649 832385024 20936 996147200 134512640 134550740 4294955616 18446744073709551615 4127253168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19831 vsize=812876 CPUtime=1.02
/proc/19845/task/19847/stat : 19847 (java) S 19831 19831 18316 0 -1 64 5523 0 0 0 100 2 0 0 16 0 9 0 1983764650 832385024 20936 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19831 19831 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983764650 832385024 20936 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19831 19831 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983764650 832385024 20936 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19831 19831 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983764653 832385024 20936 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19831 vsize=812876 CPUtime=0.32
/proc/19845/task/19851/stat : 19851 (java) S 19831 19831 18316 0 -1 64 902 0 0 0 32 0 0 0 16 0 9 0 1983764653 832385024 20936 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19831 19831 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983764653 832385024 20936 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19831 19831 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983764653 832385024 20936 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 860440

[startup+51.1029 s]
/proc/loadavg: 2.01 2.05 2.01 3/82 19853
/proc/meminfo: memFree=1750400/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01

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

/proc/19845/task/19850/stat : 19850 (java) S 19831 19831 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983764653 832385024 21483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19831 vsize=812876 CPUtime=0.41
/proc/19845/task/19851/stat : 19851 (java) S 19831 19831 18316 0 -1 64 955 0 0 0 40 1 0 0 15 0 9 0 1983764653 832385024 21483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19831 19831 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983764653 832385024 21483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19831 19831 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983764653 832385024 21483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 532.92
Current children cumulated vsize (KiB) 860440

[startup+550.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19853
/proc/meminfo: memFree=1737928/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
[pid=19845] ppid=19831 vsize=812876 CPUtime=545.58
/proc/19845/stat : 19845 (java) S 19831 19831 18316 0 -1 0 23232 0 1 0 54538 20 0 0 18 0 9 0 1983764648 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 203219 22408 2593 9 0 197200 0
[pid=19845/tid=19846] ppid=19831 vsize=812876 CPUtime=543.99
/proc/19845/task/19846/stat : 19846 (java) R 19831 19831 18316 0 -1 64 14658 0 1 0 54385 14 0 0 25 0 9 0 1983764649 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4126604487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19831 vsize=812876 CPUtime=1.15
/proc/19845/task/19847/stat : 19847 (java) S 19831 19831 18316 0 -1 64 6916 0 0 0 112 3 0 0 16 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19831 19831 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19831 19831 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19831 19831 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19831 vsize=812876 CPUtime=0.42
/proc/19845/task/19851/stat : 19851 (java) S 19831 19831 18316 0 -1 64 958 0 0 0 41 1 0 0 16 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19831 19831 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19831 19831 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 545.59
Current children cumulated vsize (KiB) 860440

[startup+563.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19853
/proc/meminfo: memFree=1731464/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
[pid=19845] ppid=19831 vsize=812876 CPUtime=558.27
/proc/19845/stat : 19845 (java) S 19831 19831 18316 0 -1 0 23251 0 1 0 55801 26 0 0 18 0 9 0 1983764648 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 203219 22408 2593 9 0 197200 0
[pid=19845/tid=19846] ppid=19831 vsize=812876 CPUtime=556.68
/proc/19845/task/19846/stat : 19846 (java) R 19831 19831 18316 0 -1 64 14677 0 1 0 55647 21 0 0 25 0 9 0 1983764649 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 103302017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19831 vsize=812876 CPUtime=1.16
/proc/19845/task/19847/stat : 19847 (java) S 19831 19831 18316 0 -1 64 6916 0 0 0 113 3 0 0 16 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19831 19831 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19831 19831 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19831 19831 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19831 vsize=812876 CPUtime=0.42
/proc/19845/task/19851/stat : 19851 (java) S 19831 19831 18316 0 -1 64 958 0 0 0 41 1 0 0 16 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19831 19831 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19831 19831 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 558.28
Current children cumulated vsize (KiB) 860440

[startup+566.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19853
/proc/meminfo: memFree=1730568/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
[pid=19845] ppid=19831 vsize=812876 CPUtime=561.45
/proc/19845/stat : 19845 (java) S 19831 19831 18316 0 -1 0 23255 0 1 0 56117 28 0 0 18 0 9 0 1983764648 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 203219 22408 2593 9 0 197200 0
[pid=19845/tid=19846] ppid=19831 vsize=812876 CPUtime=559.84
/proc/19845/task/19846/stat : 19846 (java) R 19831 19831 18316 0 -1 64 14681 0 1 0 55962 22 0 0 25 0 9 0 1983764649 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 103232857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19831 vsize=812876 CPUtime=1.16
/proc/19845/task/19847/stat : 19847 (java) S 19831 19831 18316 0 -1 64 6916 0 0 0 113 3 0 0 16 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19831 19831 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19831 19831 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19831 19831 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19831 vsize=812876 CPUtime=0.42
/proc/19845/task/19851/stat : 19851 (java) S 19831 19831 18316 0 -1 64 958 0 0 0 41 1 0 0 16 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19831 19831 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19831 19831 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 561.46
Current children cumulated vsize (KiB) 860440

[startup+567.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19853
/proc/meminfo: memFree=1729672/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
[pid=19845] ppid=19831 vsize=812876 CPUtime=563.02
/proc/19845/stat : 19845 (java) S 19831 19831 18316 0 -1 0 23258 0 1 0 56274 28 0 0 18 0 9 0 1983764648 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 203219 22408 2593 9 0 197200 0
[pid=19845/tid=19846] ppid=19831 vsize=812876 CPUtime=561.42
/proc/19845/task/19846/stat : 19846 (java) R 19831 19831 18316 0 -1 64 14684 0 1 0 56119 23 0 0 25 0 9 0 1983764649 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4127409313 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19831 vsize=812876 CPUtime=1.16
/proc/19845/task/19847/stat : 19847 (java) S 19831 19831 18316 0 -1 64 6916 0 0 0 113 3 0 0 16 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19831 19831 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19831 19831 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19831 19831 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19831 vsize=812876 CPUtime=0.42
/proc/19845/task/19851/stat : 19851 (java) S 19831 19831 18316 0 -1 64 958 0 0 0 41 1 0 0 16 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19831 19831 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19831 19831 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.03
Current children cumulated vsize (KiB) 860440

[startup+568.707 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19853
/proc/meminfo: memFree=1729096/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=0.01
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
[pid=19845] ppid=19831 vsize=812876 CPUtime=563.82
/proc/19845/stat : 19845 (java) S 19831 19831 18316 0 -1 0 23259 0 1 0 56354 28 0 0 18 0 9 0 1983764648 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 203219 22408 2593 9 0 197200 0
[pid=19845/tid=19846] ppid=19831 vsize=812876 CPUtime=562.22
/proc/19845/task/19846/stat : 19846 (java) R 19831 19831 18316 0 -1 64 14685 0 1 0 56199 23 0 0 25 0 9 0 1983764649 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4126382341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19831 vsize=812876 CPUtime=1.16
/proc/19845/task/19847/stat : 19847 (java) S 19831 19831 18316 0 -1 64 6916 0 0 0 113 3 0 0 16 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19831 19831 18316 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19831 19831 18316 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983764650 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19831 19831 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19831 vsize=812876 CPUtime=0.42
/proc/19845/task/19851/stat : 19851 (java) S 19831 19831 18316 0 -1 64 958 0 0 0 41 1 0 0 16 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19831 19831 18316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19831 vsize=812876 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19831 19831 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983764653 832385024 22408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.83
Current children cumulated vsize (KiB) 860440

[startup+569.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19853
/proc/meminfo: memFree=1729096/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=564.48
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 800 24972 0 1 0 0 56417 31 17 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 564.48
Current children cumulated vsize (KiB) 47564

[startup+569.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19854
/proc/meminfo: memFree=1782024/2055920 swapFree=4180084/4192956
[pid=19831] ppid=19829 vsize=47564 CPUtime=564.48
/proc/19831/stat : 19831 (galacM.sh) S 19829 19831 18316 0 -1 4194304 800 24972 0 1 0 0 56417 31 17 0 1 0 1983764644 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19831/statm: 11891 365 246 79 0 219 0
[pid=19854] ppid=19831 vsize=47328 CPUtime=0.48
/proc/19854/stat : 19854 (minisat) R 19831 19831 18316 0 -1 4194304 10738 0 0 0 41 7 0 0 22 0 1 0 1983821585 48463872 10719 996147200 134512640 135136200 4294955968 18446744073709551615 134531574 0 0 4096 3 0 0 0 17 1 0 0
/proc/19854/statm: 11832 10719 54 152 0 11677 0
Current children cumulated CPU time (s) 564.96
Current children cumulated vsize (KiB) 94892

Child status: 0
Real time (s): 569.981
CPU time (s): 565.076
CPU user time (s): 564.657
CPU system time (s): 0.418936
CPU usage (%): 99.1395
Max. virtual memory (cumulated for all children) (KiB): 860440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 564.657
system time used= 0.418936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37047
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= 13749
involuntary context switches= 14321

runsolver used 0.829873 second user time and 1.77473 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-03 03:18:26
IDJOB=1050089
IDBENCH=54861
IDSOLVER=350
FILE ID=node25/1050089-1215047906
PBS_JOBID= 7875124
Free space on /tmp= 66536 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/pseudo/ttp/normalized-circ-8-3.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050089-1215047906/watcher-1050089-1215047906 -o /tmp/evaluation-result-1050089-1215047906/solver-1050089-1215047906 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1050089-1215047906.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e9ca6f14152a808d5210c0080ccc5
RANDOM SEED=1971103220

node25.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.234
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.234
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:       1825648 kB
Buffers:         23952 kB
Cached:         117376 kB
SwapCached:       6504 kB
Active:         111832 kB
Inactive:        49476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825648 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            6020 kB
Writeback:           0 kB
Mapped:          26868 kB
Slab:            54320 kB
Committed_AS:  3394948 kB
PageTables:       1912 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= 66532 MiB
End job on node25 at 2008-07-03 03:27:56