Trace number 1069529

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.04 1805.53

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-65-60.xml
MD5SUM26254908075164ff2a1be5da4737d9f8
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 variables3900
Number of constraints124865
Maximum constraint arity60
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(124865)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 10:39:49 2008
0.00/0.05	c 0	PID 10906
0.00/0.05	c 0	HOST node12.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069529-1215160787.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-1069529-1215160787.xml' 'HOME/temp.csp'
9.37/9.55	c 9	1 domains, 3900 variables, 0 predicates, 0 relations, 124865 constraints
9.43/9.63	c 9	ENCODING HOME/temp.csp TO HOME/temp.cnf
9.43/9.63	c 9	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'
9.46/9.71	c 9	Parsing HOME/temp.csp
10.01/10.22	c 10	parsed 10000 expressions
10.40/10.66	c 10	parsed 20000 expressions
10.89/11.14	c 11	parsed 30000 expressions
11.39/11.67	c 11	parsed 40000 expressions
11.78/12.07	c 12	parsed 50000 expressions
12.48/12.70	c 12	parsed 60000 expressions
12.78/13.10	c 13	parsed 70000 expressions
13.17/13.49	c 13	parsed 80000 expressions
13.56/13.89	c 13	parsed 90000 expressions
14.55/14.88	c 14	parsed 100000 expressions
14.95/15.28	c 15	parsed 110000 expressions
15.34/15.68	c 15	parsed 120000 expressions
15.73/16.07	c 16	parsed 128766 expressions
15.73/16.07	c 16	Heap : 75 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.73/16.07	c 16	Converting to clausal form CSP
16.23/16.56	c 16	converted 12877 (10%) expressions
16.62/16.95	c 17	converted 25754 (20%) expressions
17.02/17.32	c 17	converted 38630 (30%) expressions
18.01/18.37	c 18	converted 51507 (40%) expressions
18.51/18.88	c 18	converted 64383 (50%) expressions
18.90/19.26	c 19	converted 77260 (60%) expressions
19.30/19.63	c 19	converted 90137 (70%) expressions
19.70/20.01	c 20	converted 103013 (80%) expressions
19.98/20.39	c 20	converted 115890 (90%) expressions
20.68/21.05	c 21	converted 128766 (100%) expressions
20.68/21.05	c 21	CSP : 7670 integers, 0 booleans, 132405 clauses, largest domain size 31
20.68/21.05	c 21	Heap : 136 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.68/21.05	c 21	Propagation in CSP
21.07/21.48	c 21	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.07/21.49	c 21	CSP : 7670 integers, 0 booleans, 132405 clauses, largest domain size 31
21.07/21.49	c 21	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.17/21.53	c 21	Simplifing CSP by introducing new Boolean variables
21.17/21.58	c 21	CSP : 7670 integers, 0 booleans, 132405 clauses, largest domain size 31
21.17/21.58	c 21	Heap : 143 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.57/22.00	c 22	Encoding CSP to SAT : HOME/temp.cnf
21.67/22.02	c 22	767 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
21.67/22.02	c 22	1534 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
21.67/22.02	c 22	2301 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
21.67/22.03	c 22	3068 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
21.67/22.03	c 22	3835 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
21.67/22.03	c 22	4602 (60%) CSP integer variables are encoded (2866 clauses, 37322 bytes)
21.67/22.04	c 22	5369 (70%) CSP integer variables are encoded (6002 clauses, 80293 bytes)
21.67/22.05	c 22	6136 (80%) CSP integer variables are encoded (9168 clauses, 127783 bytes)
21.67/22.06	c 22	6903 (90%) CSP integer variables are encoded (12304 clauses, 174823 bytes)
21.67/22.06	c 22	7670 (100%) CSP integer variables are encoded (15470 clauses, 222313 bytes)
21.76/22.18	c 22	13241 (10%) CSP clauses are encoded (28711 clauses, 358002 bytes)
21.86/22.26	c 22	26481 (20%) CSP clauses are encoded (41951 clauses, 501238 bytes)
21.96/22.33	c 22	39722 (30%) CSP clauses are encoded (55192 clauses, 645239 bytes)
22.06/22.41	c 22	52962 (40%) CSP clauses are encoded (68432 clauses, 790164 bytes)
22.06/22.49	c 22	66203 (50%) CSP clauses are encoded (81673 clauses, 945901 bytes)
22.15/22.57	c 22	79443 (60%) CSP clauses are encoded (94913 clauses, 1104781 bytes)
22.25/22.64	c 22	92684 (70%) CSP clauses are encoded (108154 clauses, 1263673 bytes)
22.35/22.72	c 22	105924 (80%) CSP clauses are encoded (121394 clauses, 1422553 bytes)
22.35/22.79	c 22	119165 (90%) CSP clauses are encoded (134635 clauses, 1581445 bytes)
22.76/23.16	c 23	132405 (100%) CSP clauses are encoded (291915 clauses, 4511453 bytes)
22.76/23.16	c 23	132405 CSP clauses encoded
22.76/23.16	c 23	Writing map file : HOME/temp.map
22.85/23.20	c 23	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.85/23.20	c 23	SAT : 23140 SAT variables, 291915 SAT clauses, 4511453 bytes
22.85/23.20	c 23	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.85/23.24	c 23	SOLVING HOME/temp.cnf
22.85/23.24	c 23	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1805.51	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1805.51	c 1805	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1805.51	c ERROR INTERRUPTED
1800.04/1805.51	s UNKNOWN
1800.04/1805.52	c 1805	CPU 21.99 (0.04 0.01 21.95 0.92)
1800.04/1805.52	c 1805	END Fri Jul  4 11:09:54 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-1069529-1215160787/watcher-1069529-1215160787 -o /tmp/evaluation-result-1069529-1215160787/solver-1069529-1215160787 -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-1069529-1215160787.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.99 4/82 10906
/proc/meminfo: memFree=1415520/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=18572 CPUtime=0
/proc/10906/stat : 10906 (runsolver) R 10904 10906 9540 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1545753898 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10906/statm: 4643 292 257 25 0 2626 0

