Trace number 2072214

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.14.6+picosat? (TO) 1800.03 1802.33

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-71-70.xml
MD5SUM1ed9b29809e37ecdd38e641694300923
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables4970
Number of constraints174021
Maximum constraint arity70
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(174021)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:50:09 2009
0.00/0.08	c 0	PID 17653
0.00/0.08	c 0	HOST node30.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072214-1247356207.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072214-1247356207.xml' 'HOME/temp.csp'
13.03/13.26	c 13	1 domains, 4970 variables, 0 predicates, 0 relations, 174021 constraints
13.10/13.33	c 13	ENCODING HOME/temp.csp TO HOME/temp.cnf
13.10/13.33	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
13.14/13.41	c 13	Parsing HOME/temp.csp
13.14/13.80	c 14	parsed 10000 expressions
13.14/14.05	c 14	parsed 20000 expressions
14.08/14.35	c 14	parsed 30000 expressions
14.47/14.71	c 14	parsed 40000 expressions
14.67/14.92	c 15	parsed 50000 expressions
14.88/15.15	c 15	parsed 60000 expressions
15.37/15.62	c 15	parsed 70000 expressions
15.56/15.87	c 16	parsed 80000 expressions
15.76/16.09	c 16	parsed 90000 expressions
16.06/16.34	c 16	parsed 100000 expressions
16.55/16.89	c 17	parsed 110000 expressions
16.85/17.17	c 17	parsed 120000 expressions
17.15/17.44	c 17	parsed 130000 expressions
17.44/17.70	c 17	parsed 140000 expressions
17.65/17.91	c 18	parsed 150000 expressions
17.84/18.13	c 18	parsed 160000 expressions
18.04/18.39	c 18	parsed 170000 expressions
18.34/18.61	c 18	parsed 178992 expressions
18.34/18.62	c 18	Heap : 102 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.34/18.62	c 18	Converting to clausal form CSP
19.92/20.23	c 20	converted 17900 (10%) expressions
20.51/20.83	c 21	converted 35799 (20%) expressions
21.11/21.44	c 21	converted 53698 (30%) expressions
21.71/22.06	c 22	converted 71597 (40%) expressions
22.30/22.67	c 22	converted 89496 (50%) expressions
22.90/23.27	c 23	converted 107396 (60%) expressions
23.50/23.88	c 24	converted 125295 (70%) expressions
24.18/24.50	c 24	converted 143194 (80%) expressions
24.69/25.10	c 25	converted 161093 (90%) expressions
26.86/27.20	c 27	converted 178992 (100%) expressions
26.86/27.20	c 27	CSP : 6461 integers, 0 booleans, 177003 clauses, largest domain size 25
26.86/27.20	c 27	Heap : 174 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.86/27.20	c 27	Propagation in CSP
27.25/27.69	c 27	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
27.25/27.69	c 27	CSP : 6461 integers, 0 booleans, 177003 clauses, largest domain size 25
27.25/27.69	c 27	Heap : 187 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
27.35/27.75	c 28	Simplifing CSP by introducing new Boolean variables
27.45/27.81	c 28	CSP : 6461 integers, 0 booleans, 177003 clauses, largest domain size 25
27.45/27.82	c 28	Heap : 178 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.95/28.35	c 28	Encoding CSP to SAT : HOME/temp.cnf
27.95/28.36	c 28	647 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.95/28.37	c 28	1293 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.95/28.38	c 28	1939 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.95/28.38	c 28	2585 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.95/28.38	c 28	3231 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.95/28.38	c 28	3877 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.95/28.39	c 28	4523 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.95/28.39	c 28	5169 (80%) CSP integer variables are encoded (1787 clauses, 23295 bytes)
28.04/28.40	c 28	5815 (90%) CSP integer variables are encoded (7591 clauses, 104878 bytes)
28.04/28.41	c 28	6461 (100%) CSP integer variables are encoded (13419 clauses, 192298 bytes)
28.14/28.56	c 28	17701 (10%) CSP clauses are encoded (31120 clauses, 376373 bytes)
28.24/28.67	c 28	35401 (20%) CSP clauses are encoded (48820 clauses, 568851 bytes)
28.33/28.78	c 29	53101 (30%) CSP clauses are encoded (66520 clauses, 762357 bytes)
28.43/28.89	c 29	70802 (40%) CSP clauses are encoded (84221 clauses, 964432 bytes)
28.53/28.99	c 29	88502 (50%) CSP clauses are encoded (101921 clauses, 1176832 bytes)
28.73/29.10	c 29	106202 (60%) CSP clauses are encoded (119621 clauses, 1389232 bytes)
28.83/29.21	c 29	123903 (70%) CSP clauses are encoded (137322 clauses, 1601644 bytes)
28.93/29.31	c 29	141603 (80%) CSP clauses are encoded (155022 clauses, 1814044 bytes)
29.04/29.42	c 29	159303 (90%) CSP clauses are encoded (172722 clauses, 2026444 bytes)
29.92/30.37	c 30	177003 (100%) CSP clauses are encoded (392488 clauses, 6629484 bytes)
29.92/30.37	c 30	177003 CSP clauses encoded
29.92/30.38	c 30	Writing map file : HOME/temp.map
29.92/30.40	c 30	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.92/30.40	c 30	SAT : 19880 SAT variables, 392488 SAT clauses, 6629484 bytes
29.92/30.40	c 30	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.02/30.44	c 30	SOLVING HOME/temp.cnf
30.02/30.44	c 30	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1802.32	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1802.32	c ERROR INTERRUPTED
1800.03/1802.32	s UNKNOWN
1800.03/1802.32	c 1802	CPU 30.07 (0.06 0.01 28.96 1.04)
1800.03/1802.32	c 1802	END Sun Jul 12 02:20:11 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2072214-1247356207/watcher-2072214-1247356207 -o /tmp/evaluation-result-2072214-1247356207/solver-2072214-1247356207 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2072214-1247356207.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.89 2.01 1.99 4/76 17653
/proc/meminfo: memFree=1852544/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=12268 CPUtime=0
/proc/17653/stat : 17653 (sugar) R 17651 17653 15144 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22686990 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17653/statm: 3067 316 241 3 0 167 0

