Trace number 1055541

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac EUNSAT 1525.69 1532.27

General information on the benchmark

Namecsp/nengfa/
normalized-color.xml
MD5SUM868270618e65ac29a05492ece46ae30f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.57376
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints12458
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12458
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1519.11/1525.62	c start processing
1519.11/1525.62	c start relation processing
1519.11/1525.64	c start cnf exporting
1520.81/1527.31	c parsing time : 1525.491
1520.81/1527.33	c preprocessing time : 1527.192
1520.81/1527.33	
1520.81/1527.33	c Nary constraints - conflicts : 0 supports : 0
1520.81/1527.33	c Binary constraints - conflicts : 12458 supports :0
1520.81/1527.33	c max arity constraint : 2
1520.81/1527.33	c Max Tuples generated 25
1520.81/1527.33	c relations : 12458
1520.81/1527.33	c relations BDD: 0
1520.81/1527.33	c sampling 0/0
1520.81/1527.33	c vars : 2501 - clauses :  67790
1520.81/1527.33	
1520.85/1527.40	 
1520.85/1527.40	c --- SAT Solver Stats ---
1520.85/1527.40	 
1520.85/1527.40	c eSAT 0.1 : minisat core with additionnal features
1520.85/1527.40	c ============================[ Problem Statistics ]=============================
1520.85/1527.40	c |                                                                             |
1520.85/1527.40	c |  Number of variables:  2500                                                 |
1520.85/1527.40	c |  Number of clauses:    67790                                                |
1520.85/1527.45	c |  Parsing time:         0.04         s                                       |
1525.61/1532.25	c restarts              : 130
1525.61/1532.25	c conflicts             : 14638          (3056 /sec)
1525.61/1532.25	c decisions             : 31040          (42.37 % random) (6481 /sec)
1525.61/1532.25	c euip                  : 849         
1525.61/1532.25	c propagations          : 3596215        (750890 /sec)
1525.61/1532.25	c conflict literals     : 189682         (35.90 % deleted)
1525.61/1532.25	c Memory used           : 7.91 MB
1525.61/1532.25	c CPU time              : 4.78927 s
1525.61/1532.25	c 
1525.61/1532.25	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-1055541-1215059738/watcher-1055541-1215059738 -o /tmp/evaluation-result-1055541-1215059738/solver-1055541-1215059738 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055541-1215059738.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.08 2.10 2.03 4/72 1535
/proc/meminfo: memFree=1207348/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=18572 CPUtime=0
/proc/1535/stat : 1535 (runsolver) R 1533 1535 886 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1984946156 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1535/statm: 4643 292 257 25 0 2626 0

[startup+0.015481 s]
/proc/loadavg: 2.08 2.10 2.03 4/72 1535
/proc/meminfo: memFree=1207348/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=8652 CPUtime=0
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984946156 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.106831 s]
/proc/loadavg: 2.08 2.10 2.03 4/72 1535
/proc/meminfo: memFree=1207348/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301865 s]
/proc/loadavg: 2.08 2.10 2.03 4/72 1535
/proc/meminfo: memFree=1207348/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.70194 s]
/proc/loadavg: 2.08 2.10 2.03 4/72 1535
/proc/meminfo: memFree=1207348/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50209 s]
/proc/loadavg: 2.08 2.10 2.03 3/82 1557
/proc/meminfo: memFree=1178020/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1549] ppid=1535 vsize=812552 CPUtime=1.44
/proc/1549/stat : 1549 (java) S 1535 1535 886 0 -1 0 13912 0 1 0 133 11 0 0 18 0 9 0 1984946160 832053248 13329 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1549/statm: 203138 13329 1907 9 0 197172 0
[pid=1549/tid=1550] ppid=1535 vsize=812552 CPUtime=1.15
/proc/1549/task/1550/stat : 1550 (java) R 1535 1535 886 0 -1 64 12341 0 1 0 106 9 0 0 25 0 9 0 1984946161 832053248 13329 996147200 134512640 134550740 4294955616 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1551] ppid=1535 vsize=812552 CPUtime=0
/proc/1549/task/1551/stat : 1551 (java) S 1535 1535 886 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1984946163 832053248 13329 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1552] ppid=1535 vsize=812552 CPUtime=0
/proc/1549/task/1552/stat : 1552 (java) S 1535 1535 886 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1984946163 832053248 13329 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1553] ppid=1535 vsize=812552 CPUtime=0
/proc/1549/task/1553/stat : 1553 (java) S 1535 1535 886 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984946163 832053248 13329 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1554] ppid=1535 vsize=812552 CPUtime=0
/proc/1549/task/1554/stat : 1554 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984946165 832053248 13329 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1555] ppid=1535 vsize=812552 CPUtime=0.26
/proc/1549/task/1555/stat : 1555 (java) S 1535 1535 886 0 -1 64 866 0 0 0 26 0 0 0 16 0 9 0 1984946165 832053248 13329 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1556] ppid=1535 vsize=812552 CPUtime=0
/proc/1549/task/1556/stat : 1556 (java) S 1535 1535 886 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984946165 832053248 13329 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1557] ppid=1535 vsize=812552 CPUtime=0
/proc/1549/task/1557/stat : 1557 (java) S 1535 1535 886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984946165 832053248 13329 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860116