[startup+0.0925849 s]
/proc/loadavg: 2.00 2.00 1.99 4/82 10906
/proc/meminfo: memFree=1415520/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=0.04
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545753898 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101584 s]
/proc/loadavg: 2.00 2.00 1.99 4/82 10906
/proc/meminfo: memFree=1415520/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=0.04
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545753898 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.3016 s]
/proc/loadavg: 2.00 2.00 1.99 4/82 10906
/proc/meminfo: memFree=1415520/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=0.04
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545753898 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701643 s]
/proc/loadavg: 2.00 2.00 1.99 4/82 10906
/proc/meminfo: memFree=1415520/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=0.04
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545753898 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50272 s]
/proc/loadavg: 2.16 2.03 2.01 3/93 10918
/proc/meminfo: memFree=1388360/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=0.04
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545753898 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 796 370 3 0 500 0
[pid=10909] ppid=10906 vsize=5356 CPUtime=0
/proc/10909/stat : 10909 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545753904 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10909/statm: 1339 233 193 169 0 50 0
[pid=10910] ppid=10909 vsize=864680 CPUtime=1.41
/proc/10910/stat : 10910 (java) S 10909 10906 9540 0 -1 0 15646 0 1 0 132 9 0 0 18 0 9 0 1545753904 885432320 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10910/statm: 216170 13703 2529 9 0 210752 0
[pid=10910/tid=10911] ppid=10909 vsize=864680 CPUtime=0.81
/proc/10910/task/10911/stat : 10911 (java) R 10909 10906 9540 0 -1 64 3021 0 1 0 79 2 0 0 24 0 9 0 1545753905 885432320 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4126454736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10912] ppid=10909 vsize=864680 CPUtime=0.47
/proc/10910/task/10912/stat : 10912 (java) S 10909 10906 9540 0 -1 64 11437 0 0 0 42 5 0 0 16 0 9 0 1545753906 885432320 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10913] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10913/stat : 10913 (java) S 10909 10906 9540 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1545753907 885432320 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10914] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10914/stat : 10914 (java) S 10909 10906 9540 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1545753907 885432320 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10915] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10915/stat : 10915 (java) S 10909 10906 9540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545753909 885432320 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10916] ppid=10909 vsize=864680 CPUtime=0.1
/proc/10910/task/10916/stat : 10916 (java) S 10909 10906 9540 0 -1 64 489 0 0 0 10 0 0 0 16 0 9 0 1545753909 885432320 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10917] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10917/stat : 10917 (java) S 10909 10906 9540 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1545753909 885432320 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10918] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10918/stat : 10918 (java) S 10909 10906 9540 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1545753909 885432320 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883636

