Trace number 1108395

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 219.111 226.936

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-13_ext.xml
MD5SUM449c5198a410e7a374498cb58b914070
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 15:12:33 2008
0.00/0.08	c 0	PID 14063
0.07/0.08	c 0	HOST node31.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1108395-1215781953.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108395-1215781953.xml' 'HOME/temp.csp'
0.07/0.99	c 1	26 domains, 625 variables, 0 predicates, 26 relations, 10142 constraints
0.95/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.03	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.95/1.11	c 1	Parsing HOME/temp.csp
0.95/1.62	c 2	parsed 10000 expressions
0.95/1.63	c 2	parsed 10819 expressions
0.95/1.64	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.75	c 2	MAX CSP: 10142 constraints
0.95/1.75	c 2	Converting to clausal form CSP
0.95/1.96	c 2	converted 2097 (10%) expressions
1.99/2.12	c 2	converted 4193 (20%) expressions
1.99/2.16	c 2	converted 6290 (30%) expressions
2.09/2.29	c 2	converted 8386 (40%) expressions
2.18/2.33	c 2	converted 10482 (50%) expressions
2.18/2.37	c 3	converted 12579 (60%) expressions
2.29/2.43	c 3	converted 14675 (70%) expressions
2.29/2.47	c 3	converted 16772 (80%) expressions
2.38/2.51	c 3	converted 18868 (90%) expressions
3.37/3.56	c 4	converted 20964 (100%) expressions
3.37/3.57	c 4	CSP : 20909 integers, 0 booleans, 30425 clauses, largest domain size 15214
3.37/3.57	c 4	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.37/3.57	c 4	Propagation in CSP
3.97/4.13	c 4	10133 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.97/4.14	c 4	CSP : 20909 integers, 0 booleans, 30425 clauses, largest domain size 10143
3.97/4.14	c 4	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.97/4.15	c 4	Simplifing CSP by introducing new Boolean variables
3.97/4.17	c 4	CSP : 20909 integers, 0 booleans, 30425 clauses, largest domain size 10143
3.97/4.17	c 4	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.17/4.39	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.26/4.44	c 5	2091 (10%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
4.26/4.44	c 5	4182 (20%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
4.26/4.45	c 5	6273 (30%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
4.26/4.45	c 5	8364 (40%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
4.26/4.45	c 5	10455 (50%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
4.26/4.49	c 5	12546 (60%) CSP integer variables are encoded (31592 clauses, 459679 bytes)
4.36/4.52	c 5	14637 (70%) CSP integer variables are encoded (54722 clauses, 806629 bytes)
4.56/4.71	c 5	16728 (80%) CSP integer variables are encoded (202488 clauses, 3258562 bytes)
4.56/4.75	c 5	18819 (90%) CSP integer variables are encoded (224975 clauses, 3640841 bytes)
4.56/4.79	c 5	20909 (100%) CSP integer variables are encoded (253390 clauses, 4123896 bytes)
4.85/5.08	c 5	3043 (10%) CSP clauses are encoded (274073 clauses, 4656682 bytes)
5.15/5.33	c 5	6085 (20%) CSP clauses are encoded (295859 clauses, 5283940 bytes)
5.35/5.58	c 6	9128 (30%) CSP clauses are encoded (317142 clauses, 5901061 bytes)
6.43/6.65	c 7	12170 (40%) CSP clauses are encoded (845576 clauses, 17198073 bytes)
17.07/17.50	c 18	15213 (50%) CSP clauses are encoded (6810759 clauses, 145188006 bytes)
20.11/20.54	c 21	18255 (60%) CSP clauses are encoded (8478726 clauses, 180853072 bytes)
218.08/225.05	c 225	ERROR Exception Too large HOME/temp.cnf
218.08/225.08	c 225	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
218.08/225.08	c 225	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
218.08/225.08	c 225	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
218.08/225.08	s UNKNOWN
218.08/225.09	c 225	CPU 202.15 (0.05 0.02 202.1 16)
218.08/225.09	c 225	END Fri Jul 11 15:16:18 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108395-1215781953/watcher-1108395-1215781953 -o /tmp/evaluation-result-1108395-1215781953/solver-1108395-1215781953 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1108395-1215781953.xml 

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


[startup+0 s]
/proc/loadavg: 2.08 2.05 1.96 4/74 14063
/proc/meminfo: memFree=1838880/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=12000 CPUtime=0
/proc/14063/stat : 14063 (sugar++) R 14061 14063 13297 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 34897391 12288000 163 996147200 4194304 4206940 548682068528 18446744073709551615 225611810355 0 0 4224 0 0 0 0 17 1 0 0
/proc/14063/statm: 3000 163 125 3 0 100 0

[startup+0.082408 s]
/proc/loadavg: 2.08 2.05 1.96 4/74 14063
/proc/meminfo: memFree=1838880/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.07
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 34897391 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101948 s]
/proc/loadavg: 2.08 2.05 1.96 4/74 14063
/proc/meminfo: memFree=1838880/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.07
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302959 s]
/proc/loadavg: 2.08 2.05 1.96 4/74 14063
/proc/meminfo: memFree=1838880/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.07
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.703001 s]
/proc/loadavg: 2.08 2.05 1.96 4/74 14063
/proc/meminfo: memFree=1838880/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.07
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50107 s]
/proc/loadavg: 2.08 2.05 1.96 2/85 14075
/proc/meminfo: memFree=1819080/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.95
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1297 7889 0 1 5 2 83 5 15 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 16740

[startup+3.10314 s]
/proc/loadavg: 2.08 2.05 1.96 4/85 14085
/proc/meminfo: memFree=1815816/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.95
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1297 7889 0 1 5 2 83 5 15 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
[pid=14076] ppid=14063 vsize=5356 CPUtime=0
/proc/14076/stat : 14076 (sh) S 14063 14063 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34897495 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14076/statm: 1339 233 193 169 0 50 0
[pid=14077] ppid=14076 vsize=868396 CPUtime=2.03
/proc/14077/stat : 14077 (java) S 14076 14063 13297 0 -1 0 13603 0 1 0 195 8 0 0 19 0 9 0 34897496 889237504 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14077/statm: 217099 12528 2540 9 0 211674 0
[pid=14077/tid=14078] ppid=14076 vsize=868396 CPUtime=1.13
/proc/14077/task/14078/stat : 14078 (java) R 14076 14063 13297 0 -1 64 2933 0 1 0 112 1 0 0 25 0 9 0 34897496 889237504 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14079] ppid=14076 vsize=868396 CPUtime=0.65
/proc/14077/task/14079/stat : 14079 (java) S 14076 14063 13297 0 -1 64 8499 0 0 0 61 4 0 0 15 0 9 0 34897498 889237504 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14076 vsize=868396 CPUtime=0
/proc/14077/task/14080/stat : 14080 (java) S 14076 14063 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34897498 889237504 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14076 vsize=868396 CPUtime=0
/proc/14077/task/14081/stat : 14081 (java) S 14076 14063 13297 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34897498 889237504 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14076 vsize=868396 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34897500 889237504 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14076 vsize=868396 CPUtime=0.23
/proc/14077/task/14083/stat : 14083 (java) S 14076 14063 13297 0 -1 64 1474 0 0 0 22 1 0 0 16 0 9 0 34897500 889237504 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14076 vsize=868396 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34897500 889237504 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14076 vsize=868396 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34897500 889237504 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890492

