Trace number 1112674

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? 286.988 297.483

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-4.xml
MD5SUM86f27dad5b32c8754684e5fda2e6b575
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints13
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints21540
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21540
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 16:19:12 2008
0.00/0.05	c 0	PID 17438
0.00/0.05	c 0	HOST node32.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112674-1215872352.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112674-1215872352.xml' 'HOME/temp.csp'
1.56/1.66	c 2	1 domains, 240 variables, 2 predicates, 0 relations, 21540 constraints
1.56/1.68	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.56/1.68	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.64/1.76	c 2	Parsing HOME/temp.csp
1.64/2.11	c 2	parsed 10000 expressions
2.25/2.35	c 3	parsed 20000 expressions
2.25/2.39	c 3	parsed 21783 expressions
2.25/2.39	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.53/2.65	c 3	MAX CSP: 21540 constraints
2.53/2.65	c 3	Converting to clausal form CSP
3.02/3.13	c 3	converted 4333 (10%) expressions
3.42/3.53	c 4	converted 8666 (20%) expressions
3.61/3.78	c 4	converted 12998 (30%) expressions
3.91/4.04	c 4	converted 17331 (40%) expressions
4.41/4.52	c 5	converted 21663 (50%) expressions
4.59/4.78	c 5	converted 25996 (60%) expressions
4.90/5.05	c 5	converted 30329 (70%) expressions
5.19/5.30	c 6	converted 34661 (80%) expressions
5.79/5.92	c 6	converted 38994 (90%) expressions
7.86/8.05	c 8	converted 43326 (100%) expressions
7.86/8.06	c 8	CSP : 43320 integers, 42840 booleans, 150299 clauses, largest domain size 32311
7.86/8.06	c 8	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.86/8.06	c 8	Propagation in CSP
10.14/10.40	c 11	21535 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.24/10.41	c 11	CSP : 43320 integers, 42840 booleans, 150299 clauses, largest domain size 21541
10.24/10.41	c 11	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.24/10.45	c 11	Simplifing CSP by introducing new Boolean variables
10.73/10.95	c 11	CSP : 43320 integers, 128754 booleans, 236213 clauses, largest domain size 21541
10.73/10.95	c 11	Heap : 131 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.53/11.76	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.62/11.85	c 12	4332 (10%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
11.62/11.86	c 12	8664 (20%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
11.62/11.86	c 12	12996 (30%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
11.62/11.87	c 12	17328 (40%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
11.62/11.88	c 12	21660 (50%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
12.02/12.25	c 13	25992 (60%) CSP integer variables are encoded (326199 clauses, 5372370 bytes)
12.11/12.36	c 13	30324 (70%) CSP integer variables are encoded (412333 clauses, 6836648 bytes)
12.21/12.45	c 13	34656 (80%) CSP integer variables are encoded (483230 clauses, 8041897 bytes)
12.31/12.52	c 13	38988 (90%) CSP integer variables are encoded (534527 clauses, 8913946 bytes)
12.41/12.60	c 13	43320 (100%) CSP integer variables are encoded (598678 clauses, 10004513 bytes)
14.98/15.28	c 16	23622 (10%) CSP clauses are encoded (1891440 clauses, 39551615 bytes)
17.74/18.00	c 18	47243 (20%) CSP clauses are encoded (3211455 clauses, 70732595 bytes)
20.49/20.83	c 21	70864 (30%) CSP clauses are encoded (4589208 clauses, 103496352 bytes)
23.35/23.73	c 24	94486 (40%) CSP clauses are encoded (6004542 clauses, 137376685 bytes)
26.30/26.76	c 27	118107 (50%) CSP clauses are encoded (7474727 clauses, 173271951 bytes)
29.46/29.96	c 30	141728 (60%) CSP clauses are encoded (9009265 clauses, 212014628 bytes)
32.77/33.37	c 34	165350 (70%) CSP clauses are encoded (10619912 clauses, 252808541 bytes)
36.28/37.17	c 37	188971 (80%) CSP clauses are encoded (12335605 clauses, 296432403 bytes)
285.88/293.03	c 293	ERROR Exception Too large HOME/temp.cnf
285.88/293.04	c 293	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
285.88/293.04	c 293	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
285.88/293.04	c 293	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
285.88/293.04	s UNKNOWN
285.92/293.13	c 293	CPU 269.79 (0.03 0.01 269.76 16.15)
285.92/293.13	c 293	END Sat Jul 12 16:24:05 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-1112674-1215872352/watcher-1112674-1215872352 -o /tmp/evaluation-result-1112674-1215872352/solver-1112674-1215872352 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112674-1215872352.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.35 2.72 2.96 4/82 17438
/proc/meminfo: memFree=1829352/2055920 swapFree=4179612/4192956
[pid=17438] ppid=17436 vsize=4708 CPUtime=0
/proc/17438/stat : 17438 (sugar) R 17436 17438 17009 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 43936859 4820992 43 996147200 4194304 4206940 548682068592 18446744073709551615 268211123593 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 1177 43 33 3 0 8 0

[startup+0.107029 s]
/proc/loadavg: 2.35 2.72 2.96 4/82 17438
/proc/meminfo: memFree=1829352/2055920 swapFree=4179612/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=0.04
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43936859 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201043 s]
/proc/loadavg: 2.35 2.72 2.96 4/82 17438
/proc/meminfo: memFree=1829352/2055920 swapFree=4179612/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=0.04
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43936859 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301046 s]
/proc/loadavg: 2.35 2.72 2.96 4/82 17438
/proc/meminfo: memFree=1829352/2055920 swapFree=4179612/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=0.04
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43936859 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701099 s]
/proc/loadavg: 2.35 2.72 2.96 4/82 17438
/proc/meminfo: memFree=1829352/2055920 swapFree=4179612/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=0.04
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43936859 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50219 s]
/proc/loadavg: 2.35 2.72 2.96 4/93 17450
/proc/meminfo: memFree=1798928/2055920 swapFree=4179612/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=0.04
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43936859 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 796 370 3 0 500 0
[pid=17441] ppid=17438 vsize=5356 CPUtime=0
/proc/17441/stat : 17441 (sh) S 17438 17438 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43936864 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17441/statm: 1339 233 193 169 0 50 0
[pid=17442] ppid=17441 vsize=864696 CPUtime=1.41
/proc/17442/stat : 17442 (java) S 17441 17438 17009 0 -1 0 13119 0 1 0 134 7 0 0 18 0 9 0 43936865 885448704 11165 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17442/statm: 216174 11165 2529 9 0 210756 0
[pid=17442/tid=17443] ppid=17441 vsize=864696 CPUtime=0.79
/proc/17442/task/17443/stat : 17443 (java) R 17441 17438 17009 0 -1 64 3001 0 1 0 77 2 0 0 24 0 9 0 43936866 885448704 11165 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17442/tid=17444] ppid=17441 vsize=864696 CPUtime=0.45
/proc/17442/task/17444/stat : 17444 (java) R 17441 17438 17009 0 -1 64 8901 0 0 0 42 3 0 0 16 0 9 0 43936867 885448704 11165 996147200 134512640 134550740 4294956000 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17442/tid=17445] ppid=17441 vsize=864696 CPUtime=0
/proc/17442/task/17445/stat : 17445 (java) S 17441 17438 17009 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 43936867 885448704 11165 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17442/tid=17446] ppid=17441 vsize=864696 CPUtime=0
/proc/17442/task/17446/stat : 17446 (java) S 17441 17438 17009 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 43936867 885448704 11165 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17442/tid=17447] ppid=17441 vsize=864696 CPUtime=0
/proc/17442/task/17447/stat : 17447 (java) S 17441 17438 17009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43936869 885448704 11165 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17442/tid=17448] ppid=17441 vsize=864696 CPUtime=0.14
/proc/17442/task/17448/stat : 17448 (java) S 17441 17438 17009 0 -1 64 517 0 0 0 14 0 0 0 16 0 9 0 43936869 885448704 11165 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17442/tid=17449] ppid=17441 vsize=864696 CPUtime=0
/proc/17442/task/17449/stat : 17449 (java) S 17441 17438 17009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43936869 885448704 11165 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17442/tid=17450] ppid=17441 vsize=864696 CPUtime=0
/proc/17442/task/17450/stat : 17450 (java) S 17441 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43936869 885448704 11165 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883652

