Trace number 233744

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, and are wall clock time (not CPU 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 1? (MO) 0 753.225

General information on the benchmark

Nametaillard/os-taillard-7/
os-taillard-7-100-9.xml
MD5SUMc8447009f795ef7e4fc3e22f2417f8c2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.637902
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size398
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
264.92	c start processing
264.92	c start relation processing
290.57	c start cnf exporting
591.90	c parsing time : 264.764
591.90	c preprocessing time : 591.742
591.90	
591.90	c Nary constraints - conflicts : 0 supports : 0
591.90	c Binary constraints - conflicts : 292 supports :2
591.90	c max arity constraint : 2
591.90	c Max Tuples generated 152856
591.90	c relations : 294
591.90	c relations BDD: 0
591.90	c vars : 17108 - clauses :  11874496
591.90	
591.99	 
591.99	c --- Minisat Stats ---
591.99	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node69/watcher-233744-1168717401 -o ROOT/results/node69/solver-233744-1168717401 -C 1800 -M 900 /tmp/evaluation/233744-1168717401/galac.sh /tmp/evaluation/233744-1168717401/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.20 1.26 1.71 5/70 7507
/proc/meminfo: memFree=1348856/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=8652 CPUtime=0
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 347 0 0 0 0 0 0 0 19 0 1 0 19237436 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7506/statm: 2163 280 208 79 0 156 0
[pid=7508] ppid=7506 vsize=8688 CPUtime=0
/proc/7508/stat : 7508 (galac.sh) R 7506 7506 6475 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 1 0 19237436 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947813970 0 0 4096 73728 0 0 0 17 0 0 0
/proc/7508/statm: 2172 286 209 79 0 165 0
[pid=7509] ppid=7508 vsize=0 CPUtime=0
/proc/7509/stat : 7509 (id) Z 7508 7506 6475 0 -1 4194316 244 0 0 0 0 0 0 0 16 0 1 0 19237436 0 0 18446744073709551615 0 0 0 0 0 0 0 3674112 0 18446744071563351923 0 0 17 1 0 0
/proc/7509/statm: 0 0 0 0 0 0 0

[startup+0.104924 s]
/proc/loadavg: 0.20 1.26 1.71 5/70 7507
/proc/meminfo: memFree=1348856/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.512962 s]
/proc/loadavg: 0.20 1.26 1.71 5/70 7507
/proc/meminfo: memFree=1348856/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33403 s]
/proc/loadavg: 0.20 1.26 1.71 2/76 7527
/proc/meminfo: memFree=1294592/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7520] ppid=7506 vsize=861092 CPUtime=1.27
/proc/7520/stat : 7520 (java) R 7506 7506 6475 0 -1 0 16343 0 1 0 120 7 0 0 17 0 8 0 19237439 881758208 16008 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073735880 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7520/statm: 215273 16008 1989 14 0 201478 0
[pid=7520/tid=7521] ppid=7506 vsize=861092 CPUtime=0.41
/proc/7520/task/7521/stat : 7521 (java) S 7506 7506 6475 0 -1 64 7123 0 0 0 39 2 0 0 17 0 8 0 19237442 881758208 16008 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7522] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7522/stat : 7522 (java) S 7506 7506 6475 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 16008 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7523] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7523/stat : 7523 (java) S 7506 7506 6475 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 16008 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7524] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7524/stat : 7524 (java) S 7506 7506 6475 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 19237446 881758208 16008 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7525] ppid=7506 vsize=861092 CPUtime=0.1
/proc/7520/task/7525/stat : 7525 (java) S 7506 7506 6475 0 -1 64 912 0 0 0 10 0 0 0 15 0 8 0 19237446 881758208 16008 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7526] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7526/stat : 7526 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 19237446 881758208 16008 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7527] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7527/stat : 7527 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19237446 881758208 16008 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908652

