Trace number 1041109

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 1811.84

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-28-28.xml
MD5SUM22db92e42bf9ba55a567bdd77a5f9c8b
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 variables1568
Number of constraints1893
Maximum constraint arity28
Maximum domain size88
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1513
Global constraints used (with number of constraints)cumulative(2),weightedsum(378)

Solver Data (download as text)

0.01/0.23	c 0	Sugar v1-13 + HOME/picosat
0.01/0.25	c 0	BEGIN Wed Jul  2 13:52:55 2008
0.01/0.25	c 0	PID 4798
0.01/0.27	c 0	HOST node84.alineos.net
0.01/0.27	c 0	CONVERTING HOME/instance-1041109-1214999575.xml TO HOME/temp.csp
0.01/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041109-1214999575.xml' 'HOME/temp.csp'
0.03/0.96	c 1	29 domains, 1568 variables, 2 predicates, 0 relations, 1893 constraints
0.03/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.98	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.59/1.06	c 1	Parsing HOME/temp.csp
0.78/1.28	c 1	parsed 3492 expressions
0.78/1.29	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.78/1.29	c 1	Converting to clausal form CSP
0.87/1.32	c 1	converted 350 (10%) expressions
0.87/1.32	c 1	converted 699 (20%) expressions
0.87/1.33	c 1	converted 1048 (30%) expressions
0.87/1.33	c 1	converted 1397 (40%) expressions
0.97/1.47	c 1	converted 1746 (50%) expressions
1.07/1.53	c 2	converted 2096 (60%) expressions
1.07/1.57	c 2	converted 2445 (70%) expressions
1.17/1.60	c 2	converted 2794 (80%) expressions
1.17/1.63	c 2	converted 3143 (90%) expressions
2.26/2.70	c 3	converted 3492 (100%) expressions
2.26/2.70	c 3	CSP : 11072 integers, 3244 booleans, 29015 clauses, largest domain size 215
2.26/2.70	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.26/2.70	c 3	Propagation in CSP
2.56/3.01	c 3	36244 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.56/3.02	c 3	CSP : 11072 integers, 3244 booleans, 29015 clauses, largest domain size 89
2.56/3.02	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.56/3.03	c 3	Simplifing CSP by introducing new Boolean variables
2.56/3.05	c 3	CSP : 11072 integers, 3244 booleans, 29015 clauses, largest domain size 89
2.56/3.05	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.67/3.17	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.77/3.21	c 3	1108 (10%) CSP integer variables are encoded (4000 clauses, 49879 bytes)
2.77/3.22	c 3	2215 (20%) CSP integer variables are encoded (14426 clauses, 197918 bytes)
2.77/3.25	c 3	3322 (30%) CSP integer variables are encoded (31376 clauses, 452168 bytes)
2.77/3.27	c 3	4429 (40%) CSP integer variables are encoded (49078 clauses, 717698 bytes)
2.77/3.29	c 3	5536 (50%) CSP integer variables are encoded (65796 clauses, 968468 bytes)
2.87/3.31	c 3	6644 (60%) CSP integer variables are encoded (83316 clauses, 1231268 bytes)
2.87/3.33	c 3	7751 (70%) CSP integer variables are encoded (100216 clauses, 1499683 bytes)
2.87/3.36	c 3	8858 (80%) CSP integer variables are encoded (117961 clauses, 1801348 bytes)
2.87/3.38	c 3	9965 (90%) CSP integer variables are encoded (134726 clauses, 2086353 bytes)
2.97/3.40	c 3	11072 (100%) CSP integer variables are encoded (152156 clauses, 2382663 bytes)
3.26/3.75	c 4	2902 (10%) CSP clauses are encoded (325706 clauses, 5479350 bytes)
4.06/4.58	c 5	5803 (20%) CSP clauses are encoded (806640 clauses, 15245157 bytes)
4.86/5.34	c 5	8705 (30%) CSP clauses are encoded (1242658 clauses, 24447016 bytes)
5.60/7.26	c 7	11606 (40%) CSP clauses are encoded (1678675 clauses, 33649112 bytes)
6.39/8.06	c 8	14508 (50%) CSP clauses are encoded (2135891 clauses, 43300369 bytes)
7.39/9.09	c 9	17409 (60%) CSP clauses are encoded (2717602 clauses, 55553454 bytes)
8.36/10.00	c 10	20311 (70%) CSP clauses are encoded (3200464 clauses, 66655087 bytes)
9.16/10.81	c 11	23212 (80%) CSP clauses are encoded (3634810 clauses, 77097125 bytes)
9.96/11.64	c 12	26114 (90%) CSP clauses are encoded (4072347 clauses, 87614888 bytes)
10.95/12.64	c 13	29015 (100%) CSP clauses are encoded (4604458 clauses, 100379896 bytes)
10.95/12.64	c 13	29015 CSP clauses encoded
10.95/12.64	c 13	Writing map file : HOME/temp.map
10.95/12.68	c 13	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.95/12.68	c 13	SAT : 166412 SAT variables, 4604458 SAT clauses, 100379896 bytes
10.95/12.68	c 13	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.04/12.71	c 13	SOLVING HOME/temp.cnf
11.04/12.71	c 13	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1811.82	c ERROR INTERRUPTED
1800.05/1811.83	s UNKNOWN
1800.05/1811.83	c 1812	CPU 10.25 (0.03 0.01 10.22 0.8)
1800.05/1811.83	c 1812	END Wed Jul  2 14:23:07 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-1041109-1214999575/watcher-1041109-1214999575 -o /tmp/evaluation-result-1041109-1214999575/solver-1041109-1214999575 -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-1041109-1214999575.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: 4.00 4.80 3.61 4/73 4798
/proc/meminfo: memFree=1922112/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=18572 CPUtime=0
/proc/4798/stat : 4798 (runsolver) D 4796 4798 4488 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 622877641 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 243665530151 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/4798/statm: 4643 292 257 25 0 2626 0

