Trace number 2062809

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? (MO) 350.66 604.45

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-20.xml
MD5SUM83883806705727ca3a0004ae8dbf9fd1
Bench CategoryAlldiff (alldiff)
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 variables1200
Number of constraints481
Maximum constraint arity400
Maximum domain size400
Number of constraints which are defined in extension400
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(81)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 18:27:14 2009
0.00/0.07	c 0	PID 13706
0.00/0.07	c 0	HOST node89.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2062809-1247329634.xml TO HOME/temp.csp
0.00/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-2062809-1247329634.xml' 'HOME/temp.csp'
0.06/0.71	c 1	2 domains, 1200 variables, 0 predicates, 1 relations, 481 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.68/0.83	c 1	Parsing HOME/temp.csp
0.68/0.95	c 1	parsed 1684 expressions
0.68/0.96	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.68/0.96	c 1	Converting to clausal form CSP
0.68/0.98	c 1	converted 169 (10%) expressions
0.68/0.98	c 1	converted 337 (20%) expressions
0.68/0.98	c 1	converted 506 (30%) expressions
0.68/0.99	c 1	converted 674 (40%) expressions
0.68/0.99	c 1	converted 842 (50%) expressions
0.68/0.99	c 1	converted 1011 (60%) expressions
0.68/0.99	c 1	converted 1179 (70%) expressions
1.10/1.29	c 1	converted 1348 (80%) expressions
1.40/1.58	c 2	converted 1516 (90%) expressions
5.41/5.57	c 6	converted 1684 (100%) expressions
5.41/5.57	c 6	CSP : 1200 integers, 0 booleans, 95562 clauses, largest domain size 400
5.41/5.57	c 6	Heap : 91 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.41/5.57	c 6	Propagation in CSP
5.80/5.91	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.80/5.91	c 6	CSP : 1200 integers, 0 booleans, 95562 clauses, largest domain size 400
5.80/5.91	c 6	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.80/5.94	c 6	Simplifing CSP by introducing new Boolean variables
7.60/7.73	c 8	CSP : 1200 integers, 190000 booleans, 285562 clauses, largest domain size 400
7.60/7.73	c 8	Heap : 147 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.60/8.74	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.60/8.79	c 9	120 (10%) CSP integer variables are encoded (2160 clauses, 26047 bytes)
8.60/8.80	c 9	240 (20%) CSP integer variables are encoded (4320 clauses, 54127 bytes)
8.60/8.80	c 9	360 (30%) CSP integer variables are encoded (6480 clauses, 82207 bytes)
8.70/8.80	c 9	480 (40%) CSP integer variables are encoded (8640 clauses, 110287 bytes)
8.70/8.81	c 9	600 (50%) CSP integer variables are encoded (10800 clauses, 141022 bytes)
8.70/8.81	c 9	720 (60%) CSP integer variables are encoded (12960 clauses, 173422 bytes)
8.70/8.83	c 9	840 (70%) CSP integer variables are encoded (30320 clauses, 433822 bytes)
8.70/8.88	c 9	960 (80%) CSP integer variables are encoded (78080 clauses, 1150222 bytes)
8.80/8.93	c 9	1080 (90%) CSP integer variables are encoded (125840 clauses, 1920329 bytes)
8.80/8.99	c 9	1200 (100%) CSP integer variables are encoded (173600 clauses, 2732249 bytes)
32.29/32.42	c 32	28557 (10%) CSP clauses are encoded (876371 clauses, 19852324 bytes)
37.84/38.08	c 38	57113 (20%) CSP clauses are encoded (4040611 clauses, 93542613 bytes)
51.20/53.34	c 53	85669 (30%) CSP clauses are encoded (11665329 clauses, 272337057 bytes)
64.72/68.31	c 68	114225 (40%) CSP clauses are encoded (19289648 clauses, 451444653 bytes)
78.09/84.40	c 84	142781 (50%) CSP clauses are encoded (26913967 clauses, 630949231 bytes)
91.63/98.81	c 99	171338 (60%) CSP clauses are encoded (34538686 clauses, 810847141 bytes)
105.10/115.87	c 116	199894 (70%) CSP clauses are encoded (42163404 clauses, 991444789 bytes)
118.71/363.35	c 363	228450 (80%) CSP clauses are encoded (49787723 clauses, 1173066515 bytes)
132.07/378.12	c 378	257006 (90%) CSP clauses are encoded (57412042 clauses, 1362040755 bytes)
145.52/396.10	c 396	285562 (100%) CSP clauses are encoded (65035962 clauses, 1552273082 bytes)
145.52/396.10	c 396	285562 CSP clauses encoded
145.52/396.10	c 396	Writing map file : HOME/temp.map
145.52/396.13	c 396	Heap : 118 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
145.52/396.13	c 396	SAT : 364800 SAT variables, 65035962 SAT clauses, 1552273082 bytes
145.52/396.13	c 396	Heap : 118 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
145.57/396.21	c 396	SOLVING HOME/temp.cnf
145.57/396.21	c 396	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
350.54/604.32	c ERROR INTERRUPTED
350.66/604.45	s UNKNOWN
350.66/604.45	c 605	CPU 145.62 (0.06 0.01 136.11 9.44)
350.66/604.45	c 605	END Sat Jul 11 18:37:19 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-2062809-1247329634/watcher-2062809-1247329634 -o /tmp/evaluation-result-2062809-1247329634/solver-2062809-1247329634 -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-2062809-1247329634.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.00 2.00 2.08 4/73 13706
/proc/meminfo: memFree=1915632/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=12272 CPUtime=0
/proc/13706/stat : 13706 (sugar) R 13704 13706 12127 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 20028576 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 249087818496 0 0 4224 0 0 0 0 17 0 0 0
/proc/13706/statm: 3068 327 246 3 0 168 0

