Trace number 1041129

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.02 1813.86

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-30-30.xml
MD5SUMe85d2010148b38b130e5f78ed4e296ed
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.348946
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints2178
Maximum constraint arity30
Maximum domain size97
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1741
Global constraints used (with number of constraints)cumulative(2),weightedsum(435)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Wed Jul  2 13:59:21 2008
0.00/0.05	c 0	PID 3642
0.04/0.05	c 0	HOST node49.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1041129-1214999961.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041129-1214999961.xml' 'HOME/temp.csp'
0.04/0.96	c 1	31 domains, 1800 variables, 2 predicates, 0 relations, 2178 constraints
0.04/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/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.95/1.07	c 1	Parsing HOME/temp.csp
1.25/1.32	c 1	parsed 4011 expressions
1.25/1.33	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.33	c 1	Converting to clausal form CSP
1.25/1.35	c 1	converted 402 (10%) expressions
1.25/1.36	c 2	converted 803 (20%) expressions
1.25/1.36	c 2	converted 1204 (30%) expressions
1.25/1.38	c 2	converted 1605 (40%) expressions
1.44/1.53	c 2	converted 2006 (50%) expressions
1.44/1.59	c 2	converted 2407 (60%) expressions
1.54/1.63	c 2	converted 2808 (70%) expressions
1.54/1.66	c 2	converted 3209 (80%) expressions
1.54/1.70	c 2	converted 3610 (90%) expressions
3.03/3.13	c 3	converted 4011 (100%) expressions
3.03/3.13	c 3	CSP : 13052 integers, 3892 booleans, 34330 clauses, largest domain size 249
3.03/3.13	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.03/3.13	c 3	Propagation in CSP
3.24/3.34	c 3	51089 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.24/3.35	c 3	CSP : 13052 integers, 3892 booleans, 34330 clauses, largest domain size 98
3.24/3.35	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.24/3.36	c 4	Simplifing CSP by introducing new Boolean variables
3.24/3.38	c 4	CSP : 13052 integers, 3892 booleans, 34330 clauses, largest domain size 98
3.24/3.38	c 4	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.43/3.52	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.43/3.56	c 4	1306 (10%) CSP integer variables are encoded (4762 clauses, 59781 bytes)
3.43/3.59	c 4	2611 (20%) CSP integer variables are encoded (18868 clauses, 264844 bytes)
3.53/3.62	c 4	3916 (30%) CSP integer variables are encoded (40850 clauses, 594574 bytes)
3.53/3.64	c 4	5221 (40%) CSP integer variables are encoded (63527 clauses, 934729 bytes)
3.53/3.67	c 4	6526 (50%) CSP integer variables are encoded (84770 clauses, 1253374 bytes)
3.63/3.70	c 4	7832 (60%) CSP integer variables are encoded (107014 clauses, 1615019 bytes)
3.63/3.73	c 4	9137 (70%) CSP integer variables are encoded (128750 clauses, 1984531 bytes)
3.63/3.77	c 4	10442 (80%) CSP integer variables are encoded (151474 clauses, 2370839 bytes)
3.63/3.80	c 4	11747 (90%) CSP integer variables are encoded (172880 clauses, 2734741 bytes)
3.72/3.83	c 4	13052 (100%) CSP integer variables are encoded (195119 clauses, 3112804 bytes)
4.12/4.29	c 4	3433 (10%) CSP clauses are encoded (422209 clauses, 7188328 bytes)
5.42/5.55	c 6	6866 (20%) CSP clauses are encoded (1129018 clauses, 21805480 bytes)
6.61/6.72	c 7	10299 (30%) CSP clauses are encoded (1776571 clauses, 35504888 bytes)
7.70/7.89	c 8	13732 (40%) CSP clauses are encoded (2424124 clauses, 49204431 bytes)
9.01/9.30	c 9	17165 (50%) CSP clauses are encoded (3083838 clauses, 63160718 bytes)
10.50/10.89	c 11	20598 (60%) CSP clauses are encoded (3914795 clauses, 82427516 bytes)
11.88/12.29	c 12	24031 (70%) CSP clauses are encoded (4625424 clauses, 99554966 bytes)
13.16/13.58	c 14	27464 (80%) CSP clauses are encoded (5269118 clauses, 115068268 bytes)
14.45/14.84	c 15	30897 (90%) CSP clauses are encoded (5906410 clauses, 130425993 bytes)
15.95/16.34	c 16	34330 (100%) CSP clauses are encoded (6672742 clauses, 148857876 bytes)
15.95/16.34	c 16	34330 CSP clauses encoded
15.95/16.34	c 16	Writing map file : HOME/temp.map
15.95/16.40	c 17	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.95/16.40	c 17	SAT : 211995 SAT variables, 6672742 SAT clauses, 148857876 bytes
15.95/16.40	c 17	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.04/16.43	c 17	SOLVING HOME/temp.cnf
16.04/16.43	c 17	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1813.82	c ERROR INTERRUPTED
1800.02/1813.85	s UNKNOWN
1800.02/1813.85	c 1814	CPU 14.85 (0.03 0.01 14.82 1.2)
1800.02/1813.85	c 1814	END Wed Jul  2 14:29:35 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-1041129-1214999961/watcher-1041129-1214999961 -o /tmp/evaluation-result-1041129-1214999961/solver-1041129-1214999961 -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-1041129-1214999961.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.12 2.06 1.94 4/72 3642
/proc/meminfo: memFree=1909024/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=12268 CPUtime=0
/proc/3642/stat : 3642 (sugar) R 3640 3642 2307 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 405613475 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224627751525 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3642/statm: 3067 316 241 3 0 167 0

