Trace number 234037

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? (TO) 0 1815.93

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-5.xml
MD5SUMebdfda856dfd036416c301c32875da0c
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 benchmark0.181971
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size428
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 ---
263.11	c start processing
263.11	c start relation processing
298.16	c start cnf exporting
1601.75	c parsing time : 262.947
1601.75	c preprocessing time : 1601.593
1601.75	
1601.75	c Nary constraints - conflicts : 0 supports : 0
1601.75	c Binary constraints - conflicts : 294 supports :0
1601.75	c max arity constraint : 2
1601.75	c Max Tuples generated 180188
1601.75	c relations : 294
1601.75	c relations BDD: 0
1601.75	c vars : 18192 - clauses :  14486138
1601.75	
1601.87	 
1601.87	c --- Minisat Stats ---
1601.87	 

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/node5/watcher-234037-1168717429 -o ROOT/results/node5/solver-234037-1168717429 -C 1800 -M 900 /tmp/evaluation/234037-1168717429/galac.sh /tmp/evaluation/234037-1168717429/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: 1.28 1.77 1.91 3/94 15051
/proc/meminfo: memFree=721896/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=652 CPUtime=0
/proc/15050/stat : 15050 (galac.sh) R 15048 15050 14608 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 200357577 667648 25 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226910860681 0 0 4096 0 0 0 0 17 1 0 0
/proc/15050/statm: 163 25 18 79 0 53 0

[startup+0.102936 s]
/proc/loadavg: 1.28 1.77 1.91 3/94 15051
/proc/meminfo: memFree=721896/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.51098 s]
/proc/loadavg: 1.28 1.77 1.91 3/94 15051
/proc/meminfo: memFree=721896/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33408 s]
/proc/loadavg: 1.28 1.77 1.91 4/102 15071
/proc/meminfo: memFree=667240/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15064] ppid=15050 vsize=861280 CPUtime=1.27
/proc/15064/stat : 15064 (java) S 15050 15050 14608 0 -1 0 16934 0 1 0 119 8 0 0 16 0 8 0 200357581 881950720 16436 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 215320 16436 1989 14 0 201525 0
[pid=15064/tid=15065] ppid=15050 vsize=861280 CPUtime=0.36
/proc/15064/task/15065/stat : 15065 (java) R 15050 15050 14608 0 -1 64 7570 0 0 0 34 2 0 0 16 0 8 0 200357584 881950720 16436 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153789653 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15066] ppid=15050 vsize=861280 CPUtime=0
/proc/15064/task/15066/stat : 15066 (java) S 15050 15050 14608 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 200357585 881950720 16436 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15050 vsize=861280 CPUtime=0
/proc/15064/task/15067/stat : 15067 (java) S 15050 15050 14608 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 200357585 881950720 16436 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15050 vsize=861280 CPUtime=0
/proc/15064/task/15068/stat : 15068 (java) S 15050 15050 14608 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 200357588 881950720 16436 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15050 vsize=861280 CPUtime=0.12
/proc/15064/task/15069/stat : 15069 (java) R 15050 15050 14608 0 -1 64 914 0 0 0 11 1 0 0 20 0 8 0 200357588 881950720 16436 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15050 vsize=861280 CPUtime=0
/proc/15064/task/15070/stat : 15070 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 200357588 881950720 16436 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15050 vsize=861280 CPUtime=0
/proc/15064/task/15071/stat : 15071 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 200357588 881950720 16436 18446744073709551615 134512640 134570532 4294956096 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) 908840

