Trace number 1042189

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 NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.05 1808.51

General information on the benchmark

Namecsp/allsquares/
normalized-squares-36-36.xml
MD5SUM191789448d36808dd71b4998bbbde126
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2592
Number of constraints3153
Maximum constraint arity36
Maximum domain size128
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2521
Global constraints used (with number of constraints)cumulative(2),weightedsum(630)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:45:39 2008
0.00/0.04	c 0	PID 6499
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042189-1215002739.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-1042189-1215002739.xml' 'HOME/temp.csp'
0.03/0.99	c 1	37 domains, 2592 variables, 2 predicates, 0 relations, 3153 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.96/1.07	c 1	Parsing HOME/temp.csp
1.44/1.53	c 2	parsed 5784 expressions
1.44/1.53	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.44/1.53	c 2	Converting to clausal form CSP
1.44/1.57	c 2	converted 579 (10%) expressions
1.44/1.57	c 2	converted 1157 (20%) expressions
1.44/1.59	c 2	converted 1736 (30%) expressions
1.44/1.59	c 2	converted 2314 (40%) expressions
1.64/1.75	c 2	converted 2892 (50%) expressions
1.74/1.81	c 2	converted 3471 (60%) expressions
1.74/1.86	c 2	converted 4049 (70%) expressions
1.84/1.94	c 2	converted 4628 (80%) expressions
1.84/1.98	c 2	converted 5206 (90%) expressions
4.02/4.10	c 4	converted 5784 (100%) expressions
4.02/4.11	c 4	CSP : 20512 integers, 6460 booleans, 54595 clauses, largest domain size 351
4.02/4.11	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.02/4.11	c 4	Propagation in CSP
4.31/4.43	c 5	105395 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.31/4.44	c 5	CSP : 20512 integers, 6460 booleans, 54595 clauses, largest domain size 129
4.31/4.44	c 5	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.31/4.46	c 5	Simplifing CSP by introducing new Boolean variables
4.31/4.49	c 5	CSP : 20512 integers, 6460 booleans, 54595 clauses, largest domain size 129
4.31/4.49	c 5	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.50/4.69	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.60/4.74	c 5	2052 (10%) CSP integer variables are encoded (7720 clauses, 98229 bytes)
4.60/4.78	c 5	4103 (20%) CSP integer variables are encoded (39590 clauses, 576279 bytes)
4.70/4.84	c 5	6154 (30%) CSP integer variables are encoded (83820 clauses, 1239729 bytes)
4.70/4.89	c 5	8205 (40%) CSP integer variables are encoded (127098 clauses, 1956350 bytes)
4.80/4.95	c 5	10256 (50%) CSP integer variables are encoded (169492 clauses, 2677048 bytes)
4.91/5.01	c 5	12308 (60%) CSP integer variables are encoded (213249 clauses, 3420917 bytes)
4.91/5.07	c 5	14359 (70%) CSP integer variables are encoded (256712 clauses, 4159788 bytes)
5.00/5.12	c 5	16410 (80%) CSP integer variables are encoded (299835 clauses, 4892879 bytes)
5.00/5.18	c 5	18461 (90%) CSP integer variables are encoded (343239 clauses, 5630747 bytes)
5.10/5.24	c 5	20512 (100%) CSP integer variables are encoded (386326 clauses, 6363226 bytes)
5.89/6.06	c 6	5460 (10%) CSP clauses are encoded (842561 clauses, 14687068 bytes)
9.45/9.65	c 10	10919 (20%) CSP clauses are encoded (2806935 clauses, 56406385 bytes)
12.42/12.67	c 13	16379 (30%) CSP clauses are encoded (4439605 clauses, 91073953 bytes)
15.62/16.03	c 16	21838 (40%) CSP clauses are encoded (6072273 clauses, 130478327 bytes)
18.87/19.34	c 20	27298 (50%) CSP clauses are encoded (7764538 clauses, 171419473 bytes)
23.08/23.63	c 24	32757 (60%) CSP clauses are encoded (9954331 clauses, 224331889 bytes)
26.41/27.00	c 27	38217 (70%) CSP clauses are encoded (11657519 clauses, 265530542 bytes)
29.52/30.28	c 30	43676 (80%) CSP clauses are encoded (13290188 clauses, 305024378 bytes)
32.74/33.53	c 34	49136 (90%) CSP clauses are encoded (14917930 clauses, 344402673 bytes)
36.64/37.51	c 38	54595 (100%) CSP clauses are encoded (16922909 clauses, 392851376 bytes)
36.64/37.51	c 38	54595 CSP clauses encoded
36.64/37.51	c 38	Writing map file : HOME/temp.map
36.64/37.56	c 38	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.64/37.56	c 38	SAT : 413206 SAT variables, 16922909 SAT clauses, 392851376 bytes
36.64/37.57	c 38	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.64/37.59	c 38	SOLVING HOME/temp.cnf
36.64/37.59	c 38	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1808.42	c ERROR INTERRUPTED
1800.05/1808.50	s UNKNOWN
1800.05/1808.50	c 1809	CPU 34.1 (0.03 0.01 34.07 2.62)
1800.05/1808.50	c 1809	END Wed Jul  2 15:15:48 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1042189-1215002739/watcher-1042189-1215002739 -o /tmp/evaluation-result-1042189-1215002739/solver-1042189-1215002739 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1042189-1215002739.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 6499
/proc/meminfo: memFree=1495288/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=18572 CPUtime=0
/proc/6499/stat : 6499 (runsolver) R 6497 6499 5722 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979247169 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6499/statm: 4643 292 257 25 0 2626 0

