Trace number 2061885

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.07 1811.43

General information on the benchmark

Namecsp/cjss/
normalized-la03x2-593.xml
MD5SUMcceb8e8456edde50ed6b81465ff2edd2
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints105
Maximum constraint arity20
Maximum domain size594
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)cumulative(5)

Solver Data

0.05/0.30	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.34	c 0	BEGIN Sat Jul 11 17:57:00 2009
0.05/0.34	c 0	PID 13533
0.05/0.35	c 0	HOST node89.alineos.net
0.05/0.35	c 0	CONVERTING HOME/instance-2061885-1247327819.xml TO HOME/temp.csp
0.05/0.35	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061885-1247327819.xml' 'HOME/temp.csp'
0.07/0.65	c 0	2 domains, 101 variables, 1 predicates, 0 relations, 105 constraints
0.07/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.66	c 0	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.30/0.73	c 0	Parsing HOME/temp.csp
0.30/0.76	c 0	parsed 209 expressions
0.30/0.79	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.79	c 0	Converting to clausal form CSP
0.30/0.80	c 0	converted 21 (10%) expressions
0.30/0.81	c 0	converted 42 (20%) expressions
0.30/0.81	c 0	converted 63 (30%) expressions
0.30/0.81	c 0	converted 84 (40%) expressions
0.30/0.82	c 0	converted 105 (50%) expressions
0.30/0.82	c 0	converted 126 (60%) expressions
0.30/0.83	c 0	converted 147 (70%) expressions
0.30/0.83	c 0	converted 168 (80%) expressions
0.30/0.84	c 0	converted 189 (90%) expressions
10.11/10.60	c 10	converted 209 (100%) expressions
10.11/10.62	c 10	CSP : 65936 integers, 39326 booleans, 203576 clauses, largest domain size 573
10.11/10.62	c 10	Heap : 125 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.11/10.62	c 10	Propagation in CSP
11.10/11.61	c 11	8622 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.10/11.62	c 11	CSP : 65936 integers, 39326 booleans, 203576 clauses, largest domain size 437
11.10/11.63	c 11	Heap : 127 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.10/11.69	c 11	Simplifing CSP by introducing new Boolean variables
11.20/11.79	c 11	CSP : 65936 integers, 39326 booleans, 203576 clauses, largest domain size 437
11.20/11.79	c 11	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.99/12.52	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.10/12.62	c 12	6594 (10%) CSP integer variables are encoded (35799 clauses, 514907 bytes)
12.10/12.62	c 12	13188 (20%) CSP integer variables are encoded (36657 clauses, 527777 bytes)
12.10/12.64	c 12	19781 (30%) CSP integer variables are encoded (37212 clauses, 536102 bytes)
12.10/12.65	c 12	26375 (40%) CSP integer variables are encoded (38073 clauses, 549017 bytes)
12.10/12.66	c 12	32968 (50%) CSP integer variables are encoded (38853 clauses, 560717 bytes)
12.10/12.67	c 12	39562 (60%) CSP integer variables are encoded (39711 clauses, 573587 bytes)
12.10/12.68	c 12	46156 (70%) CSP integer variables are encoded (40572 clauses, 586502 bytes)
12.10/12.69	c 12	52749 (80%) CSP integer variables are encoded (41433 clauses, 599417 bytes)
12.19/12.70	c 12	59343 (90%) CSP integer variables are encoded (41784 clauses, 604682 bytes)
12.19/12.71	c 12	65936 (100%) CSP integer variables are encoded (42645 clauses, 617597 bytes)
12.78/13.36	c 13	20358 (10%) CSP clauses are encoded (122267 clauses, 2102909 bytes)
14.27/14.88	c 14	40716 (20%) CSP clauses are encoded (192712 clauses, 3578829 bytes)
14.86/15.47	c 15	61073 (30%) CSP clauses are encoded (242730 clauses, 4626672 bytes)
16.44/17.05	c 16	81431 (40%) CSP clauses are encoded (310608 clauses, 6046309 bytes)
17.23/17.85	c 17	101788 (50%) CSP clauses are encoded (375173 clauses, 7429153 bytes)
18.13/18.77	c 18	122146 (60%) CSP clauses are encoded (440118 clauses, 8793326 bytes)
18.82/19.47	c 19	142504 (70%) CSP clauses are encoded (497242 clauses, 10003710 bytes)
19.61/20.26	c 20	162861 (80%) CSP clauses are encoded (557864 clauses, 11303497 bytes)
20.01/20.70	c 20	183219 (90%) CSP clauses are encoded (599683 clauses, 12139489 bytes)
21.98/22.65	c 22	203576 (100%) CSP clauses are encoded (674051 clauses, 13704601 bytes)
21.98/22.66	c 22	203576 CSP clauses encoded
21.98/22.66	c 22	Writing map file : HOME/temp.map
21.98/22.68	c 22	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.98/22.68	c 22	SAT : 138204 SAT variables, 674051 SAT clauses, 13704601 bytes
21.98/22.68	c 22	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.07/22.72	c 22	SOLVING HOME/temp.cnf
22.07/22.72	c 22	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1811.41	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1811.41	c 1811	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1811.41	c ERROR INTERRUPTED
1800.07/1811.42	s UNKNOWN
1800.07/1811.42	c 1811	CPU 22.09 (0.05 0.02 21.54 0.48)
1800.07/1811.42	c 1811	END Sat Jul 11 18:27:11 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2061885-1247327819/watcher-2061885-1247327819 -o /tmp/evaluation-result-2061885-1247327819/solver-2061885-1247327819 -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-2061885-1247327819.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.08 2.61 4/75 13533
/proc/meminfo: memFree=1934760/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=18576 CPUtime=0
/proc/13533/stat : 13533 (runsolver) D 13531 13533 12127 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19847095 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 249069890855 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13533/statm: 4644 284 249 26 0 2626 0

