Trace number 2060972

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 1815.14

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-32-32.xml
MD5SUMdb5e4024fa09c2ba43e56edc6af3d2e9
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 variables2048
Number of constraints2483
Maximum constraint arity32
Maximum domain size107
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1985
Global constraints used (with number of constraints)cumulative(2),weightedsum(496)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:32:23 2009
0.00/0.08	c 0	PID 15023
0.00/0.08	c 0	HOST node7.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2060972-1247326342.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060972-1247326342.xml' 'HOME/temp.csp'
0.07/0.78	c 0	33 domains, 2048 variables, 2 predicates, 0 relations, 2483 constraints
0.07/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	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.76/0.91	c 1	Parsing HOME/temp.csp
1.01/1.18	c 1	parsed 4566 expressions
1.01/1.19	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.19	c 1	Converting to clausal form CSP
1.11/1.21	c 1	converted 457 (10%) expressions
1.11/1.22	c 1	converted 914 (20%) expressions
1.11/1.22	c 1	converted 1370 (30%) expressions
1.11/1.23	c 1	converted 1827 (40%) expressions
1.31/1.41	c 1	converted 2283 (50%) expressions
1.31/1.47	c 1	converted 2740 (60%) expressions
1.40/1.51	c 1	converted 3197 (70%) expressions
1.40/1.55	c 1	converted 3653 (80%) expressions
1.50/1.63	c 1	converted 4110 (90%) expressions
2.98/3.11	c 3	converted 4566 (100%) expressions
2.98/3.11	c 3	CSP : 10242 integers, 4660 booleans, 30311 clauses, largest domain size 108
2.98/3.11	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.98/3.11	c 3	Propagation in CSP
3.08/3.22	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.08/3.22	c 3	CSP : 10242 integers, 4660 booleans, 30311 clauses, largest domain size 108
3.08/3.22	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.08/3.24	c 3	Simplifing CSP by introducing new Boolean variables
3.08/3.26	c 3	CSP : 10242 integers, 4660 booleans, 30311 clauses, largest domain size 108
3.08/3.26	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.29/3.42	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.29/3.46	c 3	1025 (10%) CSP integer variables are encoded (5652 clauses, 71347 bytes)
3.29/3.47	c 3	2049 (20%) CSP integer variables are encoded (5652 clauses, 71347 bytes)
3.29/3.48	c 3	3073 (30%) CSP integer variables are encoded (19016 clauses, 267588 bytes)
3.38/3.50	c 3	4097 (40%) CSP integer variables are encoded (32380 clauses, 468048 bytes)
3.38/3.52	c 3	5121 (50%) CSP integer variables are encoded (44918 clauses, 656118 bytes)
3.38/3.54	c 3	6146 (60%) CSP integer variables are encoded (55558 clauses, 815718 bytes)
3.38/3.55	c 3	7170 (70%) CSP integer variables are encoded (68922 clauses, 1016178 bytes)
3.38/3.57	c 3	8194 (80%) CSP integer variables are encoded (82286 clauses, 1216638 bytes)
3.38/3.59	c 3	9218 (90%) CSP integer variables are encoded (94824 clauses, 1412019 bytes)
3.48/3.61	c 3	10242 (100%) CSP integer variables are encoded (105464 clauses, 1592899 bytes)
3.88/4.08	c 4	3032 (10%) CSP clauses are encoded (338646 clauses, 5774364 bytes)
4.97/5.11	c 5	6063 (20%) CSP clauses are encoded (623244 clauses, 12050424 bytes)
6.23/6.41	c 6	9094 (30%) CSP clauses are encoded (928748 clauses, 19333812 bytes)
7.31/7.60	c 7	12125 (40%) CSP clauses are encoded (1207950 clauses, 25988653 bytes)
9.09/9.37	c 9	15156 (50%) CSP clauses are encoded (1452164 clauses, 32478004 bytes)
11.95/12.30	c 12	18187 (60%) CSP clauses are encoded (1999366 clauses, 45581043 bytes)
13.34/13.69	c 13	21218 (70%) CSP clauses are encoded (2331172 clauses, 53493823 bytes)
14.62/14.92	c 15	24249 (80%) CSP clauses are encoded (2623525 clauses, 60464190 bytes)
16.11/16.46	c 16	27280 (90%) CSP clauses are encoded (2879104 clauses, 67272609 bytes)
19.08/19.49	c 19	30311 (100%) CSP clauses are encoded (3362337 clauses, 80449402 bytes)
19.08/19.49	c 19	30311 CSP clauses encoded
19.08/19.50	c 19	Writing map file : HOME/temp.map
19.18/19.52	c 19	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.18/19.52	c 19	SAT : 120290 SAT variables, 3362337 SAT clauses, 80449402 bytes
19.18/19.52	c 19	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.18/19.55	c 19	SOLVING HOME/temp.cnf
19.18/19.55	c 19	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1815.12	c ERROR INTERRUPTED
1800.00/1815.13	s UNKNOWN
1800.00/1815.13	c 1815	CPU 19.21 (0.06 0.01 18.37 0.77)
1800.00/1815.13	c 1815	END Sat Jul 11 18:02:38 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-2060972-1247326342/watcher-2060972-1247326342 -o /tmp/evaluation-result-2060972-1247326342/solver-2060972-1247326342 -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-2060972-1247326342.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 15023
/proc/meminfo: memFree=1007840/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=18576 CPUtime=0
/proc/15023/stat : 15023 (runsolver) R 15021 15023 13525 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19701647 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15023/statm: 4644 284 249 26 0 2626 0

