Trace number 1077038

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.73

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-01.xml
MD5SUM9f01dc7a4ec49ede22f1d95a14de7260
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.592909
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints2940
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2812
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 19:09:38 2008
0.00/0.04	c 0	PID 12701
0.00/0.05	c 0	HOST node18.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1077038-1215191378.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-1077038-1215191378.xml' 'HOME/temp.csp'
0.03/0.77	c 0	1 domains, 301 variables, 7 predicates, 7 relations, 2940 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.75/0.91	c 1	Parsing HOME/temp.csp
1.40/1.53	c 1	parsed 3256 expressions
1.40/1.54	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.40/1.54	c 1	Converting to clausal form CSP
1.49/1.62	c 1	converted 326 (10%) expressions
4.27/4.46	c 4	converted 652 (20%) expressions
4.35/4.53	c 4	converted 977 (30%) expressions
4.46/4.64	c 4	converted 1303 (40%) expressions
4.46/4.68	c 4	converted 1628 (50%) expressions
4.55/4.71	c 4	converted 1954 (60%) expressions
4.65/4.82	c 5	converted 2280 (70%) expressions
4.65/4.85	c 5	converted 2605 (80%) expressions
4.86/5.04	c 5	converted 2931 (90%) expressions
6.15/6.35	c 6	converted 3256 (100%) expressions
6.15/6.35	c 6	CSP : 301 integers, 0 booleans, 2940 clauses, largest domain size 26
6.15/6.35	c 6	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.15/6.35	c 6	Propagation in CSP
6.15/6.39	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.15/6.39	c 6	CSP : 301 integers, 0 booleans, 2940 clauses, largest domain size 26
6.15/6.39	c 6	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.15/6.39	c 6	Simplifing CSP by introducing new Boolean variables
6.25/6.49	c 6	CSP : 301 integers, 23092 booleans, 26032 clauses, largest domain size 26
6.25/6.49	c 6	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.14/7.32	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.14/7.35	c 7	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
7.14/7.36	c 7	61 (20%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
7.14/7.36	c 7	91 (30%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
7.14/7.36	c 7	121 (40%) CSP integer variables are encoded (2904 clauses, 35689 bytes)
7.14/7.36	c 7	151 (50%) CSP integer variables are encoded (3624 clauses, 45049 bytes)
7.14/7.36	c 7	181 (60%) CSP integer variables are encoded (4344 clauses, 54409 bytes)
7.14/7.36	c 7	211 (70%) CSP integer variables are encoded (5064 clauses, 63769 bytes)
7.14/7.36	c 7	241 (80%) CSP integer variables are encoded (5784 clauses, 73129 bytes)
7.14/7.36	c 7	271 (90%) CSP integer variables are encoded (6504 clauses, 82489 bytes)
7.14/7.36	c 7	301 (100%) CSP integer variables are encoded (7224 clauses, 91849 bytes)
125.75/127.14	c 127	2604 (10%) CSP clauses are encoded (1223752 clauses, 55070121 bytes)
125.84/127.25	c 127	5207 (20%) CSP clauses are encoded (1284205 clauses, 56193155 bytes)
140.16/141.65	c 141	7810 (30%) CSP clauses are encoded (1407979 clauses, 61142949 bytes)
140.26/141.75	c 141	10413 (40%) CSP clauses are encoded (1468407 clauses, 62287741 bytes)
140.36/141.86	c 142	13016 (50%) CSP clauses are encoded (1528860 clauses, 63480017 bytes)
154.26/155.77	c 155	15620 (60%) CSP clauses are encoded (1652660 clauses, 68708692 bytes)
154.36/155.88	c 156	18223 (70%) CSP clauses are encoded (1713113 clauses, 69900968 bytes)
184.63/186.16	c 186	20826 (80%) CSP clauses are encoded (1900208 clauses, 79165024 bytes)
288.75/290.39	c 290	23429 (90%) CSP clauses are encoded (2362819 clauses, 107552827 bytes)
288.94/290.50	c 290	26032 (100%) CSP clauses are encoded (2425172 clauses, 108779575 bytes)
288.94/290.50	c 290	26032 CSP clauses encoded
288.94/290.50	c 290	Writing map file : HOME/temp.map
288.94/290.52	c 290	Heap : 127 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
288.94/290.52	c 290	SAT : 30617 SAT variables, 2425172 SAT clauses, 108779575 bytes
288.94/290.52	c 290	Heap : 127 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
288.94/290.59	c 290	SOLVING HOME/temp.cnf
288.94/290.59	c 290	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1805.71	c ERROR INTERRUPTED
1800.04/1805.73	s UNKNOWN
1800.04/1805.73	c 1805	CPU 287.76 (0.03 0 287.73 1.25)
1800.04/1805.73	c 1805	END Fri Jul  4 19:39:43 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-1077038-1215191378/watcher-1077038-1215191378 -o /tmp/evaluation-result-1077038-1215191378/solver-1077038-1215191378 -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-1077038-1215191378.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.02 2.03 2.00 4/80 12701
/proc/meminfo: memFree=1737808/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=12268 CPUtime=0
/proc/12701/stat : 12701 (sugar) D 12699 12701 11002 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1998112163 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 227848976997 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/12701/statm: 3067 316 241 3 0 167 0

[startup+0.0193231 s]
/proc/loadavg: 2.02 2.03 2.00 4/80 12701
/proc/meminfo: memFree=1737808/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=12544 CPUtime=0
/proc/12701/stat : 12701 (sugar) R 12699 12701 11002 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 1998112163 12845056 469 996147200 4194304 4206940 548682068560 18446744073709551615 227867006544 0 0 4224 0 0 0 0 17 0 0 0
/proc/12701/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101335 s]
/proc/loadavg: 2.02 2.03 2.00 4/80 12701
/proc/meminfo: memFree=1737808/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=0.03
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 900 128 0 0 3 0 0 0 16 0 1 0 1998112163 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301372 s]
/proc/loadavg: 2.02 2.03 2.00 4/80 12701
/proc/meminfo: memFree=1737808/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=0.03
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 900 128 0 0 3 0 0 0 16 0 1 0 1998112163 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701441 s]
/proc/loadavg: 2.02 2.03 2.00 4/80 12701
/proc/meminfo: memFree=1737808/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=0.03
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 900 128 0 0 3 0 0 0 16 0 1 0 1998112163 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50258 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 12723
/proc/meminfo: memFree=1729392/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=0.75
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 972 8644 0 1 3 0 66 6 16 0 1 0 1998112163 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12701/statm: 3400 797 370 3 0 500 0
[pid=12714] ppid=12701 vsize=5356 CPUtime=0
/proc/12714/stat : 12714 (sh) S 12701 12701 11002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998112246 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12714/statm: 1339 233 193 169 0 50 0
[pid=12715] ppid=12714 vsize=864076 CPUtime=0.65
/proc/12715/stat : 12715 (java) S 12714 12701 11002 0 -1 0 6816 0 1 0 62 3 0 0 18 0 9 0 1998112247 884813824 6089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12715/statm: 216019 6089 2532 9 0 210601 0
[pid=12715/tid=12716] ppid=12714 vsize=864076 CPUtime=0.37
/proc/12715/task/12716/stat : 12716 (java) R 12714 12701 11002 0 -1 64 2473 0 1 0 36 1 0 0 22 0 9 0 1998112248 884813824 6089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12717] ppid=12714 vsize=864076 CPUtime=0.18
/proc/12715/task/12717/stat : 12717 (java) R 12714 12701 11002 0 -1 64 3313 0 0 0 18 0 0 0 16 0 9 0 1998112249 884813824 6089 996147200 134512640 134550740 4294955904 18446744073709551615 102109414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12718] ppid=12714 vsize=864076 CPUtime=0
/proc/12715/task/12718/stat : 12718 (java) S 12714 12701 11002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998112249 884813824 6089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12719] ppid=12714 vsize=864076 CPUtime=0
/proc/12715/task/12719/stat : 12719 (java) S 12714 12701 11002 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998112249 884813824 6089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12720] ppid=12714 vsize=864076 CPUtime=0
/proc/12715/task/12720/stat : 12720 (java) S 12714 12701 11002 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998112251 884813824 6089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12721] ppid=12714 vsize=864076 CPUtime=0.07
/proc/12715/task/12721/stat : 12721 (java) S 12714 12701 11002 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 1998112251 884813824 6089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12722] ppid=12714 vsize=864076 CPUtime=0
/proc/12715/task/12722/stat : 12722 (java) S 12714 12701 11002 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998112251 884813824 6089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12723] ppid=12714 vsize=864076 CPUtime=0
/proc/12715/task/12723/stat : 12723 (java) S 12714 12701 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998112251 884813824 6089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883032