[startup+6.30248 s]
/proc/loadavg: 2.07 2.05 1.96 3/85 14085
/proc/meminfo: memFree=1779464/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.95
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1297 7889 0 1 5 2 83 5 15 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
[pid=14076] ppid=14063 vsize=5356 CPUtime=0
/proc/14076/stat : 14076 (sh) S 14063 14063 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34897495 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14076/statm: 1339 233 193 169 0 50 0
[pid=14077] ppid=14076 vsize=868508 CPUtime=5.18
/proc/14077/stat : 14077 (java) S 14076 14063 13297 0 -1 0 16533 0 1 0 501 17 0 0 19 0 9 0 34897496 889352192 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14077/statm: 217127 15011 2567 9 0 211674 0
[pid=14077/tid=14078] ppid=14076 vsize=868508 CPUtime=3.56
/proc/14077/task/14078/stat : 14078 (java) R 14076 14063 13297 0 -1 64 3373 0 1 0 347 9 0 0 25 0 9 0 34897496 889352192 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4126577018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14079] ppid=14076 vsize=868508 CPUtime=1.27
/proc/14077/task/14079/stat : 14079 (java) S 14076 14063 13297 0 -1 64 10931 0 0 0 122 5 0 0 16 0 9 0 34897498 889352192 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14080/stat : 14080 (java) S 14076 14063 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34897498 889352192 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14081/stat : 14081 (java) S 14076 14063 13297 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34897498 889352192 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34897500 889352192 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14076 vsize=868508 CPUtime=0.32
/proc/14077/task/14083/stat : 14083 (java) S 14076 14063 13297 0 -1 64 1532 0 0 0 31 1 0 0 16 0 9 0 34897500 889352192 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34897500 889352192 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34897500 889352192 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890604