[startup+3.10239 s]
/proc/loadavg: 2.08 2.10 2.03 3/82 1557
/proc/meminfo: memFree=1135396/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1549] ppid=1535 vsize=812928 CPUtime=3.02
/proc/1549/stat : 1549 (java) S 1535 1535 886 0 -1 0 24295 0 1 0 286 16 0 0 18 0 9 0 1984946160 832438272 22504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1549/statm: 203232 22504 2586 9 0 197266 0
[pid=1549/tid=1550] ppid=1535 vsize=812928 CPUtime=1.92
/proc/1549/task/1550/stat : 1550 (java) S 1535 1535 886 0 -1 64 14594 0 1 0 181 11 0 0 23 0 9 0 1984946161 832438272 22504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1551] ppid=1535 vsize=812928 CPUtime=0.81
/proc/1549/task/1551/stat : 1551 (java) R 1535 1535 886 0 -1 64 8132 0 0 0 77 4 0 0 21 0 9 0 1984946163 832438272 22504 996147200 134512640 134550740 4294955616 18446744073709551615 102478976 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1552] ppid=1535 vsize=812928 CPUtime=0
/proc/1549/task/1552/stat : 1552 (java) S 1535 1535 886 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984946163 832438272 22504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1553] ppid=1535 vsize=812928 CPUtime=0
/proc/1549/task/1553/stat : 1553 (java) S 1535 1535 886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984946163 832438272 22504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1554] ppid=1535 vsize=812928 CPUtime=0
/proc/1549/task/1554/stat : 1554 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984946165 832438272 22504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1555] ppid=1535 vsize=812928 CPUtime=0.27
/proc/1549/task/1555/stat : 1555 (java) S 1535 1535 886 0 -1 64 868 0 0 0 27 0 0 0 16 0 9 0 1984946165 832438272 22504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1556] ppid=1535 vsize=812928 CPUtime=0
/proc/1549/task/1556/stat : 1556 (java) S 1535 1535 886 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984946165 832438272 22504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1557] ppid=1535 vsize=812928 CPUtime=0
/proc/1549/task/1557/stat : 1557 (java) S 1535 1535 886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984946165 832438272 22504 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) 860492

[startup+6.30297 s]
/proc/loadavg: 2.08 2.10 2.03 3/82 1557
/proc/meminfo: memFree=1125092/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1549] ppid=1535 vsize=812676 CPUtime=6.19
/proc/1549/stat : 1549 (java) S 1535 1535 886 0 -1 0 27683 0 1 0 601 18 0 0 18 0 9 0 1984946160 832180224 22712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1549/statm: 203169 22712 2587 9 0 197203 0
[pid=1549/tid=1550] ppid=1535 vsize=812676 CPUtime=2.07
/proc/1549/task/1550/stat : 1550 (java) S 1535 1535 886 0 -1 64 14660 0 1 0 196 11 0 0 16 0 9 0 1984946161 832180224 22712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1551] ppid=1535 vsize=812676 CPUtime=3.81
/proc/1549/task/1551/stat : 1551 (java) R 1535 1535 886 0 -1 64 11447 0 0 0 375 6 0 0 25 0 9 0 1984946163 832180224 22712 996147200 134512640 134550740 4294955616 18446744073709551615 104181370 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1552] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1552/stat : 1552 (java) S 1535 1535 886 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984946163 832180224 22712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1553] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1553/stat : 1553 (java) S 1535 1535 886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984946163 832180224 22712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1554] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1554/stat : 1554 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984946165 832180224 22712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1555] ppid=1535 vsize=812676 CPUtime=0.28
/proc/1549/task/1555/stat : 1555 (java) S 1535 1535 886 0 -1 64 875 0 0 0 28 0 0 0 16 0 9 0 1984946165 832180224 22712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1556] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1556/stat : 1556 (java) S 1535 1535 886 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984946165 832180224 22712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1557] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1557/stat : 1557 (java) S 1535 1535 886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984946165 832180224 22712 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) 860240

