Trace number 1109941

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? 182.549 831.307

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-bf-1355-638.xml
MD5SUMbddb728f1bba9acd4b4d127996acf647
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark86.5029
Satisfiable
(Un)Satisfiability was proved
Number of variables4354
Number of constraints8940
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.06	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Thu Aug  7 20:17:55 2008
0.00/0.07	c 0	PID 14439
0.00/0.07	c 0	HOST node86.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1109941-1218133074.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109941-1218133074.xml' 'HOME/temp.csp'
0.06/1.10	c 1	3 domains, 4354 variables, 6 predicates, 0 relations, 8940 constraints
1.08/1.11	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.08/1.11	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'
1.08/1.18	c 1	Parsing HOME/temp.csp
1.10/1.44	c 1	parsed 10000 expressions
1.10/1.51	c 1	parsed 13303 expressions
1.10/1.51	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.61	c 1	MAX CSP: 8940 constraints
1.10/1.61	c 1	Converting to clausal form CSP
1.10/1.65	c 1	converted 2225 (10%) expressions
1.10/1.67	c 1	converted 4450 (20%) expressions
1.10/1.83	c 2	converted 6674 (30%) expressions
1.10/1.87	c 2	converted 8899 (40%) expressions
1.10/1.91	c 2	converted 11123 (50%) expressions
1.10/1.94	c 2	converted 13348 (60%) expressions
1.10/1.98	c 2	converted 15573 (70%) expressions
1.10/2.02	c 2	converted 17797 (80%) expressions
1.10/2.05	c 2	converted 20022 (90%) expressions
3.06/2.92	c 3	converted 22246 (100%) expressions
3.06/2.92	c 3	CSP : 22234 integers, 0 booleans, 25139 clauses, largest domain size 13411
3.06/2.92	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.06/2.92	c 3	Propagation in CSP
3.36/3.23	c 3	8933 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.36/3.23	c 3	CSP : 22234 integers, 0 booleans, 25139 clauses, largest domain size 8941
3.36/3.23	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.36/3.25	c 3	Simplifing CSP by introducing new Boolean variables
3.36/3.26	c 3	CSP : 22234 integers, 0 booleans, 25139 clauses, largest domain size 8941
3.36/3.26	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.46/3.38	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.55/3.42	c 3	2224 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.55/3.42	c 3	4447 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.55/3.42	c 3	6671 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.55/3.43	c 3	8894 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.55/3.43	c 3	11117 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.55/3.45	c 3	13341 (60%) CSP integer variables are encoded (9115 clauses, 136789 bytes)
3.65/3.59	c 3	15564 (70%) CSP integer variables are encoded (134628 clauses, 2118027 bytes)
3.75/3.63	c 3	17788 (80%) CSP integer variables are encoded (166214 clauses, 2654989 bytes)
3.75/3.66	c 3	20011 (90%) CSP integer variables are encoded (188899 clauses, 3040634 bytes)
3.86/3.70	c 3	22234 (100%) CSP integer variables are encoded (216064 clauses, 3502439 bytes)
3.86/3.77	c 3	2514 (10%) CSP clauses are encoded (218578 clauses, 3547918 bytes)
3.86/3.79	c 3	5028 (20%) CSP clauses are encoded (221092 clauses, 3596348 bytes)
3.96/3.86	c 4	7542 (30%) CSP clauses are encoded (244808 clauses, 4104369 bytes)
6.25/6.17	c 6	10056 (40%) CSP clauses are encoded (1577578 clauses, 32590716 bytes)
91.48/235.97	c 236	12570 (50%) CSP clauses are encoded (40544858 clauses, 947817808 bytes)
94.22/238.74	c 238	15084 (60%) CSP clauses are encoded (42034408 clauses, 984104808 bytes)
140.28/729.16	c 729	17598 (70%) CSP clauses are encoded (80813932 clauses, 1933823273 bytes)
140.28/731.62	c 731	20112 (80%) CSP clauses are encoded (82146130 clauses, 1966263504 bytes)
140.28/739.90	c 740	22626 (90%) CSP clauses are encoded (85939542 clauses, 2058974039 bytes)
140.28/748.19	c 748	ERROR Exception Too large HOME/temp.cnf
140.28/748.19	c 748	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
140.28/748.19	c 748	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
140.28/748.19	c 748	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
140.28/748.19	s UNKNOWN
140.28/748.87	c 749	CPU 166.56 (0.05 0.02 166.51 15.1)
140.28/748.87	c 749	END Thu Aug  7 20:30:24 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-1109941-1218133074/watcher-1109941-1218133074 -o /tmp/evaluation-result-1109941-1218133074/solver-1109941-1218133074 -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-1109941-1218133074.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: 0.97 0.46 0.25 4/83 14439
/proc/meminfo: memFree=198884/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=12272 CPUtime=0
/proc/14439/stat : 14439 (sugar++) R 14437 14439 14230 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 140392227 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 240162749438 0 0 4224 0 0 0 0 17 0 0 0
/proc/14439/statm: 3068 364 274 3 0 168 0

