Trace number 1108411

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? 214.737 221.306

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-10_ext.xml
MD5SUM17234ef07ba087d786389b1270482cb7
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
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.03/0.18	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.18	c 0	BEGIN Fri Jul 11 15:12:46 2008
0.03/0.18	c 0	PID 10726
0.03/0.18	c 0	HOST node6.alineos.net
0.03/0.18	c 0	CONVERTING HOME/instance-1108411-1215781966.xml TO HOME/temp.csp
0.03/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108411-1215781966.xml' 'HOME/temp.csp'
0.86/1.09	c 1	26 domains, 625 variables, 0 predicates, 26 relations, 10142 constraints
0.94/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.94/1.13	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.21	c 1	Parsing HOME/temp.csp
0.95/1.64	c 2	parsed 10000 expressions
0.95/1.65	c 2	parsed 10819 expressions
0.95/1.66	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.77	c 2	MAX CSP: 10142 constraints
0.95/1.77	c 2	Converting to clausal form CSP
0.95/1.97	c 2	converted 2097 (10%) expressions
1.90/2.12	c 2	converted 4193 (20%) expressions
1.90/2.17	c 2	converted 6290 (30%) expressions
1.99/2.30	c 2	converted 8386 (40%) expressions
2.09/2.34	c 3	converted 10482 (50%) expressions
2.09/2.38	c 3	converted 12579 (60%) expressions
2.19/2.44	c 3	converted 14675 (70%) expressions
2.19/2.48	c 3	converted 16772 (80%) expressions
2.29/2.52	c 3	converted 18868 (90%) expressions
3.28/3.57	c 4	converted 20964 (100%) expressions
3.28/3.57	c 4	CSP : 20909 integers, 0 booleans, 30425 clauses, largest domain size 15214
3.28/3.57	c 4	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.57	c 4	Propagation in CSP
3.87/4.14	c 4	10133 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.87/4.15	c 4	CSP : 20909 integers, 0 booleans, 30425 clauses, largest domain size 10143
3.87/4.15	c 4	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.87/4.16	c 4	Simplifing CSP by introducing new Boolean variables
3.87/4.18	c 4	CSP : 20909 integers, 0 booleans, 30425 clauses, largest domain size 10143
3.87/4.18	c 4	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.17/4.41	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.17/4.46	c 5	2091 (10%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
4.17/4.46	c 5	4182 (20%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
4.17/4.47	c 5	6273 (30%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
4.17/4.47	c 5	8364 (40%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
4.17/4.47	c 5	10455 (50%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
4.26/4.51	c 5	12546 (60%) CSP integer variables are encoded (31592 clauses, 459679 bytes)
4.26/4.54	c 5	14637 (70%) CSP integer variables are encoded (54722 clauses, 806629 bytes)
4.47/4.73	c 5	16728 (80%) CSP integer variables are encoded (202488 clauses, 3258562 bytes)
4.47/4.76	c 5	18819 (90%) CSP integer variables are encoded (224975 clauses, 3640841 bytes)
4.56/4.80	c 5	20909 (100%) CSP integer variables are encoded (253390 clauses, 4123896 bytes)
4.87/5.10	c 5	3043 (10%) CSP clauses are encoded (274985 clauses, 4683104 bytes)
5.06/5.34	c 6	6085 (20%) CSP clauses are encoded (296459 clauses, 5301221 bytes)
5.26/5.59	c 6	9128 (30%) CSP clauses are encoded (317262 clauses, 5903413 bytes)
6.34/6.65	c 7	12170 (40%) CSP clauses are encoded (845576 clauses, 17196712 bytes)
17.10/17.54	c 18	15213 (50%) CSP clauses are encoded (6810759 clauses, 145186645 bytes)
20.15/20.64	c 21	18255 (60%) CSP clauses are encoded (8478726 clauses, 180851711 bytes)
213.71/219.57	c 220	ERROR Exception Too large HOME/temp.cnf
213.71/219.60	c 220	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
213.71/219.60	c 220	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
213.71/219.60	c 220	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
213.71/219.60	s UNKNOWN
213.78/219.67	c 220	CPU 198.14 (0.05 0.02 198.09 15.64)
213.78/219.67	c 220	END Fri Jul 11 15:16:26 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-1108411-1215781966/watcher-1108411-1215781966 -o /tmp/evaluation-result-1108411-1215781966/solver-1108411-1215781966 -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-1108411-1215781966.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.00 2.00 1.91 4/74 10726
/proc/meminfo: memFree=1687908/2055924 swapFree=4131992/4192956
[pid=10726] ppid=10724 vsize=4708 CPUtime=0
/proc/10726/stat : 10726 (sugar++) R 10724 10726 10326 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 34899839 4820992 41 996147200 4194304 4206940 548682068528 18446744073709551615 268580225744 0 0 4096 0 0 0 0 17 1 0 0
/proc/10726/statm: 1177 41 31 3 0 8 0

[startup+0.0923311 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 10726
/proc/meminfo: memFree=1687908/2055924 swapFree=4131992/4192956
[pid=10726] ppid=10724 vsize=13468 CPUtime=0.03
/proc/10726/stat : 10726 (sugar++) D 10724 10726 10326 0 -1 4194304 753 0 0 0 2 1 0 0 18 0 1 0 34899839 13791232 721 996147200 4194304 4206940 548682068528 18446744073709551615 268591741950 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/10726/statm: 3367 721 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.102329 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 10726
/proc/meminfo: memFree=1687908/2055924 swapFree=4131992/4192956
[pid=10726] ppid=10724 vsize=13468 CPUtime=0.03
/proc/10726/stat : 10726 (sugar++) D 10724 10726 10326 0 -1 4194304 756 0 0 0 2 1 0 0 18 0 1 0 34899839 13791232 724 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/10726/statm: 3367 724 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.301361 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 10726
/proc/meminfo: memFree=1687908/2055924 swapFree=4131992/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.07
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701406 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 10726
/proc/meminfo: memFree=1687908/2055924 swapFree=4131992/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.07
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.5015 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 10738
/proc/meminfo: memFree=1668684/2055924 swapFree=4131992/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.95
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1297 7891 0 1 5 2 83 5 15 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 16740

[startup+3.10441 s]
/proc/loadavg: 2.16 2.03 1.93 4/85 10748
/proc/meminfo: memFree=1664460/2055924 swapFree=4131992/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.95
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1297 7891 0 1 5 2 83 5 15 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
[pid=10739] ppid=10726 vsize=5356 CPUtime=0
/proc/10739/stat : 10739 (sh) S 10726 10726 10326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34899952 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10739/statm: 1339 233 193 169 0 50 0
[pid=10740] ppid=10739 vsize=868412 CPUtime=1.94
/proc/10740/stat : 10740 (java) S 10739 10726 10326 0 -1 0 13565 0 1 0 188 6 0 0 18 0 9 0 34899953 889253888 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10740/statm: 217103 12528 2540 9 0 211678 0
[pid=10740/tid=10741] ppid=10739 vsize=868412 CPUtime=1.06
/proc/10740/task/10741/stat : 10741 (java) R 10739 10726 10326 0 -1 64 2915 0 1 0 105 1 0 0 25 0 9 0 34899954 889253888 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10742] ppid=10739 vsize=868412 CPUtime=0.63
/proc/10740/task/10742/stat : 10742 (java) S 10739 10726 10326 0 -1 64 8476 0 0 0 60 3 0 0 15 0 9 0 34899955 889253888 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10743] ppid=10739 vsize=868412 CPUtime=0
/proc/10740/task/10743/stat : 10743 (java) S 10739 10726 10326 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34899955 889253888 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10744] ppid=10739 vsize=868412 CPUtime=0
/proc/10740/task/10744/stat : 10744 (java) S 10739 10726 10326 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34899955 889253888 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10745] ppid=10739 vsize=868412 CPUtime=0
/proc/10740/task/10745/stat : 10745 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34899957 889253888 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10746] ppid=10739 vsize=868412 CPUtime=0.22
/proc/10740/task/10746/stat : 10746 (java) S 10739 10726 10326 0 -1 64 1478 0 0 0 22 0 0 0 16 0 9 0 34899957 889253888 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10747] ppid=10739 vsize=868412 CPUtime=0
/proc/10740/task/10747/stat : 10747 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34899957 889253888 12528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10748] ppid=10739 vsize=868412 CPUtime=0
/proc/10740/task/10748/stat : 10748 (java) S 10739 10726 10326 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 34899957 889253888 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.89
Current children cumulated vsize (KiB) 890508