[startup+12.702 s]
/proc/loadavg: 2.06 2.05 1.96 3/85 14085
/proc/meminfo: memFree=1703112/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.95
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1297 7889 0 1 5 2 83 5 16 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
[pid=14076] ppid=14063 vsize=5356 CPUtime=0
/proc/14076/stat : 14076 (sh) S 14063 14063 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34897495 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14076/statm: 1339 233 193 169 0 50 0
[pid=14077] ppid=14076 vsize=868508 CPUtime=11.49
/proc/14077/stat : 14077 (java) S 14076 14063 13297 0 -1 0 17003 0 1 0 1083 66 0 0 19 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14077/statm: 217127 15012 2567 9 0 211674 0
[pid=14077/tid=14078] ppid=14076 vsize=868508 CPUtime=9.62
/proc/14077/task/14078/stat : 14078 (java) R 14076 14063 13297 0 -1 64 3842 0 1 0 907 55 0 0 25 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4126908136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14079] ppid=14076 vsize=868508 CPUtime=1.52
/proc/14077/task/14079/stat : 14079 (java) S 14076 14063 13297 0 -1 64 10931 0 0 0 143 9 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14080/stat : 14080 (java) S 14076 14063 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14081/stat : 14081 (java) S 14076 14063 13297 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14076 vsize=868508 CPUtime=0.33
/proc/14077/task/14083/stat : 14083 (java) S 14076 14063 13297 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890604

[startup+25.5021 s]
/proc/loadavg: 2.05 2.05 1.96 3/85 14085
/proc/meminfo: memFree=1591944/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.95
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1297 7889 0 1 5 2 83 5 16 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
[pid=14076] ppid=14063 vsize=5356 CPUtime=0
/proc/14076/stat : 14076 (sh) S 14063 14063 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34897495 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14076/statm: 1339 233 193 169 0 50 0
[pid=14077] ppid=14076 vsize=868508 CPUtime=24.1
/proc/14077/stat : 14077 (java) S 14076 14063 13297 0 -1 0 17755 0 1 0 2272 138 0 0 19 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14077/statm: 217127 15012 2567 9 0 211674 0
[pid=14077/tid=14078] ppid=14076 vsize=868508 CPUtime=21.88
/proc/14077/task/14078/stat : 14078 (java) R 14076 14063 13297 0 -1 64 4594 0 1 0 2067 121 0 0 25 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4127177100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14079] ppid=14076 vsize=868508 CPUtime=1.87
/proc/14077/task/14079/stat : 14079 (java) S 14076 14063 13297 0 -1 64 10931 0 0 0 172 15 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14080/stat : 14080 (java) S 14076 14063 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14081/stat : 14081 (java) S 14076 14063 13297 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14076 vsize=868508 CPUtime=0.33
/proc/14077/task/14083/stat : 14083 (java) S 14076 14063 13297 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 890604

[startup+51.1023 s]
/proc/loadavg: 2.11 2.06 1.97 3/85 14085
/proc/meminfo: memFree=1435400/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.95
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1297 7889 0 1 5 2 83 5 16 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
[pid=14076] ppid=14063 vsize=5356 CPUtime=0
/proc/14076/stat : 14076 (sh) S 14063 14063 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34897495 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14076/statm: 1339 233 193 169 0 50 0
[pid=14077] ppid=14076 vsize=868508 CPUtime=49.27
/proc/14077/stat : 14077 (java) S 14076 14063 13297 0 -1 0 19007 0 1 0 4682 245 0 0 19 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/14077/task/14078/stat : 14078 (java) R 14076 14063 13297 0 -1 64 5846 0 1 0 4424 220 0 0 25 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4126479623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14079] ppid=14076 vsize=868508 CPUtime=2.48
/proc/14077/task/14079/stat : 14079 (java) S 14076 14063 13297 0 -1 64 10931 0 0 0 225 23 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14080/stat : 14080 (java) S 14076 14063 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14081/stat : 14081 (java) S 14076 14063 13297 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14076 vsize=868508 CPUtime=0.33
/proc/14077/task/14083/stat : 14083 (java) S 14076 14063 13297 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 890604