[startup+0.095208 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 6499
/proc/meminfo: memFree=1495288/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=0.03
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979247169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101207 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 6499
/proc/meminfo: memFree=1495288/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=0.03
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979247169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301225 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 6499
/proc/meminfo: memFree=1495288/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=0.03
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979247169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70128 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 6499
/proc/meminfo: memFree=1495288/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=0.03
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979247169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50136 s]
/proc/loadavg: 2.08 2.02 1.93 3/83 6513
/proc/meminfo: memFree=1492832/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=0.96
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 973 7175 0 1 3 1 88 4 16 0 1 0 1979247169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 797 370 3 0 500 0
[pid=6512] ppid=6499 vsize=5356 CPUtime=0
/proc/6512/stat : 6512 (sh) S 6499 6499 5722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979247268 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6512/statm: 1339 233 193 169 0 50 0
[pid=6513] ppid=6512 vsize=864040 CPUtime=0.48
/proc/6513/stat : 6513 (java) S 6512 6499 5722 0 -1 0 3992 0 1 0 46 2 0 0 18 0 9 0 1979247268 884776960 3449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6513/statm: 216010 3449 1671 9 0 210592 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 882996

[startup+3.10254 s]
/proc/loadavg: 2.08 2.02 1.93 4/91 6521
/proc/meminfo: memFree=1474528/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=0.96
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 974 7175 0 1 3 1 88 4 15 0 1 0 1979247169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 797 370 3 0 500 0
[pid=6512] ppid=6499 vsize=5356 CPUtime=0
/proc/6512/stat : 6512 (sh) S 6499 6499 5722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979247268 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6512/statm: 1339 233 193 169 0 50 0
[pid=6513] ppid=6512 vsize=868664 CPUtime=2.06
/proc/6513/stat : 6513 (java) S 6512 6499 5722 0 -1 0 11513 0 1 0 201 5 0 0 18 0 9 0 1979247268 889511936 10623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6513/statm: 217166 10623 2541 9 0 211741 0
[pid=6513/tid=6514] ppid=6512 vsize=868664 CPUtime=1.29
/proc/6513/task/6514/stat : 6514 (java) R 6512 6499 5722 0 -1 64 2876 0 1 0 128 1 0 0 25 0 9 0 1979247270 889511936 10623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6515] ppid=6512 vsize=868664 CPUtime=0.51
/proc/6513/task/6515/stat : 6515 (java) R 6512 6499 5722 0 -1 64 6439 0 0 0 49 2 0 0 16 0 9 0 1979247271 889511936 10623 996147200 134512640 134550740 4294955952 18446744073709551615 102350403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6516] ppid=6512 vsize=868664 CPUtime=0
/proc/6513/task/6516/stat : 6516 (java) S 6512 6499 5722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979247271 889511936 10623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6517] ppid=6512 vsize=868664 CPUtime=0
/proc/6513/task/6517/stat : 6517 (java) S 6512 6499 5722 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979247271 889511936 10623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6518] ppid=6512 vsize=868664 CPUtime=0
/proc/6513/task/6518/stat : 6518 (java) S 6512 6499 5722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979247273 889511936 10623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6519] ppid=6512 vsize=868664 CPUtime=0.23
/proc/6513/task/6519/stat : 6519 (java) S 6512 6499 5722 0 -1 64 1505 0 0 0 23 0 0 0 16 0 9 0 1979247273 889511936 10623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6520] ppid=6512 vsize=868664 CPUtime=0
/proc/6513/task/6520/stat : 6520 (java) S 6512 6499 5722 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979247273 889511936 10623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6521] ppid=6512 vsize=868664 CPUtime=0
/proc/6513/task/6521/stat : 6521 (java) S 6512 6499 5722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979247273 889511936 10623 996147200 134512640 134550740 4294955952 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) 887620

