Trace number 210727

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 1UNSAT 843.76 852.078

General information on the benchmark

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

Solver Data (download as text)

0.03	c --- Preproc Stats ---
478.66	c start processing
478.70	c start relation processing
479.15	c start cnf exporting
607.98	c parsing time : 478.437
607.98	c preprocessing time : 607.759
608.00	
608.00	c Nary constraints - conflicts : 24109 supports : 0
608.00	c Binary constraints - conflicts : 43458 supports :0
608.00	c max arity constraint : 13
608.00	c Max Tuples generated 8192
608.00	c relations : 35
608.00	c relations BDD: 18
608.00	c vars : 871165 - clauses :  3089620
608.00	
608.05	 
608.05	c --- Minisat Stats ---
608.05	 
852.00	c restarts              : 13
852.00	c conflicts             : 31629          (131 /sec)
852.00	c decisions             : 55988          (1.82 % random) (232 /sec)
852.00	c propagations          : 412835287      (1710197 /sec)
852.00	c conflict literals     : 457090         (21.40 % deleted)
852.00	c Memory used           : 194.29 MB
852.00	c CPU time              : 241.396 s
852.00	
852.00	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-210727-1168201880 -o ROOT/results/node12/solver-210727-1168201880 -C 1800 -M 900 /tmp/evaluation/210727-1168201880/galac.sh /tmp/evaluation/210727-1168201880/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: 2.00 2.00 1.93 3/94 9135
/proc/meminfo: memFree=1413544/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=2972 CPUtime=0
/proc/9134/stat : 9134 (galac.sh) R 9132 9134 7815 0 -1 4194304 56 0 0 0 0 0 0 0 21 0 1 0 168583093 3043328 40 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252426909065 0 0 4096 0 0 0 0 17 1 0 0
/proc/9134/statm: 743 40 30 79 0 100 0

[startup+0.103257 s]
/proc/loadavg: 2.00 2.00 1.93 3/94 9135
/proc/meminfo: memFree=1413544/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.515334 s]
/proc/loadavg: 2.00 2.00 1.93 3/94 9135
/proc/meminfo: memFree=1413544/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33748 s]
/proc/loadavg: 2.00 2.00 1.93 3/102 9155
/proc/meminfo: memFree=1381856/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9148] ppid=9134 vsize=860852 CPUtime=1.21
/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 10816 0 1 0 114 7 0 0 21 0 8 0 168583096 881512448 10570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153473439 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215213 10570 1960 14 0 201471 0
[pid=9148/tid=9149] ppid=9134 vsize=860852 CPUtime=0
/proc/9148/task/9149/stat : 9149 (java) S 9134 9134 7815 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 168583106 881512448 10570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9150] ppid=9134 vsize=860852 CPUtime=0
/proc/9148/task/9150/stat : 9150 (java) S 9134 9134 7815 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 168583107 881512448 10570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9151] ppid=9134 vsize=860852 CPUtime=0
/proc/9148/task/9151/stat : 9151 (java) S 9134 9134 7815 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 168583107 881512448 10570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9152] ppid=9134 vsize=860852 CPUtime=0
/proc/9148/task/9152/stat : 9152 (java) S 9134 9134 7815 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168583110 881512448 10570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9153] ppid=9134 vsize=860852 CPUtime=0.23
/proc/9148/task/9153/stat : 9153 (java) S 9134 9134 7815 0 -1 64 978 0 0 0 22 1 0 0 16 0 8 0 168583110 881512448 10570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9154] ppid=9134 vsize=860852 CPUtime=0
/proc/9148/task/9154/stat : 9154 (java) S 9134 9134 7815 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168583110 881512448 10570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9155] ppid=9134 vsize=860852 CPUtime=0
/proc/9148/task/9155/stat : 9155 (java) S 9134 9134 7815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168583110 881512448 10570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 908404

[startup+2.97778 s]
/proc/loadavg: 2.00 2.00 1.93 3/102 9155
/proc/meminfo: memFree=1360608/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9148] ppid=9134 vsize=860956 CPUtime=2.83
/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 15379 0 1 0 274 9 0 0 25 0 8 0 168583096 881618944 14989 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073738253 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215239 14989 1989 14 0 201497 0
[pid=9148/tid=9149] ppid=9134 vsize=860956 CPUtime=0.37
/proc/9148/task/9149/stat : 9149 (java) S 9134 9134 7815 0 -1 64 4265 0 0 0 36 1 0 0 16 0 8 0 168583106 881618944 14989 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9150] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9150/stat : 9150 (java) S 9134 9134 7815 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 14989 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9151] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9151/stat : 9151 (java) S 9134 9134 7815 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 14989 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9152] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9152/stat : 9152 (java) S 9134 9134 7815 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168583110 881618944 14989 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9153] ppid=9134 vsize=860956 CPUtime=0.29
/proc/9148/task/9153/stat : 9153 (java) S 9134 9134 7815 0 -1 64 1011 0 0 0 28 1 0 0 16 0 8 0 168583110 881618944 14989 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9154] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9154/stat : 9154 (java) S 9134 9134 7815 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168583110 881618944 14989 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9155] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9155/stat : 9155 (java) S 9134 9134 7815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168583110 881618944 14989 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 908508