[startup+0.0505041 s]
/proc/loadavg: 2.12 2.06 1.94 4/72 3642
/proc/meminfo: memFree=1909024/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=0.04
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 405613475 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102761 s]
/proc/loadavg: 2.12 2.06 1.94 4/72 3642
/proc/meminfo: memFree=1909024/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=0.04
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 405613475 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30182 s]
/proc/loadavg: 2.12 2.06 1.94 4/72 3642
/proc/meminfo: memFree=1909024/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=0.04
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 405613475 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701881 s]
/proc/loadavg: 2.12 2.06 1.94 4/72 3642
/proc/meminfo: memFree=1909024/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=0.04
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 405613475 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.503 s]
/proc/loadavg: 2.12 2.06 1.94 3/75 3656
/proc/meminfo: memFree=1905672/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=0.95
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 974 5502 0 1 3 1 87 4 15 0 1 0 405613475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 797 370 3 0 500 0
[pid=3655] ppid=3642 vsize=5356 CPUtime=0
/proc/3655/stat : 3655 (sh) S 3642 3642 2307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 405613574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3655/statm: 1339 233 193 169 0 50 0
[pid=3656] ppid=3655 vsize=868272 CPUtime=0.49
/proc/3656/stat : 3656 (java) S 3655 3642 2307 0 -1 0 5276 0 1 0 46 3 0 0 18 0 9 0 405613575 889110528 4702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 217068 4702 1731 9 0 211643 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887228

