Trace number 2077615

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.06 1851.73

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-09.xml
MD5SUMf8b76df19674acf2fa7b798307536a24
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.641901
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints2699
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension2569
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 04:22:06 2009
0.04/0.07	c 0	PID 23556
0.04/0.07	c 0	HOST node92.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2077615-1247365326.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077615-1247365326.xml' 'HOME/temp.csp'
0.07/0.87	c 1	1 domains, 295 variables, 9 predicates, 8 relations, 2699 constraints
0.07/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.88	c 1	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'
0.81/0.97	c 1	Parsing HOME/temp.csp
1.19/1.37	c 1	parsed 3012 expressions
1.19/1.38	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.38	c 1	Converting to clausal form CSP
1.29/1.41	c 1	converted 302 (10%) expressions
2.95/3.12	c 3	converted 603 (20%) expressions
3.04/3.21	c 3	converted 904 (30%) expressions
3.81/4.01	c 4	converted 1205 (40%) expressions
3.92/4.18	c 4	converted 1506 (50%) expressions
4.01/4.24	c 4	converted 1808 (60%) expressions
4.01/4.27	c 4	converted 2109 (70%) expressions
4.11/4.40	c 4	converted 2410 (80%) expressions
4.29/4.57	c 5	converted 2711 (90%) expressions
4.39/4.65	c 5	converted 3012 (100%) expressions
4.39/4.65	c 5	CSP : 295 integers, 0 booleans, 2699 clauses, largest domain size 26
4.39/4.65	c 5	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.39/4.65	c 5	Propagation in CSP
4.39/4.66	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.39/4.66	c 5	CSP : 295 integers, 0 booleans, 2699 clauses, largest domain size 26
4.39/4.66	c 5	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.39/4.67	c 5	Simplifing CSP by introducing new Boolean variables
4.48/4.77	c 5	CSP : 295 integers, 19880 booleans, 22579 clauses, largest domain size 26
4.48/4.77	c 5	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.32	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.07/5.35	c 5	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
5.07/5.35	c 5	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
5.07/5.36	c 5	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
5.07/5.36	c 5	118 (40%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
5.07/5.36	c 5	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
5.07/5.36	c 5	177 (60%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
5.07/5.36	c 5	207 (70%) CSP integer variables are encoded (4968 clauses, 62521 bytes)
5.07/5.36	c 5	236 (80%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
5.07/5.36	c 5	266 (90%) CSP integer variables are encoded (6384 clauses, 80929 bytes)
5.07/5.36	c 5	295 (100%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
31.01/32.17	c 32	2258 (10%) CSP clauses are encoded (645232 clauses, 24530494 bytes)
91.66/94.75	c 95	4516 (20%) CSP clauses are encoded (1061736 clauses, 45410565 bytes)
91.75/94.85	c 95	6774 (30%) CSP clauses are encoded (1114169 clauses, 46385807 bytes)
105.79/109.39	c 109	9032 (40%) CSP clauses are encoded (1229923 clauses, 51172923 bytes)
105.89/109.49	c 109	11290 (50%) CSP clauses are encoded (1282356 clauses, 52160871 bytes)
106.08/109.60	c 110	13548 (60%) CSP clauses are encoded (1334814 clauses, 53174133 bytes)
120.14/124.16	c 124	15806 (70%) CSP clauses are encoded (1450568 clauses, 58244136 bytes)
120.24/124.27	c 124	18064 (80%) CSP clauses are encoded (1503001 clauses, 59278249 bytes)
150.17/155.13	c 155	20322 (90%) CSP clauses are encoded (1682076 clauses, 68384142 bytes)
153.52/158.60	c 159	22579 (100%) CSP clauses are encoded (1780019 clauses, 73580996 bytes)
153.52/158.60	c 159	22579 CSP clauses encoded
153.52/158.60	c 159	Writing map file : HOME/temp.map
153.52/158.62	c 159	Heap : 129 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
153.52/158.62	c 159	SAT : 27255 SAT variables, 1780019 SAT clauses, 73580996 bytes
153.52/158.62	c 159	Heap : 129 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
153.52/158.68	c 159	SOLVING HOME/temp.cnf
153.52/158.68	c 159	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1851.71	c ERROR INTERRUPTED
1800.06/1851.72	s UNKNOWN
1800.06/1851.72	c 1852	CPU 153.59 (0.05 0.02 152.61 0.91)
1800.06/1851.72	c 1852	END Sun Jul 12 04:52:58 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-2077615-1247365326/watcher-2077615-1247365326 -o /tmp/evaluation-result-2077615-1247365326/solver-2077615-1247365326 -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-2077615-1247365326.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: 2.33 2.09 2.02 5/88 23556
/proc/meminfo: memFree=1184232/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=12272 CPUtime=0
/proc/23556/stat : 23556 (sugar) R 23553 23556 19993 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 23597620 12566528 365 996147200 4194304 4206940 548682068608 18446744073709551615 251279407717 0 0 4224 0 0 0 0 17 1 0 0
/proc/23556/statm: 3068 365 274 3 0 168 0

[startup+0.052323 s]
/proc/loadavg: 2.33 2.09 2.02 5/88 23556
/proc/meminfo: memFree=1184232/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=15948 CPUtime=0.04
/proc/23556/stat : 23556 (sugar) R 23553 23556 19993 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 23597620 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 251279407717 0 0 4224 0 0 0 0 17 1 0 0
/proc/23556/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.10133 s]
/proc/loadavg: 2.33 2.09 2.02 5/88 23556
/proc/meminfo: memFree=1184232/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=0.07
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 23597620 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301356 s]
/proc/loadavg: 2.33 2.09 2.02 5/88 23556
/proc/meminfo: memFree=1184232/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=0.07
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 23597620 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701402 s]
/proc/loadavg: 2.33 2.09 2.02 5/88 23556
/proc/meminfo: memFree=1184232/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=0.07
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 23597620 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5025 s]
/proc/loadavg: 2.46 2.12 2.03 5/101 23612
/proc/meminfo: memFree=1175112/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=0.81
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1309 8318 0 1 5 2 68 6 15 0 1 0 23597620 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1111 409 3 0 796 0
[pid=23597] ppid=23556 vsize=5356 CPUtime=0
/proc/23597/stat : 23597 (sh) S 23556 23556 19993 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 23597709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23597/statm: 1339 233 193 169 0 50 0
[pid=23598] ppid=23597 vsize=864256 CPUtime=0.57
/proc/23598/stat : 23598 (java) S 23597 23556 19993 0 -1 0 6899 0 1 0 54 3 0 0 18 0 9 0 23597709 884998144 6181 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23598/statm: 216064 6181 2566 9 0 210569 0
[pid=23598/tid=23600] ppid=23597 vsize=864256 CPUtime=0.35
/proc/23598/task/23600/stat : 23600 (java) R 23597 23556 19993 0 -1 64 2572 0 1 0 34 1 0 0 25 0 9 0 23597710 884998144 6181 996147200 134512640 134550932 4294955936 18446744073709551615 102754065 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23603] ppid=23597 vsize=864256 CPUtime=0.16
/proc/23598/task/23603/stat : 23603 (java) S 23597 23556 19993 0 -1 64 3315 0 0 0 15 1 0 0 16 0 9 0 23597712 884998144 6181 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23604] ppid=23597 vsize=864256 CPUtime=0
/proc/23598/task/23604/stat : 23604 (java) S 23597 23556 19993 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23597712 884998144 6181 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23605] ppid=23597 vsize=864256 CPUtime=0
/proc/23598/task/23605/stat : 23605 (java) S 23597 23556 19993 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23597712 884998144 6181 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23608] ppid=23597 vsize=864256 CPUtime=0
/proc/23598/task/23608/stat : 23608 (java) S 23597 23556 19993 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23597714 884998144 6181 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23609] ppid=23597 vsize=864256 CPUtime=0.03
/proc/23598/task/23609/stat : 23609 (java) S 23597 23556 19993 0 -1 64 310 0 0 0 3 0 0 0 16 0 9 0 23597714 884998144 6181 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23611] ppid=23597 vsize=864256 CPUtime=0
/proc/23598/task/23611/stat : 23611 (java) S 23597 23556 19993 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23597714 884998144 6181 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23612] ppid=23597 vsize=864256 CPUtime=0
/proc/23598/task/23612/stat : 23612 (java) S 23597 23556 19993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23597714 884998144 6181 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886480