[startup+6.30206 s]
/proc/loadavg: 2.16 2.03 1.93 3/85 10748
/proc/meminfo: memFree=1628300/2055924 swapFree=4131992/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.95
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1297 7891 0 1 5 2 83 5 15 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
[pid=10739] ppid=10726 vsize=5356 CPUtime=0
/proc/10739/stat : 10739 (sh) S 10726 10726 10326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34899952 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10739/statm: 1339 233 193 169 0 50 0
[pid=10740] ppid=10739 vsize=868524 CPUtime=5.1
/proc/10740/stat : 10740 (java) S 10739 10726 10326 0 -1 0 16494 0 1 0 492 18 0 0 18 0 9 0 34899953 889368576 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10740/statm: 217131 15011 2567 9 0 211678 0
[pid=10740/tid=10741] ppid=10739 vsize=868524 CPUtime=3.48
/proc/10740/task/10741/stat : 10741 (java) R 10739 10726 10326 0 -1 64 3354 0 1 0 338 10 0 0 25 0 9 0 34899954 889368576 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4126478632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10742] ppid=10739 vsize=868524 CPUtime=1.27
/proc/10740/task/10742/stat : 10742 (java) S 10739 10726 10326 0 -1 64 10908 0 0 0 122 5 0 0 16 0 9 0 34899955 889368576 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10743] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10743/stat : 10743 (java) S 10739 10726 10326 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34899955 889368576 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10744] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10744/stat : 10744 (java) S 10739 10726 10326 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34899955 889368576 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10745] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10745/stat : 10745 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34899957 889368576 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10746] ppid=10739 vsize=868524 CPUtime=0.32
/proc/10740/task/10746/stat : 10746 (java) S 10739 10726 10326 0 -1 64 1536 0 0 0 32 0 0 0 16 0 9 0 34899957 889368576 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10747] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10747/stat : 10747 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34899957 889368576 15011 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10748] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10748/stat : 10748 (java) S 10739 10726 10326 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 34899957 889368576 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.05
Current children cumulated vsize (KiB) 890620