[startup+3.10237 s]
/proc/loadavg: 2.35 2.72 2.96 4/93 17460
/proc/meminfo: memFree=1816528/2055920 swapFree=4179612/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=1.64
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 974 13701 0 1 3 1 151 9 15 0 1 0 43936859 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 797 370 3 0 500 0
[pid=17451] ppid=17438 vsize=5356 CPUtime=0
/proc/17451/stat : 17451 (sh) S 17438 17438 17009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43937028 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17451/statm: 1339 233 193 169 0 50 0
[pid=17452] ppid=17451 vsize=868448 CPUtime=1.38
/proc/17452/stat : 17452 (java) S 17451 17438 17009 0 -1 0 10806 0 1 0 132 6 0 0 18 0 9 0 43937028 889290752 9640 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17452/statm: 217112 9640 2543 9 0 211687 0
[pid=17452/tid=17453] ppid=17451 vsize=868448 CPUtime=0.78
/proc/17452/task/17453/stat : 17453 (java) R 17451 17438 17009 0 -1 64 2760 0 1 0 76 2 0 0 25 0 9 0 43937029 889290752 9640 996147200 134512640 134550740 4294955936 18446744073709551615 4126851705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17454] ppid=17451 vsize=868448 CPUtime=0.36
/proc/17452/task/17454/stat : 17454 (java) S 17451 17438 17009 0 -1 64 5872 0 0 0 34 2 0 0 16 0 9 0 43937030 889290752 9640 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17455] ppid=17451 vsize=868448 CPUtime=0
/proc/17452/task/17455/stat : 17455 (java) S 17451 17438 17009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43937030 889290752 9640 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17456] ppid=17451 vsize=868448 CPUtime=0
/proc/17452/task/17456/stat : 17456 (java) S 17451 17438 17009 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43937030 889290752 9640 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17457] ppid=17451 vsize=868448 CPUtime=0
/proc/17452/task/17457/stat : 17457 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43937032 889290752 9640 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17458] ppid=17451 vsize=868448 CPUtime=0.2
/proc/17452/task/17458/stat : 17458 (java) S 17451 17438 17009 0 -1 64 1478 0 0 0 20 0 0 0 16 0 9 0 43937032 889290752 9640 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17459] ppid=17451 vsize=868448 CPUtime=0
/proc/17452/task/17459/stat : 17459 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43937032 889290752 9640 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17460] ppid=17451 vsize=868448 CPUtime=0
/proc/17452/task/17460/stat : 17460 (java) S 17451 17438 17009 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43937032 889290752 9640 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887404