[startup+3.10289 s]
/proc/loadavg: 2.16 2.03 2.01 4/93 10918
/proc/meminfo: memFree=1344520/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=0.04
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545753898 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 796 370 3 0 500 0
[pid=10909] ppid=10906 vsize=5356 CPUtime=0
/proc/10909/stat : 10909 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545753904 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10909/statm: 1339 233 193 169 0 50 0
[pid=10910] ppid=10909 vsize=864680 CPUtime=3
/proc/10910/stat : 10910 (java) S 10909 10906 9540 0 -1 0 34699 0 1 0 280 20 0 0 18 0 9 0 1545753904 885432320 29811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10910/statm: 216170 29811 2529 9 0 210752 0
[pid=10910/tid=10911] ppid=10909 vsize=864680 CPUtime=1.65
/proc/10910/task/10911/stat : 10911 (java) R 10909 10906 9540 0 -1 64 3833 0 1 0 161 4 0 0 25 0 9 0 1545753905 885432320 29811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10912] ppid=10909 vsize=864680 CPUtime=1.22
/proc/10910/task/10912/stat : 10912 (java) R 10909 10906 9540 0 -1 64 29677 0 0 0 108 14 0 0 16 0 9 0 1545753906 885432320 29811 996147200 134512640 134550740 4294956016 18446744073709551615 102516883 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10913] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10913/stat : 10913 (java) S 10909 10906 9540 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1545753907 885432320 29811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10914] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10914/stat : 10914 (java) S 10909 10906 9540 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1545753907 885432320 29811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10915] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10915/stat : 10915 (java) S 10909 10906 9540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545753909 885432320 29811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10916] ppid=10909 vsize=864680 CPUtime=0.1
/proc/10910/task/10916/stat : 10916 (java) S 10909 10906 9540 0 -1 64 490 0 0 0 10 0 0 0 16 0 9 0 1545753909 885432320 29811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10917] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10917/stat : 10917 (java) S 10909 10906 9540 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1545753909 885432320 29811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10918] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10918/stat : 10918 (java) S 10909 10906 9540 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1545753909 885432320 29811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883636

[startup+6.30121 s]
/proc/loadavg: 2.15 2.03 2.00 4/93 10918
/proc/meminfo: memFree=1203792/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=0.04
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545753898 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 796 370 3 0 500 0
[pid=10909] ppid=10906 vsize=5356 CPUtime=0
/proc/10909/stat : 10909 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545753904 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10909/statm: 1339 233 193 169 0 50 0
[pid=10910] ppid=10909 vsize=864680 CPUtime=6.16
/proc/10910/stat : 10910 (java) S 10909 10906 9540 0 -1 0 64341 0 1 0 579 37 0 0 18 0 9 0 1545753904 885432320 55459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10910/statm: 216170 55459 2529 9 0 210752 0
[pid=10910/tid=10911] ppid=10909 vsize=864680 CPUtime=3.33
/proc/10910/task/10911/stat : 10911 (java) R 10909 10906 9540 0 -1 64 4869 0 1 0 328 5 0 0 25 0 9 0 1545753905 885432320 55459 996147200 134512640 134550740 4294956016 18446744073709551615 4126774660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10912] ppid=10909 vsize=864680 CPUtime=2.59
/proc/10910/task/10912/stat : 10912 (java) S 10909 10906 9540 0 -1 64 58220 0 0 0 229 30 0 0 16 0 9 0 1545753906 885432320 55459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10913] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10913/stat : 10913 (java) S 10909 10906 9540 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1545753907 885432320 55459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10914] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10914/stat : 10914 (java) S 10909 10906 9540 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545753907 885432320 55459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10915] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10915/stat : 10915 (java) S 10909 10906 9540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545753909 885432320 55459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10916] ppid=10909 vsize=864680 CPUtime=0.21
/proc/10910/task/10916/stat : 10916 (java) S 10909 10906 9540 0 -1 64 553 0 0 0 20 1 0 0 16 0 9 0 1545753909 885432320 55459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10917] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10917/stat : 10917 (java) S 10909 10906 9540 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1545753909 885432320 55459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10910/tid=10918] ppid=10909 vsize=864680 CPUtime=0
/proc/10910/task/10918/stat : 10918 (java) S 10909 10906 9540 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1545753909 885432320 55459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883636