[startup+3.1017 s]
/proc/loadavg: 2.46 2.12 2.03 5/100 23631
/proc/meminfo: memFree=1151184/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=0.81
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1309 8318 0 1 5 2 68 6 15 0 1 0 23597620 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1111 409 3 0 796 0
[pid=23597] ppid=23556 vsize=5356 CPUtime=0
/proc/23597/stat : 23597 (sh) S 23556 23556 19993 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 23597709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23597/statm: 1339 233 193 169 0 50 0
[pid=23598] ppid=23597 vsize=868516 CPUtime=2.14
/proc/23598/stat : 23598 (java) S 23597 23556 19993 0 -1 0 17514 0 1 0 204 10 0 0 18 0 9 0 23597709 889360384 16730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23598/statm: 217129 16730 2566 9 0 211634 0
[pid=23598/tid=23600] ppid=23597 vsize=868516 CPUtime=0.93
/proc/23598/task/23600/stat : 23600 (java) R 23597 23556 19993 0 -1 64 3191 0 1 0 92 1 0 0 25 0 9 0 23597710 889360384 16730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23603] ppid=23597 vsize=868516 CPUtime=1.04
/proc/23598/task/23603/stat : 23603 (java) S 23597 23556 19993 0 -1 64 12189 0 0 0 99 5 0 0 17 0 9 0 23597712 889360384 16730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23604] ppid=23597 vsize=868516 CPUtime=0
/proc/23598/task/23604/stat : 23604 (java) S 23597 23556 19993 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23597712 889360384 16730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23605] ppid=23597 vsize=868516 CPUtime=0
/proc/23598/task/23605/stat : 23605 (java) S 23597 23556 19993 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23597712 889360384 16730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23608] ppid=23597 vsize=868516 CPUtime=0
/proc/23598/task/23608/stat : 23608 (java) S 23597 23556 19993 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23597714 889360384 16730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23609] ppid=23597 vsize=868516 CPUtime=0.12
/proc/23598/task/23609/stat : 23609 (java) R 23597 23556 19993 0 -1 64 1432 0 0 0 11 1 0 0 16 0 9 0 23597714 889360384 16730 996147200 134512640 134550932 4294955936 18446744073709551615 101787746 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23611] ppid=23597 vsize=868516 CPUtime=0
/proc/23598/task/23611/stat : 23611 (java) S 23597 23556 19993 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23597714 889360384 16730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23612] ppid=23597 vsize=868516 CPUtime=0
/proc/23598/task/23612/stat : 23612 (java) S 23597 23556 19993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23597714 889360384 16730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 890740