[startup+3.10287 s]
/proc/loadavg: 2.02 2.03 2.00 4/91 12723
/proc/meminfo: memFree=1707248/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=0.75
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 972 8644 0 1 3 0 66 6 15 0 1 0 1998112163 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12701/statm: 3400 797 370 3 0 500 0
[pid=12714] ppid=12701 vsize=5356 CPUtime=0
/proc/12714/stat : 12714 (sh) S 12701 12701 11002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998112246 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12714/statm: 1339 233 193 169 0 50 0
[pid=12715] ppid=12714 vsize=864212 CPUtime=2.23
/proc/12715/stat : 12715 (java) S 12714 12701 11002 0 -1 0 16776 0 1 0 214 9 0 0 18 0 9 0 1998112247 884953088 15984 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12715/statm: 216053 15984 2540 9 0 210628 0
[pid=12715/tid=12716] ppid=12714 vsize=864212 CPUtime=1.04
/proc/12715/task/12716/stat : 12716 (java) R 12714 12701 11002 0 -1 64 3134 0 1 0 102 2 0 0 23 0 9 0 1998112248 884953088 15984 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12717] ppid=12714 vsize=864212 CPUtime=1.08
/proc/12715/task/12717/stat : 12717 (java) R 12714 12701 11002 0 -1 64 12604 0 0 0 103 5 0 0 16 0 9 0 1998112249 884953088 15984 996147200 134512640 134550740 4294955904 18446744073709551615 102722806 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12718] ppid=12714 vsize=864212 CPUtime=0
/proc/12715/task/12718/stat : 12718 (java) S 12714 12701 11002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998112249 884953088 15984 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12719] ppid=12714 vsize=864212 CPUtime=0
/proc/12715/task/12719/stat : 12719 (java) S 12714 12701 11002 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998112249 884953088 15984 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12720] ppid=12714 vsize=864212 CPUtime=0
/proc/12715/task/12720/stat : 12720 (java) S 12714 12701 11002 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998112251 884953088 15984 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12721] ppid=12714 vsize=864212 CPUtime=0.08
/proc/12715/task/12721/stat : 12721 (java) S 12714 12701 11002 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 1998112251 884953088 15984 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12722] ppid=12714 vsize=864212 CPUtime=0
/proc/12715/task/12722/stat : 12722 (java) S 12714 12701 11002 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998112251 884953088 15984 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12723] ppid=12714 vsize=864212 CPUtime=0
/proc/12715/task/12723/stat : 12723 (java) S 12714 12701 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998112251 884953088 15984 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883168