[startup+0.0217821 s]
/proc/loadavg: 4.00 4.80 3.61 4/73 4798
/proc/meminfo: memFree=1922112/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=124 CPUtime=0
/proc/4798/stat : 4798 (sugar) D 4796 4798 4488 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 622877641 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 243662910953 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/4798/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101871 s]
/proc/loadavg: 4.00 4.80 3.61 4/73 4798
/proc/meminfo: memFree=1922112/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=12268 CPUtime=0
/proc/4798/stat : 4798 (sugar) R 4796 4798 4488 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 622877641 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 243665697381 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/4798/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301813 s]
/proc/loadavg: 4.00 4.80 3.61 4/73 4798
/proc/meminfo: memFree=1922112/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=0.03
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 622877641 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701859 s]
/proc/loadavg: 4.00 4.80 3.61 4/73 4798
/proc/meminfo: memFree=1922112/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=0.03
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 622877641 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50194 s]
/proc/loadavg: 4.00 4.80 3.61 3/77 4813
/proc/meminfo: memFree=1917408/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=0.58
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 974 5372 0 1 3 0 50 5 15 0 1 0 622877641 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4798/statm: 3400 797 370 3 0 500 0
[pid=4811] ppid=4798 vsize=5356 CPUtime=0
/proc/4811/stat : 4811 (sh) S 4798 4798 4488 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622877740 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4811/statm: 1339 233 193 169 0 50 0
[pid=4812] ppid=4811 vsize=868360 CPUtime=0.49
/proc/4812/stat : 4812 (java) S 4811 4798 4488 0 -1 0 5256 0 1 0 46 3 0 0 18 0 9 0 622877740 889200640 4683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4812/statm: 217090 4683 1731 9 0 211665 0
[pid=4812/tid=4813] ppid=4811 vsize=868360 CPUtime=0.29
/proc/4812/task/4813/stat : 4813 (java) R 4811 4798 4488 0 -1 64 2648 0 1 0 28 1 0 0 18 0 9 0 622877741 889200640 4683 996147200 134512640 134550740 4294955952 18446744073709551615 4126471297 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 887316