[startup+0.108987 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 15023
/proc/meminfo: memFree=1007840/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=0.07
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19701647 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201994 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 15023
/proc/meminfo: memFree=1007840/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=0.07
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19701647 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302004 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 15023
/proc/meminfo: memFree=1007840/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=0.07
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19701647 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701049 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 15023
/proc/meminfo: memFree=1007840/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=0.07
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19701647 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50213 s]
/proc/loadavg: 1.99 1.97 1.98 4/83 15045
/proc/meminfo: memFree=999240/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=0.76
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1309 6886 0 1 6 1 65 4 16 0 1 0 19701647 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1111 409 3 0 796 0
[pid=15036] ppid=15023 vsize=5356 CPUtime=0
/proc/15036/stat : 15036 (sh) S 15023 15023 13525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701730 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15036/statm: 1339 233 193 169 0 50 0
[pid=15037] ppid=15036 vsize=868516 CPUtime=0.64
/proc/15037/stat : 15037 (java) S 15036 15023 13525 0 -1 0 5633 0 1 0 61 3 0 0 18 0 9 0 19701731 889360384 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15037/statm: 217129 5063 1743 9 0 211634 0
[pid=15037/tid=15038] ppid=15036 vsize=868516 CPUtime=0.43
/proc/15037/task/15038/stat : 15038 (java) R 15036 15023 13525 0 -1 64 2666 0 1 0 42 1 0 0 19 0 9 0 19701732 889360384 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15039] ppid=15036 vsize=868516 CPUtime=0.02
/proc/15037/task/15039/stat : 15039 (java) R 15036 15023 13525 0 -1 64 801 0 0 0 2 0 0 0 16 0 9 0 19701733 889360384 5063 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15040] ppid=15036 vsize=868516 CPUtime=0
/proc/15037/task/15040/stat : 15040 (java) S 15036 15023 13525 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19701733 889360384 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15041] ppid=15036 vsize=868516 CPUtime=0
/proc/15037/task/15041/stat : 15041 (java) S 15036 15023 13525 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19701733 889360384 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15042] ppid=15036 vsize=868516 CPUtime=0
/proc/15037/task/15042/stat : 15042 (java) S 15036 15023 13525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19701736 889360384 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15043] ppid=15036 vsize=868516 CPUtime=0.16
/proc/15037/task/15043/stat : 15043 (java) S 15036 15023 13525 0 -1 64 1472 0 0 0 16 0 0 0 16 0 9 0 19701736 889360384 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15044] ppid=15036 vsize=868516 CPUtime=0
/proc/15037/task/15044/stat : 15044 (java) S 15036 15023 13525 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19701736 889360384 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15045] ppid=15036 vsize=868516 CPUtime=0
/proc/15037/task/15045/stat : 15045 (java) S 15036 15023 13525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701736 889360384 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890740