[startup+0.085019 s]
/proc/loadavg: 1.89 2.01 1.99 4/76 17653
/proc/meminfo: memFree=1852544/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=0.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1209 128 0 0 6 1 0 0 18 0 1 0 22686990 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.100961 s]
/proc/loadavg: 1.89 2.01 1.99 4/76 17653
/proc/meminfo: memFree=1852544/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=0.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22686990 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301989 s]
/proc/loadavg: 1.89 2.01 1.99 4/76 17653
/proc/meminfo: memFree=1852544/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=0.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22686990 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701056 s]
/proc/loadavg: 1.89 2.01 1.99 4/76 17653
/proc/meminfo: memFree=1852544/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=0.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22686990 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50217 s]
/proc/loadavg: 1.89 2.01 1.99 4/87 17665
/proc/meminfo: memFree=1816808/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=0.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22686990 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1111 409 3 0 796 0
[pid=17656] ppid=17653 vsize=5356 CPUtime=0
/proc/17656/stat : 17656 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 22686998 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17656/statm: 1339 233 193 169 0 50 0
[pid=17657] ppid=17656 vsize=866764 CPUtime=1.38
/proc/17657/stat : 17657 (java) S 17656 17653 15144 0 -1 0 17999 0 1 0 129 9 0 0 18 0 9 0 22686998 887566336 15572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 216691 15572 2557 9 0 211203 0
[pid=17657/tid=17658] ppid=17656 vsize=866764 CPUtime=0.72
/proc/17657/task/17658/stat : 17658 (java) R 17656 17653 15144 0 -1 64 3026 0 1 0 69 3 0 0 25 0 9 0 22686999 887566336 15572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17659] ppid=17656 vsize=866764 CPUtime=0.54
/proc/17657/task/17659/stat : 17659 (java) R 17656 17653 15144 0 -1 64 13771 0 0 0 49 5 0 0 16 0 9 0 22687001 887566336 15572 996147200 134512640 134550932 4294955984 18446744073709551615 103831021 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17656 vsize=866764 CPUtime=0
/proc/17657/task/17660/stat : 17660 (java) S 17656 17653 15144 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22687001 887566336 15572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17661] ppid=17656 vsize=866764 CPUtime=0
/proc/17657/task/17661/stat : 17661 (java) S 17656 17653 15144 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22687001 887566336 15572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17662] ppid=17656 vsize=866764 CPUtime=0
/proc/17657/task/17662/stat : 17662 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22687003 887566336 15572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17656 vsize=866764 CPUtime=0.09
/proc/17657/task/17663/stat : 17663 (java) S 17656 17653 15144 0 -1 64 497 0 0 0 9 0 0 0 16 0 9 0 22687003 887566336 15572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17656 vsize=866764 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22687003 887566336 15572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17656 vsize=866764 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22687003 887566336 15572 996147200 134512640 134550932 4294955984 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) 888988