[startup+6.18336 s]
/proc/loadavg: 2.00 2.00 1.93 3/102 9155
/proc/meminfo: memFree=1360488/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9148] ppid=9134 vsize=860956 CPUtime=6
/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 15411 0 1 0 589 11 0 0 25 0 8 0 168583096 881618944 15017 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073770430 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215239 15017 1989 14 0 201497 0
[pid=9148/tid=9149] ppid=9134 vsize=860956 CPUtime=0.37
/proc/9148/task/9149/stat : 9149 (java) S 9134 9134 7815 0 -1 64 4265 0 0 0 36 1 0 0 17 0 8 0 168583106 881618944 15017 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9150] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9150/stat : 9150 (java) S 9134 9134 7815 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 15017 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9151] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9151/stat : 9151 (java) S 9134 9134 7815 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 15017 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9152] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9152/stat : 9152 (java) S 9134 9134 7815 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168583110 881618944 15017 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9153] ppid=9134 vsize=860956 CPUtime=0.34
/proc/9148/task/9153/stat : 9153 (java) S 9134 9134 7815 0 -1 64 1039 0 0 0 33 1 0 0 16 0 8 0 168583110 881618944 15017 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9154] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9154/stat : 9154 (java) S 9134 9134 7815 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168583110 881618944 15017 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9155] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9155/stat : 9155 (java) S 9134 9134 7815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168583110 881618944 15017 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 908508

[startup+12.6685 s]
/proc/loadavg: 2.00 2.00 1.93 3/102 9155
/proc/meminfo: memFree=1358320/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9148] ppid=9134 vsize=860956 CPUtime=12.43
/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 16100 0 1 0 1231 12 0 0 25 0 8 0 168583096 881618944 15703 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073458747 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215239 15703 1989 14 0 201497 0
[pid=9148/tid=9149] ppid=9134 vsize=860956 CPUtime=0.37
/proc/9148/task/9149/stat : 9149 (java) S 9134 9134 7815 0 -1 64 4265 0 0 0 36 1 0 0 16 0 8 0 168583106 881618944 15703 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9150] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9150/stat : 9150 (java) S 9134 9134 7815 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 15703 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9151] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9151/stat : 9151 (java) S 9134 9134 7815 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 15703 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9152] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9152/stat : 9152 (java) S 9134 9134 7815 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168583110 881618944 15703 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9153] ppid=9134 vsize=860956 CPUtime=0.35
/proc/9148/task/9153/stat : 9153 (java) S 9134 9134 7815 0 -1 64 1045 0 0 0 34 1 0 0 16 0 8 0 168583110 881618944 15703 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9154] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9154/stat : 9154 (java) S 9134 9134 7815 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168583110 881618944 15703 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9155] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9155/stat : 9155 (java) S 9134 9134 7815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168583110 881618944 15703 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 908508

[startup+25.5518 s]
/proc/loadavg: 2.00 2.00 1.93 3/102 9155
/proc/meminfo: memFree=1340720/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9148] ppid=9134 vsize=860956 CPUtime=25.19
/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 20398 0 1 0 2504 15 0 0 25 0 8 0 168583096 881618944 20000 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074056389 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215239 20000 1992 14 0 201497 0
[pid=9148/tid=9149] ppid=9134 vsize=860956 CPUtime=0.38
/proc/9148/task/9149/stat : 9149 (java) S 9134 9134 7815 0 -1 64 4409 0 0 0 37 1 0 0 16 0 8 0 168583106 881618944 20000 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9150] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9150/stat : 9150 (java) S 9134 9134 7815 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 20000 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9151] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9151/stat : 9151 (java) S 9134 9134 7815 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 20000 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9152] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9152/stat : 9152 (java) S 9134 9134 7815 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168583110 881618944 20000 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9153] ppid=9134 vsize=860956 CPUtime=0.36
/proc/9148/task/9153/stat : 9153 (java) S 9134 9134 7815 0 -1 64 1045 0 0 0 34 2 0 0 16 0 8 0 168583110 881618944 20000 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9154] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9154/stat : 9154 (java) S 9134 9134 7815 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168583110 881618944 20000 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9155] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9155/stat : 9155 (java) S 9134 9134 7815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168583110 881618944 20000 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 908508