[startup+3.1023 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15045
/proc/meminfo: memFree=981320/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=0.76
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1309 6886 0 1 6 1 65 4 16 0 1 0 19701647 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1111 409 3 0 796 0
[pid=15036] ppid=15023 vsize=5356 CPUtime=0
/proc/15036/stat : 15036 (sh) S 15023 15023 13525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701730 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15036/statm: 1339 233 193 169 0 50 0
[pid=15037] ppid=15036 vsize=868600 CPUtime=2.22
/proc/15037/stat : 15037 (java) S 15036 15023 13525 0 -1 0 12039 0 1 0 214 8 0 0 18 0 9 0 19701731 889446400 11009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15037/statm: 217150 11009 2567 9 0 211655 0
[pid=15037/tid=15038] ppid=15036 vsize=868600 CPUtime=1.37
/proc/15037/task/15038/stat : 15038 (java) R 15036 15023 13525 0 -1 64 2979 0 1 0 135 2 0 0 25 0 9 0 19701732 889446400 11009 996147200 134512640 134550932 4294955936 18446744073709551615 4126806456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15039] ppid=15036 vsize=868600 CPUtime=0.6
/proc/15037/task/15039/stat : 15039 (java) S 15036 15023 13525 0 -1 64 6839 0 0 0 56 4 0 0 16 0 9 0 19701733 889446400 11009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15040] ppid=15036 vsize=868600 CPUtime=0
/proc/15037/task/15040/stat : 15040 (java) S 15036 15023 13525 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701733 889446400 11009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15041] ppid=15036 vsize=868600 CPUtime=0
/proc/15037/task/15041/stat : 15041 (java) S 15036 15023 13525 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19701733 889446400 11009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15042] ppid=15036 vsize=868600 CPUtime=0
/proc/15037/task/15042/stat : 15042 (java) S 15036 15023 13525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19701736 889446400 11009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15043] ppid=15036 vsize=868600 CPUtime=0.23
/proc/15037/task/15043/stat : 15043 (java) S 15036 15023 13525 0 -1 64 1522 0 0 0 22 1 0 0 16 0 9 0 19701736 889446400 11009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15044] ppid=15036 vsize=868600 CPUtime=0
/proc/15037/task/15044/stat : 15044 (java) S 15036 15023 13525 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19701736 889446400 11009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15045] ppid=15036 vsize=868600 CPUtime=0
/proc/15037/task/15045/stat : 15045 (java) S 15036 15023 13525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701736 889446400 11009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890824

[startup+6.30163 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15045
/proc/meminfo: memFree=954952/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=0.76
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1310 6886 0 1 6 1 65 4 16 0 1 0 19701647 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1111 409 3 0 796 0
[pid=15036] ppid=15023 vsize=5356 CPUtime=0
/proc/15036/stat : 15036 (sh) S 15023 15023 13525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701730 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15036/statm: 1339 233 193 169 0 50 0
[pid=15037] ppid=15036 vsize=868712 CPUtime=5.38
/proc/15037/stat : 15037 (java) S 15036 15023 13525 0 -1 0 12723 0 1 0 515 23 0 0 18 0 9 0 19701731 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15037/statm: 217178 11241 2591 9 0 211655 0
[pid=15037/tid=15038] ppid=15036 vsize=868712 CPUtime=4.21
/proc/15037/task/15038/stat : 15038 (java) R 15036 15023 13525 0 -1 64 3261 0 1 0 406 15 0 0 25 0 9 0 19701732 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4127139440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15039] ppid=15036 vsize=868712 CPUtime=0.84
/proc/15037/task/15039/stat : 15039 (java) S 15036 15023 13525 0 -1 64 7202 0 0 0 78 6 0 0 16 0 9 0 19701733 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15040] ppid=15036 vsize=868712 CPUtime=0
/proc/15037/task/15040/stat : 15040 (java) S 15036 15023 13525 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701733 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15041] ppid=15036 vsize=868712 CPUtime=0
/proc/15037/task/15041/stat : 15041 (java) S 15036 15023 13525 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19701733 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15042] ppid=15036 vsize=868712 CPUtime=0
/proc/15037/task/15042/stat : 15042 (java) S 15036 15023 13525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19701736 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15043] ppid=15036 vsize=868712 CPUtime=0.3
/proc/15037/task/15043/stat : 15043 (java) S 15036 15023 13525 0 -1 64 1561 0 0 0 29 1 0 0 17 0 9 0 19701736 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15044] ppid=15036 vsize=868712 CPUtime=0
/proc/15037/task/15044/stat : 15044 (java) S 15036 15023 13525 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19701736 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15045] ppid=15036 vsize=868712 CPUtime=0
/proc/15037/task/15045/stat : 15045 (java) S 15036 15023 13525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701736 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890936