[startup+0.103992 s]
/proc/loadavg: 0.97 0.46 0.25 4/83 14439
/proc/meminfo: memFree=198884/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=0.06
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.202001 s]
/proc/loadavg: 0.97 0.46 0.25 4/83 14439
/proc/meminfo: memFree=198884/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=0.06
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302005 s]
/proc/loadavg: 0.97 0.46 0.25 4/83 14439
/proc/meminfo: memFree=198884/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=0.06
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701064 s]
/proc/loadavg: 0.97 0.46 0.25 4/83 14439
/proc/meminfo: memFree=198884/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=0.06
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50114 s]
/proc/loadavg: 0.97 0.46 0.25 2/94 14451
/proc/meminfo: memFree=170500/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=1.1
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1297 9669 0 1 5 2 98 5 15 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 16740

[startup+3.10233 s]
/proc/loadavg: 0.97 0.46 0.25 2/94 14461
/proc/meminfo: memFree=167236/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=1.1
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1297 9669 0 1 5 2 98 5 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
[pid=14452] ppid=14439 vsize=5356 CPUtime=0
/proc/14452/stat : 14452 (sh) S 14439 14439 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392338 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14452/statm: 1339 233 193 169 0 50 0
[pid=14453] ppid=14452 vsize=869264 CPUtime=2.17
/proc/14453/stat : 14453 (java) S 14452 14439 14230 0 -1 0 12503 0 1 0 209 8 0 0 20 0 9 0 140392339 890126336 11360 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14453/statm: 217316 11360 2541 9 0 211891 0
[pid=14453/tid=14454] ppid=14452 vsize=869264 CPUtime=1.37
/proc/14453/task/14454/stat : 14454 (java) R 14452 14439 14230 0 -1 64 2929 0 1 0 135 2 0 0 20 0 9 0 140392339 890126336 11360 996147200 134512640 134550740 4294955920 18446744073709551615 4126637936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14455] ppid=14452 vsize=869264 CPUtime=0.57
/proc/14453/task/14455/stat : 14455 (java) S 14452 14439 14230 0 -1 64 7404 0 0 0 53 4 0 0 16 0 9 0 140392340 890126336 11360 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14456] ppid=14452 vsize=869264 CPUtime=0
/proc/14453/task/14456/stat : 14456 (java) S 14452 14439 14230 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140392341 890126336 11360 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14457] ppid=14452 vsize=869264 CPUtime=0
/proc/14453/task/14457/stat : 14457 (java) S 14452 14439 14230 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392341 890126336 11360 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14458] ppid=14452 vsize=869264 CPUtime=0
/proc/14453/task/14458/stat : 14458 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890126336 11360 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14459] ppid=14452 vsize=869264 CPUtime=0.2
/proc/14453/task/14459/stat : 14459 (java) S 14452 14439 14230 0 -1 64 1473 0 0 0 20 0 0 0 16 0 9 0 140392343 890126336 11360 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14460] ppid=14452 vsize=869264 CPUtime=0
/proc/14453/task/14460/stat : 14460 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890126336 11360 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14461] ppid=14452 vsize=869264 CPUtime=0
/proc/14453/task/14461/stat : 14461 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392343 890126336 11360 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 891360