[startup+2.98727 s]
/proc/loadavg: 1.42 1.79 1.92 4/102 15071
/proc/meminfo: memFree=653672/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15064] ppid=15050 vsize=861344 CPUtime=2.91
/proc/15064/stat : 15064 (java) S 15050 15050 14608 0 -1 0 22028 0 1 0 281 10 0 0 16 0 8 0 200357581 882016256 21299 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 215336 21299 1989 14 0 201541 0
[pid=15064/tid=15065] ppid=15050 vsize=861344 CPUtime=1.39
/proc/15064/task/15065/stat : 15065 (java) R 15050 15050 14608 0 -1 64 12651 0 0 0 135 4 0 0 19 0 8 0 200357584 882016256 21299 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155525238 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15066] ppid=15050 vsize=861344 CPUtime=0
/proc/15064/task/15066/stat : 15066 (java) S 15050 15050 14608 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 200357585 882016256 21299 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15050 vsize=861344 CPUtime=0
/proc/15064/task/15067/stat : 15067 (java) S 15050 15050 14608 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 200357585 882016256 21299 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15050 vsize=861344 CPUtime=0
/proc/15064/task/15068/stat : 15068 (java) S 15050 15050 14608 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 200357588 882016256 21299 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15050 vsize=861344 CPUtime=0.13
/proc/15064/task/15069/stat : 15069 (java) S 15050 15050 14608 0 -1 64 924 0 0 0 12 1 0 0 16 0 8 0 200357588 882016256 21299 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15050 vsize=861344 CPUtime=0
/proc/15064/task/15070/stat : 15070 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 200357588 882016256 21299 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15050 vsize=861344 CPUtime=0
/proc/15064/task/15071/stat : 15071 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 200357588 882016256 21299 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908904

[startup+6.26964 s]
/proc/loadavg: 1.42 1.79 1.92 3/102 15071
/proc/meminfo: memFree=617192/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15064] ppid=15050 vsize=861092 CPUtime=6.16
/proc/15064/stat : 15064 (java) S 15050 15050 14608 0 -1 0 30053 0 1 0 603 13 0 0 16 0 8 0 200357581 881758208 28962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 215273 28962 1989 14 0 201478 0
[pid=15064/tid=15065] ppid=15050 vsize=861092 CPUtime=3.77
/proc/15064/task/15065/stat : 15065 (java) R 15050 15050 14608 0 -1 64 20660 0 0 0 370 7 0 0 25 0 8 0 200357584 881758208 28962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15066] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15066/stat : 15066 (java) S 15050 15050 14608 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 200357585 881758208 28962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15067/stat : 15067 (java) S 15050 15050 14608 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 200357585 881758208 28962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15068/stat : 15068 (java) S 15050 15050 14608 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 200357588 881758208 28962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15050 vsize=861092 CPUtime=0.13
/proc/15064/task/15069/stat : 15069 (java) S 15050 15050 14608 0 -1 64 926 0 0 0 12 1 0 0 16 0 8 0 200357588 881758208 28962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15070/stat : 15070 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 200357588 881758208 28962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15071/stat : 15071 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 200357588 881758208 28962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 908652

[startup+12.6724 s]
/proc/loadavg: 1.51 1.80 1.92 3/102 15071
/proc/meminfo: memFree=570984/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15064] ppid=15050 vsize=861092 CPUtime=12.47
/proc/15064/stat : 15064 (java) S 15050 15050 14608 0 -1 0 40545 0 1 0 1230 17 0 0 16 0 8 0 200357581 881758208 39435 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 215273 39435 1989 14 0 201478 0
[pid=15064/tid=15065] ppid=15050 vsize=861092 CPUtime=8.89
/proc/15064/task/15065/stat : 15065 (java) R 15050 15050 14608 0 -1 64 31128 0 0 0 878 11 0 0 25 0 8 0 200357584 881758208 39435 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15066] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15066/stat : 15066 (java) S 15050 15050 14608 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 200357585 881758208 39435 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15067/stat : 15067 (java) S 15050 15050 14608 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 200357585 881758208 39435 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15068/stat : 15068 (java) S 15050 15050 14608 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 200357588 881758208 39435 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15050 vsize=861092 CPUtime=0.14
/proc/15064/task/15069/stat : 15069 (java) S 15050 15050 14608 0 -1 64 931 0 0 0 13 1 0 0 16 0 8 0 200357588 881758208 39435 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15070/stat : 15070 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 200357588 881758208 39435 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15071/stat : 15071 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 200357588 881758208 39435 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 908652