[startup+3.10223 s]
/proc/loadavg: 2.12 2.06 1.94 3/83 3664
/proc/meminfo: memFree=1887560/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=0.95
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 974 5502 0 1 3 1 87 4 15 0 1 0 405613475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 797 370 3 0 500 0
[pid=3655] ppid=3642 vsize=5356 CPUtime=0
/proc/3655/stat : 3655 (sh) S 3642 3642 2307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 405613574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3655/statm: 1339 233 193 169 0 50 0
[pid=3656] ppid=3655 vsize=868388 CPUtime=2.08
/proc/3656/stat : 3656 (java) S 3655 3642 2307 0 -1 0 11880 0 1 0 201 7 0 0 18 0 9 0 405613575 889229312 10927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 217097 10927 2541 9 0 211672 0
[pid=3656/tid=3657] ppid=3655 vsize=868388 CPUtime=1.21
/proc/3656/task/3657/stat : 3657 (java) R 3655 3642 2307 0 -1 64 2973 0 1 0 120 1 0 0 25 0 9 0 405613576 889229312 10927 996147200 134512640 134550740 4294955952 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3658] ppid=3655 vsize=868388 CPUtime=0.6
/proc/3656/task/3658/stat : 3658 (java) S 3655 3642 2307 0 -1 64 6711 0 0 0 56 4 0 0 16 0 9 0 405613577 889229312 10927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3659] ppid=3655 vsize=868388 CPUtime=0
/proc/3656/task/3659/stat : 3659 (java) S 3655 3642 2307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 405613577 889229312 10927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3660] ppid=3655 vsize=868388 CPUtime=0
/proc/3656/task/3660/stat : 3660 (java) S 3655 3642 2307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 405613577 889229312 10927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3661] ppid=3655 vsize=868388 CPUtime=0
/proc/3656/task/3661/stat : 3661 (java) S 3655 3642 2307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 405613579 889229312 10927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3662] ppid=3655 vsize=868388 CPUtime=0.23
/proc/3656/task/3662/stat : 3662 (java) S 3655 3642 2307 0 -1 64 1502 0 0 0 23 0 0 0 16 0 9 0 405613579 889229312 10927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3663] ppid=3655 vsize=868388 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3655 3642 2307 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 405613580 889229312 10927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3664] ppid=3655 vsize=868388 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3655 3642 2307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 405613580 889229312 10927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887344

[startup+6.30267 s]
/proc/loadavg: 2.11 2.06 1.94 3/83 3664
/proc/meminfo: memFree=1850952/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=0.95
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 974 5502 0 1 3 1 87 4 16 0 1 0 405613475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 797 370 3 0 500 0
[pid=3655] ppid=3642 vsize=5356 CPUtime=0
/proc/3655/stat : 3655 (sh) S 3642 3642 2307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 405613574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3655/statm: 1339 233 193 169 0 50 0
[pid=3656] ppid=3655 vsize=868500 CPUtime=5.26
/proc/3656/stat : 3656 (java) S 3655 3642 2307 0 -1 0 12837 0 1 0 497 29 0 0 18 0 9 0 405613575 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 217125 11343 2565 9 0 211672 0
[pid=3656/tid=3657] ppid=3655 vsize=868500 CPUtime=4.02
/proc/3656/task/3657/stat : 3657 (java) R 3655 3642 2307 0 -1 64 3350 0 1 0 382 20 0 0 25 0 9 0 405613576 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4127143209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3658] ppid=3655 vsize=868500 CPUtime=0.9
/proc/3656/task/3658/stat : 3658 (java) S 3655 3642 2307 0 -1 64 7247 0 0 0 84 6 0 0 16 0 9 0 405613577 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3659] ppid=3655 vsize=868500 CPUtime=0
/proc/3656/task/3659/stat : 3659 (java) S 3655 3642 2307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 405613577 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3660] ppid=3655 vsize=868500 CPUtime=0
/proc/3656/task/3660/stat : 3660 (java) S 3655 3642 2307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 405613577 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3661] ppid=3655 vsize=868500 CPUtime=0
/proc/3656/task/3661/stat : 3661 (java) S 3655 3642 2307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 405613579 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3662] ppid=3655 vsize=868500 CPUtime=0.32
/proc/3656/task/3662/stat : 3662 (java) S 3655 3642 2307 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 405613579 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3663] ppid=3655 vsize=868500 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3655 3642 2307 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 405613580 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3664] ppid=3655 vsize=868500 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3655 3642 2307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 405613580 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887456