[startup+6.30268 s]
/proc/loadavg: 1.22 0.52 0.27 3/94 14461
/proc/meminfo: memFree=122116/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=1.1
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1297 9669 0 1 5 2 98 5 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
[pid=14452] ppid=14439 vsize=5356 CPUtime=0
/proc/14452/stat : 14452 (sh) S 14439 14439 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392338 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14452/statm: 1339 233 193 169 0 50 0
[pid=14453] ppid=14452 vsize=869376 CPUtime=5.34
/proc/14453/stat : 14453 (java) S 14452 14439 14230 0 -1 0 13190 0 1 0 504 30 0 0 20 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14453/statm: 217344 11435 2565 9 0 211891 0
[pid=14453/tid=14454] ppid=14452 vsize=869376 CPUtime=4.26
/proc/14453/task/14454/stat : 14454 (java) R 14452 14439 14230 0 -1 64 3379 0 1 0 404 22 0 0 25 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4126570103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14455] ppid=14452 vsize=869376 CPUtime=0.8
/proc/14453/task/14455/stat : 14455 (java) S 14452 14439 14230 0 -1 64 7607 0 0 0 74 6 0 0 16 0 9 0 140392340 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14456] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14456/stat : 14456 (java) S 14452 14439 14230 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14457] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14457/stat : 14457 (java) S 14452 14439 14230 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14458] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14458/stat : 14458 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14459] ppid=14452 vsize=869376 CPUtime=0.25
/proc/14453/task/14459/stat : 14459 (java) S 14452 14439 14230 0 -1 64 1507 0 0 0 24 1 0 0 16 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14460] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14460/stat : 14460 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14461] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14461/stat : 14461 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 891472

[startup+12.7024 s]
/proc/loadavg: 1.36 0.56 0.29 3/94 14461
/proc/meminfo: memFree=82308/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=1.1
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1297 9669 0 1 5 2 98 5 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
[pid=14452] ppid=14439 vsize=5356 CPUtime=0
/proc/14452/stat : 14452 (sh) S 14439 14439 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392338 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14452/statm: 1339 233 193 169 0 50 0
[pid=14453] ppid=14452 vsize=869376 CPUtime=11.71
/proc/14453/stat : 14453 (java) S 14452 14439 14230 0 -1 0 13481 0 1 0 1136 35 0 0 20 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14453/statm: 217344 11435 2565 9 0 211891 0
[pid=14453/tid=14454] ppid=14452 vsize=869376 CPUtime=10.51
/proc/14453/task/14454/stat : 14454 (java) R 14452 14439 14230 0 -1 64 3670 0 1 0 1025 26 0 0 25 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4127052987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14455] ppid=14452 vsize=869376 CPUtime=0.92
/proc/14453/task/14455/stat : 14455 (java) S 14452 14439 14230 0 -1 64 7607 0 0 0 85 7 0 0 16 0 9 0 140392340 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14456] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14456/stat : 14456 (java) S 14452 14439 14230 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14457] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14457/stat : 14457 (java) S 14452 14439 14230 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14458] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14458/stat : 14458 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14459] ppid=14452 vsize=869376 CPUtime=0.25
/proc/14453/task/14459/stat : 14459 (java) S 14452 14439 14230 0 -1 64 1507 0 0 0 24 1 0 0 16 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14460] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14460/stat : 14460 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14461] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14461/stat : 14461 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 891472

[startup+25.5018 s]
/proc/loadavg: 2.17 0.78 0.36 2/94 14462
/proc/meminfo: memFree=15172/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=1.1
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1297 9669 0 1 5 2 98 5 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
[pid=14452] ppid=14439 vsize=5356 CPUtime=0
/proc/14452/stat : 14452 (sh) S 14439 14439 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392338 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14452/statm: 1339 233 193 169 0 50 0
[pid=14453] ppid=14452 vsize=869376 CPUtime=23.66
/proc/14453/stat : 14453 (java) S 14452 14439 14230 0 -1 0 14292 0 1 0 2302 64 0 0 20 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14453/statm: 217344 11435 2565 9 0 211891 0
[pid=14453/tid=14454] ppid=14452 vsize=869376 CPUtime=22.19
/proc/14453/task/14454/stat : 14454 (java) D 14452 14439 14230 0 -1 64 4481 0 1 0 2168 51 0 0 25 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14453/tid=14455] ppid=14452 vsize=869376 CPUtime=1.19
/proc/14453/task/14455/stat : 14455 (java) S 14452 14439 14230 0 -1 64 7607 0 0 0 108 11 0 0 16 0 9 0 140392340 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14456] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14456/stat : 14456 (java) S 14452 14439 14230 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14457] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14457/stat : 14457 (java) S 14452 14439 14230 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14458] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14458/stat : 14458 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14459] ppid=14452 vsize=869376 CPUtime=0.25
/proc/14453/task/14459/stat : 14459 (java) S 14452 14439 14230 0 -1 64 1507 0 0 0 24 1 0 0 16 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14460] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14460/stat : 14460 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14461] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14461/stat : 14461 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 891472