[startup+12.7021 s]
/proc/loadavg: 2.07 2.10 2.03 3/82 1557
/proc/meminfo: memFree=1125156/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1549] ppid=1535 vsize=812676 CPUtime=12.52
/proc/1549/stat : 1549 (java) S 1535 1535 886 0 -1 0 27794 0 1 0 1233 19 0 0 18 0 9 0 1984946160 832180224 22738 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1549/statm: 203169 22738 2587 9 0 197203 0
[pid=1549/tid=1550] ppid=1535 vsize=812676 CPUtime=2.37
/proc/1549/task/1550/stat : 1550 (java) S 1535 1535 886 0 -1 64 14745 0 1 0 226 11 0 0 15 0 9 0 1984946161 832180224 22738 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1551] ppid=1535 vsize=812676 CPUtime=9.83
/proc/1549/task/1551/stat : 1551 (java) R 1535 1535 886 0 -1 64 11471 0 0 0 977 6 0 0 25 0 9 0 1984946163 832180224 22738 996147200 134512640 134550740 4294955616 18446744073709551615 102687680 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1552] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1552/stat : 1552 (java) S 1535 1535 886 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984946163 832180224 22738 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1553] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1553/stat : 1553 (java) S 1535 1535 886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984946163 832180224 22738 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1554] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1554/stat : 1554 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984946165 832180224 22738 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1555] ppid=1535 vsize=812676 CPUtime=0.29
/proc/1549/task/1555/stat : 1555 (java) S 1535 1535 886 0 -1 64 877 0 0 0 29 0 0 0 15 0 9 0 1984946165 832180224 22738 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1556] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1556/stat : 1556 (java) S 1535 1535 886 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984946165 832180224 22738 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1557] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1557/stat : 1557 (java) S 1535 1535 886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984946165 832180224 22738 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) 860240

[startup+25.5015 s]
/proc/loadavg: 2.05 2.09 2.03 3/82 1557
/proc/meminfo: memFree=1125028/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1549] ppid=1535 vsize=812676 CPUtime=25.19
/proc/1549/stat : 1549 (java) S 1535 1535 886 0 -1 0 28009 0 1 0 2498 21 0 0 18 0 9 0 1984946160 832180224 22786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1549/statm: 203169 22786 2587 9 0 197203 0
[pid=1549/tid=1550] ppid=1535 vsize=812676 CPUtime=2.98
/proc/1549/task/1550/stat : 1550 (java) S 1535 1535 886 0 -1 64 14912 0 1 0 287 11 0 0 15 0 9 0 1984946161 832180224 22786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1551] ppid=1535 vsize=812676 CPUtime=21.87
/proc/1549/task/1551/stat : 1551 (java) R 1535 1535 886 0 -1 64 11516 0 0 0 2180 7 0 0 25 0 9 0 1984946163 832180224 22786 996147200 134512640 134550740 4294955616 18446744073709551615 103736368 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1552] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1552/stat : 1552 (java) S 1535 1535 886 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984946163 832180224 22786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1553] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1553/stat : 1553 (java) S 1535 1535 886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984946163 832180224 22786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1554] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1554/stat : 1554 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984946165 832180224 22786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1555] ppid=1535 vsize=812676 CPUtime=0.29
/proc/1549/task/1555/stat : 1555 (java) S 1535 1535 886 0 -1 64 880 0 0 0 29 0 0 0 16 0 9 0 1984946165 832180224 22786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1556] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1556/stat : 1556 (java) S 1535 1535 886 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984946165 832180224 22786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1557] ppid=1535 vsize=812676 CPUtime=0
/proc/1549/task/1557/stat : 1557 (java) S 1535 1535 886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984946165 832180224 22786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860240