[startup+25.5618 s]
/proc/loadavg: 1.58 1.81 1.92 3/102 15071
/proc/meminfo: memFree=520168/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15064] ppid=15050 vsize=861092 CPUtime=25.24
/proc/15064/stat : 15064 (java) S 15050 15050 14608 0 -1 0 54280 0 1 0 2502 22 0 0 16 0 8 0 200357581 881758208 53141 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 215273 53141 1989 14 0 201478 0
[pid=15064/tid=15065] ppid=15050 vsize=861092 CPUtime=19.93
/proc/15064/task/15065/stat : 15065 (java) R 15050 15050 14608 0 -1 64 44824 0 0 0 1977 16 0 0 25 0 8 0 200357584 881758208 53141 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15066] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15066/stat : 15066 (java) S 15050 15050 14608 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 200357585 881758208 53141 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15067/stat : 15067 (java) S 15050 15050 14608 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 200357585 881758208 53141 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15068/stat : 15068 (java) S 15050 15050 14608 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 200357588 881758208 53141 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15050 vsize=861092 CPUtime=0.16
/proc/15064/task/15069/stat : 15069 (java) S 15050 15050 14608 0 -1 64 941 0 0 0 15 1 0 0 16 0 8 0 200357588 881758208 53141 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15070/stat : 15070 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 200357588 881758208 53141 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15071/stat : 15071 (java) R 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 200357588 881758208 53141 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 908652

[startup+51.2607 s]
/proc/loadavg: 1.72 1.82 1.92 4/102 15071
/proc/meminfo: memFree=428072/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15064] ppid=15050 vsize=861092 CPUtime=50.71
/proc/15064/stat : 15064 (java) S 15050 15050 14608 0 -1 0 76318 0 1 0 5040 31 0 0 16 0 8 0 200357581 881758208 75138 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 215273 75138 1989 14 0 201478 0
[pid=15064/tid=15065] ppid=15050 vsize=861092 CPUtime=42.9
/proc/15064/task/15065/stat : 15065 (java) R 15050 15050 14608 0 -1 64 66814 0 0 0 4266 24 0 0 25 0 8 0 200357584 881758208 75138 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155134253 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15066] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15066/stat : 15066 (java) S 15050 15050 14608 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 200357585 881758208 75138 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15067/stat : 15067 (java) S 15050 15050 14608 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 200357585 881758208 75138 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15068/stat : 15068 (java) S 15050 15050 14608 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 200357588 881758208 75138 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15050 vsize=861092 CPUtime=0.17
/proc/15064/task/15069/stat : 15069 (java) S 15050 15050 14608 0 -1 64 948 0 0 0 16 1 0 0 16 0 8 0 200357588 881758208 75138 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15070/stat : 15070 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 200357588 881758208 75138 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15071/stat : 15071 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 200357588 881758208 75138 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 908652

[startup+102.489 s]
/proc/loadavg: 1.94 1.86 1.92 3/102 15071
/proc/meminfo: memFree=309608/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15064] ppid=15050 vsize=861092 CPUtime=101.46
/proc/15064/stat : 15064 (java) S 15050 15050 14608 0 -1 0 105927 0 1 0 10104 42 0 0 17 0 8 0 200357581 881758208 104690 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 215273 104690 1989 14 0 201478 0
[pid=15064/tid=15065] ppid=15050 vsize=861092 CPUtime=90.25

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

/proc/15064/statm: 215273 172893 2007 14 0 201478 0
[pid=15064/tid=15065] ppid=15050 vsize=861092 CPUtime=993.5
/proc/15064/task/15065/stat : 15065 (java) R 15050 15050 14608 0 -1 64 158016 0 0 0 99277 73 0 0 25 0 8 0 200357584 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155525875 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15066] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15066/stat : 15066 (java) S 15050 15050 14608 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 200357585 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15067/stat : 15067 (java) S 15050 15050 14608 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 200357585 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15068/stat : 15068 (java) S 15050 15050 14608 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15050 vsize=861092 CPUtime=0.27
/proc/15064/task/15069/stat : 15069 (java) S 15050 15050 14608 0 -1 64 1002 0 0 0 26 1 0 0 16 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15070/stat : 15070 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15071/stat : 15071 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.19
Current children cumulated vsize (KiB) 908652