[startup+3.1014 s]
/proc/loadavg: 1.89 2.01 1.99 4/87 17665
/proc/meminfo: memFree=1768424/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=0.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22686990 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1111 409 3 0 796 0
[pid=17656] ppid=17653 vsize=5356 CPUtime=0
/proc/17656/stat : 17656 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 22686998 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17656/statm: 1339 233 193 169 0 50 0
[pid=17657] ppid=17656 vsize=864760 CPUtime=2.96
/proc/17657/stat : 17657 (java) S 17656 17653 15144 0 -1 0 37664 0 1 0 277 19 0 0 18 0 9 0 22686998 885514240 32759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 216190 32759 2557 9 0 210702 0
[pid=17657/tid=17658] ppid=17656 vsize=864760 CPUtime=1.67
/proc/17657/task/17658/stat : 17658 (java) R 17656 17653 15144 0 -1 64 3886 0 1 0 162 5 0 0 25 0 9 0 22686999 885514240 32759 996147200 134512640 134550932 4294955984 18446744073709551615 4126580397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17659] ppid=17656 vsize=864760 CPUtime=1.17
/proc/17657/task/17659/stat : 17659 (java) S 17656 17653 15144 0 -1 64 32575 0 0 0 104 13 0 0 16 0 9 0 22687001 885514240 32759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17656 vsize=864760 CPUtime=0
/proc/17657/task/17660/stat : 17660 (java) S 17656 17653 15144 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22687001 885514240 32759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17661] ppid=17656 vsize=864760 CPUtime=0
/proc/17657/task/17661/stat : 17661 (java) S 17656 17653 15144 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22687001 885514240 32759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17662] ppid=17656 vsize=864760 CPUtime=0
/proc/17657/task/17662/stat : 17662 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22687003 885514240 32759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17656 vsize=864760 CPUtime=0.1
/proc/17657/task/17663/stat : 17663 (java) S 17656 17653 15144 0 -1 64 498 0 0 0 10 0 0 0 16 0 9 0 22687003 885514240 32759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17656 vsize=864760 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22687003 885514240 32759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17656 vsize=864760 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22687003 885514240 32759 996147200 134512640 134550932 4294955984 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) 886984