[startup+6.30189 s]
/proc/loadavg: 2.07 2.02 1.93 3/91 6521
/proc/meminfo: memFree=1434592/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=0.96
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 974 7175 0 1 3 1 88 4 15 0 1 0 1979247169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 797 370 3 0 500 0
[pid=6512] ppid=6499 vsize=5356 CPUtime=0
/proc/6512/stat : 6512 (sh) S 6499 6499 5722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979247268 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6512/statm: 1339 233 193 169 0 50 0
[pid=6513] ppid=6512 vsize=868524 CPUtime=5.23
/proc/6513/stat : 6513 (java) S 6512 6499 5722 0 -1 0 16903 0 1 0 502 21 0 0 18 0 9 0 1979247268 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6513/statm: 217131 15103 2565 9 0 211678 0
[pid=6513/tid=6514] ppid=6512 vsize=868524 CPUtime=3.63
/proc/6513/task/6514/stat : 6514 (java) R 6512 6499 5722 0 -1 64 3426 0 1 0 351 12 0 0 25 0 9 0 1979247270 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6515] ppid=6512 vsize=868524 CPUtime=1.25
/proc/6513/task/6515/stat : 6515 (java) S 6512 6499 5722 0 -1 64 11235 0 0 0 119 6 0 0 16 0 9 0 1979247271 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6516] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6516/stat : 6516 (java) S 6512 6499 5722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979247271 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6517] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6517/stat : 6517 (java) S 6512 6499 5722 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979247271 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6518] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6518/stat : 6518 (java) S 6512 6499 5722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6519] ppid=6512 vsize=868524 CPUtime=0.31
/proc/6513/task/6519/stat : 6519 (java) S 6512 6499 5722 0 -1 64 1549 0 0 0 30 1 0 0 16 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6520] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6520/stat : 6520 (java) S 6512 6499 5722 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6521] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6521/stat : 6521 (java) S 6512 6499 5722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 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) 887480

[startup+12.7026 s]
/proc/loadavg: 2.07 2.02 1.93 3/91 6521
/proc/meminfo: memFree=1358816/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=0.96
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 974 7175 0 1 3 1 88 4 16 0 1 0 1979247169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 797 370 3 0 500 0
[pid=6512] ppid=6499 vsize=5356 CPUtime=0
/proc/6512/stat : 6512 (sh) S 6499 6499 5722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979247268 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6512/statm: 1339 233 193 169 0 50 0
[pid=6513] ppid=6512 vsize=868524 CPUtime=11.55
/proc/6513/stat : 6513 (java) S 6512 6499 5722 0 -1 0 17374 0 1 0 1091 64 0 0 18 0 9 0 1979247268 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6513/statm: 217131 15103 2565 9 0 211678 0
[pid=6513/tid=6514] ppid=6512 vsize=868524 CPUtime=9.75
/proc/6513/task/6514/stat : 6514 (java) R 6512 6499 5722 0 -1 64 3897 0 1 0 922 53 0 0 25 0 9 0 1979247270 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4127156020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6515] ppid=6512 vsize=868524 CPUtime=1.46
/proc/6513/task/6515/stat : 6515 (java) S 6512 6499 5722 0 -1 64 11235 0 0 0 137 9 0 0 16 0 9 0 1979247271 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6516] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6516/stat : 6516 (java) S 6512 6499 5722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979247271 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6517] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6517/stat : 6517 (java) S 6512 6499 5722 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979247271 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6518] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6518/stat : 6518 (java) S 6512 6499 5722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6519] ppid=6512 vsize=868524 CPUtime=0.31
/proc/6513/task/6519/stat : 6519 (java) S 6512 6499 5722 0 -1 64 1549 0 0 0 30 1 0 0 17 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6520] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6520/stat : 6520 (java) S 6512 6499 5722 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6521] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6521/stat : 6521 (java) S 6512 6499 5722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 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) 887480