[startup+102.308 s]
/proc/loadavg: 2.11 2.06 1.97 3/85 14085
/proc/meminfo: memFree=816456/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.95
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1297 7889 0 1 5 2 83 5 16 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
[pid=14076] ppid=14063 vsize=5356 CPUtime=0
/proc/14076/stat : 14076 (sh) S 14063 14063 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34897495 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14076/statm: 1339 233 193 169 0 50 0
[pid=14077] ppid=14076 vsize=868508 CPUtime=98.75
/proc/14077/stat : 14077 (java) S 14076 14063 13297 0 -1 0 22666 0 1 0 9246 629 0 0 19 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14077/statm: 217127 15012 2567 9 0 211674 0
[pid=14077/tid=14078] ppid=14076 vsize=868508 CPUtime=94.13
/proc/14077/task/14078/stat : 14078 (java) R 14076 14063 13297 0 -1 64 9505 0 1 0 8834 579 0 0 25 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4127061834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14079] ppid=14076 vsize=868508 CPUtime=4.26
/proc/14077/task/14079/stat : 14079 (java) S 14076 14063 13297 0 -1 64 10931 0 0 0 379 47 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14080/stat : 14080 (java) S 14076 14063 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14081/stat : 14081 (java) S 14076 14063 13297 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14076 vsize=868508 CPUtime=0.33
/proc/14077/task/14083/stat : 14083 (java) S 14076 14063 13297 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.7
Current children cumulated vsize (KiB) 890604

[startup+162.303 s]
/proc/loadavg: 2.23 2.11 2.00 3/85 14085
/proc/meminfo: memFree=103496/2055920 swapFree=4176544/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.95
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1297 7889 0 1 5 2 83 5 16 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
[pid=14076] ppid=14063 vsize=5356 CPUtime=0
/proc/14076/stat : 14076 (sh) S 14063 14063 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34897495 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14076/statm: 1339 233 193 169 0 50 0
[pid=14077] ppid=14076 vsize=868508 CPUtime=156.93
/proc/14077/stat : 14077 (java) S 14076 14063 13297 0 -1 0 26980 0 1 0 14589 1104 0 0 19 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14077/statm: 217127 15012 2567 9 0 211674 0
[pid=14077/tid=14078] ppid=14076 vsize=868508 CPUtime=150.24
/proc/14077/task/14078/stat : 14078 (java) R 14076 14063 13297 0 -1 64 13819 0 1 0 13998 1026 0 0 25 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4126479810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14079] ppid=14076 vsize=868508 CPUtime=6.33
/proc/14077/task/14079/stat : 14079 (java) S 14076 14063 13297 0 -1 64 10931 0 0 0 558 75 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14080/stat : 14080 (java) S 14076 14063 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14081/stat : 14081 (java) S 14076 14063 13297 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14076 vsize=868508 CPUtime=0.33
/proc/14077/task/14083/stat : 14083 (java) S 14076 14063 13297 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.88
Current children cumulated vsize (KiB) 890604

[startup+222.302 s]
/proc/loadavg: 2.43 2.18 2.02 4/92 14123
/proc/meminfo: memFree=15000/2055920 swapFree=4177576/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.95
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1297 7889 0 1 5 2 83 5 16 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
[pid=14076] ppid=14063 vsize=5356 CPUtime=0
/proc/14076/stat : 14076 (sh) S 14063 14063 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34897495 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14076/statm: 1339 233 193 169 0 50 0
[pid=14077] ppid=14076 vsize=868508 CPUtime=214.72
/proc/14077/stat : 14077 (java) S 14076 14063 13297 0 -1 0 31263 0 1 0 19897 1575 0 0 19 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14077/statm: 217127 15012 2567 9 0 211674 0
[pid=14077/tid=14078] ppid=14076 vsize=868508 CPUtime=205.99
/proc/14077/task/14078/stat : 14078 (java) R 14076 14063 13297 0 -1 64 18102 0 1 0 19132 1467 0 0 25 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14079] ppid=14076 vsize=868508 CPUtime=8.37
/proc/14077/task/14079/stat : 14079 (java) S 14076 14063 13297 0 -1 64 10931 0 0 0 732 105 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14077/tid=14080] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14080/stat : 14080 (java) S 14076 14063 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14081/stat : 14081 (java) S 14076 14063 13297 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14076 vsize=868508 CPUtime=0.33
/proc/14077/task/14083/stat : 14083 (java) S 14076 14063 13297 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.67
Current children cumulated vsize (KiB) 890604

Solver just ended. Dumping a history of the last processes samples