[startup+6.30242 s]
/proc/loadavg: 2.09 2.04 2.01 4/91 12723
/proc/meminfo: memFree=1613808/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=0.75
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 972 8644 0 1 3 0 66 6 15 0 1 0 1998112163 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12701/statm: 3400 797 370 3 0 500 0
[pid=12714] ppid=12701 vsize=5356 CPUtime=0
/proc/12714/stat : 12714 (sh) S 12701 12701 11002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998112246 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12714/statm: 1339 233 193 169 0 50 0
[pid=12715] ppid=12714 vsize=868412 CPUtime=5.4
/proc/12715/stat : 12715 (java) S 12714 12701 11002 0 -1 0 44946 0 1 0 518 22 0 0 18 0 9 0 1998112247 889253888 33847 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12715/statm: 217103 33847 2540 9 0 211678 0
[pid=12715/tid=12716] ppid=12714 vsize=868412 CPUtime=2.08
/proc/12715/task/12716/stat : 12716 (java) R 12714 12701 11002 0 -1 64 4374 0 1 0 205 3 0 0 25 0 9 0 1998112248 889253888 33847 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12717] ppid=12714 vsize=868412 CPUtime=3.1
/proc/12715/task/12717/stat : 12717 (java) R 12714 12701 11002 0 -1 64 38415 0 0 0 293 17 0 0 18 0 9 0 1998112249 889253888 33847 996147200 134512640 134550740 4294955904 18446744073709551615 102516867 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12718] ppid=12714 vsize=868412 CPUtime=0
/proc/12715/task/12718/stat : 12718 (java) S 12714 12701 11002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998112249 889253888 33847 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12719] ppid=12714 vsize=868412 CPUtime=0
/proc/12715/task/12719/stat : 12719 (java) S 12714 12701 11002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998112249 889253888 33847 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12720] ppid=12714 vsize=868412 CPUtime=0
/proc/12715/task/12720/stat : 12720 (java) S 12714 12701 11002 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998112251 889253888 33847 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12721] ppid=12714 vsize=868412 CPUtime=0.18
/proc/12715/task/12721/stat : 12721 (java) S 12714 12701 11002 0 -1 64 1460 0 0 0 18 0 0 0 16 0 9 0 1998112251 889253888 33847 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12722] ppid=12714 vsize=868412 CPUtime=0
/proc/12715/task/12722/stat : 12722 (java) S 12714 12701 11002 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998112251 889253888 33847 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12723] ppid=12714 vsize=868412 CPUtime=0
/proc/12715/task/12723/stat : 12723 (java) S 12714 12701 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998112251 889253888 33847 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887368