[startup+3.10211 s]
/proc/loadavg: 4.00 4.80 3.61 3/84 4820
/proc/meminfo: memFree=1898472/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=0.59
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 974 5372 0 1 3 1 50 5 15 0 1 0 622877641 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4798/statm: 3400 797 370 3 0 500 0
[pid=4811] ppid=4798 vsize=5356 CPUtime=0
/proc/4811/stat : 4811 (sh) S 4798 4798 4488 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622877740 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4811/statm: 1339 233 193 169 0 50 0
[pid=4812] ppid=4811 vsize=868864 CPUtime=2.08
/proc/4812/stat : 4812 (java) S 4811 4798 4488 0 -1 0 11824 0 1 0 201 7 0 0 18 0 9 0 622877740 889716736 10648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4812/statm: 217216 10648 2541 9 0 211791 0
[pid=4812/tid=4813] ppid=4811 vsize=868864 CPUtime=1.2
/proc/4812/task/4813/stat : 4813 (java) R 4811 4798 4488 0 -1 64 2962 0 1 0 118 2 0 0 25 0 9 0 622877741 889716736 10648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4814] ppid=4811 vsize=868864 CPUtime=0.61
/proc/4812/task/4814/stat : 4814 (java) R 4811 4798 4488 0 -1 64 6671 0 0 0 58 3 0 0 16 0 9 0 622877742 889716736 10648 996147200 134512640 134550740 4294955952 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4815] ppid=4811 vsize=868864 CPUtime=0
/proc/4812/task/4815/stat : 4815 (java) S 4811 4798 4488 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 622877742 889716736 10648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4816] ppid=4811 vsize=868864 CPUtime=0
/proc/4812/task/4816/stat : 4816 (java) S 4811 4798 4488 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 622877742 889716736 10648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4817] ppid=4811 vsize=868864 CPUtime=0
/proc/4812/task/4817/stat : 4817 (java) S 4811 4798 4488 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 622877744 889716736 10648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4818] ppid=4811 vsize=868864 CPUtime=0.24
/proc/4812/task/4818/stat : 4818 (java) S 4811 4798 4488 0 -1 64 1499 0 0 0 24 0 0 0 15 0 9 0 622877744 889716736 10648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4819] ppid=4811 vsize=868864 CPUtime=0
/proc/4812/task/4819/stat : 4819 (java) S 4811 4798 4488 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 622877744 889716736 10648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4820] ppid=4811 vsize=868864 CPUtime=0
/proc/4812/task/4820/stat : 4820 (java) S 4811 4798 4488 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 622877744 889716736 10648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 887820

[startup+6.30243 s]
/proc/loadavg: 3.84 4.76 3.60 3/84 4820
/proc/meminfo: memFree=1861032/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=0.59
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 974 5372 0 1 3 1 50 5 15 0 1 0 622877641 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4798/statm: 3400 797 370 3 0 500 0
[pid=4811] ppid=4798 vsize=5356 CPUtime=0
/proc/4811/stat : 4811 (sh) S 4798 4798 4488 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622877740 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4811/statm: 1339 233 193 169 0 50 0
[pid=4812] ppid=4811 vsize=868472 CPUtime=4.37
/proc/4812/stat : 4812 (java) S 4811 4798 4488 0 -1 0 12214 0 1 0 413 24 0 0 18 0 9 0 622877740 889315328 10595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4812/statm: 217118 10595 2565 9 0 211665 0
[pid=4812/tid=4813] ppid=4811 vsize=868472 CPUtime=3.25
/proc/4812/task/4813/stat : 4813 (java) D 4811 4798 4488 0 -1 64 3320 0 1 0 309 16 0 0 25 0 9 0 622877741 889315328 10595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=4812/tid=4814] ppid=4811 vsize=868472 CPUtime=0.79
/proc/4812/task/4814/stat : 4814 (java) S 4811 4798 4488 0 -1 64 6671 0 0 0 73 6 0 0 16 0 9 0 622877742 889315328 10595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4815] ppid=4811 vsize=868472 CPUtime=0
/proc/4812/task/4815/stat : 4815 (java) S 4811 4798 4488 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 622877742 889315328 10595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4816] ppid=4811 vsize=868472 CPUtime=0
/proc/4812/task/4816/stat : 4816 (java) S 4811 4798 4488 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 622877742 889315328 10595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4817] ppid=4811 vsize=868472 CPUtime=0
/proc/4812/task/4817/stat : 4817 (java) S 4811 4798 4488 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 622877744 889315328 10595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4818] ppid=4811 vsize=868472 CPUtime=0.29
/proc/4812/task/4818/stat : 4818 (java) S 4811 4798 4488 0 -1 64 1531 0 0 0 29 0 0 0 17 0 9 0 622877744 889315328 10595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4819] ppid=4811 vsize=868472 CPUtime=0
/proc/4812/task/4819/stat : 4819 (java) S 4811 4798 4488 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 622877744 889315328 10595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4820] ppid=4811 vsize=868472 CPUtime=0
/proc/4812/task/4820/stat : 4820 (java) S 4811 4798 4488 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 622877744 889315328 10595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 887428