[startup+51.2055 s]
/proc/loadavg: 2.00 2.00 1.93 3/102 9155
/proc/meminfo: memFree=1339696/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9148] ppid=9134 vsize=860956 CPUtime=50.61
/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 20685 0 1 0 5046 15 0 0 25 0 8 0 168583096 881618944 20286 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073458842 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215239 20286 1992 14 0 201497 0
[pid=9148/tid=9149] ppid=9134 vsize=860956 CPUtime=0.39
/proc/9148/task/9149/stat : 9149 (java) S 9134 9134 7815 0 -1 64 4695 0 0 0 38 1 0 0 16 0 8 0 168583106 881618944 20286 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9150] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9150/stat : 9150 (java) S 9134 9134 7815 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 20286 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9151] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9151/stat : 9151 (java) S 9134 9134 7815 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 20286 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9152] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9152/stat : 9152 (java) S 9134 9134 7815 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168583110 881618944 20286 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9153] ppid=9134 vsize=860956 CPUtime=0.36
/proc/9148/task/9153/stat : 9153 (java) S 9134 9134 7815 0 -1 64 1045 0 0 0 34 2 0 0 16 0 8 0 168583110 881618944 20286 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9154] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9154/stat : 9154 (java) S 9134 9134 7815 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168583110 881618944 20286 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9155] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9155/stat : 9155 (java) S 9134 9134 7815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168583110 881618944 20286 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 908508

[startup+102.506 s]
/proc/loadavg: 2.00 2.00 1.93 3/102 9155
/proc/meminfo: memFree=1335472/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9148] ppid=9134 vsize=860956 CPUtime=101.43
/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 21725 0 1 0 10127 16 0 0 25 0 8 0 168583096 881618944 21321 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073458836 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215239 21321 1992 14 0 201497 0
[pid=9148/tid=9149] ppid=9134 vsize=860956 CPUtime=0.44

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

/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 23499 0 1 0 33927 20 0 0 25 0 8 0 168583096 881618944 23085 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073458729 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215239 23085 1992 14 0 201497 0
[pid=9148/tid=9149] ppid=9134 vsize=860956 CPUtime=0.67
/proc/9148/task/9149/stat : 9149 (java) S 9134 9134 7815 0 -1 64 7490 0 0 0 65 2 0 0 16 0 8 0 168583106 881618944 23085 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9150] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9150/stat : 9150 (java) S 9134 9134 7815 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 23085 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9151] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9151/stat : 9151 (java) S 9134 9134 7815 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 23085 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9152] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9152/stat : 9152 (java) S 9134 9134 7815 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168583110 881618944 23085 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9153] ppid=9134 vsize=860956 CPUtime=0.37
/proc/9148/task/9153/stat : 9153 (java) S 9134 9134 7815 0 -1 64 1049 0 0 0 35 2 0 0 16 0 8 0 168583110 881618944 23085 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9154] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9154/stat : 9154 (java) S 9134 9134 7815 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168583110 881618944 23085 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9155] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9155/stat : 9155 (java) S 9134 9134 7815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168583110 881618944 23085 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.48
Current children cumulated vsize (KiB) 908508

[startup+402.817 s]
/proc/loadavg: 2.01 2.00 1.94 3/102 9155
/proc/meminfo: memFree=1325232/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9148] ppid=9134 vsize=860956 CPUtime=398.99
/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 24181 0 1 0 39878 21 0 0 25 0 8 0 168583096 881618944 23764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073458709 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215239 23764 1992 14 0 201497 0
[pid=9148/tid=9149] ppid=9134 vsize=860956 CPUtime=0.74
/proc/9148/task/9149/stat : 9149 (java) S 9134 9134 7815 0 -1 64 8169 0 0 0 72 2 0 0 16 0 8 0 168583106 881618944 23764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9150] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9150/stat : 9150 (java) S 9134 9134 7815 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 23764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9151] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9151/stat : 9151 (java) S 9134 9134 7815 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 23764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9152] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9152/stat : 9152 (java) S 9134 9134 7815 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168583110 881618944 23764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9153] ppid=9134 vsize=860956 CPUtime=0.37
/proc/9148/task/9153/stat : 9153 (java) S 9134 9134 7815 0 -1 64 1049 0 0 0 35 2 0 0 16 0 8 0 168583110 881618944 23764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9154] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9154/stat : 9154 (java) S 9134 9134 7815 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168583110 881618944 23764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9155] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9155/stat : 9155 (java) S 9134 9134 7815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168583110 881618944 23764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399
Current children cumulated vsize (KiB) 908508