[startup+51.1021 s]
/proc/loadavg: 2.03 2.08 2.02 3/82 1557
/proc/meminfo: memFree=1124708/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01

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

/proc/loadavg: 2.07 2.06 2.01 3/83 1729
/proc/meminfo: memFree=938908/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1549] ppid=1535 vsize=813700 CPUtime=1478.22
/proc/1549/stat : 1549 (java) S 1535 1535 886 0 -1 0 43010 0 1 0 147675 147 0 0 18 0 9 0 1984946160 833228800 25879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1549/statm: 203425 25879 2587 9 0 197459 0
[pid=1549/tid=1550] ppid=1535 vsize=813700 CPUtime=81.66
/proc/1549/task/1550/stat : 1550 (java) S 1535 1535 886 0 -1 64 26820 0 1 0 8122 44 0 0 15 0 9 0 1984946161 833228800 25879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1551] ppid=1535 vsize=813700 CPUtime=1396.21
/proc/1549/task/1551/stat : 1551 (java) R 1535 1535 886 0 -1 64 14602 0 0 0 139521 100 0 0 25 0 9 0 1984946163 833228800 25879 996147200 134512640 134550740 4294955616 18446744073709551615 102721924 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1552] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1552/stat : 1552 (java) S 1535 1535 886 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1984946163 833228800 25879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1553] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1553/stat : 1553 (java) S 1535 1535 886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984946163 833228800 25879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1554] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1554/stat : 1554 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984946165 833228800 25879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1555] ppid=1535 vsize=813700 CPUtime=0.3
/proc/1549/task/1555/stat : 1555 (java) S 1535 1535 886 0 -1 64 886 0 0 0 30 0 0 0 16 0 9 0 1984946165 833228800 25879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1556] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1556/stat : 1556 (java) S 1535 1535 886 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984946165 833228800 25879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1557] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1557/stat : 1557 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1984946165 833228800 25879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.23
Current children cumulated vsize (KiB) 861264

[startup+1510.31 s]
/proc/loadavg: 2.13 2.07 2.01 3/83 1729
/proc/meminfo: memFree=904348/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1549] ppid=1535 vsize=813700 CPUtime=1503.81
/proc/1549/stat : 1549 (java) S 1535 1535 886 0 -1 0 43199 0 1 0 150233 148 0 0 18 0 9 0 1984946160 833228800 25917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1549/statm: 203425 25917 2587 9 0 197459 0
[pid=1549/tid=1550] ppid=1535 vsize=813700 CPUtime=83.04
/proc/1549/task/1550/stat : 1550 (java) S 1535 1535 886 0 -1 64 26971 0 1 0 8260 44 0 0 15 0 9 0 1984946161 833228800 25917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1551] ppid=1535 vsize=813700 CPUtime=1420.42
/proc/1549/task/1551/stat : 1551 (java) R 1535 1535 886 0 -1 64 14640 0 0 0 141941 101 0 0 25 0 9 0 1984946163 833228800 25917 996147200 134512640 134550740 4294955616 18446744073709551615 103736169 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1552] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1552/stat : 1552 (java) S 1535 1535 886 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1984946163 833228800 25917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1553] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1553/stat : 1553 (java) S 1535 1535 886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984946163 833228800 25917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1554] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1554/stat : 1554 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984946165 833228800 25917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1555] ppid=1535 vsize=813700 CPUtime=0.3
/proc/1549/task/1555/stat : 1555 (java) S 1535 1535 886 0 -1 64 886 0 0 0 30 0 0 0 16 0 9 0 1984946165 833228800 25917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1556] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1556/stat : 1556 (java) S 1535 1535 886 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984946165 833228800 25917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1557] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1557/stat : 1557 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1984946165 833228800 25917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1503.82
Current children cumulated vsize (KiB) 861264