[startup+0.0689791 s]
/proc/loadavg: 2.00 2.08 2.61 4/75 13533
/proc/meminfo: memFree=1934760/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=12268 CPUtime=0
/proc/13533/stat : 13533 (sugar) D 13531 13533 12127 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 19847095 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 249070058085 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/13533/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.10298 s]
/proc/loadavg: 2.00 2.08 2.61 4/75 13533
/proc/meminfo: memFree=1934760/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=12268 CPUtime=0
/proc/13533/stat : 13533 (sugar) D 13531 13533 12127 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 19847095 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/13533/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.303006 s]
/proc/loadavg: 2.00 2.08 2.61 4/75 13533
/proc/meminfo: memFree=1934760/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16608 CPUtime=0.05
/proc/13533/stat : 13533 (sugar) R 13531 13533 12127 0 -1 4194304 1048 0 0 0 4 1 0 0 18 0 1 0 19847095 17006592 1016 996147200 4194304 4206940 548682068608 18446744073709551615 249087427291 0 0 4224 0 0 0 0 17 0 0 0
/proc/13533/statm: 4152 1016 380 3 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16608

[startup+0.70206 s]
/proc/loadavg: 2.00 2.08 2.61 4/75 13533
/proc/meminfo: memFree=1934760/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=0.3
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1292 4369 0 1 5 2 19 4 16 0 1 0 19847095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50113 s]
/proc/loadavg: 2.00 2.08 2.60 4/86 13555
/proc/meminfo: memFree=1919312/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=0.3
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1309 4369 0 1 5 2 19 4 15 0 1 0 19847095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1111 409 3 0 796 0
[pid=13546] ppid=13533 vsize=5356 CPUtime=0
/proc/13546/stat : 13546 (sh) S 13533 13533 12127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19847162 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13546/statm: 1339 233 193 169 0 50 0
[pid=13547] ppid=13546 vsize=868816 CPUtime=0.81
/proc/13547/stat : 13547 (java) S 13546 13533 12127 0 -1 0 8185 0 1 0 76 5 0 0 18 0 9 0 19847162 889667584 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13547/statm: 217204 7400 2566 9 0 211709 0
[pid=13547/tid=13548] ppid=13546 vsize=868816 CPUtime=0.46
/proc/13547/task/13548/stat : 13548 (java) R 13546 13533 12127 0 -1 64 2691 0 1 0 44 2 0 0 25 0 9 0 19847163 889667584 7400 996147200 134512640 134550932 4294955936 18446744073709551615 101608704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13549] ppid=13546 vsize=868816 CPUtime=0.17
/proc/13547/task/13549/stat : 13549 (java) S 13546 13533 12127 0 -1 64 3264 0 0 0 16 1 0 0 16 0 9 0 19847164 889667584 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13550] ppid=13546 vsize=868816 CPUtime=0
/proc/13547/task/13550/stat : 13550 (java) S 13546 13533 12127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19847164 889667584 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13551] ppid=13546 vsize=868816 CPUtime=0
/proc/13547/task/13551/stat : 13551 (java) S 13546 13533 12127 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19847164 889667584 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13552] ppid=13546 vsize=868816 CPUtime=0
/proc/13547/task/13552/stat : 13552 (java) S 13546 13533 12127 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19847166 889667584 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13553] ppid=13546 vsize=868816 CPUtime=0.15
/proc/13547/task/13553/stat : 13553 (java) S 13546 13533 12127 0 -1 64 1530 0 0 0 14 1 0 0 16 0 9 0 19847166 889667584 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13554] ppid=13546 vsize=868816 CPUtime=0
/proc/13547/task/13554/stat : 13554 (java) S 13546 13533 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19847166 889667584 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13555] ppid=13546 vsize=868816 CPUtime=0
/proc/13547/task/13555/stat : 13555 (java) S 13546 13533 12127 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19847166 889667584 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 891040