[startup+12.7026 s]
/proc/loadavg: 2.09 2.04 2.00 3/91 12723
/proc/meminfo: memFree=1594864/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=0.75
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 973 8644 0 1 3 0 66 6 15 0 1 0 1998112163 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12701/statm: 3400 797 370 3 0 500 0
[pid=12714] ppid=12701 vsize=5356 CPUtime=0
/proc/12714/stat : 12714 (sh) S 12701 12701 11002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998112246 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12714/statm: 1339 233 193 169 0 50 0
[pid=12715] ppid=12714 vsize=868524 CPUtime=11.73
/proc/12715/stat : 12715 (java) S 12714 12701 11002 0 -1 0 55949 0 2 0 1139 34 0 0 18 0 9 0 1998112247 889368576 35491 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12715/statm: 217131 35491 2567 9 0 211678 0
[pid=12715/tid=12716] ppid=12714 vsize=868524 CPUtime=7.32
/proc/12715/task/12716/stat : 12716 (java) R 12714 12701 11002 0 -1 64 4497 0 2 0 724 8 0 0 25 0 9 0 1998112248 889368576 35491 996147200 134512640 134550740 4294955904 18446744073709551615 4126968636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12717] ppid=12714 vsize=868524 CPUtime=4.11
/proc/12715/task/12717/stat : 12717 (java) S 12714 12701 11002 0 -1 64 49247 0 0 0 388 23 0 0 16 0 9 0 1998112249 889368576 35491 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12718] ppid=12714 vsize=868524 CPUtime=0
/proc/12715/task/12718/stat : 12718 (java) S 12714 12701 11002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998112249 889368576 35491 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12719] ppid=12714 vsize=868524 CPUtime=0
/proc/12715/task/12719/stat : 12719 (java) S 12714 12701 11002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998112249 889368576 35491 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12720] ppid=12714 vsize=868524 CPUtime=0
/proc/12715/task/12720/stat : 12720 (java) S 12714 12701 11002 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998112251 889368576 35491 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12721] ppid=12714 vsize=868524 CPUtime=0.27
/proc/12715/task/12721/stat : 12721 (java) S 12714 12701 11002 0 -1 64 1508 0 0 0 26 1 0 0 15 0 9 0 1998112251 889368576 35491 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12722] ppid=12714 vsize=868524 CPUtime=0
/proc/12715/task/12722/stat : 12722 (java) S 12714 12701 11002 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998112251 889368576 35491 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12723] ppid=12714 vsize=868524 CPUtime=0
/proc/12715/task/12723/stat : 12723 (java) S 12714 12701 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998112251 889368576 35491 996147200 134512640 134550740 4294955904 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) 887480