[startup+1423.97 s]
/proc/loadavg: 2.26 2.27 2.17 3/102 15269
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15064] ppid=15050 vsize=861092 CPUtime=1410.53
/proc/15064/stat : 15064 (java) S 15050 15050 14608 0 -1 0 174743 0 4 0 140872 181 0 0 17 0 8 0 200357581 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 215273 172893 2007 14 0 201478 0
[pid=15064/tid=15065] ppid=15050 vsize=861092 CPUtime=1034.66
/proc/15064/task/15065/stat : 15065 (java) R 15050 15050 14608 0 -1 64 158016 0 0 0 103392 74 0 0 25 0 8 0 200357584 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155772461 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15066] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15066/stat : 15066 (java) S 15050 15050 14608 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 200357585 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15067/stat : 15067 (java) S 15050 15050 14608 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 200357585 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15068/stat : 15068 (java) S 15050 15050 14608 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15050 vsize=861092 CPUtime=0.27
/proc/15064/task/15069/stat : 15069 (java) S 15050 15050 14608 0 -1 64 1002 0 0 0 26 1 0 0 16 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15070/stat : 15070 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15071/stat : 15071 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.54
Current children cumulated vsize (KiB) 908652

[startup+1484.04 s]
/proc/loadavg: 2.31 2.27 2.18 3/102 15269
/proc/meminfo: memFree=15984/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15064] ppid=15050 vsize=861092 CPUtime=1469.87
/proc/15064/stat : 15064 (java) S 15050 15050 14608 0 -1 0 174769 0 4 0 146801 186 0 0 17 0 8 0 200357581 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 215273 172893 2007 14 0 201478 0
[pid=15064/tid=15065] ppid=15050 vsize=861092 CPUtime=1075.76
/proc/15064/task/15065/stat : 15065 (java) R 15050 15050 14608 0 -1 64 158016 0 0 0 107502 74 0 0 25 0 8 0 200357584 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15066] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15066/stat : 15066 (java) S 15050 15050 14608 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 200357585 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15067/stat : 15067 (java) S 15050 15050 14608 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 200357585 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15068/stat : 15068 (java) S 15050 15050 14608 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15050 vsize=861092 CPUtime=0.27
/proc/15064/task/15069/stat : 15069 (java) S 15050 15050 14608 0 -1 64 1002 0 0 0 26 1 0 0 16 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15070/stat : 15070 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15071/stat : 15071 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.88
Current children cumulated vsize (KiB) 908652

[startup+1544.11 s]
/proc/loadavg: 2.29 2.27 2.18 4/102 15269
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=0.01
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15064] ppid=15050 vsize=861092 CPUtime=1529.24
/proc/15064/stat : 15064 (java) R 15050 15050 14608 0 -1 0 174795 0 4 0 152732 192 0 0 17 0 8 0 200357581 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073514928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 215273 172893 2007 14 0 201478 0
[pid=15064/tid=15065] ppid=15050 vsize=861092 CPUtime=1117.09
/proc/15064/task/15065/stat : 15065 (java) R 15050 15050 14608 0 -1 64 158016 0 0 0 111634 75 0 0 25 0 8 0 200357584 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15066] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15066/stat : 15066 (java) S 15050 15050 14608 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 200357585 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15067/stat : 15067 (java) S 15050 15050 14608 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 200357585 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15068/stat : 15068 (java) S 15050 15050 14608 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15050 vsize=861092 CPUtime=0.27
/proc/15064/task/15069/stat : 15069 (java) S 15050 15050 14608 0 -1 64 1002 0 0 0 26 1 0 0 16 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15070/stat : 15070 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15050 vsize=861092 CPUtime=0
/proc/15064/task/15071/stat : 15071 (java) S 15050 15050 14608 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 200357588 881758208 172893 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.25
Current children cumulated vsize (KiB) 908652

[startup+1604.18 s]
/proc/loadavg: 2.25 2.26 2.18 3/95 15270
/proc/meminfo: memFree=513896/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=1586.33
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 800 176531 0 4 0 0 158424 209 19 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15270] ppid=15050 vsize=233600 CPUtime=2.26
/proc/15270/stat : 15270 (minisat) R 15050 15050 14608 0 -1 4194304 56326 0 0 0 193 33 0 0 25 0 1 0 200517765 239206400 56308 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134531381 0 0 4096 3 0 0 0 17 1 0 0
/proc/15270/statm: 58400 56308 50 142 0 58256 0
Current children cumulated CPU time (s) 1588.59
Current children cumulated vsize (KiB) 281160