[startup+6.30273 s]
/proc/loadavg: 2.32 2.70 2.96 4/93 17460
/proc/meminfo: memFree=1754448/2055920 swapFree=4179612/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=1.64
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 974 13701 0 1 3 1 151 9 15 0 1 0 43936859 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 797 370 3 0 500 0
[pid=17451] ppid=17438 vsize=5356 CPUtime=0
/proc/17451/stat : 17451 (sh) S 17438 17438 17009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43937028 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17451/statm: 1339 233 193 169 0 50 0
[pid=17452] ppid=17451 vsize=868448 CPUtime=4.55
/proc/17452/stat : 17452 (java) S 17451 17438 17009 0 -1 0 24786 0 1 0 443 12 0 0 18 0 9 0 43937028 889290752 22966 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17452/statm: 217112 22966 2540 9 0 211687 0
[pid=17452/tid=17453] ppid=17451 vsize=868448 CPUtime=2.6
/proc/17452/task/17453/stat : 17453 (java) R 17451 17438 17009 0 -1 64 3628 0 1 0 257 3 0 0 25 0 9 0 43937029 889290752 22966 996147200 134512640 134550740 4294955936 18446744073709551615 4126610647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17454] ppid=17451 vsize=868448 CPUtime=1.71
/proc/17452/task/17454/stat : 17454 (java) S 17451 17438 17009 0 -1 64 18982 0 0 0 164 7 0 0 16 0 9 0 43937030 889290752 22966 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17455] ppid=17451 vsize=868448 CPUtime=0
/proc/17452/task/17455/stat : 17455 (java) S 17451 17438 17009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43937030 889290752 22966 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17456] ppid=17451 vsize=868448 CPUtime=0
/proc/17452/task/17456/stat : 17456 (java) S 17451 17438 17009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43937030 889290752 22966 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17457] ppid=17451 vsize=868448 CPUtime=0
/proc/17452/task/17457/stat : 17457 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43937032 889290752 22966 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17458] ppid=17451 vsize=868448 CPUtime=0.21
/proc/17452/task/17458/stat : 17458 (java) S 17451 17438 17009 0 -1 64 1480 0 0 0 21 0 0 0 16 0 9 0 43937032 889290752 22966 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17459] ppid=17451 vsize=868448 CPUtime=0
/proc/17452/task/17459/stat : 17459 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43937032 889290752 22966 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17460] ppid=17451 vsize=868448 CPUtime=0
/proc/17452/task/17460/stat : 17460 (java) S 17451 17438 17009 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43937032 889290752 22966 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887404