[startup+1523.1 s]
/proc/loadavg: 2.10 2.07 2.01 3/83 1729
/proc/meminfo: memFree=888796/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1549] ppid=1535 vsize=813700 CPUtime=1516.6
/proc/1549/stat : 1549 (java) S 1535 1535 886 0 -1 0 43294 0 1 0 151511 149 0 0 18 0 9 0 1984946160 833228800 25937 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1549/statm: 203425 25937 2587 9 0 197459 0
[pid=1549/tid=1550] ppid=1535 vsize=813700 CPUtime=83.73
/proc/1549/task/1550/stat : 1550 (java) S 1535 1535 886 0 -1 64 27046 0 1 0 8329 44 0 0 15 0 9 0 1984946161 833228800 25937 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1551] ppid=1535 vsize=813700 CPUtime=1432.51
/proc/1549/task/1551/stat : 1551 (java) R 1535 1535 886 0 -1 64 14660 0 0 0 143149 102 0 0 25 0 9 0 1984946163 833228800 25937 996147200 134512640 134550740 4294955616 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1552] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1552/stat : 1552 (java) S 1535 1535 886 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1984946163 833228800 25937 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1553] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1553/stat : 1553 (java) S 1535 1535 886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984946163 833228800 25937 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1554] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1554/stat : 1554 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984946165 833228800 25937 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1555] ppid=1535 vsize=813700 CPUtime=0.3
/proc/1549/task/1555/stat : 1555 (java) S 1535 1535 886 0 -1 64 886 0 0 0 30 0 0 0 16 0 9 0 1984946165 833228800 25937 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1556] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1556/stat : 1556 (java) S 1535 1535 886 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984946165 833228800 25937 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1557] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1557/stat : 1557 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1984946165 833228800 25937 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1516.61
Current children cumulated vsize (KiB) 861264

[startup+1526.3 s]
/proc/loadavg: 2.10 2.07 2.01 5/83 1735
/proc/meminfo: memFree=883932/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=0.01
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1549] ppid=1535 vsize=813700 CPUtime=1519.8
/proc/1549/stat : 1549 (java) S 1535 1535 886 0 -1 0 43372 0 1 0 151830 150 0 0 18 0 9 0 1984946160 833228800 26000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1549/statm: 203425 26000 2589 9 0 197459 0
[pid=1549/tid=1550] ppid=1535 vsize=813700 CPUtime=84.52
/proc/1549/task/1550/stat : 1550 (java) R 1535 1535 886 0 -1 64 27081 0 1 0 8407 45 0 0 16 0 9 0 1984946161 833228800 26000 996147200 134512640 134550740 4294955616 18446744073709551615 101444432 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1551] ppid=1535 vsize=813700 CPUtime=1434.87
/proc/1549/task/1551/stat : 1551 (java) S 1535 1535 886 0 -1 64 14663 0 0 0 143385 102 0 0 25 0 9 0 1984946163 833228800 26000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1552] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1552/stat : 1552 (java) S 1535 1535 886 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1984946163 833228800 26000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1553] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1553/stat : 1553 (java) S 1535 1535 886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984946163 833228800 26000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1554] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1554/stat : 1554 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984946165 833228800 26000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1555] ppid=1535 vsize=813700 CPUtime=0.35
/proc/1549/task/1555/stat : 1555 (java) S 1535 1535 886 0 -1 64 926 0 0 0 35 0 0 0 15 0 9 0 1984946165 833228800 26000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1549/tid=1556] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1556/stat : 1556 (java) S 1535 1535 886 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984946165 833228800 26000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1549/tid=1557] ppid=1535 vsize=813700 CPUtime=0
/proc/1549/task/1557/stat : 1557 (java) S 1535 1535 886 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1984946165 833228800 26000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1519.81
Current children cumulated vsize (KiB) 861264

[startup+1529.5 s]
/proc/loadavg: 2.17 2.08 2.01 3/75 1736
/proc/meminfo: memFree=964956/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=1520.87
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 798 45090 0 1 0 0 151934 153 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1736] ppid=1535 vsize=8096 CPUtime=2.07
/proc/1736/stat : 1736 (eSAT_static) R 1535 1535 886 0 -1 4194304 2005 0 0 0 206 1 0 0 25 0 1 0 1985098897 8290304 1832 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1736/statm: 2024 1832 81 162 0 1859 0
Current children cumulated CPU time (s) 1522.94
Current children cumulated vsize (KiB) 55660