[startup+12.7016 s]
/proc/loadavg: 2.18 2.07 1.94 3/83 3664
/proc/meminfo: memFree=1775688/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=0.95
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 974 5502 0 1 3 1 87 4 16 0 1 0 405613475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 797 370 3 0 500 0
[pid=3655] ppid=3642 vsize=5356 CPUtime=0
/proc/3655/stat : 3655 (sh) S 3642 3642 2307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 405613574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3655/statm: 1339 233 193 169 0 50 0
[pid=3656] ppid=3655 vsize=868500 CPUtime=11.43
/proc/3656/stat : 3656 (java) S 3655 3642 2307 0 -1 0 13536 0 1 0 1058 85 0 0 18 0 9 0 405613575 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 217125 11343 2565 9 0 211672 0
[pid=3656/tid=3657] ppid=3655 vsize=868500 CPUtime=9.89
/proc/3656/task/3657/stat : 3657 (java) R 3655 3642 2307 0 -1 64 4049 0 1 0 918 71 0 0 25 0 9 0 405613576 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 102064747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3658] ppid=3655 vsize=868500 CPUtime=1.19
/proc/3656/task/3658/stat : 3658 (java) S 3655 3642 2307 0 -1 64 7247 0 0 0 108 11 0 0 16 0 9 0 405613577 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3659] ppid=3655 vsize=868500 CPUtime=0
/proc/3656/task/3659/stat : 3659 (java) S 3655 3642 2307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 405613577 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3660] ppid=3655 vsize=868500 CPUtime=0
/proc/3656/task/3660/stat : 3660 (java) S 3655 3642 2307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 405613577 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3661] ppid=3655 vsize=868500 CPUtime=0
/proc/3656/task/3661/stat : 3661 (java) S 3655 3642 2307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 405613579 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3662] ppid=3655 vsize=868500 CPUtime=0.32
/proc/3656/task/3662/stat : 3662 (java) S 3655 3642 2307 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 405613579 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3663] ppid=3655 vsize=868500 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3655 3642 2307 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 405613580 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3664] ppid=3655 vsize=868500 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3655 3642 2307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 405613580 889344000 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 887456

[startup+25.5014 s]
/proc/loadavg: 2.28 2.10 1.95 3/75 3666
/proc/meminfo: memFree=1711752/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=52768 CPUtime=9.01
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 12098 0 0 0 413 488 0 0 25 0 1 0 405615119 54034432 12084 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 13192 12084 40 102 0 13087 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 71724

[startup+51.102 s]
/proc/loadavg: 2.18 2.09 1.95 3/75 3666
/proc/meminfo: memFree=1615688/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=151648 CPUtime=34.48
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 36400 0 0 0 1577 1871 0 0 25 0 1 0 405615119 155287552 36386 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 37912 36386 40 102 0 37807 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 170604