[startup+12.7025 s]
/proc/loadavg: 2.29 2.69 2.95 3/93 17460
/proc/meminfo: memFree=1676368/2055920 swapFree=4179612/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=1.64
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 974 13701 0 1 3 1 151 9 15 0 1 0 43936859 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 797 370 3 0 500 0
[pid=17451] ppid=17438 vsize=5356 CPUtime=0
/proc/17451/stat : 17451 (sh) S 17438 17438 17009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43937028 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17451/statm: 1339 233 193 169 0 50 0
[pid=17452] ppid=17451 vsize=868560 CPUtime=10.87
/proc/17452/stat : 17452 (java) S 17451 17438 17009 0 -1 0 54719 0 1 0 1056 31 0 0 18 0 9 0 43937028 889405440 39040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17452/statm: 217140 39040 2565 9 0 211687 0
[pid=17452/tid=17453] ppid=17451 vsize=868560 CPUtime=6.64
/proc/17452/task/17453/stat : 17453 (java) R 17451 17438 17009 0 -1 64 4413 0 1 0 655 9 0 0 25 0 9 0 43937029 889405440 39040 996147200 134512640 134550740 4294955936 18446744073709551615 4127094428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17454] ppid=17451 vsize=868560 CPUtime=3.92
/proc/17452/task/17454/stat : 17454 (java) S 17451 17438 17009 0 -1 64 48079 0 0 0 372 20 0 0 16 0 9 0 43937030 889405440 39040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17455] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17455/stat : 17455 (java) S 17451 17438 17009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17456] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17456/stat : 17456 (java) S 17451 17438 17009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17457] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17457/stat : 17457 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43937032 889405440 39040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17458] ppid=17451 vsize=868560 CPUtime=0.29
/proc/17452/task/17458/stat : 17458 (java) S 17451 17438 17009 0 -1 64 1531 0 0 0 28 1 0 0 16 0 9 0 43937032 889405440 39040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17459] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17459/stat : 17459 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43937032 889405440 39040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17460] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17460/stat : 17460 (java) S 17451 17438 17009 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43937032 889405440 39040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887516