[startup+12.7028 s]
/proc/loadavg: 2.13 2.03 1.93 3/85 10748
/proc/meminfo: memFree=1553100/2055924 swapFree=4131992/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.95
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1297 7891 0 1 5 2 83 5 16 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
[pid=10739] ppid=10726 vsize=5356 CPUtime=0
/proc/10739/stat : 10739 (sh) S 10726 10726 10326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34899952 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10739/statm: 1339 233 193 169 0 50 0
[pid=10740] ppid=10739 vsize=868524 CPUtime=11.42
/proc/10740/stat : 10740 (java) S 10739 10726 10326 0 -1 0 16963 0 1 0 1076 66 0 0 18 0 9 0 34899953 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10740/statm: 217131 15012 2567 9 0 211678 0
[pid=10740/tid=10741] ppid=10739 vsize=868524 CPUtime=9.58
/proc/10740/task/10741/stat : 10741 (java) R 10739 10726 10326 0 -1 64 3822 0 1 0 903 55 0 0 25 0 9 0 34899954 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4127065432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10742] ppid=10739 vsize=868524 CPUtime=1.49
/proc/10740/task/10742/stat : 10742 (java) S 10739 10726 10326 0 -1 64 10908 0 0 0 140 9 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10743] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10743/stat : 10743 (java) S 10739 10726 10326 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10744] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10744/stat : 10744 (java) S 10739 10726 10326 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10745] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10745/stat : 10745 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10746] ppid=10739 vsize=868524 CPUtime=0.33
/proc/10740/task/10746/stat : 10746 (java) S 10739 10726 10326 0 -1 64 1537 0 0 0 32 1 0 0 16 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10747] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10747/stat : 10747 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10748] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10748/stat : 10748 (java) S 10739 10726 10326 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 34899957 889368576 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.37
Current children cumulated vsize (KiB) 890620