[startup+2.98617 s]
/proc/loadavg: 0.20 1.26 1.71 2/76 7527
/proc/meminfo: memFree=1282944/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7520] ppid=7506 vsize=861092 CPUtime=2.93
/proc/7520/stat : 7520 (java) R 7506 7506 6475 0 -1 0 20867 0 1 0 284 9 0 0 16 0 8 0 19237439 881758208 20376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073727057 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7520/statm: 215273 20376 1989 14 0 201478 0
[pid=7520/tid=7521] ppid=7506 vsize=861092 CPUtime=1.47
/proc/7520/task/7521/stat : 7521 (java) S 7506 7506 6475 0 -1 64 11633 0 0 0 143 4 0 0 17 0 8 0 19237442 881758208 20376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7522] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7522/stat : 7522 (java) S 7506 7506 6475 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 20376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7523] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7523/stat : 7523 (java) S 7506 7506 6475 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 20376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7524] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7524/stat : 7524 (java) S 7506 7506 6475 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 19237446 881758208 20376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7525] ppid=7506 vsize=861092 CPUtime=0.11
/proc/7520/task/7525/stat : 7525 (java) S 7506 7506 6475 0 -1 64 914 0 0 0 11 0 0 0 16 0 8 0 19237446 881758208 20376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7526] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7526/stat : 7526 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 19237446 881758208 20376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7527] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7527/stat : 7527 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19237446 881758208 20376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908652

[startup+6.19245 s]
/proc/loadavg: 0.26 1.25 1.71 2/76 7527
/proc/meminfo: memFree=1251016/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7520] ppid=7506 vsize=861092 CPUtime=6.12
/proc/7520/stat : 7520 (java) R 7506 7506 6475 0 -1 0 28651 0 1 0 601 11 0 0 16 0 8 0 19237439 881758208 27888 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073727094 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7520/statm: 215273 27888 1989 14 0 201478 0
[pid=7520/tid=7521] ppid=7506 vsize=861092 CPUtime=3.91
/proc/7520/task/7521/stat : 7521 (java) S 7506 7506 6475 0 -1 64 19398 0 0 0 385 6 0 0 18 0 8 0 19237442 881758208 27888 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7522] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7522/stat : 7522 (java) S 7506 7506 6475 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 27888 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7523] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7523/stat : 7523 (java) S 7506 7506 6475 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 27888 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7524] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7524/stat : 7524 (java) S 7506 7506 6475 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 19237446 881758208 27888 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7525] ppid=7506 vsize=861092 CPUtime=0.12
/proc/7520/task/7525/stat : 7525 (java) S 7506 7506 6475 0 -1 64 917 0 0 0 12 0 0 0 16 0 8 0 19237446 881758208 27888 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7526] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7526/stat : 7526 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 19237446 881758208 27888 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7527] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7527/stat : 7527 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19237446 881758208 27888 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 908652

[startup+12.676 s]
/proc/loadavg: 0.32 1.25 1.71 2/76 7528
/proc/meminfo: memFree=1208200/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7520] ppid=7506 vsize=861092 CPUtime=12.58
/proc/7520/stat : 7520 (java) S 7506 7506 6475 0 -1 0 38861 0 1 0 1243 15 0 0 16 0 8 0 19237439 881758208 38076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7520/statm: 215273 38082 1989 14 0 201478 0
[pid=7520/tid=7521] ppid=7506 vsize=861092 CPUtime=9.26
/proc/7520/task/7521/stat : 7521 (java) R 7506 7506 6475 0 -1 64 29586 0 0 0 916 10 0 0 18 0 8 0 19237442 881758208 38086 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155526115 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7522] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7522/stat : 7522 (java) S 7506 7506 6475 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 38091 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7523] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7523/stat : 7523 (java) S 7506 7506 6475 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 38097 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7524] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7524/stat : 7524 (java) S 7506 7506 6475 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 19237446 881758208 38102 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7525] ppid=7506 vsize=861092 CPUtime=0.13
/proc/7520/task/7525/stat : 7525 (java) S 7506 7506 6475 0 -1 64 927 0 0 0 13 0 0 0 16 0 8 0 19237446 881758208 38108 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7526] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7526/stat : 7526 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 19237446 881758208 38114 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7527] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7527/stat : 7527 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19237446 881758208 38120 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 908652