[startup+25.5029 s]
/proc/loadavg: 2.23 2.66 2.94 3/93 17460
/proc/meminfo: memFree=1525328/2055920 swapFree=4179612/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=1.64
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 974 13701 0 1 3 1 151 9 16 0 1 0 43936859 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 797 370 3 0 500 0
[pid=17451] ppid=17438 vsize=5356 CPUtime=0
/proc/17451/stat : 17451 (sh) S 17438 17438 17009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43937028 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17451/statm: 1339 233 193 169 0 50 0
[pid=17452] ppid=17451 vsize=868560 CPUtime=23.47
/proc/17452/stat : 17452 (java) S 17451 17438 17009 0 -1 0 55055 0 1 0 2233 114 0 0 18 0 9 0 43937028 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17452/statm: 217140 39046 2565 9 0 211687 0
[pid=17452/tid=17453] ppid=17451 vsize=868560 CPUtime=19.01
/proc/17452/task/17453/stat : 17453 (java) R 17451 17438 17009 0 -1 64 4743 0 1 0 1812 89 0 0 25 0 9 0 43937029 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4127090700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17454] ppid=17451 vsize=868560 CPUtime=4.13
/proc/17452/task/17454/stat : 17454 (java) S 17451 17438 17009 0 -1 64 48079 0 0 0 391 22 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17455] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17455/stat : 17455 (java) S 17451 17438 17009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17456] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17456/stat : 17456 (java) S 17451 17438 17009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+162.301 s]
/proc/loadavg: 2.41 2.53 2.84 4/93 17460
/proc/meminfo: memFree=724752/2055920 swapFree=4179612/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=1.64
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 974 13701 0 1 3 1 151 9 16 0 1 0 43936859 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 797 370 3 0 500 0
[pid=17451] ppid=17438 vsize=5356 CPUtime=0
/proc/17451/stat : 17451 (sh) S 17438 17438 17009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43937028 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17451/statm: 1339 233 193 169 0 50 0
[pid=17452] ppid=17451 vsize=868560 CPUtime=157.64
/proc/17452/stat : 17452 (java) S 17451 17438 17009 0 -1 0 57375 0 1 0 15170 594 0 0 18 0 9 0 43937028 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17452/statm: 217140 39046 2565 9 0 211687 0
[pid=17452/tid=17453] ppid=17451 vsize=868560 CPUtime=151.62
/proc/17452/task/17453/stat : 17453 (java) R 17451 17438 17009 0 -1 64 7063 0 1 0 14609 553 0 0 25 0 9 0 43937029 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4127090584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17454] ppid=17451 vsize=868560 CPUtime=5.7
/proc/17452/task/17454/stat : 17454 (java) S 17451 17438 17009 0 -1 64 48079 0 0 0 531 39 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17455] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17455/stat : 17455 (java) S 17451 17438 17009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17456] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17456/stat : 17456 (java) S 17451 17438 17009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17457] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17457/stat : 17457 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17458] ppid=17451 vsize=868560 CPUtime=0.31
/proc/17452/task/17458/stat : 17458 (java) S 17451 17438 17009 0 -1 64 1537 0 0 0 30 1 0 0 15 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17459] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17459/stat : 17459 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17460] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17460/stat : 17460 (java) S 17451 17438 17009 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.28
Current children cumulated vsize (KiB) 887516

[startup+222.307 s]
/proc/loadavg: 2.18 2.44 2.79 3/93 17460
/proc/meminfo: memFree=15440/2055920 swapFree=4180104/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=1.64
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 974 13701 0 1 3 1 151 9 16 0 1 0 43936859 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 797 370 3 0 500 0
[pid=17451] ppid=17438 vsize=5356 CPUtime=0
/proc/17451/stat : 17451 (sh) S 17438 17438 17009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43937028 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17451/statm: 1339 233 193 169 0 50 0
[pid=17452] ppid=17451 vsize=868560 CPUtime=216.18
/proc/17452/stat : 17452 (java) S 17451 17438 17009 0 -1 0 58960 0 1 0 20557 1061 0 0 18 0 9 0 43937028 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17452/statm: 217140 39046 2565 9 0 211687 0
[pid=17452/tid=17453] ppid=17451 vsize=868560 CPUtime=209.1
/proc/17452/task/17453/stat : 17453 (java) R 17451 17438 17009 0 -1 64 8648 0 1 0 19903 1007 0 0 25 0 9 0 43937029 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4127091938 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17454] ppid=17451 vsize=868560 CPUtime=6.74
/proc/17452/task/17454/stat : 17454 (java) S 17451 17438 17009 0 -1 64 48079 0 0 0 623 51 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17455] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17455/stat : 17455 (java) S 17451 17438 17009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17456] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17456/stat : 17456 (java) S 17451 17438 17009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17457] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17457/stat : 17457 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17458] ppid=17451 vsize=868560 CPUtime=0.31
/proc/17452/task/17458/stat : 17458 (java) S 17451 17438 17009 0 -1 64 1537 0 0 0 30 1 0 0 15 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17459] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17459/stat : 17459 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17460] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17460/stat : 17460 (java) S 17451 17438 17009 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.82
Current children cumulated vsize (KiB) 887516