[startup+3.10129 s]
/proc/loadavg: 2.00 2.08 2.60 3/86 13555
/proc/meminfo: memFree=1899856/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=0.3
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1309 4369 0 1 5 2 19 4 15 0 1 0 19847095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1111 409 3 0 796 0
[pid=13546] ppid=13533 vsize=5356 CPUtime=0
/proc/13546/stat : 13546 (sh) S 13533 13533 12127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19847162 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13546/statm: 1339 233 193 169 0 50 0
[pid=13547] ppid=13546 vsize=869352 CPUtime=2.39
/proc/13547/stat : 13547 (java) S 13546 13533 12127 0 -1 0 15226 0 1 0 230 9 0 0 18 0 9 0 19847162 890216448 14137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13547/statm: 217338 14137 2566 9 0 211843 0
[pid=13547/tid=13548] ppid=13546 vsize=869352 CPUtime=1.36
/proc/13547/task/13548/stat : 13548 (java) R 13546 13533 12127 0 -1 64 3037 0 1 0 134 2 0 0 25 0 9 0 19847163 890216448 14137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13549] ppid=13546 vsize=869352 CPUtime=0.83
/proc/13547/task/13549/stat : 13549 (java) R 13546 13533 12127 0 -1 64 9936 0 0 0 78 5 0 0 16 0 9 0 19847164 890216448 14137 996147200 134512640 134550932 4294955936 18446744073709551615 104191077 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13550] ppid=13546 vsize=869352 CPUtime=0
/proc/13547/task/13550/stat : 13550 (java) S 13546 13533 12127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19847164 890216448 14137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13551] ppid=13546 vsize=869352 CPUtime=0
/proc/13547/task/13551/stat : 13551 (java) S 13546 13533 12127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19847164 890216448 14137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13552] ppid=13546 vsize=869352 CPUtime=0
/proc/13547/task/13552/stat : 13552 (java) S 13546 13533 12127 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19847166 890216448 14137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13553] ppid=13546 vsize=869352 CPUtime=0.18
/proc/13547/task/13553/stat : 13553 (java) S 13546 13533 12127 0 -1 64 1553 0 0 0 17 1 0 0 16 0 9 0 19847166 890216448 14137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13554] ppid=13546 vsize=869352 CPUtime=0
/proc/13547/task/13554/stat : 13554 (java) S 13546 13533 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19847166 890216448 14137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13555] ppid=13546 vsize=869352 CPUtime=0
/proc/13547/task/13555/stat : 13555 (java) S 13546 13533 12127 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19847166 890216448 14137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 891576