[startup+6.30287 s]
/proc/loadavg: 1.90 2.01 1.99 4/87 17665
/proc/meminfo: memFree=1607464/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=0.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22686990 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1111 409 3 0 796 0
[pid=17656] ppid=17653 vsize=5356 CPUtime=0
/proc/17656/stat : 17656 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 22686998 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17656/statm: 1339 233 193 169 0 50 0
[pid=17657] ppid=17656 vsize=893276 CPUtime=6.14
/proc/17657/stat : 17657 (java) S 17656 17653 15144 0 -1 0 84433 0 1 0 573 41 0 0 18 0 9 0 22686998 914714624 68507 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 223319 68507 2557 9 0 217831 0
[pid=17657/tid=17658] ppid=17656 vsize=893276 CPUtime=2.73
/proc/17657/task/17658/stat : 17658 (java) S 17656 17653 15144 0 -1 64 4902 0 1 0 266 7 0 0 25 0 9 0 22686999 914714624 68507 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17659] ppid=17656 vsize=893276 CPUtime=3.26
/proc/17657/task/17659/stat : 17659 (java) R 17656 17653 15144 0 -1 64 78312 0 0 0 293 33 0 0 25 0 9 0 22687001 914714624 68507 996147200 134512640 134550932 4294955984 18446744073709551615 104191027 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17656 vsize=893276 CPUtime=0
/proc/17657/task/17660/stat : 17660 (java) S 17656 17653 15144 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22687001 914714624 68507 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17661] ppid=17656 vsize=893276 CPUtime=0
/proc/17657/task/17661/stat : 17661 (java) S 17656 17653 15144 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22687001 914714624 68507 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17662] ppid=17656 vsize=893276 CPUtime=0
/proc/17657/task/17662/stat : 17662 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22687003 914714624 68507 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17656 vsize=893276 CPUtime=0.12
/proc/17657/task/17663/stat : 17663 (java) S 17656 17653 15144 0 -1 64 514 0 0 0 12 0 0 0 16 0 9 0 22687003 914714624 68507 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17656 vsize=893276 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22687003 914714624 68507 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17656 vsize=893276 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22687003 914714624 68507 996147200 134512640 134550932 4294955984 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) 915500

[startup+12.7018 s]
/proc/loadavg: 1.91 2.01 1.99 3/87 17665
/proc/meminfo: memFree=1550120/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=0.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22686990 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1111 409 3 0 796 0
[pid=17656] ppid=17653 vsize=5356 CPUtime=0
/proc/17656/stat : 17656 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 22686998 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17656/statm: 1339 233 193 169 0 50 0
[pid=17657] ppid=17656 vsize=864760 CPUtime=12.46
/proc/17657/stat : 17657 (java) S 17656 17653 15144 0 -1 0 98296 0 1 0 1194 52 0 0 18 0 9 0 22686998 885514240 75193 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17657/statm: 216190 75193 2557 9 0 210702 0
[pid=17657/tid=17658] ppid=17656 vsize=864760 CPUtime=8.23
/proc/17657/task/17658/stat : 17658 (java) R 17656 17653 15144 0 -1 64 6509 0 1 0 811 12 0 0 25 0 9 0 22686999 885514240 75193 996147200 134512640 134550932 4294955984 18446744073709551615 4126487934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17659] ppid=17656 vsize=864760 CPUtime=4
/proc/17657/task/17659/stat : 17659 (java) S 17656 17653 15144 0 -1 64 90515 0 0 0 361 39 0 0 16 0 9 0 22687001 885514240 75193 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17660] ppid=17656 vsize=864760 CPUtime=0
/proc/17657/task/17660/stat : 17660 (java) S 17656 17653 15144 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22687001 885514240 75193 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17661] ppid=17656 vsize=864760 CPUtime=0
/proc/17657/task/17661/stat : 17661 (java) S 17656 17653 15144 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 22687001 885514240 75193 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17662] ppid=17656 vsize=864760 CPUtime=0
/proc/17657/task/17662/stat : 17662 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22687003 885514240 75193 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17663] ppid=17656 vsize=864760 CPUtime=0.2
/proc/17657/task/17663/stat : 17663 (java) S 17656 17653 15144 0 -1 64 567 0 0 0 20 0 0 0 17 0 9 0 22687003 885514240 75193 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17664] ppid=17656 vsize=864760 CPUtime=0
/proc/17657/task/17664/stat : 17664 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22687003 885514240 75193 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17657/tid=17665] ppid=17656 vsize=864760 CPUtime=0
/proc/17657/task/17665/stat : 17665 (java) S 17656 17653 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22687003 885514240 75193 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886984