[startup+282.304 s]
/proc/loadavg: 2.19 2.39 2.75 3/93 17460
/proc/meminfo: memFree=15888/2055920 swapFree=4180104/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=1.64
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 974 13701 0 1 3 1 151 9 16 0 1 0 43936859 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 797 370 3 0 500 0
[pid=17451] ppid=17438 vsize=5356 CPUtime=0
/proc/17451/stat : 17451 (sh) S 17438 17438 17009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43937028 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17451/statm: 1339 233 193 169 0 50 0
[pid=17452] ppid=17451 vsize=868560 CPUtime=274.07
/proc/17452/stat : 17452 (java) S 17451 17438 17009 0 -1 0 60533 0 1 0 25884 1523 0 0 18 0 9 0 43937028 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17452/statm: 217140 39046 2565 9 0 211687 0
[pid=17452/tid=17453] ppid=17451 vsize=868560 CPUtime=265.95
/proc/17452/task/17453/stat : 17453 (java) R 17451 17438 17009 0 -1 64 10221 0 1 0 25136 1459 0 0 25 0 9 0 43937029 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17454] ppid=17451 vsize=868560 CPUtime=7.78
/proc/17452/task/17454/stat : 17454 (java) S 17451 17438 17009 0 -1 64 48079 0 0 0 717 61 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17455] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17455/stat : 17455 (java) S 17451 17438 17009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17456] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17456/stat : 17456 (java) S 17451 17438 17009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17457] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17457/stat : 17457 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17458] ppid=17451 vsize=868560 CPUtime=0.31
/proc/17452/task/17458/stat : 17458 (java) S 17451 17438 17009 0 -1 64 1537 0 0 0 30 1 0 0 15 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17459] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17459/stat : 17459 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17460] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17460/stat : 17460 (java) S 17451 17438 17009 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 275.71
Current children cumulated vsize (KiB) 887516

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

[startup+288.003 s]
/proc/loadavg: 2.25 2.40 2.75 3/93 17460
/proc/meminfo: memFree=15632/2055920 swapFree=4180104/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=1.64
/proc/17438/stat : 17438 (sugar) S 17436 17438 17009 0 -1 4194304 974 13701 0 1 3 1 151 9 16 0 1 0 43936859 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17438/statm: 3400 797 370 3 0 500 0
[pid=17451] ppid=17438 vsize=5356 CPUtime=0
/proc/17451/stat : 17451 (sh) S 17438 17438 17009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43937028 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17451/statm: 1339 233 193 169 0 50 0
[pid=17452] ppid=17451 vsize=868560 CPUtime=279.4
/proc/17452/stat : 17452 (java) S 17451 17438 17009 0 -1 0 60679 0 1 0 26374 1566 0 0 18 0 9 0 43937028 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17452/statm: 217140 39046 2565 9 0 211687 0
[pid=17452/tid=17453] ppid=17451 vsize=868560 CPUtime=271.2
/proc/17452/task/17453/stat : 17453 (java) R 17451 17438 17009 0 -1 64 10367 0 1 0 25618 1502 0 0 25 0 9 0 43937029 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4127090540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17454] ppid=17451 vsize=868560 CPUtime=7.88
/proc/17452/task/17454/stat : 17454 (java) S 17451 17438 17009 0 -1 64 48079 0 0 0 726 62 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17455] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17455/stat : 17455 (java) S 17451 17438 17009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17456] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17456/stat : 17456 (java) S 17451 17438 17009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43937030 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17457] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17457/stat : 17457 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17458] ppid=17451 vsize=868560 CPUtime=0.31
/proc/17452/task/17458/stat : 17458 (java) S 17451 17438 17009 0 -1 64 1537 0 0 0 30 1 0 0 15 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17459] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17459/stat : 17459 (java) S 17451 17438 17009 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17452/tid=17460] ppid=17451 vsize=868560 CPUtime=0
/proc/17452/task/17460/stat : 17460 (java) S 17451 17438 17009 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43937032 889405440 39046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.04
Current children cumulated vsize (KiB) 887516