[startup+6.3026 s]
/proc/loadavg: 2.00 2.08 2.60 4/86 13555
/proc/meminfo: memFree=1844944/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=0.3
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1309 4369 0 1 5 2 19 4 15 0 1 0 19847095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1111 409 3 0 796 0
[pid=13546] ppid=13533 vsize=5356 CPUtime=0
/proc/13546/stat : 13546 (sh) S 13533 13533 12127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19847162 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13546/statm: 1339 233 193 169 0 50 0
[pid=13547] ppid=13546 vsize=881100 CPUtime=5.56
/proc/13547/stat : 13547 (java) S 13546 13533 12127 0 -1 0 34873 0 2 0 538 18 0 0 18 0 9 0 19847162 902246400 30147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13547/statm: 220275 30147 2567 9 0 214780 0
[pid=13547/tid=13548] ppid=13546 vsize=881100 CPUtime=3.36
/proc/13547/task/13548/stat : 13548 (java) S 13546 13533 12127 0 -1 64 3619 0 1 0 334 2 0 0 25 0 9 0 19847163 902246400 30147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13549] ppid=13546 vsize=881100 CPUtime=1.99
/proc/13547/task/13549/stat : 13549 (java) R 13546 13533 12127 0 -1 64 29001 0 1 0 186 13 0 0 16 0 9 0 19847164 902246400 30147 996147200 134512640 134550932 4294955936 18446744073709551615 103732260 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13550] ppid=13546 vsize=881100 CPUtime=0
/proc/13547/task/13550/stat : 13550 (java) S 13546 13533 12127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19847164 902246400 30147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13551] ppid=13546 vsize=881100 CPUtime=0
/proc/13547/task/13551/stat : 13551 (java) S 13546 13533 12127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19847164 902246400 30147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13552] ppid=13546 vsize=881100 CPUtime=0
/proc/13547/task/13552/stat : 13552 (java) S 13546 13533 12127 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19847166 902246400 30147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13553] ppid=13546 vsize=881100 CPUtime=0.18
/proc/13547/task/13553/stat : 13553 (java) S 13546 13533 12127 0 -1 64 1553 0 0 0 17 1 0 0 16 0 9 0 19847166 902246400 30147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13554] ppid=13546 vsize=881100 CPUtime=0
/proc/13547/task/13554/stat : 13554 (java) S 13546 13533 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19847166 902246400 30147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13555] ppid=13546 vsize=881100 CPUtime=0
/proc/13547/task/13555/stat : 13555 (java) S 13546 13533 12127 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19847166 902246400 30147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 903324