[startup+51.1016 s]
/proc/loadavg: 3.33 1.15 0.49 3/101 14469
/proc/meminfo: memFree=32260/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=1.1
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1297 9669 0 1 5 2 98 5 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
[pid=14452] ppid=14439 vsize=5356 CPUtime=0
/proc/14452/stat : 14452 (sh) S 14439 14439 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392338 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14452/statm: 1339 233 193 169 0 50 0
[pid=14453] ppid=14452 vsize=869376 CPUtime=47.6
/proc/14453/stat : 14453 (java) S 14452 14439 14230 0 -1 0 17602 0 1 0 4496 264 0 0 20 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1297 9669 0 1 5 2 98 5 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
[pid=14452] ppid=14439 vsize=5356 CPUtime=0
/proc/14452/stat : 14452 (sh) S 14439 14439 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392338 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14452/statm: 1339 233 193 169 0 50 0
[pid=14453] ppid=14452 vsize=869376 CPUtime=128.21
/proc/14453/stat : 14453 (java) S 14452 14439 14230 0 -1 0 28764 0 1 0 11773 1048 0 0 20 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14453/statm: 217344 11435 2565 9 0 211891 0
[pid=14453/tid=14454] ppid=14452 vsize=869376 CPUtime=121.6
/proc/14453/task/14454/stat : 14454 (java) D 14452 14439 14230 0 -1 64 18953 0 1 0 11215 945 0 0 25 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=14453/tid=14455] ppid=14452 vsize=869376 CPUtime=6.33
/proc/14453/task/14455/stat : 14455 (java) S 14452 14439 14230 0 -1 64 7607 0 0 0 532 101 0 0 16 0 9 0 140392340 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14456] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14456/stat : 14456 (java) S 14452 14439 14230 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14457] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14457/stat : 14457 (java) S 14452 14439 14230 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14458] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14458/stat : 14458 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14459] ppid=14452 vsize=869376 CPUtime=0.25
/proc/14453/task/14459/stat : 14459 (java) S 14452 14439 14230 0 -1 64 1507 0 0 0 24 1 0 0 16 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14460] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14460/stat : 14460 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14461] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14461/stat : 14461 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 129.31
Current children cumulated vsize (KiB) 891472

[startup+522.302 s]
/proc/loadavg: 5.26 5.65 3.23 2/103 14487
/proc/meminfo: memFree=14964/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=1.1
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1297 9669 0 1 5 2 98 5 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
[pid=14452] ppid=14439 vsize=5356 CPUtime=0
/proc/14452/stat : 14452 (sh) S 14439 14439 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392338 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14452/statm: 1339 233 193 169 0 50 0
[pid=14453] ppid=14452 vsize=869376 CPUtime=128.21
/proc/14453/stat : 14453 (java) S 14452 14439 14230 0 -1 0 28764 0 1 0 11773 1048 0 0 20 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14453/statm: 217344 11435 2565 9 0 211891 0
[pid=14453/tid=14454] ppid=14452 vsize=869376 CPUtime=121.6
/proc/14453/task/14454/stat : 14454 (java) D 14452 14439 14230 0 -1 64 18953 0 1 0 11215 945 0 0 25 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=14453/tid=14455] ppid=14452 vsize=869376 CPUtime=6.33
/proc/14453/task/14455/stat : 14455 (java) S 14452 14439 14230 0 -1 64 7607 0 0 0 532 101 0 0 16 0 9 0 140392340 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14456] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14456/stat : 14456 (java) S 14452 14439 14230 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14457] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14457/stat : 14457 (java) S 14452 14439 14230 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14458] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14458/stat : 14458 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14459] ppid=14452 vsize=869376 CPUtime=0.25
/proc/14453/task/14459/stat : 14459 (java) S 14452 14439 14230 0 -1 64 1507 0 0 0 24 1 0 0 16 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14460] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14460/stat : 14460 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14461] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14461/stat : 14461 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 129.31
Current children cumulated vsize (KiB) 891472