[startup+12.7023 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15045
/proc/meminfo: memFree=925192/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=0.76
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1310 6886 0 1 6 1 65 4 16 0 1 0 19701647 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1111 409 3 0 796 0
[pid=15036] ppid=15023 vsize=5356 CPUtime=0
/proc/15036/stat : 15036 (sh) S 15023 15023 13525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701730 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15036/statm: 1339 233 193 169 0 50 0
[pid=15037] ppid=15036 vsize=868712 CPUtime=11.69
/proc/15037/stat : 15037 (java) S 15036 15023 13525 0 -1 0 13069 0 1 0 1124 45 0 0 18 0 9 0 19701731 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15037/statm: 217178 11241 2591 9 0 211655 0
[pid=15037/tid=15038] ppid=15036 vsize=868712 CPUtime=10.38
/proc/15037/task/15038/stat : 15038 (java) R 15036 15023 13525 0 -1 64 3607 0 1 0 1004 34 0 0 25 0 9 0 19701732 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4127136890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15039] ppid=15036 vsize=868712 CPUtime=0.98
/proc/15037/task/15039/stat : 15039 (java) S 15036 15023 13525 0 -1 64 7202 0 0 0 89 9 0 0 16 0 9 0 19701733 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15040] ppid=15036 vsize=868712 CPUtime=0
/proc/15037/task/15040/stat : 15040 (java) S 15036 15023 13525 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701733 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15041] ppid=15036 vsize=868712 CPUtime=0
/proc/15037/task/15041/stat : 15041 (java) S 15036 15023 13525 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19701733 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15042] ppid=15036 vsize=868712 CPUtime=0
/proc/15037/task/15042/stat : 15042 (java) S 15036 15023 13525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19701736 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15043] ppid=15036 vsize=868712 CPUtime=0.3
/proc/15037/task/15043/stat : 15043 (java) S 15036 15023 13525 0 -1 64 1561 0 0 0 29 1 0 0 17 0 9 0 19701736 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15044] ppid=15036 vsize=868712 CPUtime=0
/proc/15037/task/15044/stat : 15044 (java) S 15036 15023 13525 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19701736 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15037/tid=15045] ppid=15036 vsize=868712 CPUtime=0
/proc/15037/task/15045/stat : 15045 (java) S 15036 15023 13525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701736 889561088 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890936