[startup+25.5451 s]
/proc/loadavg: 0.71 1.29 1.71 4/89 7592
/proc/meminfo: memFree=1073160/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7520] ppid=7506 vsize=861092 CPUtime=25.41
/proc/7520/stat : 7520 (java) S 7506 7506 6475 0 -1 0 52380 0 1 0 2520 21 0 0 16 0 8 0 19237439 881758208 51564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7520/statm: 215273 51564 1994 14 0 201478 0
[pid=7520/tid=7521] ppid=7506 vsize=861092 CPUtime=20.56
/proc/7520/task/7521/stat : 7521 (java) R 7506 7506 6475 0 -1 64 43046 0 0 0 2040 16 0 0 25 0 8 0 19237442 881758208 51564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155523553 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7522] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7522/stat : 7522 (java) S 7506 7506 6475 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 51564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7523] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7523/stat : 7523 (java) S 7506 7506 6475 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 51564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7524] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7524/stat : 7524 (java) S 7506 7506 6475 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 19237446 881758208 51564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7525] ppid=7506 vsize=861092 CPUtime=0.14
/proc/7520/task/7525/stat : 7525 (java) S 7506 7506 6475 0 -1 64 933 0 0 0 14 0 0 0 16 0 8 0 19237446 881758208 51564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7526] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7526/stat : 7526 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 19237446 881758208 51564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7527] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7527/stat : 7527 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19237446 881758208 51564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 908652

[startup+51.2421 s]
/proc/loadavg: 1.21 1.36 1.72 3/89 7592
/proc/meminfo: memFree=888656/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7520] ppid=7506 vsize=861092 CPUtime=50.87
/proc/7520/stat : 7520 (java) S 7506 7506 6475 0 -1 0 67464 0 1 0 5060 27 0 0 16 0 8 0 19237439 881758208 66612 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7520/statm: 215273 66612 1994 14 0 201478 0
[pid=7520/tid=7521] ppid=7506 vsize=861092 CPUtime=44.2
/proc/7520/task/7521/stat : 7521 (java) R 7506 7506 6475 0 -1 64 58085 0 0 0 4398 22 0 0 25 0 8 0 19237442 881758208 66612 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525855 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7522] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7522/stat : 7522 (java) S 7506 7506 6475 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 66612 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7523] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7523/stat : 7523 (java) S 7506 7506 6475 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 66612 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7524] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7524/stat : 7524 (java) S 7506 7506 6475 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 19237446 881758208 66612 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7525] ppid=7506 vsize=861092 CPUtime=0.15
/proc/7520/task/7525/stat : 7525 (java) S 7506 7506 6475 0 -1 64 942 0 0 0 15 0 0 0 16 0 8 0 19237446 881758208 66612 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7526] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7526/stat : 7526 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 19237446 881758208 66612 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7527] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7527/stat : 7527 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19237446 881758208 66612 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 908652

[startup+102.488 s]
/proc/loadavg: 1.66 1.46 1.73 3/89 7592
/proc/meminfo: memFree=694672/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01

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

/proc/7520/task/7521/stat : 7521 (java) S 7506 7506 6475 0 -1 64 130307 0 0 0 24707 58 0 0 16 0 8 0 19237442 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7522] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7522/stat : 7522 (java) S 7506 7506 6475 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 19237443 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7523] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7523/stat : 7523 (java) S 7506 7506 6475 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7524] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7524/stat : 7524 (java) S 7506 7506 6475 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 19237446 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7525] ppid=7506 vsize=861092 CPUtime=0.27
/proc/7520/task/7525/stat : 7525 (java) S 7506 7506 6475 0 -1 64 999 0 0 0 26 1 0 0 15 0 8 0 19237446 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7526] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7526/stat : 7526 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 19237446 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7527] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7527/stat : 7527 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19237446 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.34
Current children cumulated vsize (KiB) 908652

[startup+402.81 s]
/proc/loadavg: 2.05 1.85 1.82 3/89 7592
/proc/meminfo: memFree=20624/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7520] ppid=7506 vsize=861092 CPUtime=398.88
/proc/7520/stat : 7520 (java) R 7506 7506 6475 0 -1 0 146753 0 2 0 39774 114 0 0 25 0 8 0 19237439 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074024972 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7520/statm: 215273 145537 2015 14 0 201478 0
[pid=7520/tid=7521] ppid=7506 vsize=861092 CPUtime=247.91
/proc/7520/task/7521/stat : 7521 (java) S 7506 7506 6475 0 -1 64 130307 0 0 0 24733 58 0 0 16 0 8 0 19237442 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7522] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7522/stat : 7522 (java) S 7506 7506 6475 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 19237443 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7523] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7523/stat : 7523 (java) S 7506 7506 6475 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7524] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7524/stat : 7524 (java) S 7506 7506 6475 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 19237446 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7525] ppid=7506 vsize=861092 CPUtime=0.27
/proc/7520/task/7525/stat : 7525 (java) S 7506 7506 6475 0 -1 64 999 0 0 0 26 1 0 0 15 0 8 0 19237446 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7526] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7526/stat : 7526 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 19237446 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7527] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7527/stat : 7527 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19237446 881758208 145537 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.89
Current children cumulated vsize (KiB) 908652