[startup+25.5023 s]
/proc/loadavg: 2.11 2.03 1.93 3/85 10748
/proc/meminfo: memFree=1440460/2055924 swapFree=4131992/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.95
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1297 7891 0 1 5 2 83 5 16 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
[pid=10739] ppid=10726 vsize=5356 CPUtime=0
/proc/10739/stat : 10739 (sh) S 10726 10726 10326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34899952 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10739/statm: 1339 233 193 169 0 50 0
[pid=10740] ppid=10739 vsize=868524 CPUtime=24.03
/proc/10740/stat : 10740 (java) S 10739 10726 10326 0 -1 0 17713 0 1 0 2262 141 0 0 18 0 9 0 34899953 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10740/statm: 217131 15012 2567 9 0 211678 0
[pid=10740/tid=10741] ppid=10739 vsize=868524 CPUtime=21.78
/proc/10740/task/10741/stat : 10741 (java) R 10739 10726 10326 0 -1 64 4572 0 1 0 2054 124 0 0 25 0 9 0 34899954 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4126917015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10742] ppid=10739 vsize=868524 CPUtime=1.9
/proc/10740/task/10742/stat : 10742 (java) S 10739 10726 10326 0 -1 64 10908 0 0 0 175 15 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10743] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10743/stat : 10743 (java) S 10739 10726 10326 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10744] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10744/stat : 10744 (java) S 10739 10726 10326 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10745] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10745/stat : 10745 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10746] ppid=10739 vsize=868524 CPUtime=0.33
/proc/10740/task/10746/stat : 10746 (java) S 10739 10726 10326 0 -1 64 1537 0 0 0 32 1 0 0 16 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10747] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10747/stat : 10747 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10748] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10748/stat : 10748 (java) S 10739 10726 10326 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 890620

[startup+51.1023 s]
/proc/loadavg: 2.15 2.04 1.93 3/85 10748
/proc/meminfo: memFree=1284812/2055924 swapFree=4131992/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.95
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1297 7891 0 1 5 2 83 5 16 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
[pid=10739] ppid=10726 vsize=5356 CPUtime=0
/proc/10739/stat : 10739 (sh) S 10726 10726 10326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34899952 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10739/statm: 1339 233 193 169 0 50 0
[pid=10740] ppid=10739 vsize=868524 CPUtime=49.21
/proc/10740/stat : 10740 (java) S 10739 10726 10326 0 -1 0 18962 0 1 0 4673 248 0 0 18 0 9 0 34899953 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/10740/statm: 217131 15012 2567 9 0 211678 0
[pid=10740/tid=10741] ppid=10739 vsize=868524 CPUtime=166.49
/proc/10740/task/10741/stat : 10741 (java) R 10739 10726 10326 0 -1 64 15413 0 1 0 15481 1168 0 0 25 0 9 0 34899954 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4126917157 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10742] ppid=10739 vsize=868524 CPUtime=6.86
/proc/10740/task/10742/stat : 10742 (java) S 10739 10726 10326 0 -1 64 10908 0 0 0 595 91 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10743] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10743/stat : 10743 (java) S 10739 10726 10326 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10744] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10744/stat : 10744 (java) S 10739 10726 10326 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10745] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10745/stat : 10745 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10746] ppid=10739 vsize=868524 CPUtime=0.33
/proc/10740/task/10746/stat : 10746 (java) S 10739 10726 10326 0 -1 64 1537 0 0 0 32 1 0 0 16 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10747] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10747/stat : 10747 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10748] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10748/stat : 10748 (java) S 10739 10726 10326 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.66
Current children cumulated vsize (KiB) 890620

[startup+204.702 s]
/proc/loadavg: 3.10 2.50 2.12 3/92 10787
/proc/meminfo: memFree=15116/2055924 swapFree=4180896/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.95
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1297 7891 0 1 5 2 83 5 16 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
[pid=10739] ppid=10726 vsize=5356 CPUtime=0
/proc/10739/stat : 10739 (sh) S 10726 10726 10326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34899952 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10739/statm: 1339 233 193 169 0 50 0
[pid=10740] ppid=10739 vsize=868524 CPUtime=198.41
/proc/10740/stat : 10740 (java) S 10739 10726 10326 0 -1 0 30355 0 1 0 18395 1446 0 0 18 0 9 0 34899953 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10740/statm: 217131 15012 2567 9 0 211678 0
[pid=10740/tid=10741] ppid=10739 vsize=868524 CPUtime=190.37
/proc/10740/task/10741/stat : 10741 (java) R 10739 10726 10326 0 -1 64 17214 0 1 0 17696 1341 0 0 25 0 9 0 34899954 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4126577786 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10742] ppid=10739 vsize=868524 CPUtime=7.68
/proc/10740/task/10742/stat : 10742 (java) S 10739 10726 10326 0 -1 64 10908 0 0 0 665 103 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10743] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10743/stat : 10743 (java) S 10739 10726 10326 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10744] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10744/stat : 10744 (java) S 10739 10726 10326 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10745] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10745/stat : 10745 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10746] ppid=10739 vsize=868524 CPUtime=0.33
/proc/10740/task/10746/stat : 10746 (java) S 10739 10726 10326 0 -1 64 1537 0 0 0 32 1 0 0 16 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10747] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10747/stat : 10747 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10748] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10748/stat : 10748 (java) S 10739 10726 10326 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.36
Current children cumulated vsize (KiB) 890620