[startup+1664.2 s]
/proc/loadavg: 1.56 2.07 2.12 2/82 16589
/proc/meminfo: memFree=702736/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=1586.33
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 800 176531 0 4 0 0 158424 209 19 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15270] ppid=15050 vsize=687928 CPUtime=62.1
/proc/15270/stat : 15270 (minisat) R 15050 15050 14608 0 -1 4194304 168489 0 0 0 6108 102 0 0 25 0 1 0 200517765 704438272 168471 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 0 0 0
/proc/15270/statm: 171982 168471 54 142 0 171838 0
Current children cumulated CPU time (s) 1648.43
Current children cumulated vsize (KiB) 735488

[startup+1724.22 s]
/proc/loadavg: 1.20 1.87 2.05 2/82 17138
/proc/meminfo: memFree=621200/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=1586.33
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 800 176531 0 4 0 0 158424 209 19 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15270] ppid=15050 vsize=769704 CPUtime=122.07
/proc/15270/stat : 15270 (minisat) R 15050 15050 14608 0 -1 4194304 188749 0 0 0 12088 119 0 0 25 0 1 0 200517765 788176896 188731 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/15270/statm: 192426 188731 54 142 0 192282 0
Current children cumulated CPU time (s) 1708.4
Current children cumulated vsize (KiB) 817264

[startup+1784.23 s]
/proc/loadavg: 1.20 1.76 1.99 2/82 17379
/proc/meminfo: memFree=590920/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=1586.33
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 800 176531 0 4 0 0 158424 209 19 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15270] ppid=15050 vsize=799292 CPUtime=182.05
/proc/15270/stat : 15270 (minisat) R 15050 15050 14608 0 -1 4194304 196107 0 0 0 18076 129 0 0 25 0 1 0 200517765 818475008 196089 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 0 0 0
/proc/15270/statm: 199823 196089 54 142 0 199679 0
Current children cumulated CPU time (s) 1768.38
Current children cumulated vsize (KiB) 846852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.91 s]
/proc/loadavg: 1.12 1.68 1.96 3/82 17608
/proc/meminfo: memFree=575176/2055920 swapFree=4192812/4192956
[pid=15050] ppid=15048 vsize=47560 CPUtime=1586.33
/proc/15050/stat : 15050 (galac.sh) S 15048 15050 14608 0 -1 4194304 800 176531 0 4 0 0 158424 209 19 0 1 0 200357577 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15050/statm: 11890 363 245 79 0 218 0
[pid=15270] ppid=15050 vsize=814948 CPUtime=213.72
/proc/15270/stat : 15270 (minisat) R 15050 15050 14608 0 -1 4194304 200022 0 0 0 21239 133 0 0 25 0 1 0 200517765 834506752 200004 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/15270/statm: 203737 200004 54 142 0 203593 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 862508

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 15050 and gives childrusage.ru_utime.tv_sec=1584 childrusage.ru_utime.tv_usec=250157 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=100680
CPU time returned by wait4() is 1586.35
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 1815.93
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): 908904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1584.25
system time used= 2.10068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177331
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33368
involuntary context switches= 72422

runsolver used 2.6506 s user time and 7.02893 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan 13 19:43:50 UTC 2007


IDJOB= 234037
IDBENCH= 6655
IDSOLVER= 78
FILE ID= node5/234037-1168717429

PBS_JOBID= 3547394

Free space on /tmp= 66562 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-95-5.xml
COMMAND LINE= /tmp/evaluation/234037-1168717429/galac.sh /tmp/evaluation/234037-1168717429/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-234037-1168717429 -o ROOT/results/node5/solver-234037-1168717429 -C 1800 -M 900  /tmp/evaluation/234037-1168717429/galac.sh /tmp/evaluation/234037-1168717429/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  ebdfda856dfd036416c301c32875da0c

RANDOM SEED= 384675220

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.240
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.240
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:        722376 kB
Buffers:         21088 kB
Cached:         513732 kB
SwapCached:          0 kB
Active:         769464 kB
Inactive:       490796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        722376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:         752376 kB
Slab:            56600 kB
Committed_AS:  6785812 kB
PageTables:       3568 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= 66358 MiB



End job on node5 on Sat Jan 13 20:14:08 UTC 2007