[startup+0.0764211 s]
/proc/loadavg: 2.00 2.00 2.08 4/73 13706
/proc/meminfo: memFree=1915632/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=0.06
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20028576 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101424 s]
/proc/loadavg: 2.00 2.00 2.08 4/73 13706
/proc/meminfo: memFree=1915632/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=0.06
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20028576 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301436 s]
/proc/loadavg: 2.00 2.00 2.08 4/73 13706
/proc/meminfo: memFree=1915632/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=0.06
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20028576 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701484 s]
/proc/loadavg: 2.00 2.00 2.08 4/73 13706
/proc/meminfo: memFree=1915632/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=0.06
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20028576 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50256 s]
/proc/loadavg: 2.08 2.02 2.08 4/84 13728
/proc/meminfo: memFree=1906136/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=0.68
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1309 4818 0 1 5 1 58 4 16 0 1 0 20028576 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13706/statm: 4217 1111 409 3 0 796 0
[pid=13719] ppid=13706 vsize=5356 CPUtime=0
/proc/13719/stat : 13719 (sh) S 13706 13706 12127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20028651 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13719/statm: 1339 233 193 169 0 50 0
[pid=13720] ppid=13719 vsize=864336 CPUtime=0.72
/proc/13720/stat : 13720 (java) S 13719 13706 12127 0 -1 0 8881 0 1 0 68 4 0 0 20 0 9 0 20028652 885080064 8151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13720/statm: 216084 8152 2565 9 0 210589 0
[pid=13720/tid=13721] ppid=13719 vsize=864336 CPUtime=0.36
/proc/13720/task/13721/stat : 13721 (java) R 13719 13706 12127 0 -1 64 2765 0 1 0 34 2 0 0 25 0 9 0 20028653 885080064 8153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13722] ppid=13719 vsize=864336 CPUtime=0.31
/proc/13720/task/13722/stat : 13722 (java) R 13719 13706 12127 0 -1 64 5121 0 0 0 30 1 0 0 17 0 9 0 20028654 885080064 8154 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13723] ppid=13719 vsize=864336 CPUtime=0
/proc/13720/task/13723/stat : 13723 (java) S 13719 13706 12127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20028654 885080064 8156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13724] ppid=13719 vsize=864336 CPUtime=0
/proc/13720/task/13724/stat : 13724 (java) S 13719 13706 12127 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20028654 885080064 8157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13725] ppid=13719 vsize=864336 CPUtime=0
/proc/13720/task/13725/stat : 13725 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 885080064 8158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13726] ppid=13719 vsize=864336 CPUtime=0.03
/proc/13720/task/13726/stat : 13726 (java) S 13719 13706 12127 0 -1 64 298 0 0 0 3 0 0 0 16 0 9 0 20028656 885080064 8159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13727] ppid=13719 vsize=864336 CPUtime=0
/proc/13720/task/13727/stat : 13727 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 885080064 8160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13728] ppid=13719 vsize=864336 CPUtime=0
/proc/13720/task/13728/stat : 13728 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20028656 885080064 8161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886560