[startup+25.5027 s]
/proc/loadavg: 1.93 2.01 1.99 3/87 17677
/proc/meminfo: memFree=1645864/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=13.14
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1309 98730 0 1 6 1 1249 58 16 0 1 0 22686990 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1111 409 3 0 796 0
[pid=17668] ppid=17653 vsize=5356 CPUtime=0
/proc/17668/stat : 17668 (sh) S 17653 17653 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22688323 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17668/statm: 1339 233 193 169 0 50 0
[pid=17669] ppid=17668 vsize=873672 CPUtime=12.03
/proc/17669/stat : 17669 (java) S 17668 17653 15144 0 -1 0 65765 0 1 0 1172 31 0 0 18 0 9 0 22688324 894640128 52270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17669/statm: 218418 52270 2567 9 0 212923 0
[pid=17669/tid=17670] ppid=17668 vsize=873672 CPUtime=7.61
/proc/17669/task/17670/stat : 17670 (java) R 17668 17653 15144 0 -1 64 4380 0 1 0 758 3 0 0 25 0 9 0 22688325 894640128 52270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17671] ppid=17668 vsize=873672 CPUtime=4.21
/proc/17669/task/17671/stat : 17671 (java) R 17668 17653 15144 0 -1 64 59202 0 0 0 395 26 0 0 16 0 9 0 22688326 894640128 52270 996147200 134512640 134550932 4294955936 18446744073709551615 103732481 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17672] ppid=17668 vsize=873672 CPUtime=0
/proc/17669/task/17672/stat : 17672 (java) S 17668 17653 15144 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22688326 894640128 52270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17673] ppid=17668 vsize=873672 CPUtime=0
/proc/17669/task/17673/stat : 17673 (java) S 17668 17653 15144 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22688326 894640128 52270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17674] ppid=17668 vsize=873672 CPUtime=0

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