[startup+6.3021 s]
/proc/loadavg: 2.46 2.12 2.03 5/101 23689
/proc/meminfo: memFree=1078472/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=0.81
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1310 8318 0 1 5 2 68 6 15 0 1 0 23597620 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1111 409 3 0 796 0
[pid=23597] ppid=23556 vsize=5356 CPUtime=0
/proc/23597/stat : 23597 (sh) S 23556 23556 19993 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 23597709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23597/statm: 1339 233 193 169 0 50 0
[pid=23598] ppid=23597 vsize=868712 CPUtime=5.21
/proc/23598/stat : 23598 (java) S 23597 23556 19993 0 -1 0 28691 0 1 0 502 19 0 0 18 0 9 0 23597709 889561088 27770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23598/statm: 217178 27770 2592 9 0 211655 0
[pid=23598/tid=23600] ppid=23597 vsize=868712 CPUtime=2.45
/proc/23598/task/23600/stat : 23600 (java) R 23597 23556 19993 0 -1 64 3751 0 1 0 242 3 0 0 25 0 9 0 23597710 889561088 27770 996147200 134512640 134550932 4294955936 18446744073709551615 4126941080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23603] ppid=23597 vsize=868712 CPUtime=2.52
/proc/23598/task/23603/stat : 23603 (java) S 23597 23556 19993 0 -1 64 22731 0 0 0 239 13 0 0 16 0 9 0 23597712 889561088 27770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23604] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23604/stat : 23604 (java) S 23597 23556 19993 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23597712 889561088 27770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23605] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23605/stat : 23605 (java) S 23597 23556 19993 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23597712 889561088 27770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23608] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23608/stat : 23608 (java) S 23597 23556 19993 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23597714 889561088 27770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23609] ppid=23597 vsize=868712 CPUtime=0.21
/proc/23598/task/23609/stat : 23609 (java) S 23597 23556 19993 0 -1 64 1507 0 0 0 20 1 0 0 15 0 9 0 23597714 889561088 27770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23611] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23611/stat : 23611 (java) S 23597 23556 19993 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23597714 889561088 27770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23612] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23612/stat : 23612 (java) S 23597 23556 19993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23597714 889561088 27770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 890936