[startup+3.10272 s]
/proc/loadavg: 2.08 2.02 2.08 4/84 13728
/proc/meminfo: memFree=1873368/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=0.68
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1309 4818 0 1 5 1 58 4 16 0 1 0 20028576 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13706/statm: 4217 1111 409 3 0 796 0
[pid=13719] ppid=13706 vsize=5356 CPUtime=0
/proc/13719/stat : 13719 (sh) S 13706 13706 12127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20028651 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13719/statm: 1339 233 193 169 0 50 0
[pid=13720] ppid=13719 vsize=868656 CPUtime=2.32
/proc/13720/stat : 13720 (java) S 13719 13706 12127 0 -1 0 19025 0 1 0 222 10 0 0 20 0 9 0 20028652 889503744 17787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13720/statm: 217164 17787 2565 9 0 211669 0
[pid=13720/tid=13721] ppid=13719 vsize=868656 CPUtime=1.04
/proc/13720/task/13721/stat : 13721 (java) R 13719 13706 12127 0 -1 64 3307 0 1 0 102 2 0 0 25 0 9 0 20028653 889503744 17787 996147200 134512640 134550932 4294955936 18446744073709551615 4126435394 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13722] ppid=13719 vsize=868656 CPUtime=1.11
/proc/13720/task/13722/stat : 13722 (java) S 13719 13706 12127 0 -1 64 13530 0 0 0 105 6 0 0 16 0 9 0 20028654 889503744 17787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13723] ppid=13719 vsize=868656 CPUtime=0
/proc/13720/task/13723/stat : 13723 (java) S 13719 13706 12127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20028654 889503744 17787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13724] ppid=13719 vsize=868656 CPUtime=0
/proc/13720/task/13724/stat : 13724 (java) S 13719 13706 12127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20028654 889503744 17787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13725] ppid=13719 vsize=868656 CPUtime=0
/proc/13720/task/13725/stat : 13725 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 889503744 17787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13726] ppid=13719 vsize=868656 CPUtime=0.15
/proc/13720/task/13726/stat : 13726 (java) S 13719 13706 12127 0 -1 64 1488 0 0 0 14 1 0 0 16 0 9 0 20028656 889503744 17787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13727] ppid=13719 vsize=868656 CPUtime=0
/proc/13720/task/13727/stat : 13727 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 889503744 17787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13728] ppid=13719 vsize=868656 CPUtime=0
/proc/13720/task/13728/stat : 13728 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20028656 889503744 17787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890880