[startup+462.824 s]
/proc/loadavg: 2.00 2.00 1.94 3/102 9155
/proc/meminfo: memFree=1320432/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9148] ppid=9134 vsize=860956 CPUtime=458.37
/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 27037 0 1 0 45814 23 0 0 25 0 8 0 168583096 881618944 24955 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074056416 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215239 24955 1992 14 0 201497 0
[pid=9148/tid=9149] ppid=9134 vsize=860956 CPUtime=2.85
/proc/9148/task/9149/stat : 9149 (java) S 9134 9134 7815 0 -1 64 10991 0 0 0 281 4 0 0 16 0 8 0 168583106 881618944 24955 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9150] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9150/stat : 9150 (java) S 9134 9134 7815 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 24955 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9151] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9151/stat : 9151 (java) S 9134 9134 7815 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 24955 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9152] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9152/stat : 9152 (java) S 9134 9134 7815 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168583110 881618944 24955 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9153] ppid=9134 vsize=860956 CPUtime=0.39
/proc/9148/task/9153/stat : 9153 (java) S 9134 9134 7815 0 -1 64 1056 0 0 0 37 2 0 0 15 0 8 0 168583110 881618944 24955 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9154] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9154/stat : 9154 (java) S 9134 9134 7815 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168583110 881618944 24955 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9155] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9155/stat : 9155 (java) S 9134 9134 7815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168583110 881618944 24955 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.38
Current children cumulated vsize (KiB) 908508

[startup+522.887 s]
/proc/loadavg: 2.00 2.00 1.94 3/102 9155
/proc/meminfo: memFree=1295344/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9148] ppid=9134 vsize=860956 CPUtime=517.8
/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 27897 0 1 0 51741 39 0 0 25 0 8 0 168583096 881618944 25742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074450580 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215239 25742 2015 14 0 201497 0
[pid=9148/tid=9149] ppid=9134 vsize=860956 CPUtime=3.23
/proc/9148/task/9149/stat : 9149 (java) S 9134 9134 7815 0 -1 64 11651 0 0 0 319 4 0 0 16 0 8 0 168583106 881618944 25742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9150] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9150/stat : 9150 (java) S 9134 9134 7815 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 25742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9151] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9151/stat : 9151 (java) S 9134 9134 7815 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 25742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9152] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9152/stat : 9152 (java) S 9134 9134 7815 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168583110 881618944 25742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9153] ppid=9134 vsize=860956 CPUtime=0.54
/proc/9148/task/9153/stat : 9153 (java) S 9134 9134 7815 0 -1 64 1135 0 0 0 51 3 0 0 16 0 8 0 168583110 881618944 25742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9154] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9154/stat : 9154 (java) S 9134 9134 7815 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168583110 881618944 25742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9155] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9155/stat : 9155 (java) S 9134 9134 7815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168583110 881618944 25742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.81
Current children cumulated vsize (KiB) 908508

[startup+582.949 s]
/proc/loadavg: 2.03 2.01 1.94 3/102 9155
/proc/meminfo: memFree=1265200/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=0.01
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9148] ppid=9134 vsize=860956 CPUtime=577.17
/proc/9148/stat : 9148 (java) R 9134 9134 7815 0 -1 0 27992 0 1 0 57658 59 0 0 25 0 8 0 168583096 881618944 25743 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074176615 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9148/statm: 215239 25743 2015 14 0 201497 0
[pid=9148/tid=9149] ppid=9134 vsize=860956 CPUtime=3.28
/proc/9148/task/9149/stat : 9149 (java) S 9134 9134 7815 0 -1 64 11651 0 0 0 323 5 0 0 16 0 8 0 168583106 881618944 25743 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9150] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9150/stat : 9150 (java) S 9134 9134 7815 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 25743 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9151] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9151/stat : 9151 (java) S 9134 9134 7815 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168583107 881618944 25743 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9152] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9152/stat : 9152 (java) S 9134 9134 7815 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168583110 881618944 25743 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9153] ppid=9134 vsize=860956 CPUtime=0.54
/proc/9148/task/9153/stat : 9153 (java) S 9134 9134 7815 0 -1 64 1136 0 0 0 51 3 0 0 16 0 8 0 168583110 881618944 25743 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9154] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9154/stat : 9154 (java) S 9134 9134 7815 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168583110 881618944 25743 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9148/tid=9155] ppid=9134 vsize=860956 CPUtime=0
/proc/9148/task/9155/stat : 9155 (java) S 9134 9134 7815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168583110 881618944 25743 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.18
Current children cumulated vsize (KiB) 908508