[startup+12.7019 s]
/proc/loadavg: 2.77 2.20 2.06 4/101 23819
/proc/meminfo: memFree=1066888/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=0.81
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1310 8318 0 1 5 2 68 6 15 0 1 0 23597620 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1111 409 3 0 796 0
[pid=23597] ppid=23556 vsize=5356 CPUtime=0
/proc/23597/stat : 23597 (sh) S 23556 23556 19993 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 23597709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23597/statm: 1339 233 193 169 0 50 0
[pid=23598] ppid=23597 vsize=868712 CPUtime=11.43
/proc/23598/stat : 23598 (java) S 23597 23556 19993 0 -1 0 29043 0 1 0 1116 27 0 0 18 0 9 0 23597709 889561088 28049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23598/statm: 217178 28049 2592 9 0 211655 0
[pid=23598/tid=23600] ppid=23597 vsize=868712 CPUtime=8.46
/proc/23598/task/23600/stat : 23600 (java) R 23597 23556 19993 0 -1 64 3825 0 1 0 836 10 0 0 25 0 9 0 23597710 889561088 28049 996147200 134512640 134550932 4294955936 18446744073709551615 103210938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23603] ppid=23597 vsize=868712 CPUtime=2.71
/proc/23598/task/23603/stat : 23603 (java) S 23597 23556 19993 0 -1 64 23000 0 0 0 257 14 0 0 16 0 9 0 23597712 889561088 28049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23604] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23604/stat : 23604 (java) S 23597 23556 19993 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23597712 889561088 28049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23605] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23605/stat : 23605 (java) S 23597 23556 19993 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23597712 889561088 28049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23608] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23608/stat : 23608 (java) S 23597 23556 19993 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23597714 889561088 28049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23609] ppid=23597 vsize=868712 CPUtime=0.22
/proc/23598/task/23609/stat : 23609 (java) S 23597 23556 19993 0 -1 64 1516 0 0 0 21 1 0 0 15 0 9 0 23597714 889561088 28049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23611] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23611/stat : 23611 (java) S 23597 23556 19993 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23597714 889561088 28049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23612] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23612/stat : 23612 (java) S 23597 23556 19993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23597714 889561088 28049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 890936