[startup+12.7022 s]
/proc/loadavg: 2.08 2.10 2.60 4/86 13555
/proc/meminfo: memFree=1764304/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=0.3
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1310 4369 0 1 5 2 19 4 16 0 1 0 19847095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1111 409 3 0 796 0
[pid=13546] ppid=13533 vsize=5356 CPUtime=0
/proc/13546/stat : 13546 (sh) S 13533 13533 12127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19847162 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13546/statm: 1339 233 193 169 0 50 0
[pid=13547] ppid=13546 vsize=868928 CPUtime=11.89
/proc/13547/stat : 13547 (java) S 13546 13533 12127 0 -1 0 67630 0 2 0 1156 33 0 0 18 0 9 0 19847162 889782272 42579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13547/statm: 217232 42579 2592 9 0 211709 0
[pid=13547/tid=13548] ppid=13546 vsize=868928 CPUtime=6.9
/proc/13547/task/13548/stat : 13548 (java) R 13546 13533 12127 0 -1 64 4819 0 1 0 686 4 0 0 25 0 9 0 19847163 889782272 42579 996147200 134512640 134550932 4294955936 18446744073709551615 4127065159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13549] ppid=13546 vsize=868928 CPUtime=4.74
/proc/13547/task/13549/stat : 13549 (java) S 13546 13533 12127 0 -1 64 60530 0 1 0 447 27 0 0 16 0 9 0 19847164 889782272 42579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13550] ppid=13546 vsize=868928 CPUtime=0
/proc/13547/task/13550/stat : 13550 (java) S 13546 13533 12127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19847164 889782272 42579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13551] ppid=13546 vsize=868928 CPUtime=0
/proc/13547/task/13551/stat : 13551 (java) S 13546 13533 12127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19847164 889782272 42579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13552] ppid=13546 vsize=868928 CPUtime=0
/proc/13547/task/13552/stat : 13552 (java) S 13546 13533 12127 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19847166 889782272 42579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13553] ppid=13546 vsize=868928 CPUtime=0.22
/proc/13547/task/13553/stat : 13553 (java) S 13546 13533 12127 0 -1 64 1581 0 0 0 21 1 0 0 16 0 9 0 19847166 889782272 42579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13554] ppid=13546 vsize=868928 CPUtime=0
/proc/13547/task/13554/stat : 13554 (java) S 13546 13533 12127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19847166 889782272 42579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13547/tid=13555] ppid=13546 vsize=868928 CPUtime=0
/proc/13547/task/13555/stat : 13555 (java) S 13546 13533 12127 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19847166 889782272 42579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 891152

[startup+25.5025 s]
/proc/loadavg: 2.06 2.09 2.59 3/78 13557
/proc/meminfo: memFree=1901200/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0
[pid=13556] ppid=13533 vsize=5356 CPUtime=0
/proc/13556/stat : 13556 (sh) S 13533 13533 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19849367 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13556/statm: 1339 232 193 169 0 50 0
[pid=13557] ppid=13556 vsize=17524 CPUtime=2.74
/proc/13557/stat : 13557 (picosat) R 13556 13533 12127 0 -1 4194304 3996 0 0 0 126 148 0 0 25 0 1 0 19849367 17944576 3982 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/13557/statm: 4381 3982 40 102 0 4276 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 39748

[startup+51.103 s]
/proc/loadavg: 2.04 2.08 2.57 3/78 13557
/proc/meminfo: memFree=1888976/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1850968/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0
[pid=13556] ppid=13533 vsize=5356 CPUtime=0
/proc/13556/stat : 13556 (sh) S 13533 13533 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19849367 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13556/statm: 1339 232 193 169 0 50 0
[pid=13557] ppid=13556 vsize=57520 CPUtime=1271.15
/proc/13557/stat : 13557 (picosat) R 13556 13533 12127 0 -1 4194304 12312 0 0 0 126806 309 0 0 25 0 1 0 19849367 58900480 12053 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13557/statm: 14380 12053 48 102 0 14275 0
Current children cumulated CPU time (s) 1293.24
Current children cumulated vsize (KiB) 79744

[startup+1362.3 s]
/proc/loadavg: 2.06 2.07 2.15 3/76 13678
/proc/meminfo: memFree=1848664/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0
[pid=13556] ppid=13533 vsize=5356 CPUtime=0
/proc/13556/stat : 13556 (sh) S 13533 13533 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19849367 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13556/statm: 1339 232 193 169 0 50 0
[pid=13557] ppid=13556 vsize=60020 CPUtime=1330.87
/proc/13557/stat : 13557 (picosat) R 13556 13533 12127 0 -1 4194304 12922 0 0 0 132777 310 0 0 25 0 1 0 19849367 61460480 12663 996147200 134512640 134931368 4294956256 18446744073709551615 134541941 0 0 4096 0 0 0 0 17 1 0 0
/proc/13557/statm: 15005 12663 48 102 0 14900 0
Current children cumulated CPU time (s) 1352.96
Current children cumulated vsize (KiB) 82244