[startup+224.301 s]
/proc/loadavg: 2.43 2.18 2.02 4/92 14123
/proc/meminfo: memFree=16216/2055920 swapFree=4177576/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=0.95
/proc/14063/stat : 14063 (sugar++) S 14061 14063 13297 0 -1 4194304 1297 7889 0 1 5 2 83 5 16 0 1 0 34897391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14063/statm: 4185 1104 409 3 0 764 0
[pid=14076] ppid=14063 vsize=5356 CPUtime=0
/proc/14076/stat : 14076 (sh) S 14063 14063 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34897495 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14076/statm: 1339 233 193 169 0 50 0
[pid=14077] ppid=14076 vsize=868508 CPUtime=216.45
/proc/14077/stat : 14077 (java) S 14076 14063 13297 0 -1 0 31389 0 1 0 20058 1587 0 0 19 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14077/statm: 217127 15012 2567 9 0 211674 0
[pid=14077/tid=14078] ppid=14076 vsize=868508 CPUtime=207.67
/proc/14077/task/14078/stat : 14078 (java) R 14076 14063 13297 0 -1 64 18228 0 1 0 19289 1478 0 0 25 0 9 0 34897496 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14079] ppid=14076 vsize=868508 CPUtime=8.43
/proc/14077/task/14079/stat : 14079 (java) S 14076 14063 13297 0 -1 64 10931 0 0 0 737 106 0 0 15 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14080] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14080/stat : 14080 (java) S 14076 14063 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14081] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14081/stat : 14081 (java) S 14076 14063 13297 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34897498 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14082] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14082/stat : 14082 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14083] ppid=14076 vsize=868508 CPUtime=0.33
/proc/14077/task/14083/stat : 14083 (java) S 14076 14063 13297 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14084] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14084/stat : 14084 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14077/tid=14085] ppid=14076 vsize=868508 CPUtime=0
/proc/14077/task/14085/stat : 14085 (java) S 14076 14063 13297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34897500 889352192 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.4
Current children cumulated vsize (KiB) 890604

[startup+225.965 s]
/proc/loadavg: 2.39 2.18 2.02 4/82 14123
/proc/meminfo: memFree=1509224/2055920 swapFree=4177576/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=219
/proc/14063/stat : 14063 (sugar++) D 14061 14063 13297 0 -1 4194304 1320 39627 0 2 5 85 20210 1600 17 0 1 0 34897391 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14063/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 219
Current children cumulated vsize (KiB) 16740

[startup+226.702 s]
/proc/loadavg: 2.39 2.18 2.02 4/82 14123
/proc/meminfo: memFree=1509224/2055920 swapFree=4177576/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=219.07
/proc/14063/stat : 14063 (sugar++) D 14061 14063 13297 0 -1 4194304 1320 39627 0 2 5 92 20210 1600 15 0 1 0 34897391 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14063/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 219.07
Current children cumulated vsize (KiB) 16740

[startup+226.901 s]
/proc/loadavg: 2.39 2.18 2.02 2/82 14123
/proc/meminfo: memFree=1644136/2055920 swapFree=4177576/4192956
[pid=14063] ppid=14061 vsize=16740 CPUtime=219.09
/proc/14063/stat : 14063 (sugar++) D 14061 14063 13297 0 -1 4194304 1320 39627 0 2 5 94 20210 1600 15 0 1 0 34897391 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14063/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 219.09
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 226.936
CPU time (s): 219.111
CPU user time (s): 202.159
CPU system time (s): 16.9514
CPU usage (%): 96.5519
Max. virtual memory (cumulated for all children) (KiB): 890996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.159
system time used= 16.9514
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41003
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= 111515
involuntary context switches= 116143

runsolver used 0.305953 second user time and 0.821875 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-11 15:12:33
IDJOB=1108395
IDBENCH=60714
IDSOLVER=367
FILE ID=node31/1108395-1215781953
PBS_JOBID= 7903132
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-13_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108395-1215781953/watcher-1108395-1215781953 -o /tmp/evaluation-result-1108395-1215781953/solver-1108395-1215781953 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1108395-1215781953.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 449c5198a410e7a374498cb58b914070
RANDOM SEED=1323410643

node31.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
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.236
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:       1839360 kB
Buffers:         25064 kB
Cached:         110036 kB
SwapCached:      10012 kB
Active:         120412 kB
Inactive:        56128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839360 kB
SwapTotal:     4192956 kB
SwapFree:      4176544 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:          46204 kB
Slab:            24868 kB
Committed_AS:   159972 kB
PageTables:       1972 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66428 MiB
End job on node31 at 2008-07-11 15:16:20