[startup+582.302 s]
/proc/loadavg: 9.08 6.51 3.67 1/103 14487
/proc/meminfo: memFree=16116/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=1.1
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1297 9669 0 1 5 2 98 5 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
[pid=14452] ppid=14439 vsize=5356 CPUtime=0
/proc/14452/stat : 14452 (sh) S 14439 14439 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392338 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14452/statm: 1339 233 193 169 0 50 0
[pid=14453] ppid=14452 vsize=869376 CPUtime=128.21
/proc/14453/stat : 14453 (java) S 14452 14439 14230 0 -1 0 28764 0 1 0 11773 1048 0 0 20 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14453/statm: 217344 11435 2565 9 0 211891 0
[pid=14453/tid=14454] ppid=14452 vsize=869376 CPUtime=121.6
/proc/14453/task/14454/stat : 14454 (java) D 14452 14439 14230 0 -1 64 18953 0 1 0 11215 945 0 0 25 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=14453/tid=14455] ppid=14452 vsize=869376 CPUtime=6.33
/proc/14453/task/14455/stat : 14455 (java) S 14452 14439 14230 0 -1 64 7607 0 0 0 532 101 0 0 16 0 9 0 140392340 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14456] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14456/stat : 14456 (java) S 14452 14439 14230 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14457] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14457/stat : 14457 (java) S 14452 14439 14230 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14458] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14458/stat : 14458 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14459] ppid=14452 vsize=869376 CPUtime=0.25
/proc/14453/task/14459/stat : 14459 (java) S 14452 14439 14230 0 -1 64 1507 0 0 0 24 1 0 0 16 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14460] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14460/stat : 14460 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14461] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14461/stat : 14461 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 129.31
Current children cumulated vsize (KiB) 891472

[startup+642.301 s]
/proc/loadavg: 7.91 6.68 3.90 1/96 14487
/proc/meminfo: memFree=37292/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=1.1
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1297 9669 0 1 5 2 98 5 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
[pid=14452] ppid=14439 vsize=5356 CPUtime=0
/proc/14452/stat : 14452 (sh) S 14439 14439 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392338 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14452/statm: 1339 233 193 169 0 50 0
[pid=14453] ppid=14452 vsize=869376 CPUtime=129.22
/proc/14453/stat : 14453 (java) S 14452 14439 14230 0 -1 0 28901 0 1 0 11862 1060 0 0 20 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14453/statm: 217344 11435 2565 9 0 211891 0
[pid=14453/tid=14454] ppid=14452 vsize=869376 CPUtime=122.56
/proc/14453/task/14454/stat : 14454 (java) D 14452 14439 14230 0 -1 64 19090 0 1 0 11300 956 0 0 25 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14453/tid=14455] ppid=14452 vsize=869376 CPUtime=6.37
/proc/14453/task/14455/stat : 14455 (java) S 14452 14439 14230 0 -1 64 7607 0 0 0 536 101 0 0 16 0 9 0 140392340 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14456] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14456/stat : 14456 (java) S 14452 14439 14230 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14457] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14457/stat : 14457 (java) S 14452 14439 14230 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14458] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14458/stat : 14458 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14459] ppid=14452 vsize=869376 CPUtime=0.25
/proc/14453/task/14459/stat : 14459 (java) S 14452 14439 14230 0 -1 64 1507 0 0 0 24 1 0 0 16 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14460] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14460/stat : 14460 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14461] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14461/stat : 14461 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 130.32
Current children cumulated vsize (KiB) 891472