[startup+25.503 s]
/proc/loadavg: 2.06 2.01 1.93 3/91 6521
/proc/meminfo: memFree=1196960/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=0.96
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 974 7175 0 1 3 1 88 4 16 0 1 0 1979247169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 797 370 3 0 500 0
[pid=6512] ppid=6499 vsize=5356 CPUtime=0
/proc/6512/stat : 6512 (sh) S 6499 6499 5722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979247268 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6512/statm: 1339 233 193 169 0 50 0
[pid=6513] ppid=6512 vsize=868524 CPUtime=23.97
/proc/6513/stat : 6513 (java) S 6512 6499 5722 0 -1 0 18302 0 1 0 2229 168 0 0 18 0 9 0 1979247268 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6513/statm: 217131 15103 2565 9 0 211678 0
[pid=6513/tid=6514] ppid=6512 vsize=868524 CPUtime=21.75
/proc/6513/task/6514/stat : 6514 (java) R 6512 6499 5722 0 -1 64 4825 0 1 0 2024 151 0 0 25 0 9 0 1979247270 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4127154300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6515] ppid=6512 vsize=868524 CPUtime=1.87
/proc/6513/task/6515/stat : 6515 (java) S 6512 6499 5722 0 -1 64 11235 0 0 0 173 14 0 0 16 0 9 0 1979247271 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6516] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6516/stat : 6516 (java) S 6512 6499 5722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979247271 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6517] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6517/stat : 6517 (java) S 6512 6499 5722 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979247271 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6518] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6518/stat : 6518 (java) S 6512 6499 5722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6519] ppid=6512 vsize=868524 CPUtime=0.31
/proc/6513/task/6519/stat : 6519 (java) S 6512 6499 5722 0 -1 64 1549 0 0 0 30 1 0 0 17 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6520] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6520/stat : 6520 (java) S 6512 6499 5722 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6513/tid=6521] ppid=6512 vsize=868524 CPUtime=0
/proc/6513/task/6521/stat : 6521 (java) S 6512 6499 5722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979247273 889368576 15103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 887480