[startup+294.401 s]
/proc/loadavg: 2.31 2.41 2.75 3/83 17460
/proc/meminfo: memFree=1261728/2055920 swapFree=4180104/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=286.77
/proc/17438/stat : 17438 (sugar) D 17436 17438 17009 0 -1 4194304 998 74808 0 2 3 83 26976 1615 15 0 1 0 43936859 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/17438/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 286.77
Current children cumulated vsize (KiB) 13600

[startup+296.006 s]
/proc/loadavg: 2.37 2.42 2.75 3/83 17460
/proc/meminfo: memFree=1942368/2055920 swapFree=4180104/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=286.91
/proc/17438/stat : 17438 (sugar) D 17436 17438 17009 0 -1 4194304 998 74808 0 2 3 97 26976 1615 15 0 1 0 43936859 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17438/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 286.91
Current children cumulated vsize (KiB) 13600

[startup+296.803 s]
/proc/loadavg: 2.37 2.42 2.75 3/83 17460
/proc/meminfo: memFree=1942368/2055920 swapFree=4180104/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=286.94
/proc/17438/stat : 17438 (sugar) D 17436 17438 17009 0 -1 4194304 998 74808 0 2 3 100 26976 1615 15 0 1 0 43936859 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17438/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 286.94
Current children cumulated vsize (KiB) 13600

[startup+297.203 s]
/proc/loadavg: 2.37 2.42 2.75 2/83 17460
/proc/meminfo: memFree=1941984/2055920 swapFree=4180104/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=286.96
/proc/17438/stat : 17438 (sugar) D 17436 17438 17009 0 -1 4194304 998 74808 0 2 3 102 26976 1615 15 0 1 0 43936859 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17438/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 286.96
Current children cumulated vsize (KiB) 13600

[startup+297.403 s]
/proc/loadavg: 2.37 2.42 2.75 2/83 17460
/proc/meminfo: memFree=1941984/2055920 swapFree=4180104/4192956
[pid=17438] ppid=17436 vsize=13600 CPUtime=286.96
/proc/17438/stat : 17438 (sugar) D 17436 17438 17009 0 -1 4194304 998 74808 0 2 3 102 26976 1615 15 0 1 0 43936859 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17438/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 286.96
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 297.483
CPU time (s): 286.988
CPU user time (s): 269.803
CPU system time (s): 17.1854
CPU usage (%): 96.4722
Max. virtual memory (cumulated for all children) (KiB): 907892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.803
system time used= 17.1854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75836
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= 52309
involuntary context switches= 59635

runsolver used 0.362944 second user time and 1.07084 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-12 16:19:12
IDJOB=1112674
IDBENCH=61455
IDSOLVER=368
FILE ID=node32/1112674-1215872352
PBS_JOBID= 7903509
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-4.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112674-1215872352/watcher-1112674-1215872352 -o /tmp/evaluation-result-1112674-1215872352/solver-1112674-1215872352 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112674-1215872352.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86f27dad5b32c8754684e5fda2e6b575
RANDOM SEED=1567119935

node32.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.243
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.243
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1829832 kB
Buffers:         50780 kB
Cached:          84192 kB
SwapCached:       6264 kB
Active:          97128 kB
Inactive:        63800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829832 kB
SwapTotal:     4192956 kB
SwapFree:      4179612 kB
Dirty:            3952 kB
Writeback:           0 kB
Mapped:          41544 kB
Slab:            49872 kB
Committed_AS:   275956 kB
PageTables:       2148 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node32 at 2008-07-12 16:24:10