[startup+6.30204 s]
/proc/loadavg: 2.07 2.02 2.08 4/84 13728
/proc/meminfo: memFree=1805152/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=0.68
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1310 4818 0 1 5 1 58 4 16 0 1 0 20028576 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13706/statm: 4217 1111 409 3 0 796 0
[pid=13719] ppid=13706 vsize=5356 CPUtime=0
/proc/13719/stat : 13719 (sh) S 13706 13706 12127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20028651 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13719/statm: 1339 233 193 169 0 50 0
[pid=13720] ppid=13719 vsize=868656 CPUtime=5.52
/proc/13720/stat : 13720 (java) S 13719 13706 12127 0 -1 0 37336 0 1 0 532 20 0 0 20 0 9 0 20028652 889503744 35598 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13720/statm: 217164 35598 2566 9 0 211669 0
[pid=13720/tid=13721] ppid=13719 vsize=868656 CPUtime=2.85
/proc/13720/task/13721/stat : 13721 (java) R 13719 13706 12127 0 -1 64 3852 0 1 0 282 3 0 0 25 0 9 0 20028653 889503744 35599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13722] ppid=13719 vsize=868656 CPUtime=2.46
/proc/13720/task/13722/stat : 13722 (java) R 13719 13706 12127 0 -1 64 31287 0 0 0 232 14 0 0 16 0 9 0 20028654 889503744 35601 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13723] ppid=13719 vsize=868656 CPUtime=0
/proc/13720/task/13723/stat : 13723 (java) S 13719 13706 12127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20028654 889503744 35602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13724] ppid=13719 vsize=868656 CPUtime=0
/proc/13720/task/13724/stat : 13724 (java) S 13719 13706 12127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20028654 889503744 35603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13725] ppid=13719 vsize=868656 CPUtime=0
/proc/13720/task/13725/stat : 13725 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 889503744 35604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13726] ppid=13719 vsize=868656 CPUtime=0.17
/proc/13720/task/13726/stat : 13726 (java) S 13719 13706 12127 0 -1 64 1500 0 0 0 16 1 0 0 16 0 9 0 20028656 889503744 35605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13727] ppid=13719 vsize=868656 CPUtime=0
/proc/13720/task/13727/stat : 13727 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 889503744 35606 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13728] ppid=13719 vsize=868656 CPUtime=0
/proc/13720/task/13728/stat : 13728 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20028656 889503744 35607 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890880

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.08 3/84 13728
/proc/meminfo: memFree=1733472/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=0.68
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1310 4818 0 1 5 1 58 4 16 0 1 0 20028576 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13706/statm: 4217 1111 409 3 0 796 0
[pid=13719] ppid=13706 vsize=5356 CPUtime=0
/proc/13719/stat : 13719 (sh) S 13706 13706 12127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20028651 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13719/statm: 1339 233 193 169 0 50 0
[pid=13720] ppid=13719 vsize=868768 CPUtime=11.91
/proc/13720/stat : 13720 (java) S 13719 13706 12127 0 -1 0 66936 0 2 0 1153 38 0 0 20 0 9 0 20028652 889618432 46083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13720/statm: 217192 46083 2593 9 0 211669 0
[pid=13720/tid=13721] ppid=13719 vsize=868768 CPUtime=6.9
/proc/13720/task/13721/stat : 13721 (java) R 13719 13706 12127 0 -1 64 4801 0 2 0 684 6 0 0 25 0 9 0 20028653 889618432 46083 996147200 134512640 134550932 4294955936 18446744073709551615 4126506471 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13722] ppid=13719 vsize=868768 CPUtime=4.77
/proc/13720/task/13722/stat : 13722 (java) S 13719 13706 12127 0 -1 64 59897 0 0 0 447 30 0 0 16 0 9 0 20028654 889618432 46083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13723] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13723/stat : 13723 (java) S 13719 13706 12127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20028654 889618432 46083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13724] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13724/stat : 13724 (java) S 13719 13706 12127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20028654 889618432 46083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13725] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13725/stat : 13725 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 889618432 46083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13726] ppid=13719 vsize=868768 CPUtime=0.23
/proc/13720/task/13726/stat : 13726 (java) S 13719 13706 12127 0 -1 64 1538 0 0 0 22 1 0 0 15 0 9 0 20028656 889618432 46083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13727] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13727/stat : 13727 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 889618432 46083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13728] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13728/stat : 13728 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20028656 889618432 46083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 890992

[startup+25.5019 s]
/proc/loadavg: 2.06 2.02 2.08 3/84 13728
/proc/meminfo: memFree=1728160/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=0.68
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1310 4818 0 1 5 1 58 4 16 0 1 0 20028576 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13706/statm: 4217 1111 409 3 0 796 0
[pid=13719] ppid=13706 vsize=5356 CPUtime=0
/proc/13719/stat : 13719 (sh) S 13706 13706 12127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20028651 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13719/statm: 1339 233 193 169 0 50 0
[pid=13720] ppid=13719 vsize=868768 CPUtime=24.71
/proc/13720/stat : 13720 (java) S 13719 13706 12127 0 -1 0 67055 0 2 0 2426 45 0 0 20 0 9 0 20028652 889618432 46090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13720/statm: 217192 46090 2593 9 0 211669 0
[pid=13720/tid=13721] ppid=13719 vsize=868768 CPUtime=19.58
/proc/13720/task/13721/stat : 13721 (java) R 13719 13706 12127 0 -1 64 4913 0 2 0 1946 12 0 0 25 0 9 0 20028653 889618432 46090 996147200 134512640 134550932 4294955936 18446744073709551615 103211122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13722] ppid=13719 vsize=868768 CPUtime=4.86
/proc/13720/task/13722/stat : 13722 (java) S 13719 13706 12127 0 -1 64 59897 0 0 0 456 30 0 0 16 0 9 0 20028654 889618432 46090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13723] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13723/stat : 13723 (java) S 13719 13706 12127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20028654 889618432 46090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13724] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13724/stat : 13724 (java) S 13719 13706 12127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20028654 889618432 46090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13725] ppid=13719 vsize=868768 CPUtime=0

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