[startup+702.302 s]
/proc/loadavg: 6.25 6.48 4.01 3/94 14489
/proc/meminfo: memFree=16252/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=1.1
/proc/14439/stat : 14439 (sugar++) S 14437 14439 14230 0 -1 4194304 1297 9669 0 1 5 2 98 5 16 0 1 0 140392227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14439/statm: 4185 1104 409 3 0 764 0
[pid=14452] ppid=14439 vsize=5356 CPUtime=0
/proc/14452/stat : 14452 (sh) S 14439 14439 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392338 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14452/statm: 1339 233 193 169 0 50 0
[pid=14453] ppid=14452 vsize=869376 CPUtime=139.18
/proc/14453/stat : 14453 (java) S 14452 14439 14230 0 -1 0 30280 0 1 0 12771 1147 0 0 20 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14453/statm: 217344 11435 2565 9 0 211891 0
[pid=14453/tid=14454] ppid=14452 vsize=869376 CPUtime=132.03
/proc/14453/task/14454/stat : 14454 (java) R 14452 14439 14230 0 -1 64 20469 0 1 0 12170 1033 0 0 25 0 9 0 140392339 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4127053426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14455] ppid=14452 vsize=869376 CPUtime=6.87
/proc/14453/task/14455/stat : 14455 (java) S 14452 14439 14230 0 -1 64 7607 0 0 0 576 111 0 0 16 0 9 0 140392340 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14456] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14456/stat : 14456 (java) S 14452 14439 14230 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14457] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14457/stat : 14457 (java) S 14452 14439 14230 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392341 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14458] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14458/stat : 14458 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14459] ppid=14452 vsize=869376 CPUtime=0.25
/proc/14453/task/14459/stat : 14459 (java) S 14452 14439 14230 0 -1 64 1507 0 0 0 24 1 0 0 16 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14453/tid=14460] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14460/stat : 14460 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14453/tid=14461] ppid=14452 vsize=869376 CPUtime=0
/proc/14453/task/14461/stat : 14461 (java) S 14452 14439 14230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392343 890241024 11435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 140.28
Current children cumulated vsize (KiB) 891472

[startup+831.305 s]
/proc/loadavg: 6.25 6.48 4.01 3/94 14489
/proc/meminfo: memFree=16252/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=182.53
/proc/14439/stat : 14439 (sugar++) R 14437 14439 14230 0 -1 4194304 1320 46126 0 5 5 87 16651 1510 15 0 1 0 140392227 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14439/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 182.53
Current children cumulated vsize (KiB) 16740

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

[startup+831.305 s]
/proc/loadavg: 6.25 6.48 4.01 3/94 14489
/proc/meminfo: memFree=16252/2055920 swapFree=4192812/4192956
[pid=14439] ppid=14437 vsize=16740 CPUtime=182.53
/proc/14439/stat : 14439 (sugar++) R 14437 14439 14230 0 -1 4194304 1320 46126 0 5 5 87 16651 1510 15 0 1 0 140392227 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14439/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 182.53
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 831.307
CPU time (s): 182.549
CPU user time (s): 166.568
CPU system time (s): 15.9816
CPU usage (%): 21.9593
Max. virtual memory (cumulated for all children) (KiB): 891864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.568
system time used= 15.9816
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47502
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185855
involuntary context switches= 172713

runsolver used 0.929858 second user time and 2.33065 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-08-07 20:17:55
IDJOB=1109941
IDBENCH=61039
IDSOLVER=367
FILE ID=node86/1109941-1218133074
PBS_JOBID= 8000805
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-bf-1355-638.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-1109941-1218133074/watcher-1109941-1218133074 -o /tmp/evaluation-result-1109941-1218133074/solver-1109941-1218133074 -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-1109941-1218133074.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bddb728f1bba9acd4b4d127996acf647
RANDOM SEED=626510482

node86.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        199364 kB
Buffers:         51704 kB
Cached:        1636940 kB
SwapCached:          0 kB
Active:         594400 kB
Inactive:      1124960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        199364 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          106264 kB
Writeback:           0 kB
Mapped:          51704 kB
Slab:           122244 kB
Committed_AS:   155808 kB
PageTables:       2016 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= 65312 MiB
End job on node86 at 2008-08-07 20:31:46