[startup+25.5016 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 15047
/proc/meminfo: memFree=895368/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0
[pid=15046] ppid=15023 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15023 15023 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=33084 CPUtime=5.87
/proc/15047/stat : 15047 (picosat) R 15046 15023 13525 0 -1 4194304 7478 0 0 0 269 318 0 0 25 0 1 0 19703603 33878016 7464 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15047/statm: 8271 7464 40 102 0 8166 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 55308

[startup+51.1013 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 15047
/proc/meminfo: memFree=806920/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=772808/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0
[pid=15046] ppid=15023 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15023 15023 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=157136 CPUtime=1270.68
/proc/15047/stat : 15047 (picosat) R 15046 15023 13525 0 -1 4194304 37898 0 0 0 125260 1808 0 0 25 0 1 0 19703603 160907264 37784 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15047/statm: 39284 37784 48 102 0 39179 0
Current children cumulated CPU time (s) 1289.89
Current children cumulated vsize (KiB) 179360

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 15049
/proc/meminfo: memFree=772872/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0
[pid=15046] ppid=15023 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15023 15023 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=157136 CPUtime=1330.12
/proc/15047/stat : 15047 (picosat) R 15046 15023 13525 0 -1 4194304 37898 0 0 0 131204 1808 0 0 25 0 1 0 19703603 160907264 37784 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/15047/statm: 39284 37784 48 102 0 39179 0
Current children cumulated CPU time (s) 1349.33
Current children cumulated vsize (KiB) 179360

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 15049
/proc/meminfo: memFree=772808/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0
[pid=15046] ppid=15023 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15023 15023 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=157136 CPUtime=1389.56
/proc/15047/stat : 15047 (picosat) R 15046 15023 13525 0 -1 4194304 37898 0 0 0 137148 1808 0 0 25 0 1 0 19703603 160907264 37784 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15047/statm: 39284 37784 48 102 0 39179 0
Current children cumulated CPU time (s) 1408.77
Current children cumulated vsize (KiB) 179360

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 15049
/proc/meminfo: memFree=772808/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0
[pid=15046] ppid=15023 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15023 15023 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=157136 CPUtime=1449
/proc/15047/stat : 15047 (picosat) R 15046 15023 13525 0 -1 4194304 37898 0 0 0 143092 1808 0 0 25 0 1 0 19703603 160907264 37784 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15047/statm: 39284 37784 48 102 0 39179 0
Current children cumulated CPU time (s) 1468.21
Current children cumulated vsize (KiB) 179360

[startup+1542.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 15049
/proc/meminfo: memFree=772744/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0
[pid=15046] ppid=15023 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15023 15023 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=157136 CPUtime=1508.44
/proc/15047/stat : 15047 (picosat) R 15046 15023 13525 0 -1 4194304 37898 0 0 0 149036 1808 0 0 25 0 1 0 19703603 160907264 37784 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15047/statm: 39284 37784 48 102 0 39179 0
Current children cumulated CPU time (s) 1527.65
Current children cumulated vsize (KiB) 179360

[startup+1602.3 s]
/proc/loadavg: 1.94 1.96 1.98 3/76 15078
/proc/meminfo: memFree=784128/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0
[pid=15046] ppid=15023 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15023 15023 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=157136 CPUtime=1568.06
/proc/15047/stat : 15047 (picosat) R 15046 15023 13525 0 -1 4194304 37898 0 0 0 154998 1808 0 0 25 0 1 0 19703603 160907264 37784 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15047/statm: 39284 37784 48 102 0 39179 0
Current children cumulated CPU time (s) 1587.27
Current children cumulated vsize (KiB) 179360

[startup+1662.3 s]
/proc/loadavg: 1.98 1.96 1.98 3/76 15078
/proc/meminfo: memFree=784192/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0
[pid=15046] ppid=15023 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15023 15023 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=157136 CPUtime=1628.04
/proc/15047/stat : 15047 (picosat) R 15046 15023 13525 0 -1 4194304 37898 0 0 0 160996 1808 0 0 25 0 1 0 19703603 160907264 37784 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15047/statm: 39284 37784 48 102 0 39179 0
Current children cumulated CPU time (s) 1647.25
Current children cumulated vsize (KiB) 179360

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 15084
/proc/meminfo: memFree=783808/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0
[pid=15046] ppid=15023 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15023 15023 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=157136 CPUtime=1688.02
/proc/15047/stat : 15047 (picosat) R 15046 15023 13525 0 -1 4194304 37898 0 0 0 166993 1809 0 0 25 0 1 0 19703603 160907264 37784 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15047/statm: 39284 37784 48 102 0 39179 0
Current children cumulated CPU time (s) 1707.23
Current children cumulated vsize (KiB) 179360

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 15084
/proc/meminfo: memFree=783872/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0
[pid=15046] ppid=15023 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15023 15023 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=157136 CPUtime=1747.99
/proc/15047/stat : 15047 (picosat) R 15046 15023 13525 0 -1 4194304 37898 0 0 0 172990 1809 0 0 25 0 1 0 19703603 160907264 37784 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15047/statm: 39284 37784 48 102 0 39179 0
Current children cumulated CPU time (s) 1767.2
Current children cumulated vsize (KiB) 179360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.11 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 15084
/proc/meminfo: memFree=783872/2055920 swapFree=4192952/4192956
[pid=15023] ppid=15021 vsize=16868 CPUtime=19.21
/proc/15023/stat : 15023 (sugar) S 15021 15023 13525 0 -1 4194304 1365 20637 0 2 6 1 1837 77 16 0 1 0 19701647 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15023/statm: 4217 1113 409 3 0 796 0
[pid=15046] ppid=15023 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15023 15023 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=157136 CPUtime=1780.79
/proc/15047/stat : 15047 (picosat) R 15046 15023 13525 0 -1 4194304 37898 0 0 0 176270 1809 0 0 25 0 1 0 19703603 160907264 37784 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15047/statm: 39284 37784 48 102 0 39179 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 179360

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 15023 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=446195
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=791879
# CPU time returned by wait4() is 19.2381
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.14
CPU time (s): 1800
CPU user time (s): 1781.13
CPU system time (s): 18.87
CPU usage (%): 99.1661
Max. virtual memory (cumulated for all children) (KiB): 891328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4462
system time used= 0.791879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22396
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= 11872
involuntary context switches= 12134

runsolver used 2.01869 second user time and 6.25505 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-11 17:32:23
IDJOB=2060972
IDBENCH=53766
IDSOLVER=738
FILE ID=node7/2060972-1247326342
PBS_JOBID= 9506614
Free space on /tmp= 66092 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-32-32.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-2060972-1247326342/watcher-2060972-1247326342 -o /tmp/evaluation-result-2060972-1247326342/solver-2060972-1247326342 -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-2060972-1247326342.xml

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

MD5SUM BENCH= db5e4024fa09c2ba43e56edc6af3d2e9
RANDOM SEED=1119632538

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1008320 kB
Buffers:         45096 kB
Cached:         910436 kB
SwapCached:          4 kB
Active:         336772 kB
Inactive:       653636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1008320 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          46436 kB
Slab:            42404 kB
Committed_AS:   137212 kB
PageTables:       1824 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= 66092 MiB
End job on node7 at 2009-07-11 18:02:40