/proc/13720/statm: 217192 46104 2593 9 0 211669 0
[pid=13720/tid=13721] ppid=13719 vsize=868768 CPUtime=109.64
/proc/13720/task/13721/stat : 13721 (java) D 13719 13706 12127 0 -1 64 6964 0 2 0 10310 654 0 0 25 0 9 0 20028653 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=13720/tid=13722] ppid=13719 vsize=868768 CPUtime=6.48
/proc/13720/task/13722/stat : 13722 (java) S 13719 13706 12127 0 -1 64 59897 0 0 0 602 46 0 0 16 0 9 0 20028654 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13720/tid=13723] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13723/stat : 13723 (java) S 13719 13706 12127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20028654 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13724] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13724/stat : 13724 (java) S 13719 13706 12127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20028654 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13725] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13725/stat : 13725 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13726] ppid=13719 vsize=868768 CPUtime=0.26
/proc/13720/task/13726/stat : 13726 (java) S 13719 13706 12127 0 -1 64 1558 0 0 0 25 1 0 0 15 0 9 0 20028656 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13727] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13727/stat : 13727 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13728] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13728/stat : 13728 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20028656 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 117.08
Current children cumulated vsize (KiB) 890992
heavy processes:

[startup+342.301 s]
/proc/loadavg: 4.94 3.98 2.92 2/84 13750
/proc/meminfo: memFree=562592/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=0.68
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1310 4818 0 1 5 1 58 4 16 0 1 0 20028576 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13706/statm: 4217 1111 409 3 0 796 0
[pid=13719] ppid=13706 vsize=5356 CPUtime=0
/proc/13719/stat : 13719 (sh) S 13706 13706 12127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20028651 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13719/statm: 1339 233 193 169 0 50 0
[pid=13720] ppid=13719 vsize=868768 CPUtime=116.4
/proc/13720/stat : 13720 (java) S 13719 13706 12127 0 -1 0 69119 0 2 0 10938 702 0 0 20 0 9 0 20028652 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13720/statm: 217192 46104 2593 9 0 211669 0
[pid=13720/tid=13721] ppid=13719 vsize=868768 CPUtime=109.64
/proc/13720/task/13721/stat : 13721 (java) D 13719 13706 12127 0 -1 64 6964 0 2 0 10310 654 0 0 25 0 9 0 20028653 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=13720/tid=13722] ppid=13719 vsize=868768 CPUtime=6.48
/proc/13720/task/13722/stat : 13722 (java) S 13719 13706 12127 0 -1 64 59897 0 0 0 602 46 0 0 16 0 9 0 20028654 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13720/tid=13723] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13723/stat : 13723 (java) S 13719 13706 12127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20028654 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13724] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13724/stat : 13724 (java) S 13719 13706 12127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20028654 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13725] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13725/stat : 13725 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13726] ppid=13719 vsize=868768 CPUtime=0.26
/proc/13720/task/13726/stat : 13726 (java) S 13719 13706 12127 0 -1 64 1558 0 0 0 25 1 0 0 15 0 9 0 20028656 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13727] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13727/stat : 13727 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20028656 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13728] ppid=13719 vsize=868768 CPUtime=0
/proc/13720/task/13728/stat : 13728 (java) S 13719 13706 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20028656 889618432 46104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 117.08
Current children cumulated vsize (KiB) 890992
heavy processes:

[startup+402.302 s]
/proc/loadavg: 4.76 4.06 3.01 3/76 13752
/proc/meminfo: memFree=316832/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=145.61
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1365 74930 0 3 6 1 13611 943 16 0 1 0 20028576 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13706/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13706 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13706 13706 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20068198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=39248 CPUtime=6.02
/proc/13752/stat : 13752 (picosat) R 13751 13706 12127 0 -1 4194304 8424 0 0 0 280 322 0 0 25 0 1 0 20068198 40189952 8410 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 9812 8410 40 102 0 9707 0
Current children cumulated CPU time (s) 151.63
Current children cumulated vsize (KiB) 61472
heavy processes:

[startup+462.302 s]
/proc/loadavg: 4.22 4.02 3.06 3/76 13754
/proc/meminfo: memFree=65184/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=145.61
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1365 74930 0 3 6 1 13611 943 16 0 1 0 20028576 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13706/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13706 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13706 13706 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20068198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=284864 CPUtime=65.04
/proc/13752/stat : 13752 (picosat) R 13751 13706 12127 0 -1 4194304 69429 0 0 0 2997 3507 0 0 25 0 1 0 20068198 291700736 69415 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 71216 69415 40 102 0 71111 0
Current children cumulated CPU time (s) 210.65
Current children cumulated vsize (KiB) 307088
heavy processes:

[startup+522.302 s]
/proc/loadavg: 4.24 4.06 3.13 3/76 13754
/proc/meminfo: memFree=15840/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=145.61
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1365 74930 0 3 6 1 13611 943 16 0 1 0 20028576 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13706/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13706 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13706 13706 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20068198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=531604 CPUtime=123.75
/proc/13752/stat : 13752 (picosat) R 13751 13706 12127 0 -1 4194304 129857 0 0 0 5677 6698 0 0 25 0 1 0 20068198 544362496 129843 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 132901 129843 40 102 0 132796 0
Current children cumulated CPU time (s) 269.36
Current children cumulated vsize (KiB) 553828
heavy processes:

[startup+582.302 s]
/proc/loadavg: 3.47 3.90 3.13 3/76 13754
/proc/meminfo: memFree=15264/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=145.61
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1365 74930 0 3 6 1 13611 943 16 0 1 0 20028576 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13706/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13706 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13706 13706 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20068198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=814016 CPUtime=183.09
/proc/13752/stat : 13752 (picosat) R 13751 13706 12127 0 -1 4194304 191057 0 0 0 8402 9907 0 0 25 0 1 0 20068198 833552384 191043 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 203504 191043 40 102 0 203399 0
Current children cumulated CPU time (s) 328.7
Current children cumulated vsize (KiB) 836240
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+604.303 s]
/proc/loadavg: 3.05 3.78 3.11 3/76 13754
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=145.61
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1365 74930 0 3 6 1 13611 943 16 0 1 0 20028576 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13706/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13706 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13706 13706 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20068198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=908328 CPUtime=204.93
/proc/13752/stat : 13752 (picosat) R 13751 13706 12127 0 -1 4194304 213505 0 0 0 9409 11084 0 0 25 0 1 0 20068198 930127872 213491 996147200 134512640 134931368 4294956256 18446744073709551615 134528101 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 227082 213491 40 102 0 226977 0
Current children cumulated CPU time (s) 350.54
Current children cumulated vsize (KiB) 930552
heavy processes:

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

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

[startup+604.422 s]
/proc/loadavg: 3.05 3.78 3.11 3/76 13754
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=13706] ppid=13704 vsize=16868 CPUtime=145.61
/proc/13706/stat : 13706 (sugar) S 13704 13706 12127 0 -1 4194304 1394 74930 0 3 6 1 13611 943 16 0 1 0 20028576 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/13706/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13706 vsize=0 CPUtime=0
/proc/13751/stat : 13751 (sh) Z 13706 13706 12127 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20068198 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/13751/statm: 0 0 0 0 0 0 0
[pid=13752] ppid=1 vsize=0 CPUtime=205.05
/proc/13752/stat : 13752 (picosat) R 1 13706 12127 0 -1 4195332 213505 0 0 0 9409 11096 0 0 25 0 1 0 20068198 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 350.66
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13706 and gives
#  childrusage.ru_utime.tv_sec=136
#  childrusage.ru_utime.tv_usec=172298
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=457562
# CPU time returned by wait4() is 145.63
# while last known CPU time is 350.66
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 604.45
CPU time (s): 350.66
CPU user time (s): 230.26
CPU system time (s): 120.4
CPU usage (%): 58.013
Max. virtual memory (cumulated for all children) (KiB): 930552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.172
system time used= 9.45756
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76689
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= 36338
involuntary context switches= 33102

runsolver used 0.78788 second user time and 1.92371 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-11 18:27:14
IDJOB=2062809
IDBENCH=53933
IDSOLVER=738
FILE ID=node89/2062809-1247329634
PBS_JOBID= 9506458
Free space on /tmp= 66160 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-20.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-2062809-1247329634/watcher-2062809-1247329634 -o /tmp/evaluation-result-2062809-1247329634/solver-2062809-1247329634 -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-2062809-1247329634.xml

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

MD5SUM BENCH= 83883806705727ca3a0004ae8dbf9fd1
RANDOM SEED=1452382460

node89.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.213
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.213
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:       1916112 kB
Buffers:          6628 kB
Cached:          48656 kB
SwapCached:          0 kB
Active:          74744 kB
Inactive:        17848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1916112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          49016 kB
Slab:            32580 kB
Committed_AS:   147552 kB
PageTables:       1744 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= 66160 MiB
End job on node89 at 2009-07-11 18:37:20