[startup+12.7028 s]
/proc/loadavg: 2.13 2.03 2.00 3/93 10928
/proc/meminfo: memFree=1371280/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=9.46
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 973 64823 0 1 3 1 896 46 15 0 1 0 1545753898 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 797 370 3 0 500 0
[pid=10919] ppid=10906 vsize=5356 CPUtime=0
/proc/10919/stat : 10919 (sh) S 10906 10906 9540 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545754862 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10919/statm: 1339 233 193 169 0 50 0
[pid=10920] ppid=10919 vsize=864084 CPUtime=3.02
/proc/10920/stat : 10920 (java) S 10919 10906 9540 0 -1 0 14535 0 1 0 292 10 0 0 18 0 9 0 1545754862 884822016 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 216021 13053 2532 9 0 210603 0
[pid=10920/tid=10921] ppid=10919 vsize=864084 CPUtime=1.86
/proc/10920/task/10921/stat : 10921 (java) R 10919 10906 9540 0 -1 64 3132 0 1 0 183 3 0 0 25 0 9 0 1545754863 884822016 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10920/tid=10922] ppid=10919 vsize=864084 CPUtime=1.06
/proc/10920/task/10922/stat : 10922 (java) R 10919 10906 9540 0 -1 64 10367 0 0 0 101 5 0 0 16 0 9 0 1545754864 884822016 13053 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10920/tid=10923] ppid=10919 vsize=864084 CPUtime=0
/proc/10920/task/10923/stat : 10923 (java) S 10919 10906 9540 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545754864 884822016 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10920/tid=10924] ppid=10919 vsize=864084 CPUtime=0
/proc/10920/task/10924/stat : 10924 (java) S 10919 10906 9540 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545754864 884822016 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10920/tid=10925] ppid=10919 vsize=864084 CPUtime=0
/proc/10920/task/10925/stat : 10925 (java) S 10919 10906 9540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545754866 884822016 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10920/tid=10926] ppid=10919 vsize=864084 CPUtime=0.07
/proc/10920/task/10926/stat : 10926 (java) S 10919 10906 9540 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 1545754866 884822016 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10920/tid=10927] ppid=10919 vsize=864084 CPUtime=0
/proc/10920/task/10927/stat : 10927 (java) S 10919 10906 9540 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545754866 884822016 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10920/tid=10928] ppid=10919 vsize=864084 CPUtime=0
/proc/10920/task/10928/stat : 10928 (java) S 10919 10906 9540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545754866 884822016 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883040

[startup+25.5011 s]
/proc/loadavg: 2.11 2.03 2.00 3/85 10930
/proc/meminfo: memFree=1393488/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 799 370 3 0 500 0
[pid=10929] ppid=10906 vsize=5356 CPUtime=0
/proc/10929/stat : 10929 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545756223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10929/statm: 1339 232 193 169 0 50 0
[pid=10930] ppid=10929 vsize=10068 CPUtime=2.22
/proc/10930/stat : 10930 (picosat) R 10929 10906 9540 0 -1 4194304 2288 0 0 0 105 117 0 0 25 0 1 0 1545756223 10309632 2243 996147200 134512640 134931368 4294956256 18446744073709551615 134523094 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 2517 2243 42 102 0 2412 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 29024