[startup+12.7021 s]
/proc/loadavg: 3.69 4.71 3.59 3/84 4820
/proc/meminfo: memFree=1793576/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=0.59
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 974 5372 0 1 3 1 50 5 16 0 1 0 622877641 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 797 370 3 0 500 0
[pid=4811] ppid=4798 vsize=5356 CPUtime=0
/proc/4811/stat : 4811 (sh) S 4798 4798 4488 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622877740 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4811/statm: 1339 233 193 169 0 50 0
[pid=4812] ppid=4811 vsize=868472 CPUtime=10.45
/proc/4812/stat : 4812 (java) S 4811 4798 4488 0 -1 0 13085 0 1 0 971 74 0 0 18 0 9 0 622877740 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4812/statm: 217118 10617 2567 9 0 211665 0
[pid=4812/tid=4813] ppid=4811 vsize=868472 CPUtime=8.99
/proc/4812/task/4813/stat : 4813 (java) S 4811 4798 4488 0 -1 64 4178 0 1 0 839 60 0 0 25 0 9 0 622877741 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4812/tid=4814] ppid=4811 vsize=868472 CPUtime=1.13
/proc/4812/task/4814/stat : 4814 (java) S 4811 4798 4488 0 -1 64 6671 0 0 0 101 12 0 0 16 0 9 0 622877742 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4812/tid=4815] ppid=4811 vsize=868472 CPUtime=0
/proc/4812/task/4815/stat : 4815 (java) S 4811 4798 4488 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 622877742 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4816] ppid=4811 vsize=868472 CPUtime=0
/proc/4812/task/4816/stat : 4816 (java) S 4811 4798 4488 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 622877742 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4817] ppid=4811 vsize=868472 CPUtime=0
/proc/4812/task/4817/stat : 4817 (java) S 4811 4798 4488 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 622877744 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4818] ppid=4811 vsize=868472 CPUtime=0.31
/proc/4812/task/4818/stat : 4818 (java) S 4811 4798 4488 0 -1 64 1544 0 0 0 31 0 0 0 16 0 9 0 622877744 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4812/tid=4819] ppid=4811 vsize=868472 CPUtime=0
/proc/4812/task/4819/stat : 4819 (java) S 4811 4798 4488 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 622877744 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4812/tid=4820] ppid=4811 vsize=868472 CPUtime=0
/proc/4812/task/4820/stat : 4820 (java) S 4811 4798 4488 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 622877744 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.04
Current children cumulated vsize (KiB) 887428

[startup+25.5014 s]
/proc/loadavg: 3.54 4.63 3.58 3/76 4822
/proc/meminfo: memFree=1756464/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=72040 CPUtime=12.7
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 15716 0 0 0 581 689 0 0 25 0 1 0 622878913 73768960 15702 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 18010 15702 40 102 0 17905 0
Current children cumulated CPU time (s) 23.76
Current children cumulated vsize (KiB) 90996

[startup+51.102 s]
/proc/loadavg: 3.07 4.43 3.54 3/76 4822
/proc/meminfo: memFree=1656944/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=173508 CPUtime=38.18
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 41473 0 0 0 1741 2077 0 0 25 0 1 0 622878913 177672192 41459 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 43377 41459 42 102 0 43272 0
Current children cumulated CPU time (s) 49.24
Current children cumulated vsize (KiB) 192464

[startup+102.305 s]
/proc/loadavg: 2.46 4.05 3.46 3/76 4822
/proc/meminfo: memFree=1654704/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06

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

/proc/meminfo: memFree=1630312/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=202568 CPUtime=1283.39
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 44764 0 0 0 126252 2087 0 0 25 0 1 0 622878913 207429632 44748 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 50642 44748 48 102 0 50537 0
Current children cumulated CPU time (s) 1294.45
Current children cumulated vsize (KiB) 221524

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.35 3/76 5162
/proc/meminfo: memFree=1629608/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=203228 CPUtime=1342.93
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 44917 0 0 0 132206 2087 0 0 25 0 1 0 622878913 208105472 44901 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 50807 44901 48 102 0 50702 0
Current children cumulated CPU time (s) 1353.99
Current children cumulated vsize (KiB) 222184

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.32 3/76 5162
/proc/meminfo: memFree=1628904/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=204020 CPUtime=1402.48
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 45108 0 0 0 138160 2088 0 0 25 0 1 0 622878913 208916480 45092 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 51005 45092 48 102 0 50900 0
Current children cumulated CPU time (s) 1413.54
Current children cumulated vsize (KiB) 222976

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.30 3/76 5162
/proc/meminfo: memFree=1628136/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=204680 CPUtime=1462.01
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 45292 0 0 0 144113 2088 0 0 25 0 1 0 622878913 209592320 45276 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 51170 45276 48 102 0 51065 0
Current children cumulated CPU time (s) 1473.07
Current children cumulated vsize (KiB) 223636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.28 3/76 5162
/proc/meminfo: memFree=1627496/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=205340 CPUtime=1521.55
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 45447 0 0 0 150067 2088 0 0 25 0 1 0 622878913 210268160 45431 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 51335 45431 48 102 0 51230 0
Current children cumulated CPU time (s) 1532.61
Current children cumulated vsize (KiB) 224296

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.26 3/76 5162
/proc/meminfo: memFree=1626792/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=205868 CPUtime=1581.1
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 45605 0 0 0 156022 2088 0 0 25 0 1 0 622878913 210808832 45589 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 51467 45589 48 102 0 51362 0
Current children cumulated CPU time (s) 1592.16
Current children cumulated vsize (KiB) 224824