[startup+25.5025 s]
/proc/loadavg: 3.04 2.27 2.08 3/101 24101
/proc/meminfo: memFree=1042960/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=0.81
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1310 8318 0 1 5 2 68 6 15 0 1 0 23597620 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1111 409 3 0 796 0
[pid=23597] ppid=23556 vsize=5356 CPUtime=0
/proc/23597/stat : 23597 (sh) S 23556 23556 19993 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 23597709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23597/statm: 1339 233 193 169 0 50 0
[pid=23598] ppid=23597 vsize=868712 CPUtime=23.77
/proc/23598/stat : 23598 (java) S 23597 23556 19993 0 -1 0 32387 0 1 0 2342 35 0 0 18 0 9 0 23597709 889561088 31304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23598/statm: 217178 31304 2592 9 0 211655 0
[pid=23598/tid=23600] ppid=23597 vsize=868712 CPUtime=20.39
/proc/23598/task/23600/stat : 23600 (java) R 23597 23556 19993 0 -1 64 3914 0 1 0 2023 16 0 0 25 0 9 0 23597710 889561088 31304 996147200 134512640 134550932 4294955936 18446744073709551615 4126952217 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23603] ppid=23597 vsize=868712 CPUtime=3.12
/proc/23598/task/23603/stat : 23603 (java) S 23597 23556 19993 0 -1 64 26255 0 0 0 296 16 0 0 16 0 9 0 23597712 889561088 31304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23604] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23604/stat : 23604 (java) S 23597 23556 19993 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23597712 889561088 31304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23605] ppid=23597 vsize=868712 CPUtime=0
/proc/23598/task/23605/stat : 23605 (java) S 23597 23556 19993 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23597712 889561088 31304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23598/tid=23608] ppid=23597 vsize=868712 CPUtime=0

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

/proc/meminfo: memFree=844256/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=153.58
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1365 59880 0 2 5 2 15261 90 16 0 1 0 23597620 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1113 409 3 0 796 0
[pid=26933] ppid=23556 vsize=5356 CPUtime=0
/proc/26933/stat : 26933 (sh) S 23556 23556 19993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26933/statm: 1339 232 193 169 0 50 0
[pid=26936] ppid=26933 vsize=112360 CPUtime=1218.33
/proc/26936/stat : 26936 (picosat) R 26933 23556 19993 0 -1 4194304 29940 0 0 0 120107 1726 0 0 25 0 1 0 23613489 115056640 27691 996147200 134512640 134931368 4294956256 18446744073709551615 134543546 0 0 4096 0 0 0 0 17 1 0 0
/proc/26936/statm: 28090 27691 48 102 0 27985 0
Current children cumulated CPU time (s) 1371.91
Current children cumulated vsize (KiB) 134584

[startup+1482.3 s]
/proc/loadavg: 2.00 2.06 2.22 3/86 25644
/proc/meminfo: memFree=844256/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=153.58
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1365 59880 0 2 5 2 15261 90 16 0 1 0 23597620 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1113 409 3 0 796 0
[pid=26933] ppid=23556 vsize=5356 CPUtime=0
/proc/26933/stat : 26933 (sh) S 23556 23556 19993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26933/statm: 1339 232 193 169 0 50 0
[pid=26936] ppid=26933 vsize=112360 CPUtime=1278.04
/proc/26936/stat : 26936 (picosat) R 26933 23556 19993 0 -1 4194304 29940 0 0 0 126078 1726 0 0 25 0 1 0 23613489 115056640 27691 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/26936/statm: 28090 27691 48 102 0 27985 0
Current children cumulated CPU time (s) 1431.62
Current children cumulated vsize (KiB) 134584