[startup+25.5018 s]
/proc/loadavg: 2.07 2.04 2.00 3/91 12723
/proc/meminfo: memFree=1580528/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=0.75
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 973 8644 0 1 3 0 66 6 15 0 1 0 1998112163 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12701/statm: 3400 797 370 3 0 500 0
[pid=12714] ppid=12701 vsize=5356 CPUtime=0
/proc/12714/stat : 12714 (sh) S 12701 12701 11002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998112246 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12714/statm: 1339 233 193 169 0 50 0
[pid=12715] ppid=12714 vsize=868524 CPUtime=24.39
/proc/12715/stat : 12715 (java) S 12714 12701 11002 0 -1 0 56743 0 2 0 2398 41 0 0 18 0 9 0 1998112247 889368576 36215 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12715/statm: 217131 36215 2567 9 0 211678 0
[pid=12715/tid=12716] ppid=12714 vsize=868524 CPUtime=19.66
/proc/12715/task/12716/stat : 12716 (java) R 12714 12701 11002 0 -1 64 4567 0 2 0 1951 15 0 0 25 0 9 0 1998112248 889368576 36215 996147200 134512640 134550740 4294955904 18446744073709551615 4127035219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12717] ppid=12714 vsize=868524 CPUtime=4.44
/proc/12715/task/12717/stat : 12717 (java) S 12714 12701 11002 0 -1 64 49971 0 0 0 420 24 0 0 16 0 9 0 1998112249 889368576 36215 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12718] ppid=12714 vsize=868524 CPUtime=0
/proc/12715/task/12718/stat : 12718 (java) S 12714 12701 11002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998112249 889368576 36215 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12715/tid=12719] ppid=12714 vsize=868524 CPUtime=0
/proc/12715/task/12719/stat : 12719 (java) S 12714 12701 11002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998112249 889368576 36215 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1490856/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=289
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 1022 105102 0 3 3 0 28772 125 16 0 1 0 1998112163 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 799 370 3 0 500 0
[pid=12753] ppid=12701 vsize=5356 CPUtime=0
/proc/12753/stat : 12753 (sh) S 12701 12701 11002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141222 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12753/statm: 1339 232 193 169 0 50 0
[pid=12754] ppid=12753 vsize=152272 CPUtime=1067.84
/proc/12754/stat : 12754 (picosat) R 12753 12701 11002 0 -1 4194304 37889 0 0 0 104141 2643 0 0 25 0 1 0 1998141223 155926528 36277 996147200 134512640 134931368 4294956208 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/12754/statm: 38068 36277 48 102 0 37963 0
Current children cumulated CPU time (s) 1356.84
Current children cumulated vsize (KiB) 171228

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12802
/proc/meminfo: memFree=1490856/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=289
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 1022 105102 0 3 3 0 28772 125 16 0 1 0 1998112163 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 799 370 3 0 500 0
[pid=12753] ppid=12701 vsize=5356 CPUtime=0
/proc/12753/stat : 12753 (sh) S 12701 12701 11002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141222 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12753/statm: 1339 232 193 169 0 50 0
[pid=12754] ppid=12753 vsize=152272 CPUtime=1127.82
/proc/12754/stat : 12754 (picosat) R 12753 12701 11002 0 -1 4194304 37889 0 0 0 110139 2643 0 0 25 0 1 0 1998141223 155926528 36277 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12754/statm: 38068 36277 48 102 0 37963 0
Current children cumulated CPU time (s) 1416.82
Current children cumulated vsize (KiB) 171228

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12802
/proc/meminfo: memFree=1488424/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=289
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 1022 105102 0 3 3 0 28772 125 16 0 1 0 1998112163 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 799 370 3 0 500 0
[pid=12753] ppid=12701 vsize=5356 CPUtime=0
/proc/12753/stat : 12753 (sh) S 12701 12701 11002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141222 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12753/statm: 1339 232 193 169 0 50 0
[pid=12754] ppid=12753 vsize=154648 CPUtime=1187.79
/proc/12754/stat : 12754 (picosat) R 12753 12701 11002 0 -1 4194304 38679 0 0 0 116135 2644 0 0 25 0 1 0 1998141223 158359552 36880 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12754/statm: 38662 36880 48 102 0 38557 0
Current children cumulated CPU time (s) 1476.79
Current children cumulated vsize (KiB) 173604

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12802
/proc/meminfo: memFree=1488424/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=289
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 1022 105102 0 3 3 0 28772 125 16 0 1 0 1998112163 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 799 370 3 0 500 0
[pid=12753] ppid=12701 vsize=5356 CPUtime=0
/proc/12753/stat : 12753 (sh) S 12701 12701 11002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141222 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12753/statm: 1339 232 193 169 0 50 0
[pid=12754] ppid=12753 vsize=154648 CPUtime=1247.76
/proc/12754/stat : 12754 (picosat) R 12753 12701 11002 0 -1 4194304 38679 0 0 0 122132 2644 0 0 25 0 1 0 1998141223 158359552 36880 996147200 134512640 134931368 4294956208 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/12754/statm: 38662 36880 48 102 0 38557 0
Current children cumulated CPU time (s) 1536.76
Current children cumulated vsize (KiB) 173604

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12802
/proc/meminfo: memFree=1488040/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=289
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 1022 105102 0 3 3 0 28772 125 16 0 1 0 1998112163 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 799 370 3 0 500 0
[pid=12753] ppid=12701 vsize=5356 CPUtime=0
/proc/12753/stat : 12753 (sh) S 12701 12701 11002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141222 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12753/statm: 1339 232 193 169 0 50 0
[pid=12754] ppid=12753 vsize=154912 CPUtime=1307.73
/proc/12754/stat : 12754 (picosat) R 12753 12701 11002 0 -1 4194304 38962 0 0 0 128129 2644 0 0 25 0 1 0 1998141223 158629888 36965 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12754/statm: 38728 36965 48 102 0 38623 0
Current children cumulated CPU time (s) 1596.73
Current children cumulated vsize (KiB) 173868

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12804
/proc/meminfo: memFree=1487912/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=289
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 1022 105102 0 3 3 0 28772 125 16 0 1 0 1998112163 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 799 370 3 0 500 0
[pid=12753] ppid=12701 vsize=5356 CPUtime=0
/proc/12753/stat : 12753 (sh) S 12701 12701 11002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141222 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12753/statm: 1339 232 193 169 0 50 0
[pid=12754] ppid=12753 vsize=154912 CPUtime=1367.7
/proc/12754/stat : 12754 (picosat) R 12753 12701 11002 0 -1 4194304 38962 0 0 0 134126 2644 0 0 25 0 1 0 1998141223 158629888 36965 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12754/statm: 38728 36965 48 102 0 38623 0
Current children cumulated CPU time (s) 1656.7
Current children cumulated vsize (KiB) 173868

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12804
/proc/meminfo: memFree=1487848/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=289
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 1022 105102 0 3 3 0 28772 125 16 0 1 0 1998112163 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 799 370 3 0 500 0
[pid=12753] ppid=12701 vsize=5356 CPUtime=0
/proc/12753/stat : 12753 (sh) S 12701 12701 11002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141222 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12753/statm: 1339 232 193 169 0 50 0
[pid=12754] ppid=12753 vsize=155176 CPUtime=1427.67
/proc/12754/stat : 12754 (picosat) R 12753 12701 11002 0 -1 4194304 39246 0 0 0 140122 2645 0 0 25 0 1 0 1998141223 158900224 37046 996147200 134512640 134931368 4294956208 18446744073709551615 134531364 0 0 4096 0 0 0 0 17 0 0 0
/proc/12754/statm: 38794 37046 48 102 0 38689 0
Current children cumulated CPU time (s) 1716.67
Current children cumulated vsize (KiB) 174132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12804
/proc/meminfo: memFree=1487592/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=289
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 1022 105102 0 3 3 0 28772 125 16 0 1 0 1998112163 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 799 370 3 0 500 0
[pid=12753] ppid=12701 vsize=5356 CPUtime=0
/proc/12753/stat : 12753 (sh) S 12701 12701 11002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141222 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12753/statm: 1339 232 193 169 0 50 0
[pid=12754] ppid=12753 vsize=155176 CPUtime=1487.65
/proc/12754/stat : 12754 (picosat) R 12753 12701 11002 0 -1 4194304 39246 0 0 0 146120 2645 0 0 25 0 1 0 1998141223 158900224 37046 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12754/statm: 38794 37046 48 102 0 38689 0
Current children cumulated CPU time (s) 1776.65
Current children cumulated vsize (KiB) 174132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12804
/proc/meminfo: memFree=1487592/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=289
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 1022 105102 0 3 3 0 28772 125 16 0 1 0 1998112163 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 799 370 3 0 500 0
[pid=12753] ppid=12701 vsize=5356 CPUtime=0
/proc/12753/stat : 12753 (sh) S 12701 12701 11002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141222 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12753/statm: 1339 232 193 169 0 50 0
[pid=12754] ppid=12753 vsize=155176 CPUtime=1511.04
/proc/12754/stat : 12754 (picosat) R 12753 12701 11002 0 -1 4194304 39246 0 0 0 148459 2645 0 0 25 0 1 0 1998141223 158900224 37046 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12754/statm: 38794 37046 48 102 0 38689 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 174132

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

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