/proc/meminfo: memFree=1652408/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=30.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1365 177493 0 2 6 1 2896 104 16 0 1 0 22686990 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1113 409 3 0 796 0
[pid=17678] ppid=17653 vsize=5356 CPUtime=0
/proc/17678/stat : 17678 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22690034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17678/statm: 1339 232 193 169 0 50 0
[pid=17679] ppid=17678 vsize=64816 CPUtime=1330.14
/proc/17679/stat : 17679 (picosat) R 17678 17653 15144 0 -1 4194304 22614 0 0 0 132816 198 0 0 25 0 1 0 22690034 66371584 15591 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/17679/statm: 16204 15591 48 102 0 16099 0
Current children cumulated CPU time (s) 1360.21
Current children cumulated vsize (KiB) 87040

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18049
/proc/meminfo: memFree=1652408/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=30.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1365 177493 0 2 6 1 2896 104 16 0 1 0 22686990 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1113 409 3 0 796 0
[pid=17678] ppid=17653 vsize=5356 CPUtime=0
/proc/17678/stat : 17678 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22690034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17678/statm: 1339 232 193 169 0 50 0
[pid=17679] ppid=17678 vsize=64816 CPUtime=1390.12
/proc/17679/stat : 17679 (picosat) R 17678 17653 15144 0 -1 4194304 22631 0 0 0 138814 198 0 0 25 0 1 0 22690034 66371584 15608 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17679/statm: 16204 15608 48 102 0 16099 0
Current children cumulated CPU time (s) 1420.19
Current children cumulated vsize (KiB) 87040

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18049
/proc/meminfo: memFree=1630712/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=30.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1365 177493 0 2 6 1 2896 104 16 0 1 0 22686990 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1113 409 3 0 796 0
[pid=17678] ppid=17653 vsize=5356 CPUtime=0
/proc/17678/stat : 17678 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22690034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17678/statm: 1339 232 193 169 0 50 0
[pid=17679] ppid=17678 vsize=78016 CPUtime=1450.09
/proc/17679/stat : 17679 (picosat) R 17678 17653 15144 0 -1 4194304 25908 0 0 0 144808 201 0 0 25 0 1 0 22690034 79888384 18885 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/17679/statm: 19504 18885 48 102 0 19399 0
Current children cumulated CPU time (s) 1480.16
Current children cumulated vsize (KiB) 100240

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18049
/proc/meminfo: memFree=1624248/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=30.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1365 177493 0 2 6 1 2896 104 16 0 1 0 22686990 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1113 409 3 0 796 0
[pid=17678] ppid=17653 vsize=5356 CPUtime=0
/proc/17678/stat : 17678 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22690034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17678/statm: 1339 232 193 169 0 50 0
[pid=17679] ppid=17678 vsize=83824 CPUtime=1510.06
/proc/17679/stat : 17679 (picosat) R 17678 17653 15144 0 -1 4194304 27656 0 0 0 150804 202 0 0 25 0 1 0 22690034 85835776 20359 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/17679/statm: 20956 20359 48 102 0 20851 0
Current children cumulated CPU time (s) 1540.13
Current children cumulated vsize (KiB) 106048

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18049
/proc/meminfo: memFree=1633080/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=30.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1365 177493 0 2 6 1 2896 104 16 0 1 0 22686990 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1113 409 3 0 796 0
[pid=17678] ppid=17653 vsize=5356 CPUtime=0
/proc/17678/stat : 17678 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22690034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17678/statm: 1339 232 193 169 0 50 0
[pid=17679] ppid=17678 vsize=83824 CPUtime=1570.04
/proc/17679/stat : 17679 (picosat) R 17678 17653 15144 0 -1 4194304 27656 0 0 0 156802 202 0 0 25 0 1 0 22690034 85835776 20359 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17679/statm: 20956 20359 48 102 0 20851 0
Current children cumulated CPU time (s) 1600.11
Current children cumulated vsize (KiB) 106048

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18049
/proc/meminfo: memFree=1636664/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=30.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1365 177493 0 2 6 1 2896 104 16 0 1 0 22686990 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1113 409 3 0 796 0
[pid=17678] ppid=17653 vsize=5356 CPUtime=0
/proc/17678/stat : 17678 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22690034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17678/statm: 1339 232 193 169 0 50 0
[pid=17679] ppid=17678 vsize=80168 CPUtime=1630.02
/proc/17679/stat : 17679 (picosat) R 17678 17653 15144 0 -1 4194304 27683 0 0 0 162799 203 0 0 25 0 1 0 22690034 82092032 19478 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 0 0 0
/proc/17679/statm: 20042 19478 48 102 0 19937 0
Current children cumulated CPU time (s) 1660.09
Current children cumulated vsize (KiB) 102392

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18049
/proc/meminfo: memFree=1616952/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=30.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1365 177493 0 2 6 1 2896 104 16 0 1 0 22686990 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1113 409 3 0 796 0
[pid=17678] ppid=17653 vsize=5356 CPUtime=0
/proc/17678/stat : 17678 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22690034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17678/statm: 1339 232 193 169 0 50 0
[pid=17679] ppid=17678 vsize=80168 CPUtime=1689.99
/proc/17679/stat : 17679 (picosat) R 17678 17653 15144 0 -1 4194304 27683 0 0 0 168796 203 0 0 25 0 1 0 22690034 82092032 19478 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/17679/statm: 20042 19478 48 102 0 19937 0
Current children cumulated CPU time (s) 1720.06
Current children cumulated vsize (KiB) 102392

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18049
/proc/meminfo: memFree=1616952/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=30.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1365 177493 0 2 6 1 2896 104 16 0 1 0 22686990 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1113 409 3 0 796 0
[pid=17678] ppid=17653 vsize=5356 CPUtime=0
/proc/17678/stat : 17678 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22690034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17678/statm: 1339 232 193 169 0 50 0
[pid=17679] ppid=17678 vsize=80168 CPUtime=1749.97
/proc/17679/stat : 17679 (picosat) R 17678 17653 15144 0 -1 4194304 27683 0 0 0 174794 203 0 0 25 0 1 0 22690034 82092032 19478 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17679/statm: 20042 19478 48 102 0 19937 0
Current children cumulated CPU time (s) 1780.04
Current children cumulated vsize (KiB) 102392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18049
/proc/meminfo: memFree=1616888/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=30.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1365 177493 0 2 6 1 2896 104 16 0 1 0 22686990 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1113 409 3 0 796 0
[pid=17678] ppid=17653 vsize=5356 CPUtime=0
/proc/17678/stat : 17678 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22690034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17678/statm: 1339 232 193 169 0 50 0
[pid=17679] ppid=17678 vsize=80168 CPUtime=1769.96
/proc/17679/stat : 17679 (picosat) R 17678 17653 15144 0 -1 4194304 27683 0 0 0 176793 203 0 0 25 0 1 0 22690034 82092032 19478 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17679/statm: 20042 19478 48 102 0 19937 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 102392

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

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

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18049
/proc/meminfo: memFree=1616888/2055920 swapFree=4192812/4192956
[pid=17653] ppid=17651 vsize=16868 CPUtime=30.07
/proc/17653/stat : 17653 (sugar) S 17651 17653 15144 0 -1 4194304 1365 177493 0 2 6 1 2896 104 16 0 1 0 22686990 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17653/statm: 4217 1113 409 3 0 796 0
[pid=17678] ppid=17653 vsize=5356 CPUtime=0
/proc/17678/stat : 17678 (sh) S 17653 17653 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22690034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17678/statm: 1339 232 193 169 0 50 0
[pid=17679] ppid=17678 vsize=80168 CPUtime=1769.96
/proc/17679/stat : 17679 (picosat) R 17678 17653 15144 0 -1 4194304 27683 0 0 0 176793 203 0 0 25 0 1 0 22690034 82092032 19478 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17679/statm: 20042 19478 48 102 0 19937 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 102392

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17653 and gives
#  childrusage.ru_utime.tv_sec=29
#  childrusage.ru_utime.tv_usec=30586
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=65837
# CPU time returned by wait4() is 30.0964
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.33
CPU time (s): 1800.03
CPU user time (s): 1796.95
CPU system time (s): 3.08
CPU usage (%): 99.8726
Max. virtual memory (cumulated for all children) (KiB): 915500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.0306
system time used= 1.06584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179251
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= 4717
involuntary context switches= 5185

runsolver used 2.24566 second user time and 5.96009 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 01:50:09
IDJOB=2072214
IDBENCH=55621
IDSOLVER=738
FILE ID=node30/2072214-1247356207
PBS_JOBID= 9506818
Free space on /tmp= 66352 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-71-70.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2072214-1247356207/watcher-2072214-1247356207 -o /tmp/evaluation-result-2072214-1247356207/solver-2072214-1247356207 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2072214-1247356207.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1ed9b29809e37ecdd38e641694300923
RANDOM SEED=1564992877

node30.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.277
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.277
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:       1853024 kB
Buffers:         10692 kB
Cached:         114020 kB
SwapCached:          0 kB
Active:         134172 kB
Inactive:        22476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           30596 kB
Writeback:           0 kB
Mapped:          42628 kB
Slab:            31612 kB
Committed_AS:   279200 kB
PageTables:       1732 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= 66344 MiB
End job on node30 at 2009-07-12 02:20:13