[startup+51.1018 s]
/proc/loadavg: 2.09 2.03 1.94 3/83 6523
/proc/meminfo: memFree=1024160/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=36.73
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 1022 26665 0 2 3 1 3407 262 16 0 1 0 1979247169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=545056/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=36.73
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 1022 26665 0 2 3 1 3407 262 16 0 1 0 1979247169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 799 370 3 0 500 0
[pid=6522] ppid=6499 vsize=5356 CPUtime=0
/proc/6522/stat : 6522 (sh) S 6499 6499 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6522/statm: 1339 232 193 169 0 50 0
[pid=6523] ppid=6522 vsize=627276 CPUtime=1259.25
/proc/6523/stat : 6523 (picosat) R 6522 6499 5722 0 -1 4194304 152577 0 0 0 118124 7801 0 0 25 0 1 0 1979250928 642330624 152561 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/6523/statm: 156819 152561 48 102 0 156714 0
Current children cumulated CPU time (s) 1295.98
Current children cumulated vsize (KiB) 646232

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6559
/proc/meminfo: memFree=544736/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=36.73
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 1022 26665 0 2 3 1 3407 262 16 0 1 0 1979247169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 799 370 3 0 500 0
[pid=6522] ppid=6499 vsize=5356 CPUtime=0
/proc/6522/stat : 6522 (sh) S 6499 6499 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6522/statm: 1339 232 193 169 0 50 0
[pid=6523] ppid=6522 vsize=627540 CPUtime=1319.01
/proc/6523/stat : 6523 (picosat) R 6522 6499 5722 0 -1 4194304 152645 0 0 0 124099 7802 0 0 25 0 1 0 1979250928 642600960 152629 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6523/statm: 156885 152629 48 102 0 156780 0
Current children cumulated CPU time (s) 1355.74
Current children cumulated vsize (KiB) 646496

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6559
/proc/meminfo: memFree=544544/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=36.73
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 1022 26665 0 2 3 1 3407 262 16 0 1 0 1979247169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 799 370 3 0 500 0
[pid=6522] ppid=6499 vsize=5356 CPUtime=0
/proc/6522/stat : 6522 (sh) S 6499 6499 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6522/statm: 1339 232 193 169 0 50 0
[pid=6523] ppid=6522 vsize=627936 CPUtime=1378.77
/proc/6523/stat : 6523 (picosat) R 6522 6499 5722 0 -1 4194304 152721 0 0 0 130075 7802 0 0 25 0 1 0 1979250928 643006464 152705 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/6523/statm: 156984 152705 48 102 0 156879 0
Current children cumulated CPU time (s) 1415.5
Current children cumulated vsize (KiB) 646892

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6559
/proc/meminfo: memFree=544160/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=36.73
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 1022 26665 0 2 3 1 3407 262 16 0 1 0 1979247169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 799 370 3 0 500 0
[pid=6522] ppid=6499 vsize=5356 CPUtime=0
/proc/6522/stat : 6522 (sh) S 6499 6499 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6522/statm: 1339 232 193 169 0 50 0
[pid=6523] ppid=6522 vsize=628332 CPUtime=1438.52
/proc/6523/stat : 6523 (picosat) R 6522 6499 5722 0 -1 4194304 152814 0 0 0 136050 7802 0 0 25 0 1 0 1979250928 643411968 152798 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/6523/statm: 157083 152798 48 102 0 156978 0
Current children cumulated CPU time (s) 1475.25
Current children cumulated vsize (KiB) 647288

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6559
/proc/meminfo: memFree=543840/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=36.73
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 1022 26665 0 2 3 1 3407 262 16 0 1 0 1979247169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 799 370 3 0 500 0
[pid=6522] ppid=6499 vsize=5356 CPUtime=0
/proc/6522/stat : 6522 (sh) S 6499 6499 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6522/statm: 1339 232 193 169 0 50 0
[pid=6523] ppid=6522 vsize=628596 CPUtime=1498.28
/proc/6523/stat : 6523 (picosat) R 6522 6499 5722 0 -1 4194304 152887 0 0 0 142026 7802 0 0 25 0 1 0 1979250928 643682304 152871 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/6523/statm: 157149 152871 48 102 0 157044 0
Current children cumulated CPU time (s) 1535.01
Current children cumulated vsize (KiB) 647552

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6559
/proc/meminfo: memFree=543520/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=36.73
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 1022 26665 0 2 3 1 3407 262 16 0 1 0 1979247169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 799 370 3 0 500 0
[pid=6522] ppid=6499 vsize=5356 CPUtime=0
/proc/6522/stat : 6522 (sh) S 6499 6499 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6522/statm: 1339 232 193 169 0 50 0
[pid=6523] ppid=6522 vsize=628860 CPUtime=1558.04
/proc/6523/stat : 6523 (picosat) R 6522 6499 5722 0 -1 4194304 152971 0 0 0 148002 7802 0 0 25 0 1 0 1979250928 643952640 152955 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6523/statm: 157215 152955 48 102 0 157110 0
Current children cumulated CPU time (s) 1594.77
Current children cumulated vsize (KiB) 647816

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6559
/proc/meminfo: memFree=543200/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=36.73
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 1022 26665 0 2 3 1 3407 262 16 0 1 0 1979247169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 799 370 3 0 500 0
[pid=6522] ppid=6499 vsize=5356 CPUtime=0
/proc/6522/stat : 6522 (sh) S 6499 6499 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6522/statm: 1339 232 193 169 0 50 0
[pid=6523] ppid=6522 vsize=629252 CPUtime=1617.8
/proc/6523/stat : 6523 (picosat) R 6522 6499 5722 0 -1 4194304 153051 0 0 0 153978 7802 0 0 25 0 1 0 1979250928 644354048 153035 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6523/statm: 157313 153035 48 102 0 157208 0
Current children cumulated CPU time (s) 1654.53
Current children cumulated vsize (KiB) 648208

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6559
/proc/meminfo: memFree=542752/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=36.73
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 1022 26665 0 2 3 1 3407 262 16 0 1 0 1979247169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 799 370 3 0 500 0
[pid=6522] ppid=6499 vsize=5356 CPUtime=0
/proc/6522/stat : 6522 (sh) S 6499 6499 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6522/statm: 1339 232 193 169 0 50 0
[pid=6523] ppid=6522 vsize=629644 CPUtime=1677.57
/proc/6523/stat : 6523 (picosat) R 6522 6499 5722 0 -1 4194304 153149 0 0 0 159954 7803 0 0 25 0 1 0 1979250928 644755456 153133 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/6523/statm: 157411 153133 48 102 0 157306 0
Current children cumulated CPU time (s) 1714.3
Current children cumulated vsize (KiB) 648600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6559
/proc/meminfo: memFree=542368/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=36.73
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 1022 26665 0 2 3 1 3407 262 16 0 1 0 1979247169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 799 370 3 0 500 0
[pid=6522] ppid=6499 vsize=5356 CPUtime=0
/proc/6522/stat : 6522 (sh) S 6499 6499 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6522/statm: 1339 232 193 169 0 50 0
[pid=6523] ppid=6522 vsize=629908 CPUtime=1737.32
/proc/6523/stat : 6523 (picosat) R 6522 6499 5722 0 -1 4194304 153234 0 0 0 165929 7803 0 0 25 0 1 0 1979250928 645025792 153218 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6523/statm: 157477 153218 48 102 0 157372 0
Current children cumulated CPU time (s) 1774.05
Current children cumulated vsize (KiB) 648864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6559
/proc/meminfo: memFree=542240/2055920 swapFree=4179760/4192956
[pid=6499] ppid=6497 vsize=13600 CPUtime=36.73
/proc/6499/stat : 6499 (sugar) S 6497 6499 5722 0 -1 4194304 1022 26665 0 2 3 1 3407 262 16 0 1 0 1979247169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6499/statm: 3400 799 370 3 0 500 0
[pid=6522] ppid=6499 vsize=5356 CPUtime=0
/proc/6522/stat : 6522 (sh) S 6499 6499 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6522/statm: 1339 232 193 169 0 50 0
[pid=6523] ppid=6522 vsize=630040 CPUtime=1763.32
/proc/6523/stat : 6523 (picosat) R 6522 6499 5722 0 -1 4194304 153272 0 0 0 168529 7803 0 0 25 0 1 0 1979250928 645160960 153256 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6523/statm: 157510 153256 48 102 0 157405 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 648996

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6499 and gives
#  childrusage.ru_utime.tv_sec=34
#  childrusage.ru_utime.tv_usec=117813
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=644597
# CPU time returned by wait4() is 36.7624
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.51
CPU time (s): 1800.05
CPU user time (s): 1719.39
CPU system time (s): 80.66
CPU usage (%): 99.5323
Max. virtual memory (cumulated for all children) (KiB): 888372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.1178
system time used= 2.6446
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28042
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= 20639
involuntary context switches= 21577

runsolver used 2.37364 second user time and 5.83311 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-02 14:45:39
IDJOB=1042189
IDBENCH=53881
IDSOLVER=345
FILE ID=node37/1042189-1215002739
PBS_JOBID= 7870849
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-36-36.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042189-1215002739/watcher-1042189-1215002739 -o /tmp/evaluation-result-1042189-1215002739/solver-1042189-1215002739 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1042189-1215002739.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 191789448d36808dd71b4998bbbde126
RANDOM SEED=307471790

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1495768 kB
Buffers:         63492 kB
Cached:         351056 kB
SwapCached:       7460 kB
Active:         176844 kB
Inactive:       311784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495768 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:          87192 kB
Slab:            56700 kB
Committed_AS:  4152836 kB
PageTables:       1936 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node37 at 2008-07-02 15:15:50