[startup+1805.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12804
/proc/meminfo: memFree=1487592/2055920 swapFree=4180540/4192956
[pid=12701] ppid=12699 vsize=13600 CPUtime=289
/proc/12701/stat : 12701 (sugar) S 12699 12701 11002 0 -1 4194304 1022 105102 0 3 3 0 28772 125 16 0 1 0 1998112163 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12701/statm: 3400 799 370 3 0 500 0
[pid=12753] ppid=12701 vsize=5356 CPUtime=0
/proc/12753/stat : 12753 (sh) S 12701 12701 11002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998141222 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12753/statm: 1339 232 193 169 0 50 0
[pid=12754] ppid=12753 vsize=155176 CPUtime=1511.04
/proc/12754/stat : 12754 (picosat) R 12753 12701 11002 0 -1 4194304 39246 0 0 0 148459 2645 0 0 25 0 1 0 1998141223 158900224 37046 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12754/statm: 38794 37046 48 102 0 38689 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 174132

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12701 and gives
#  childrusage.ru_utime.tv_sec=287
#  childrusage.ru_utime.tv_usec=766252
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=270806
# CPU time returned by wait4() is 289.037
# 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.73
CPU time (s): 1800.04
CPU user time (s): 1772.34
CPU system time (s): 27.7
CPU usage (%): 99.6848
Max. virtual memory (cumulated for all children) (KiB): 908108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 287.766
system time used= 1.27081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106482
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13450
involuntary context switches= 14275

runsolver used 1.9727 second user time and 5.46717 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-04 19:09:38
IDJOB=1077038
IDBENCH=56626
IDSOLVER=345
FILE ID=node18/1077038-1215191378
PBS_JOBID= 7881598
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-01.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-1077038-1215191378/watcher-1077038-1215191378 -o /tmp/evaluation-result-1077038-1215191378/solver-1077038-1215191378 -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-1077038-1215191378.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f01dc7a4ec49ede22f1d95a14de7260
RANDOM SEED=1373274492

node18.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.268
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	: 5931.00
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.268
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:       1738224 kB
Buffers:         45056 kB
Cached:         127792 kB
SwapCached:       6536 kB
Active:         208220 kB
Inactive:        56988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738224 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:         108324 kB
Slab:            37600 kB
Committed_AS:  4275952 kB
PageTables:       1908 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= 66552 MiB
End job on node18 at 2008-07-04 19:39:45