[startup+102.306 s]
/proc/loadavg: 2.20 2.11 1.96 3/75 3672
/proc/meminfo: memFree=1517568/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1459592/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=264764 CPUtime=1277.28
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 62434 0 0 0 124513 3215 0 0 25 0 1 0 405615119 271118336 62418 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 66191 62418 48 102 0 66086 0
Current children cumulated CPU time (s) 1293.33
Current children cumulated vsize (KiB) 283720

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/83 3838
/proc/meminfo: memFree=1458952/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=265292 CPUtime=1336.72
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 62584 0 0 0 130456 3216 0 0 25 0 1 0 405615119 271659008 62568 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 66323 62568 48 102 0 66218 0
Current children cumulated CPU time (s) 1352.77
Current children cumulated vsize (KiB) 284248

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.97 3/83 3838
/proc/meminfo: memFree=1458440/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=265820 CPUtime=1396.16
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 62703 0 0 0 136400 3216 0 0 25 0 1 0 405615119 272199680 62687 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 66455 62687 48 102 0 66350 0
Current children cumulated CPU time (s) 1412.21
Current children cumulated vsize (KiB) 284776

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/83 3838
/proc/meminfo: memFree=1457928/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=266216 CPUtime=1455.59
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 62818 0 0 0 142343 3216 0 0 25 0 1 0 405615119 272605184 62802 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 66554 62802 48 102 0 66449 0
Current children cumulated CPU time (s) 1471.64
Current children cumulated vsize (KiB) 285172

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/83 3838
/proc/meminfo: memFree=1457352/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=266744 CPUtime=1515.02
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 62954 0 0 0 148286 3216 0 0 25 0 1 0 405615119 273145856 62938 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 66686 62938 48 102 0 66581 0
Current children cumulated CPU time (s) 1531.07
Current children cumulated vsize (KiB) 285700

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/83 3838
/proc/meminfo: memFree=1456840/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=267272 CPUtime=1574.45
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 63074 0 0 0 154229 3216 0 0 25 0 1 0 405615119 273686528 63058 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 66818 63058 48 102 0 66713 0
Current children cumulated CPU time (s) 1590.5
Current children cumulated vsize (KiB) 286228

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/83 3838
/proc/meminfo: memFree=1456328/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=267668 CPUtime=1633.89
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 63195 0 0 0 160173 3216 0 0 25 0 1 0 405615119 274092032 63179 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 66917 63179 48 102 0 66812 0
Current children cumulated CPU time (s) 1649.94
Current children cumulated vsize (KiB) 286624

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/83 3838
/proc/meminfo: memFree=1455816/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=268196 CPUtime=1693.33
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 63317 0 0 0 166116 3217 0 0 25 0 1 0 405615119 274632704 63301 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 67049 63301 48 102 0 66944 0
Current children cumulated CPU time (s) 1709.38
Current children cumulated vsize (KiB) 287152

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/83 3838
/proc/meminfo: memFree=1455112/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=268724 CPUtime=1752.76
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 63472 0 0 0 172059 3217 0 0 25 0 1 0 405615119 275173376 63456 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 67181 63456 48 102 0 67076 0
Current children cumulated CPU time (s) 1768.81
Current children cumulated vsize (KiB) 287680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 1.99 1.98 1.97 3/83 3838
/proc/meminfo: memFree=1454920/2055920 swapFree=4180284/4192956
[pid=3642] ppid=3640 vsize=13600 CPUtime=16.05
/proc/3642/stat : 3642 (sugar) S 3640 3642 2307 0 -1 4194304 1022 19761 0 2 3 1 1482 119 16 0 1 0 405613475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3642/statm: 3400 799 370 3 0 500 0
[pid=3665] ppid=3642 vsize=5356 CPUtime=0
/proc/3665/stat : 3665 (sh) S 3642 3642 2307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 405615118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3665/statm: 1339 232 193 169 0 50 0
[pid=3666] ppid=3665 vsize=268988 CPUtime=1783.97
/proc/3666/stat : 3666 (picosat) R 3665 3642 2307 0 -1 4194304 63529 0 0 0 175180 3217 0 0 25 0 1 0 405615119 275443712 63513 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3666/statm: 67247 63513 48 102 0 67142 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 287944

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 3642 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=866739
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=216815
# CPU time returned by wait4() is 16.0836
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.86
CPU time (s): 1800.02
CPU user time (s): 1766.65
CPU system time (s): 33.37
CPU usage (%): 99.2372
Max. virtual memory (cumulated for all children) (KiB): 888100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8667
system time used= 1.21681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21138
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= 13215
involuntary context switches= 13221

runsolver used 2.19567 second user time and 6.07208 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-02 13:59:21
IDJOB=1041129
IDBENCH=53775
IDSOLVER=345
FILE ID=node49/1041129-1214999961
PBS_JOBID= 7870824
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e85d2010148b38b130e5f78ed4e296ed
RANDOM SEED=269847891

node49.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.249
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.249
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:       1909504 kB
Buffers:          4352 kB
Cached:          47344 kB
SwapCached:       5968 kB
Active:          72316 kB
Inactive:        13868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909504 kB
SwapTotal:     4192956 kB
SwapFree:      4180284 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:          41748 kB
Slab:            45616 kB
Committed_AS:   704372 kB
PageTables:       1760 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= 66532 MiB
End job on node49 at 2008-07-02 14:29:37