[startup+211.103 s]
/proc/loadavg: 3.09 2.51 2.12 3/92 10787
/proc/meminfo: memFree=15052/2055924 swapFree=4180896/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.95
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1297 7891 0 1 5 2 83 5 16 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
[pid=10739] ppid=10726 vsize=5356 CPUtime=0
/proc/10739/stat : 10739 (sh) S 10726 10726 10326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34899952 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10739/statm: 1339 233 193 169 0 50 0
[pid=10740] ppid=10739 vsize=868524 CPUtime=204.6
/proc/10740/stat : 10740 (java) S 10739 10726 10326 0 -1 0 30805 0 1 0 18967 1493 0 0 18 0 9 0 34899953 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10740/statm: 217131 15012 2567 9 0 211678 0
[pid=10740/tid=10741] ppid=10739 vsize=868524 CPUtime=196.36
/proc/10740/task/10741/stat : 10741 (java) R 10739 10726 10326 0 -1 64 17664 0 1 0 18251 1385 0 0 25 0 9 0 34899954 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4126569704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10742] ppid=10739 vsize=868524 CPUtime=7.88
/proc/10740/task/10742/stat : 10742 (java) S 10739 10726 10326 0 -1 64 10908 0 0 0 682 106 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10743] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10743/stat : 10743 (java) S 10739 10726 10326 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10744] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10744/stat : 10744 (java) S 10739 10726 10326 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10745] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10745/stat : 10745 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10746] ppid=10739 vsize=868524 CPUtime=0.33
/proc/10740/task/10746/stat : 10746 (java) S 10739 10726 10326 0 -1 64 1537 0 0 0 32 1 0 0 16 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10747] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10747/stat : 10747 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10748] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10748/stat : 10748 (java) S 10739 10726 10326 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.55
Current children cumulated vsize (KiB) 890620

[startup+217.503 s]
/proc/loadavg: 3.08 2.53 2.13 3/92 10787
/proc/meminfo: memFree=15052/2055924 swapFree=4180896/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.95
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1297 7891 0 1 5 2 83 5 16 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
[pid=10739] ppid=10726 vsize=5356 CPUtime=0
/proc/10739/stat : 10739 (sh) S 10726 10726 10326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34899952 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10739/statm: 1339 233 193 169 0 50 0
[pid=10740] ppid=10739 vsize=868524 CPUtime=210.8
/proc/10740/stat : 10740 (java) S 10739 10726 10326 0 -1 0 31255 0 1 0 19538 1542 0 0 18 0 9 0 34899953 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10740/statm: 217131 15012 2567 9 0 211678 0
[pid=10740/tid=10741] ppid=10739 vsize=868524 CPUtime=202.36
/proc/10740/task/10741/stat : 10741 (java) R 10739 10726 10326 0 -1 64 18114 0 1 0 18805 1431 0 0 25 0 9 0 34899954 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4126569729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10742] ppid=10739 vsize=868524 CPUtime=8.08
/proc/10740/task/10742/stat : 10742 (java) S 10739 10726 10326 0 -1 64 10908 0 0 0 699 109 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10743] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10743/stat : 10743 (java) S 10739 10726 10326 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10744] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10744/stat : 10744 (java) S 10739 10726 10326 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10745] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10745/stat : 10745 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10746] ppid=10739 vsize=868524 CPUtime=0.33
/proc/10740/task/10746/stat : 10746 (java) S 10739 10726 10326 0 -1 64 1537 0 0 0 32 1 0 0 16 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10747] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10747/stat : 10747 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10748] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10748/stat : 10748 (java) S 10739 10726 10326 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.75
Current children cumulated vsize (KiB) 890620