[startup+1662.3 s]
/proc/loadavg: 2.11 2.03 2.25 3/76 5162
/proc/meminfo: memFree=1626024/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=206660 CPUtime=1640.63
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 45783 0 0 0 161975 2088 0 0 25 0 1 0 622878913 211619840 45767 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 51665 45767 48 102 0 51560 0
Current children cumulated CPU time (s) 1651.69
Current children cumulated vsize (KiB) 225616

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.24 3/76 5162
/proc/meminfo: memFree=1625320/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=207320 CPUtime=1700.17
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 45950 0 0 0 167928 2089 0 0 25 0 1 0 622878913 212295680 45934 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 51830 45934 48 102 0 51725 0
Current children cumulated CPU time (s) 1711.23
Current children cumulated vsize (KiB) 226276

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 2.23 3/76 5162
/proc/meminfo: memFree=1624552/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=207848 CPUtime=1759.71
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 46112 0 0 0 173882 2089 0 0 25 0 1 0 622878913 212836352 46096 996147200 134512640 134931368 4294956256 18446744073709551615 134525875 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 51962 46096 48 102 0 51857 0
Current children cumulated CPU time (s) 1770.77
Current children cumulated vsize (KiB) 226804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.10 2.05 2.22 3/76 5162
/proc/meminfo: memFree=1624360/2055920 swapFree=4177412/4192956
[pid=4798] ppid=4796 vsize=13600 CPUtime=11.06
/proc/4798/stat : 4798 (sugar) S 4796 4798 4488 0 -1 4194304 1022 18748 0 2 3 1 1022 80 16 0 1 0 622877641 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4798/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4798 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4798 4798 4488 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622878913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=208112 CPUtime=1788.99
/proc/4822/stat : 4822 (picosat) R 4821 4798 4488 0 -1 4194304 46182 0 0 0 176810 2089 0 0 25 0 1 0 622878913 213106688 46166 996147200 134512640 134931368 4294956256 18446744073709551615 134529451 0 0 4096 0 0 0 0 17 0 0 0
/proc/4822/statm: 52028 46166 48 102 0 51923 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 227068

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 4798 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=263439
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=817875
# CPU time returned by wait4() is 11.0813
# 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): 1811.84
CPU time (s): 1800.05
CPU user time (s): 1778.35
CPU system time (s): 21.7
CPU usage (%): 99.3493
Max. virtual memory (cumulated for all children) (KiB): 887820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2634
system time used= 0.817875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20125
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= 11755
involuntary context switches= 11437

runsolver used 1.65975 second user time and 5.11422 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-02 13:52:55
IDJOB=1041109
IDBENCH=53773
IDSOLVER=345
FILE ID=node84/1041109-1214999575
PBS_JOBID= 7870756
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-28-28.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-1041109-1214999575/watcher-1041109-1214999575 -o /tmp/evaluation-result-1041109-1214999575/solver-1041109-1214999575 -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-1041109-1214999575.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 22db92e42bf9ba55a567bdd77a5f9c8b
RANDOM SEED=48488048

node84.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.231
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.231
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:       1922720 kB
Buffers:          2756 kB
Cached:          36220 kB
SwapCached:       9576 kB
Active:          59592 kB
Inactive:         3096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922720 kB
SwapTotal:     4192956 kB
SwapFree:      4177412 kB
Dirty:            2372 kB
Writeback:           0 kB
Mapped:          30284 kB
Slab:            55928 kB
Committed_AS:  1001384 kB
PageTables:       1744 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= 66548 MiB
End job on node84 at 2008-07-02 14:23:09