[startup+643.016 s]
/proc/loadavg: 2.06 2.02 1.95 3/95 9156
/proc/meminfo: memFree=1169576/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=601.96
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 798 29745 0 1 0 0 60126 70 17 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9156] ppid=9134 vsize=194216 CPUtime=34.63
/proc/9156/stat : 9156 (minisat) R 9134 9134 7815 0 -1 4194304 44509 0 0 0 3436 27 0 0 25 0 1 0 168643898 198877184 44491 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/9156/statm: 48554 44491 54 142 0 48410 0
Current children cumulated CPU time (s) 636.59
Current children cumulated vsize (KiB) 241768

[startup+703.05 s]
/proc/loadavg: 2.09 2.03 1.95 3/95 9156
/proc/meminfo: memFree=1167144/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=601.96
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 798 29745 0 1 0 0 60126 70 17 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9156] ppid=9134 vsize=196412 CPUtime=94.11
/proc/9156/stat : 9156 (minisat) R 9134 9134 7815 0 -1 4194304 45125 0 0 0 9383 28 0 0 25 0 1 0 168643898 201125888 45107 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529351 0 0 4096 3 0 0 0 17 1 0 0
/proc/9156/statm: 49103 45107 54 142 0 48959 0
Current children cumulated CPU time (s) 696.07
Current children cumulated vsize (KiB) 243964

[startup+763.057 s]
/proc/loadavg: 2.03 2.02 1.95 3/95 9156
/proc/meminfo: memFree=1165992/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=601.96
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 798 29745 0 1 0 0 60126 70 17 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9156] ppid=9134 vsize=197600 CPUtime=153.57
/proc/9156/stat : 9156 (minisat) R 9134 9134 7815 0 -1 4194304 45407 0 0 0 15328 29 0 0 25 0 1 0 168643898 202342400 45389 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/9156/statm: 49400 45389 54 142 0 49256 0
Current children cumulated CPU time (s) 755.53
Current children cumulated vsize (KiB) 245152

[startup+823.158 s]
/proc/loadavg: 2.08 2.05 1.96 3/95 9156
/proc/meminfo: memFree=1165096/2055920 swapFree=4160348/4192956
[pid=9134] ppid=9132 vsize=47552 CPUtime=601.96
/proc/9134/stat : 9134 (galac.sh) S 9132 9134 7815 0 -1 4194304 798 29745 0 1 0 0 60126 70 17 0 1 0 168583093 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9134/statm: 11888 363 245 79 0 218 0
[pid=9156] ppid=9134 vsize=198556 CPUtime=213.12
/proc/9156/stat : 9156 (minisat) R 9134 9134 7815 0 -1 4194304 45629 0 0 0 21282 30 0 0 25 0 1 0 168643898 203321344 45611 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/9156/statm: 49639 45611 54 142 0 49495 0
Current children cumulated CPU time (s) 815.08
Current children cumulated vsize (KiB) 246108

Child status: 0
Real time (s): 852.078
CPU time (s): 843.76
CPU user time (s): 842.667
CPU system time (s): 1.09283
CPU usage (%): 99.0238
Max. virtual memory (cumulated for all children) (KiB): 909512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 842.667
system time used= 1.09283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76508
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= 15645
involuntary context switches= 53918

runsolver used 1.02684 s user time and 2.74558 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Jan  7 20:31:21 UTC 2007


IDJOB= 210727
IDBENCH= 4641
FILE ID= node12/210727-1168201880

PBS_JOBID= 3480514

Free space on /tmp= 66307 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/cache-ibm-q-unbounded-Icl2arity-ucl.xml
COMMAND LINE= /tmp/evaluation/210727-1168201880/galac.sh /tmp/evaluation/210727-1168201880/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-210727-1168201880 -o ROOT/results/node12/solver-210727-1168201880 -C 1800 -M 900  /tmp/evaluation/210727-1168201880/galac.sh /tmp/evaluation/210727-1168201880/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  5efcf89ecd13ec12f4b08945c1ac3a76

RANDOM SEED= 64903355

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.265
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.265
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:       1414024 kB
Buffers:         56296 kB
Cached:         436396 kB
SwapCached:       4660 kB
Active:         208176 kB
Inactive:       363632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414024 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:           13156 kB
Writeback:           0 kB
Mapped:          97560 kB
Slab:            54944 kB
Committed_AS:  5482692 kB
PageTables:       2268 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= 66307 MiB



End job on node12 on Sun Jan  7 20:45:33 UTC 2007