[startup+462.836 s]
/proc/loadavg: 2.02 1.87 1.83 3/89 7592
/proc/meminfo: memFree=16144/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7520] ppid=7506 vsize=861092 CPUtime=458.51
/proc/7520/stat : 7520 (java) R 7506 7506 6475 0 -1 0 146864 0 2 0 45718 133 0 0 25 0 8 0 19237439 881758208 145558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155239809 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7520/statm: 215273 145558 2016 14 0 201478 0
[pid=7520/tid=7521] ppid=7506 vsize=861092 CPUtime=248.18
/proc/7520/task/7521/stat : 7521 (java) S 7506 7506 6475 0 -1 64 130320 0 0 0 24759 59 0 0 16 0 8 0 19237442 881758208 145558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7522] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7522/stat : 7522 (java) S 7506 7506 6475 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 19237443 881758208 145558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7523] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7523/stat : 7523 (java) S 7506 7506 6475 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 145558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7524] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7524/stat : 7524 (java) S 7506 7506 6475 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 19237446 881758208 145558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7525] ppid=7506 vsize=861092 CPUtime=0.28
/proc/7520/task/7525/stat : 7525 (java) S 7506 7506 6475 0 -1 64 1006 0 0 0 27 1 0 0 16 0 8 0 19237446 881758208 145558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7526] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7526/stat : 7526 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 19237446 881758208 145558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7527] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7527/stat : 7527 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19237446 881758208 145558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.52
Current children cumulated vsize (KiB) 908652

[startup+522.861 s]
/proc/loadavg: 2.00 1.89 1.83 3/89 7592
/proc/meminfo: memFree=16336/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7520] ppid=7506 vsize=861092 CPUtime=518.45
/proc/7520/stat : 7520 (java) R 7506 7506 6475 0 -1 0 146961 0 2 0 51693 152 0 0 25 0 8 0 19237439 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074030878 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7520/statm: 215273 145567 2016 14 0 201478 0
[pid=7520/tid=7521] ppid=7506 vsize=861092 CPUtime=248.46
/proc/7520/task/7521/stat : 7521 (java) S 7506 7506 6475 0 -1 64 130326 0 0 0 24786 60 0 0 16 0 8 0 19237442 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7522] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7522/stat : 7522 (java) S 7506 7506 6475 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 19237443 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7523] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7523/stat : 7523 (java) S 7506 7506 6475 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7524] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7524/stat : 7524 (java) S 7506 7506 6475 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 19237446 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7525] ppid=7506 vsize=861092 CPUtime=0.29
/proc/7520/task/7525/stat : 7525 (java) S 7506 7506 6475 0 -1 64 1009 0 0 0 28 1 0 0 16 0 8 0 19237446 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7526] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7526/stat : 7526 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 19237446 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7527] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7527/stat : 7527 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19237446 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.46
Current children cumulated vsize (KiB) 908652

[startup+582.891 s]
/proc/loadavg: 2.00 1.91 1.84 3/89 7592
/proc/meminfo: memFree=16080/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=0.01
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7520] ppid=7506 vsize=861092 CPUtime=578.37
/proc/7520/stat : 7520 (java) R 7506 7506 6475 0 -1 0 147048 0 2 0 57663 174 0 0 25 0 8 0 19237439 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073974715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7520/statm: 215273 145567 2016 14 0 201478 0
[pid=7520/tid=7521] ppid=7506 vsize=861092 CPUtime=248.73
/proc/7520/task/7521/stat : 7521 (java) S 7506 7506 6475 0 -1 64 130326 0 0 0 24813 60 0 0 16 0 8 0 19237442 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7522] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7522/stat : 7522 (java) S 7506 7506 6475 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 19237443 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7523] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7523/stat : 7523 (java) S 7506 7506 6475 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19237443 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7524] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7524/stat : 7524 (java) S 7506 7506 6475 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 19237446 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7525] ppid=7506 vsize=861092 CPUtime=0.29
/proc/7520/task/7525/stat : 7525 (java) S 7506 7506 6475 0 -1 64 1009 0 0 0 28 1 0 0 16 0 8 0 19237446 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7520/tid=7526] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7526/stat : 7526 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 19237446 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7520/tid=7527] ppid=7506 vsize=861092 CPUtime=0
/proc/7520/task/7527/stat : 7527 (java) S 7506 7506 6475 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19237446 881758208 145567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.38
Current children cumulated vsize (KiB) 908652