[startup+1422.31 s]
/proc/loadavg: 2.02 2.05 2.14 3/76 13678
/proc/meminfo: memFree=1848408/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0
[pid=13556] ppid=13533 vsize=5356 CPUtime=0
/proc/13556/stat : 13556 (sh) S 13533 13533 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19849367 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13556/statm: 1339 232 193 169 0 50 0
[pid=13557] ppid=13556 vsize=60020 CPUtime=1390.6
/proc/13557/stat : 13557 (picosat) R 13556 13533 12127 0 -1 4194304 13015 0 0 0 138750 310 0 0 25 0 1 0 19849367 61460480 12667 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/13557/statm: 15005 12667 48 102 0 14900 0
Current children cumulated CPU time (s) 1412.69
Current children cumulated vsize (KiB) 82244

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.13 3/76 13678
/proc/meminfo: memFree=1848408/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0
[pid=13556] ppid=13533 vsize=5356 CPUtime=0
/proc/13556/stat : 13556 (sh) S 13533 13533 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19849367 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13556/statm: 1339 232 193 169 0 50 0
[pid=13557] ppid=13556 vsize=60020 CPUtime=1450.32
/proc/13557/stat : 13557 (picosat) R 13556 13533 12127 0 -1 4194304 13015 0 0 0 144722 310 0 0 25 0 1 0 19849367 61460480 12667 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/13557/statm: 15005 12667 48 102 0 14900 0
Current children cumulated CPU time (s) 1472.41
Current children cumulated vsize (KiB) 82244

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.12 3/76 13678
/proc/meminfo: memFree=1848408/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0
[pid=13556] ppid=13533 vsize=5356 CPUtime=0
/proc/13556/stat : 13556 (sh) S 13533 13533 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19849367 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13556/statm: 1339 232 193 169 0 50 0
[pid=13557] ppid=13556 vsize=60020 CPUtime=1510.06
/proc/13557/stat : 13557 (picosat) R 13556 13533 12127 0 -1 4194304 13015 0 0 0 150696 310 0 0 25 0 1 0 19849367 61460480 12667 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13557/statm: 15005 12667 48 102 0 14900 0
Current children cumulated CPU time (s) 1532.15
Current children cumulated vsize (KiB) 82244

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.11 3/76 13678
/proc/meminfo: memFree=1848408/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0
[pid=13556] ppid=13533 vsize=5356 CPUtime=0
/proc/13556/stat : 13556 (sh) S 13533 13533 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19849367 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13556/statm: 1339 232 193 169 0 50 0
[pid=13557] ppid=13556 vsize=60020 CPUtime=1569.79
/proc/13557/stat : 13557 (picosat) R 13556 13533 12127 0 -1 4194304 13015 0 0 0 156669 310 0 0 25 0 1 0 19849367 61460480 12667 996147200 134512640 134931368 4294956256 18446744073709551615 134522721 0 0 4096 0 0 0 0 17 1 0 0
/proc/13557/statm: 15005 12667 48 102 0 14900 0
Current children cumulated CPU time (s) 1591.88
Current children cumulated vsize (KiB) 82244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.10 3/76 13678
/proc/meminfo: memFree=1848344/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0
[pid=13556] ppid=13533 vsize=5356 CPUtime=0
/proc/13556/stat : 13556 (sh) S 13533 13533 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19849367 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13556/statm: 1339 232 193 169 0 50 0
[pid=13557] ppid=13556 vsize=60020 CPUtime=1629.52
/proc/13557/stat : 13557 (picosat) R 13556 13533 12127 0 -1 4194304 13015 0 0 0 162642 310 0 0 25 0 1 0 19849367 61460480 12667 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13557/statm: 15005 12667 48 102 0 14900 0
Current children cumulated CPU time (s) 1651.61
Current children cumulated vsize (KiB) 82244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/76 13678
/proc/meminfo: memFree=1848344/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0
[pid=13556] ppid=13533 vsize=5356 CPUtime=0
/proc/13556/stat : 13556 (sh) S 13533 13533 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19849367 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13556/statm: 1339 232 193 169 0 50 0
[pid=13557] ppid=13556 vsize=60020 CPUtime=1689.27
/proc/13557/stat : 13557 (picosat) R 13556 13533 12127 0 -1 4194304 13015 0 0 0 168616 311 0 0 25 0 1 0 19849367 61460480 12667 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/13557/statm: 15005 12667 48 102 0 14900 0
Current children cumulated CPU time (s) 1711.36
Current children cumulated vsize (KiB) 82244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/76 13678
/proc/meminfo: memFree=1848280/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0
[pid=13556] ppid=13533 vsize=5356 CPUtime=0
/proc/13556/stat : 13556 (sh) S 13533 13533 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19849367 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13556/statm: 1339 232 193 169 0 50 0
[pid=13557] ppid=13556 vsize=60020 CPUtime=1749
/proc/13557/stat : 13557 (picosat) R 13556 13533 12127 0 -1 4194304 13018 0 0 0 174589 311 0 0 25 0 1 0 19849367 61460480 12670 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13557/statm: 15005 12670 48 102 0 14900 0
Current children cumulated CPU time (s) 1771.09
Current children cumulated vsize (KiB) 82244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.4 s]
/proc/loadavg: 2.00 2.00 2.08 3/76 13678
/proc/meminfo: memFree=1848152/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=16868 CPUtime=22.09
/proc/13533/stat : 13533 (sugar) S 13531 13533 12127 0 -1 4194304 1365 72371 0 3 5 2 2154 48 17 0 1 0 19847095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13533/statm: 4217 1113 409 3 0 796 0
[pid=13556] ppid=13533 vsize=5356 CPUtime=0
/proc/13556/stat : 13556 (sh) S 13533 13533 12127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19849367 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13556/statm: 1339 232 193 169 0 50 0
[pid=13557] ppid=13556 vsize=60012 CPUtime=1777.98
/proc/13557/stat : 13557 (picosat) R 13556 13533 12127 0 -1 4194304 13118 0 0 0 177487 311 0 0 25 0 1 0 19849367 61452288 12676 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/13557/statm: 15003 12676 48 102 0 14898 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 82236

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

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

Child status: 0

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

Real time (s): 1811.43
CPU time (s): 1800.07
CPU user time (s): 1796.46
CPU system time (s): 3.61
CPU usage (%): 99.373
Max. virtual memory (cumulated for all children) (KiB): 913564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6067
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74221
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= 5052
involuntary context switches= 5297

runsolver used 2.17567 second user time and 5.32519 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-11 17:56:59
IDJOB=2061885
IDBENCH=53849
IDSOLVER=738
FILE ID=node89/2061885-1247327819
PBS_JOBID= 9506458
Free space on /tmp= 66160 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/cjss/normalized-la03x2-593.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-2061885-1247327819/watcher-2061885-1247327819 -o /tmp/evaluation-result-2061885-1247327819/solver-2061885-1247327819 -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-2061885-1247327819.xml

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

MD5SUM BENCH= cceb8e8456edde50ed6b81465ff2edd2
RANDOM SEED=629776513

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:       1935176 kB
Buffers:          4908 kB
Cached:          40516 kB
SwapCached:          0 kB
Active:          56476 kB
Inactive:        16980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1935176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          38716 kB
Slab:            32592 kB
Committed_AS:   214832 kB
PageTables:       1756 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:27:13