[startup+1542.3 s]
/proc/loadavg: 2.00 2.05 2.21 3/86 25644
/proc/meminfo: memFree=843936/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=153.58
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1365 59880 0 2 5 2 15261 90 16 0 1 0 23597620 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1113 409 3 0 796 0
[pid=26933] ppid=23556 vsize=5356 CPUtime=0
/proc/26933/stat : 26933 (sh) S 23556 23556 19993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26933/statm: 1339 232 193 169 0 50 0
[pid=26936] ppid=26933 vsize=112492 CPUtime=1337.75
/proc/26936/stat : 26936 (picosat) R 26933 23556 19993 0 -1 4194304 30228 0 0 0 132049 1726 0 0 25 0 1 0 23613489 115191808 27755 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26936/statm: 28123 27755 48 102 0 28018 0
Current children cumulated CPU time (s) 1491.33
Current children cumulated vsize (KiB) 134716

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.19 3/86 25644
/proc/meminfo: memFree=843936/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=153.58
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1365 59880 0 2 5 2 15261 90 16 0 1 0 23597620 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1113 409 3 0 796 0
[pid=26933] ppid=23556 vsize=5356 CPUtime=0
/proc/26933/stat : 26933 (sh) S 23556 23556 19993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26933/statm: 1339 232 193 169 0 50 0
[pid=26936] ppid=26933 vsize=112492 CPUtime=1397.45
/proc/26936/stat : 26936 (picosat) R 26933 23556 19993 0 -1 4194304 30228 0 0 0 138019 1726 0 0 25 0 1 0 23613489 115191808 27755 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/26936/statm: 28123 27755 48 102 0 28018 0
Current children cumulated CPU time (s) 1551.03
Current children cumulated vsize (KiB) 134716

[startup+1662.3 s]
/proc/loadavg: 1.92 2.01 2.17 3/86 25685
/proc/meminfo: memFree=1602200/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=153.58
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1365 59880 0 2 5 2 15261 90 16 0 1 0 23597620 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1113 409 3 0 796 0
[pid=26933] ppid=23556 vsize=5356 CPUtime=0
/proc/26933/stat : 26933 (sh) S 23556 23556 19993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26933/statm: 1339 232 193 169 0 50 0
[pid=26936] ppid=26933 vsize=112624 CPUtime=1457.14
/proc/26936/stat : 26936 (picosat) R 26933 23556 19993 0 -1 4194304 30488 0 0 0 143987 1727 0 0 25 0 1 0 23613489 115326976 27790 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/26936/statm: 28156 27790 48 102 0 28051 0
Current children cumulated CPU time (s) 1610.72
Current children cumulated vsize (KiB) 134848

[startup+1722.3 s]
/proc/loadavg: 1.97 2.00 2.16 3/78 25697
/proc/meminfo: memFree=1595032/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=153.58
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1365 59880 0 2 5 2 15261 90 16 0 1 0 23597620 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1113 409 3 0 796 0
[pid=26933] ppid=23556 vsize=5356 CPUtime=0
/proc/26933/stat : 26933 (sh) S 23556 23556 19993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26933/statm: 1339 232 193 169 0 50 0
[pid=26936] ppid=26933 vsize=112624 CPUtime=1517.12
/proc/26936/stat : 26936 (picosat) R 26933 23556 19993 0 -1 4194304 30488 0 0 0 149985 1727 0 0 25 0 1 0 23613489 115326976 27790 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26936/statm: 28156 27790 48 102 0 28051 0
Current children cumulated CPU time (s) 1670.7
Current children cumulated vsize (KiB) 134848

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.15 3/78 25699
/proc/meminfo: memFree=1592984/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=153.58
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1365 59880 0 2 5 2 15261 90 16 0 1 0 23597620 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1113 409 3 0 796 0
[pid=26933] ppid=23556 vsize=5356 CPUtime=0
/proc/26933/stat : 26933 (sh) S 23556 23556 19993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26933/statm: 1339 232 193 169 0 50 0
[pid=26936] ppid=26933 vsize=112624 CPUtime=1577.1
/proc/26936/stat : 26936 (picosat) R 26933 23556 19993 0 -1 4194304 30488 0 0 0 155983 1727 0 0 25 0 1 0 23613489 115326976 27790 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/26936/statm: 28156 27790 48 102 0 28051 0
Current children cumulated CPU time (s) 1730.68
Current children cumulated vsize (KiB) 134848