[startup+219.103 s]
/proc/loadavg: 3.08 2.53 2.13 3/92 10787
/proc/meminfo: memFree=15244/2055924 swapFree=4180896/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=0.95
/proc/10726/stat : 10726 (sugar++) S 10724 10726 10326 0 -1 4194304 1297 7891 0 1 5 2 83 5 16 0 1 0 34899839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10726/statm: 4185 1104 409 3 0 764 0
[pid=10739] ppid=10726 vsize=5356 CPUtime=0
/proc/10739/stat : 10739 (sh) S 10726 10726 10326 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34899952 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10739/statm: 1339 233 193 169 0 50 0
[pid=10740] ppid=10739 vsize=868524 CPUtime=212.36
/proc/10740/stat : 10740 (java) S 10739 10726 10326 0 -1 0 31370 0 1 0 19682 1554 0 0 18 0 9 0 34899953 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10740/statm: 217131 15012 2567 9 0 211678 0
[pid=10740/tid=10741] ppid=10739 vsize=868524 CPUtime=203.87
/proc/10740/task/10741/stat : 10741 (java) R 10739 10726 10326 0 -1 64 18229 0 1 0 18945 1442 0 0 25 0 9 0 34899954 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4126569661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10742] ppid=10739 vsize=868524 CPUtime=8.14
/proc/10740/task/10742/stat : 10742 (java) S 10739 10726 10326 0 -1 64 10908 0 0 0 704 110 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10743] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10743/stat : 10743 (java) S 10739 10726 10326 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10744] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10744/stat : 10744 (java) S 10739 10726 10326 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34899955 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10745] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10745/stat : 10745 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10746] ppid=10739 vsize=868524 CPUtime=0.33
/proc/10740/task/10746/stat : 10746 (java) S 10739 10726 10326 0 -1 64 1537 0 0 0 32 1 0 0 16 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10747] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10747/stat : 10747 (java) S 10739 10726 10326 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10740/tid=10748] ppid=10739 vsize=868524 CPUtime=0
/proc/10740/task/10748/stat : 10748 (java) S 10739 10726 10326 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 34899957 889368576 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.31
Current children cumulated vsize (KiB) 890620

[startup+220.702 s]
/proc/loadavg: 3.08 2.53 2.13 3/82 10787
/proc/meminfo: memFree=500764/2055924 swapFree=4180896/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=214.65
/proc/10726/stat : 10726 (sugar++) D 10724 10726 10326 0 -1 4194304 1320 39590 0 2 5 87 19809 1564 15 0 1 0 34899839 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10726/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 214.65
Current children cumulated vsize (KiB) 16740

[startup+221.106 s]
/proc/loadavg: 3.08 2.53 2.13 2/82 10787
/proc/meminfo: memFree=1626012/2055924 swapFree=4180896/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=214.69
/proc/10726/stat : 10726 (sugar++) D 10724 10726 10326 0 -1 4194304 1320 39590 0 2 5 91 19809 1564 15 0 1 0 34899839 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10726/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 214.69
Current children cumulated vsize (KiB) 16740

[startup+221.301 s]
/proc/loadavg: 3.08 2.53 2.13 2/82 10787
/proc/meminfo: memFree=1626012/2055924 swapFree=4180896/4192956
[pid=10726] ppid=10724 vsize=16740 CPUtime=214.71
/proc/10726/stat : 10726 (sugar++) R 10724 10726 10326 0 -1 4194304 1320 39590 0 2 5 93 19809 1564 15 0 1 0 34899839 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/10726/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 214.71
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 221.306
CPU time (s): 214.737
CPU user time (s): 198.159
CPU system time (s): 16.5785
CPU usage (%): 97.0319
Max. virtual memory (cumulated for all children) (KiB): 891012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.159
system time used= 16.5785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40966
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= 112075
involuntary context switches= 116637

runsolver used 0.271958 second user time and 0.810876 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-11 15:12:46
IDJOB=1108411
IDBENCH=60716
IDSOLVER=367
FILE ID=node6/1108411-1215781966
PBS_JOBID= 7903182
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-10_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-1108411-1215781966/watcher-1108411-1215781966 -o /tmp/evaluation-result-1108411-1215781966/solver-1108411-1215781966 -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-1108411-1215781966.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17234ef07ba087d786389b1270482cb7
RANDOM SEED=510321632

node6.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.232
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.232
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:      2055924 kB
MemFree:       1688452 kB
Buffers:         31080 kB
Cached:         200660 kB
SwapCached:      55832 kB
Active:         154924 kB
Inactive:       173312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1688452 kB
SwapTotal:     4192956 kB
SwapFree:      4131992 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          53364 kB
Slab:            24540 kB
Committed_AS:   130916 kB
PageTables:       1972 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= 66436 MiB
End job on node6 at 2008-07-11 15:16:28