[startup+1531.1 s]
/proc/loadavg: 2.17 2.08 2.01 3/75 1736
/proc/meminfo: memFree=961628/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=1520.87
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 798 45090 0 1 0 0 151934 153 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1736] ppid=1535 vsize=8096 CPUtime=3.65
/proc/1736/stat : 1736 (eSAT_static) R 1535 1535 886 0 -1 4194304 2006 0 0 0 364 1 0 0 25 0 1 0 1985098897 8290304 1833 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1736/statm: 2024 1833 81 162 0 1859 0
Current children cumulated CPU time (s) 1524.52
Current children cumulated vsize (KiB) 55660

[startup+1531.9 s]
/proc/loadavg: 2.17 2.08 2.01 3/75 1736
/proc/meminfo: memFree=961628/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=1520.87
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 798 45090 0 1 0 0 151934 153 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1736] ppid=1535 vsize=8096 CPUtime=4.45
/proc/1736/stat : 1736 (eSAT_static) R 1535 1535 886 0 -1 4194304 2009 0 0 0 444 1 0 0 25 0 1 0 1985098897 8290304 1836 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1736/statm: 2024 1836 81 162 0 1859 0
Current children cumulated CPU time (s) 1525.32
Current children cumulated vsize (KiB) 55660

[startup+1532.1 s]
/proc/loadavg: 2.17 2.08 2.01 3/75 1736
/proc/meminfo: memFree=961628/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=1520.87
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 798 45090 0 1 0 0 151934 153 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1736] ppid=1535 vsize=8096 CPUtime=4.64
/proc/1736/stat : 1736 (eSAT_static) R 1535 1535 886 0 -1 4194304 2011 0 0 0 463 1 0 0 25 0 1 0 1985098897 8290304 1838 996147200 134512640 135177480 4294955984 18446744073709551615 134565337 0 0 4096 3 0 0 0 17 1 0 0
/proc/1736/statm: 2024 1838 81 162 0 1859 0
Current children cumulated CPU time (s) 1525.51
Current children cumulated vsize (KiB) 55660

[startup+1532.2 s]
/proc/loadavg: 2.16 2.08 2.01 3/75 1736
/proc/meminfo: memFree=960092/2055920 swapFree=4179760/4192956
[pid=1535] ppid=1533 vsize=47564 CPUtime=1520.87
/proc/1535/stat : 1535 (galacE.sh) S 1533 1535 886 0 -1 4194304 798 45090 0 1 0 0 151934 153 18 0 1 0 1984946156 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1535/statm: 11891 363 244 79 0 219 0
[pid=1736] ppid=1535 vsize=8096 CPUtime=4.74
/proc/1736/stat : 1736 (eSAT_static) R 1535 1535 886 0 -1 4194304 2011 0 0 0 473 1 0 0 25 0 1 0 1985098897 8290304 1838 996147200 134512640 135177480 4294955984 18446744073709551615 134565685 0 0 4096 3 0 0 0 17 1 0 0
/proc/1736/statm: 2024 1838 81 162 0 1859 0
Current children cumulated CPU time (s) 1525.61
Current children cumulated vsize (KiB) 55660

Child status: 0
Real time (s): 1532.27
CPU time (s): 1525.69
CPU user time (s): 1524.14
CPU system time (s): 1.55376
CPU usage (%): 99.5708
Max. virtual memory (cumulated for all children) (KiB): 861264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1524.14
system time used= 1.55376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48097
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= 55200
involuntary context switches= 52835

runsolver used 1.86772 second user time and 5.31119 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-03 06:35:38
IDJOB=1055541
IDBENCH=56825
IDSOLVER=351
FILE ID=node45/1055541-1215059738
PBS_JOBID= 7875176
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 868270618e65ac29a05492ece46ae30f
RANDOM SEED=1218027563

node45.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.268
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.268
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:       1207764 kB
Buffers:         39180 kB
Cached:         211880 kB
SwapCached:       6932 kB
Active:         653412 kB
Inactive:       124600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1207764 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            6688 kB
Writeback:           0 kB
Mapped:         534612 kB
Slab:            54136 kB
Committed_AS:  4280520 kB
PageTables:       3080 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= 66500 MiB
End job on node45 at 2008-07-03 07:01:10