[startup+1842.3 s]
/proc/loadavg: 1.99 2.00 2.13 3/78 25699
/proc/meminfo: memFree=1587672/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=153.58
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1365 59880 0 2 5 2 15261 90 16 0 1 0 23597620 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1113 409 3 0 796 0
[pid=26933] ppid=23556 vsize=5356 CPUtime=0
/proc/26933/stat : 26933 (sh) S 23556 23556 19993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26933/statm: 1339 232 193 169 0 50 0
[pid=26936] ppid=26933 vsize=114472 CPUtime=1637.08
/proc/26936/stat : 26936 (picosat) R 26933 23556 19993 0 -1 4194304 31231 0 0 0 161980 1728 0 0 25 0 1 0 23613489 117219328 28289 996147200 134512640 134931368 4294956256 18446744073709551615 134530945 0 0 4096 0 0 0 0 17 1 0 0
/proc/26936/statm: 28618 28289 48 102 0 28513 0
Current children cumulated CPU time (s) 1790.66
Current children cumulated vsize (KiB) 136696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1851.7 s]
/proc/loadavg: 1.99 2.00 2.13 3/78 25699
/proc/meminfo: memFree=1586904/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=153.58
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1365 59880 0 2 5 2 15261 90 16 0 1 0 23597620 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1113 409 3 0 796 0
[pid=26933] ppid=23556 vsize=5356 CPUtime=0
/proc/26933/stat : 26933 (sh) S 23556 23556 19993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26933/statm: 1339 232 193 169 0 50 0
[pid=26936] ppid=26933 vsize=114472 CPUtime=1646.48
/proc/26936/stat : 26936 (picosat) R 26933 23556 19993 0 -1 4194304 31231 0 0 0 162920 1728 0 0 25 0 1 0 23613489 117219328 28289 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26936/statm: 28618 28289 48 102 0 28513 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 136696

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

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

[startup+1851.7 s]
/proc/loadavg: 1.99 2.00 2.13 3/78 25699
/proc/meminfo: memFree=1586904/2055920 swapFree=4192812/4192956
[pid=23556] ppid=23553 vsize=16868 CPUtime=153.58
/proc/23556/stat : 23556 (sugar) S 23553 23556 19993 0 -1 4194304 1365 59880 0 2 5 2 15261 90 16 0 1 0 23597620 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 4217 1113 409 3 0 796 0
[pid=26933] ppid=23556 vsize=5356 CPUtime=0
/proc/26933/stat : 26933 (sh) S 23556 23556 19993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26933/statm: 1339 232 193 169 0 50 0
[pid=26936] ppid=26933 vsize=114472 CPUtime=1646.48
/proc/26936/stat : 26936 (picosat) R 26933 23556 19993 0 -1 4194304 31231 0 0 0 162920 1728 0 0 25 0 1 0 23613489 117219328 28289 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26936/statm: 28618 28289 48 102 0 28513 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 136696

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23556 and gives
#  childrusage.ru_utime.tv_sec=152
#  childrusage.ru_utime.tv_usec=674789
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=938857
# CPU time returned by wait4() is 153.614
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1851.73
CPU time (s): 1800.06
CPU user time (s): 1781.86
CPU system time (s): 18.2
CPU usage (%): 97.2097
Max. virtual memory (cumulated for all children) (KiB): 911424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.675
system time used= 0.938857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61639
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= 11249
involuntary context switches= 15634

runsolver used 2.47162 second user time and 6.10507 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 04:22:06
IDJOB=2077615
IDBENCH=56636
IDSOLVER=738
FILE ID=node92/2077615-1247365326
PBS_JOBID= 9506950
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= f8b76df19674acf2fa7b798307536a24
RANDOM SEED=413760368

node92.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.216
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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1184000 kB
Buffers:         14088 kB
Cached:         123476 kB
SwapCached:          0 kB
Active:         740308 kB
Inactive:        74020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1184000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2708 kB
Writeback:           0 kB
Mapped:         698412 kB
Slab:            40800 kB
Committed_AS:   902168 kB
PageTables:       3676 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= 66332 MiB
End job on node92 at 2009-07-12 04:53:00