[startup+642.975 s]
/proc/loadavg: 2.00 1.92 1.85 3/82 7593
/proc/meminfo: memFree=15624/2055920 swapFree=4192956/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=587.48
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 799 148773 0 2 0 0 58561 187 17 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7593] ppid=7506 vsize=596188 CPUtime=50.91
/proc/7593/stat : 7593 (minisat) R 7506 7506 6475 0 -1 4194304 148849 0 0 0 5009 82 0 0 25 0 1 0 19296635 610496512 148831 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/7593/statm: 149047 148831 54 142 0 148903 0
Current children cumulated CPU time (s) 638.39
Current children cumulated vsize (KiB) 643748

[startup+703.016 s]
/proc/loadavg: 2.00 1.93 1.85 3/75 7594
/proc/meminfo: memFree=15552/2055920 swapFree=4192952/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=587.48
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 799 148773 0 2 0 0 58561 187 17 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7593] ppid=7506 vsize=751292 CPUtime=110.48
/proc/7593/stat : 7593 (minisat) R 7506 7506 6475 0 -1 4194304 187573 0 0 0 10944 104 0 0 25 0 1 0 19296635 769323008 187555 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 0 0 0
/proc/7593/statm: 187823 187555 54 142 0 187679 0
Current children cumulated CPU time (s) 697.96
Current children cumulated vsize (KiB) 798852



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+753.214 s]
/proc/loadavg: 2.18 1.99 1.87 3/75 7594
/proc/meminfo: memFree=15936/2055920 swapFree=4192952/4192956
[pid=7506] ppid=7504 vsize=47560 CPUtime=587.48
/proc/7506/stat : 7506 (galac.sh) S 7504 7506 6475 0 -1 4194304 799 148773 0 2 0 0 58561 187 17 0 1 0 19237436 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7506/statm: 11890 363 245 79 0 218 0
[pid=7593] ppid=7506 vsize=874116 CPUtime=160.21
/proc/7593/stat : 7593 (minisat) R 7506 7506 6475 0 -1 4194304 218293 0 0 0 15900 121 0 0 25 0 1 0 19296635 895094784 218275 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134714945 0 0 4096 3 0 0 0 17 0 0 0
/proc/7593/statm: 218529 218275 54 142 0 218385 0
Current children cumulated CPU time (s) 747.69
Current children cumulated vsize (KiB) 921676

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 7506 and gives childrusage.ru_utime.tv_sec=585 childrusage.ru_utime.tv_usec=615972 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=881713
CPU time returned by wait4() is 587.498
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 753.225
CPU time (s): 0
CPU user time (s): 0
CPU system time (s): 0
CPU usage (%): 0
Max. virtual memory (cumulated for all children) (KiB): 921676

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

runsolver used 1.04384 s user time and 2.50262 s system time

The end

Launcher Data (download as text)

Begin job on node69 on Sat Jan 13 19:43:23 UTC 2007


IDJOB= 233744
IDBENCH= 6630
IDSOLVER= 78
FILE ID= node69/233744-1168717401

PBS_JOBID= 3547618

Free space on /tmp= 66561 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-100-9.xml
COMMAND LINE= /tmp/evaluation/233744-1168717401/galac.sh /tmp/evaluation/233744-1168717401/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-233744-1168717401 -o ROOT/results/node69/solver-233744-1168717401 -C 1800 -M 900  /tmp/evaluation/233744-1168717401/galac.sh /tmp/evaluation/233744-1168717401/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  c8447009f795ef7e4fc3e22f2417f8c2

RANDOM SEED= 463260696

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.218
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.218
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:       1343040 kB
Buffers:         50996 kB
Cached:         562840 kB
SwapCached:          0 kB
Active:          92032 kB
Inactive:       548460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1343040 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3700 kB
Writeback:           0 kB
Mapped:          43132 kB
Slab:            57588 kB
Committed_AS:   634688 kB
PageTables:       1944 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= 66213 MiB



End job on node69 on Sat Jan 13 19:55:59 UTC 2007