[startup+51.1017 s]
/proc/loadavg: 2.07 2.03 2.00 3/85 10930
/proc/meminfo: memFree=1387280/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1608792/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 799 370 3 0 500 0
[pid=10929] ppid=10906 vsize=5356 CPUtime=0
/proc/10929/stat : 10929 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545756223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10929/statm: 1339 232 193 169 0 50 0
[pid=10930] ppid=10929 vsize=58240 CPUtime=1334.28
/proc/10930/stat : 10930 (picosat) R 10929 10906 9540 0 -1 4194304 18911 0 0 0 133293 135 0 0 25 0 1 0 1545756223 59637760 13989 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10930/statm: 14560 13989 48 102 0 14455 0
Current children cumulated CPU time (s) 1357.2
Current children cumulated vsize (KiB) 77196

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10978
/proc/meminfo: memFree=1608920/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 799 370 3 0 500 0
[pid=10929] ppid=10906 vsize=5356 CPUtime=0
/proc/10929/stat : 10929 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545756223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10929/statm: 1339 232 193 169 0 50 0
[pid=10930] ppid=10929 vsize=58160 CPUtime=1394.24
/proc/10930/stat : 10930 (picosat) R 10929 10906 9540 0 -1 4194304 18911 0 0 0 139289 135 0 0 25 0 1 0 1545756223 59555840 13969 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10930/statm: 14540 13969 48 102 0 14435 0
Current children cumulated CPU time (s) 1417.16
Current children cumulated vsize (KiB) 77116

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10978
/proc/meminfo: memFree=1600152/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 799 370 3 0 500 0
[pid=10929] ppid=10906 vsize=5356 CPUtime=0
/proc/10929/stat : 10929 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545756223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10929/statm: 1339 232 193 169 0 50 0
[pid=10930] ppid=10929 vsize=67004 CPUtime=1454.18
/proc/10930/stat : 10930 (picosat) R 10929 10906 9540 0 -1 4194304 21261 0 0 0 145281 137 0 0 25 0 1 0 1545756223 68612096 16160 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/10930/statm: 16751 16160 48 102 0 16646 0
Current children cumulated CPU time (s) 1477.1
Current children cumulated vsize (KiB) 85960

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10978
/proc/meminfo: memFree=1601304/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 799 370 3 0 500 0
[pid=10929] ppid=10906 vsize=5356 CPUtime=0
/proc/10929/stat : 10929 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545756223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10929/statm: 1339 232 193 169 0 50 0
[pid=10930] ppid=10929 vsize=65624 CPUtime=1514.13
/proc/10930/stat : 10930 (picosat) R 10929 10906 9540 0 -1 4194304 21272 0 0 0 151276 137 0 0 25 0 1 0 1545756223 67198976 15846 996147200 134512640 134931368 4294956256 18446744073709551615 134525709 0 0 4096 0 0 0 0 17 0 0 0
/proc/10930/statm: 16406 15846 48 102 0 16301 0
Current children cumulated CPU time (s) 1537.05
Current children cumulated vsize (KiB) 84580

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10978
/proc/meminfo: memFree=1601368/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 799 370 3 0 500 0
[pid=10929] ppid=10906 vsize=5356 CPUtime=0
/proc/10929/stat : 10929 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545756223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10929/statm: 1339 232 193 169 0 50 0
[pid=10930] ppid=10929 vsize=65508 CPUtime=1574.08
/proc/10930/stat : 10930 (picosat) R 10929 10906 9540 0 -1 4194304 21277 0 0 0 157271 137 0 0 25 0 1 0 1545756223 67080192 15822 996147200 134512640 134931368 4294956256 18446744073709551615 134520501 0 0 4096 0 0 0 0 17 0 0 0
/proc/10930/statm: 16377 15822 48 102 0 16272 0
Current children cumulated CPU time (s) 1597
Current children cumulated vsize (KiB) 84464

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10978
/proc/meminfo: memFree=1601304/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 799 370 3 0 500 0
[pid=10929] ppid=10906 vsize=5356 CPUtime=0
/proc/10929/stat : 10929 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545756223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10929/statm: 1339 232 193 169 0 50 0
[pid=10930] ppid=10929 vsize=65508 CPUtime=1634.03
/proc/10930/stat : 10930 (picosat) R 10929 10906 9540 0 -1 4194304 21277 0 0 0 163266 137 0 0 25 0 1 0 1545756223 67080192 15822 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10930/statm: 16377 15822 48 102 0 16272 0
Current children cumulated CPU time (s) 1656.95
Current children cumulated vsize (KiB) 84464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10978
/proc/meminfo: memFree=1601368/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 799 370 3 0 500 0
[pid=10929] ppid=10906 vsize=5356 CPUtime=0
/proc/10929/stat : 10929 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545756223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10929/statm: 1339 232 193 169 0 50 0
[pid=10930] ppid=10929 vsize=65424 CPUtime=1693.99
/proc/10930/stat : 10930 (picosat) R 10929 10906 9540 0 -1 4194304 21277 0 0 0 169262 137 0 0 25 0 1 0 1545756223 66994176 15801 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10930/statm: 16356 15801 48 102 0 16251 0
Current children cumulated CPU time (s) 1716.91
Current children cumulated vsize (KiB) 84380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10978
/proc/meminfo: memFree=1601304/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 799 370 3 0 500 0
[pid=10929] ppid=10906 vsize=5356 CPUtime=0
/proc/10929/stat : 10929 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545756223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10929/statm: 1339 232 193 169 0 50 0
[pid=10930] ppid=10929 vsize=65420 CPUtime=1753.94
/proc/10930/stat : 10930 (picosat) R 10929 10906 9540 0 -1 4194304 21288 0 0 0 175257 137 0 0 25 0 1 0 1545756223 66990080 15811 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/10930/statm: 16355 15811 48 102 0 16250 0
Current children cumulated CPU time (s) 1776.86
Current children cumulated vsize (KiB) 84376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10978
/proc/meminfo: memFree=1597784/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 799 370 3 0 500 0
[pid=10929] ppid=10906 vsize=5356 CPUtime=0
/proc/10929/stat : 10929 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545756223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10929/statm: 1339 232 193 169 0 50 0
[pid=10930] ppid=10929 vsize=69116 CPUtime=1777.12
/proc/10930/stat : 10930 (picosat) R 10929 10906 9540 0 -1 4194304 22203 0 0 0 177574 138 0 0 25 0 1 0 1545756223 70774784 16726 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10930/statm: 17279 16726 48 102 0 17174 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 88072

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

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

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10978
/proc/meminfo: memFree=1597784/2055920 swapFree=4122708/4192956
[pid=10906] ppid=10904 vsize=13600 CPUtime=22.92
/proc/10906/stat : 10906 (sugar) S 10904 10906 9540 0 -1 4194304 1023 130475 0 2 4 1 2195 92 16 0 1 0 1545753898 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10906/statm: 3400 799 370 3 0 500 0
[pid=10929] ppid=10906 vsize=5356 CPUtime=0
/proc/10929/stat : 10929 (sh) S 10906 10906 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545756223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10929/statm: 1339 232 193 169 0 50 0
[pid=10930] ppid=10929 vsize=69116 CPUtime=1777.12
/proc/10930/stat : 10930 (picosat) R 10929 10906 9540 0 -1 4194304 22203 0 0 0 177574 138 0 0 25 0 1 0 1545756223 70774784 16726 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10930/statm: 17279 16726 48 102 0 17174 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 88072

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10906 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=993656
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=945856
# CPU time returned by wait4() is 22.9395
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.53
CPU time (s): 1800.04
CPU user time (s): 1797.73
CPU system time (s): 2.31
CPU usage (%): 99.6962
Max. virtual memory (cumulated for all children) (KiB): 909888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9937
system time used= 0.945856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131909
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= 5827
involuntary context switches= 6004

runsolver used 2.21666 second user time and 5.64314 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 10:39:49
IDJOB=1069529
IDBENCH=55643
IDSOLVER=345
FILE ID=node12/1069529-1215160787
PBS_JOBID= 7877446
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-65-60.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-1069529-1215160787/watcher-1069529-1215160787 -o /tmp/evaluation-result-1069529-1215160787/solver-1069529-1215160787 -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-1069529-1215160787.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26254908075164ff2a1be5da4737d9f8
RANDOM SEED=123148649

node12.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:       1416000 kB
Buffers:         29244 kB
Cached:         189612 kB
SwapCached:      64296 kB
Active:         516772 kB
Inactive:        65256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416000 kB
SwapTotal:     4192956 kB
SwapFree:      4122708 kB
Dirty:           22196 kB
Writeback:           0 kB
Mapped:         376744 kB
Slab:            42300 kB
Committed_AS:  3466756 kB
PageTables:       2576 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= 66524 MiB
End job on node12 at 2008-07-04 11:09:56