Trace number 1064924

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.09 1801.79

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-8-accl.xml
MD5SUMa836148987a747fe0e78f1f820e1fc6b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables21380
Number of constraints60983
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60983
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 06:12:29 2008
0.00/0.04	c 0	PID 16762
0.04/0.05	c 0	HOST node44.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1064924-1215144748.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064924-1215144748.xml' 'HOME/temp.csp'
3.74/3.86	c 4	2 domains, 21380 variables, 9 predicates, 0 relations, 60983 constraints
3.80/3.92	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.80/3.92	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.82/4.00	c 4	Parsing HOME/temp.csp
4.18/4.31	c 4	parsed 10000 expressions
4.38/4.51	c 4	parsed 20000 expressions
4.57/4.76	c 5	parsed 30000 expressions
4.76/4.95	c 5	parsed 40000 expressions
5.07/5.21	c 5	parsed 50000 expressions
5.26/5.41	c 5	parsed 60000 expressions
5.56/5.78	c 6	parsed 70000 expressions
5.86/6.02	c 6	parsed 80000 expressions
5.95/6.18	c 6	parsed 82374 expressions
5.95/6.18	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.95/6.18	c 6	Converting to clausal form CSP
6.05/6.24	c 6	converted 8238 (10%) expressions
6.05/6.26	c 6	converted 16475 (20%) expressions
6.34/6.52	c 6	converted 24713 (30%) expressions
6.45/6.68	c 7	converted 32950 (40%) expressions
6.84/7.08	c 7	converted 41187 (50%) expressions
7.04/7.24	c 7	converted 49425 (60%) expressions
7.24/7.41	c 7	converted 57662 (70%) expressions
7.43/7.61	c 8	converted 65900 (80%) expressions
7.63/7.81	c 8	converted 74137 (90%) expressions
9.81/10.03	c 10	converted 82374 (100%) expressions
9.81/10.04	c 10	CSP : 44608 integers, 0 booleans, 107438 clauses, largest domain size 160
9.81/10.04	c 10	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.81/10.04	c 10	Propagation in CSP
11.19/11.44	c 11	14455 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.19/11.45	c 11	CSP : 44608 integers, 0 booleans, 107438 clauses, largest domain size 128
11.19/11.45	c 11	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.19/11.49	c 11	Simplifing CSP by introducing new Boolean variables
11.29/11.53	c 11	CSP : 44608 integers, 0 booleans, 107438 clauses, largest domain size 128
11.29/11.53	c 11	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.69/11.94	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.69/11.98	c 12	4461 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.69/11.99	c 12	8922 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.69/11.99	c 12	13383 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.79/12.01	c 12	17844 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.79/12.04	c 12	22304 (50%) CSP integer variables are encoded (19337 clauses, 290119 bytes)
11.98/12.21	c 12	26765 (60%) CSP integer variables are encoded (158796 clauses, 2548253 bytes)
12.18/12.43	c 12	31226 (70%) CSP integer variables are encoded (328983 clauses, 5441432 bytes)
12.38/12.63	c 13	35687 (80%) CSP integer variables are encoded (478186 clauses, 7977883 bytes)
12.58/12.81	c 13	40148 (90%) CSP integer variables are encoded (619376 clauses, 10378113 bytes)
12.67/12.99	c 13	44608 (100%) CSP integer variables are encoded (763773 clauses, 12832862 bytes)
12.87/13.11	c 13	10744 (10%) CSP clauses are encoded (774440 clauses, 12972011 bytes)
12.87/13.17	c 13	21488 (20%) CSP clauses are encoded (785184 clauses, 13114906 bytes)
12.97/13.24	c 13	32232 (30%) CSP clauses are encoded (795918 clauses, 13275916 bytes)
13.06/13.32	c 13	42976 (40%) CSP clauses are encoded (806581 clauses, 13445058 bytes)
13.17/13.43	c 13	53719 (50%) CSP clauses are encoded (817324 clauses, 13655169 bytes)
14.35/14.61	c 15	64463 (60%) CSP clauses are encoded (1465440 clauses, 26908571 bytes)
18.74/19.03	c 19	75207 (70%) CSP clauses are encoded (4077752 clauses, 88270016 bytes)
23.50/23.81	c 24	85951 (80%) CSP clauses are encoded (6839605 clauses, 153806548 bytes)
28.67/29.11	c 29	96695 (90%) CSP clauses are encoded (9651257 clauses, 220849416 bytes)
34.52/35.04	c 35	107438 (100%) CSP clauses are encoded (13045392 clauses, 302139454 bytes)
34.52/35.04	c 35	107438 CSP clauses encoded
34.52/35.04	c 35	Writing map file : HOME/temp.map
34.62/35.13	c 35	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.62/35.13	c 35	SAT : 808306 SAT variables, 13045392 SAT clauses, 302139454 bytes
34.62/35.13	c 35	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.62/35.18	c 35	SOLVING HOME/temp.cnf
34.62/35.18	c 35	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1801.72	c ERROR INTERRUPTED
1800.09/1801.78	s UNKNOWN
1800.09/1801.78	c 1802	CPU 32.46 (0.05 0.01 32.41 2.23)
1800.09/1801.78	c 1802	END Fri Jul  4 06:42:31 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064924-1215144748/watcher-1064924-1215144748 -o /tmp/evaluation-result-1064924-1215144748/solver-1064924-1215144748 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1064924-1215144748.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 16762
/proc/meminfo: memFree=1565920/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=3672 CPUtime=0
/proc/16762/stat : 16762 (sugar) R 16760 16762 13152 0 -1 4194304 53 0 0 0 0 0 0 0 20 0 1 0 1993447740 3760128 38 996147200 4194304 4206940 548682068608 18446744073709551615 264837854601 0 0 4096 0 0 0 0 17 1 0 0
/proc/16762/statm: 918 38 29 3 0 8 0

[startup+0.0502021 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 16762
/proc/meminfo: memFree=1565920/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=0.04
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1993447740 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102169 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 16762
/proc/meminfo: memFree=1565920/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=0.04
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993447740 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301169 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 16762
/proc/meminfo: memFree=1565920/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=0.04
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993447740 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701219 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 16762
/proc/meminfo: memFree=1565920/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=0.04
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993447740 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5013 s]
/proc/loadavg: 2.02 2.00 2.00 4/92 16774
/proc/meminfo: memFree=1536968/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=0.04
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993447740 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 3400 796 370 3 0 500 0
[pid=16765] ppid=16762 vsize=5356 CPUtime=0
/proc/16765/stat : 16765 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993447745 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16765/statm: 1339 233 193 169 0 50 0
[pid=16766] ppid=16765 vsize=864676 CPUtime=1.41
/proc/16766/stat : 16766 (java) S 16765 16762 13152 0 -1 0 16143 0 1 0 133 8 0 0 18 0 9 0 1993447745 885428224 13695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16766/statm: 216169 13695 2529 9 0 210751 0
[pid=16766/tid=16767] ppid=16765 vsize=864676 CPUtime=0.83
/proc/16766/task/16767/stat : 16767 (java) R 16765 16762 13152 0 -1 64 3020 0 1 0 81 2 0 0 25 0 9 0 1993447747 885428224 13695 996147200 134512640 134550740 4294956016 18446744073709551615 4126440791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16768] ppid=16765 vsize=864676 CPUtime=0.47
/proc/16766/task/16768/stat : 16768 (java) S 16765 16762 13152 0 -1 64 11935 0 0 0 42 5 0 0 16 0 9 0 1993447748 885428224 13695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16769] ppid=16765 vsize=864676 CPUtime=0
/proc/16766/task/16769/stat : 16769 (java) S 16765 16762 13152 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993447748 885428224 13695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16770] ppid=16765 vsize=864676 CPUtime=0
/proc/16766/task/16770/stat : 16770 (java) S 16765 16762 13152 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1993447748 885428224 13695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16771] ppid=16765 vsize=864676 CPUtime=0
/proc/16766/task/16771/stat : 16771 (java) S 16765 16762 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993447750 885428224 13695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16772] ppid=16765 vsize=864676 CPUtime=0.09
/proc/16766/task/16772/stat : 16772 (java) S 16765 16762 13152 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 1993447750 885428224 13695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16773] ppid=16765 vsize=864676 CPUtime=0
/proc/16766/task/16773/stat : 16773 (java) S 16765 16762 13152 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1993447750 885428224 13695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16774] ppid=16765 vsize=864676 CPUtime=0
/proc/16766/task/16774/stat : 16774 (java) S 16765 16762 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993447750 885428224 13695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10247 s]
/proc/loadavg: 2.02 2.00 2.00 4/92 16774
/proc/meminfo: memFree=1491784/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=0.04
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993447740 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 3400 796 370 3 0 500 0
[pid=16765] ppid=16762 vsize=5356 CPUtime=0
/proc/16765/stat : 16765 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993447745 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16765/statm: 1339 233 193 169 0 50 0
[pid=16766] ppid=16765 vsize=864692 CPUtime=3
/proc/16766/stat : 16766 (java) S 16765 16762 13152 0 -1 0 32499 0 1 0 284 16 0 0 18 0 9 0 1993447745 885444608 27097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16766/statm: 216173 27097 2529 9 0 210755 0
[pid=16766/tid=16767] ppid=16765 vsize=864692 CPUtime=1.52
/proc/16766/task/16767/stat : 16767 (java) R 16765 16762 13152 0 -1 64 3877 0 1 0 149 3 0 0 25 0 9 0 1993447747 885444608 27097 996147200 134512640 134550740 4294956016 18446744073709551615 4126656755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16768] ppid=16765 vsize=864692 CPUtime=1.33
/proc/16766/task/16768/stat : 16768 (java) S 16765 16762 13152 0 -1 64 27404 0 0 0 121 12 0 0 16 0 9 0 1993447748 885444608 27097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16769] ppid=16765 vsize=864692 CPUtime=0
/proc/16766/task/16769/stat : 16769 (java) S 16765 16762 13152 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993447748 885444608 27097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16770] ppid=16765 vsize=864692 CPUtime=0
/proc/16766/task/16770/stat : 16770 (java) S 16765 16762 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993447748 885444608 27097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16771] ppid=16765 vsize=864692 CPUtime=0
/proc/16766/task/16771/stat : 16771 (java) S 16765 16762 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993447750 885444608 27097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16772] ppid=16765 vsize=864692 CPUtime=0.13
/proc/16766/task/16772/stat : 16772 (java) S 16765 16762 13152 0 -1 64 519 0 0 0 13 0 0 0 16 0 9 0 1993447750 885444608 27097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16773] ppid=16765 vsize=864692 CPUtime=0
/proc/16766/task/16773/stat : 16773 (java) S 16765 16762 13152 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1993447750 885444608 27097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16766/tid=16774] ppid=16765 vsize=864692 CPUtime=0
/proc/16766/task/16774/stat : 16774 (java) S 16765 16762 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993447750 885444608 27097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883648

[startup+6.30279 s]
/proc/loadavg: 2.02 2.00 2.00 3/92 16784
/proc/meminfo: memFree=1533704/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=3.82
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 974 34132 0 1 3 1 358 20 15 0 1 0 1993447740 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 3400 797 370 3 0 500 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993448132 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=864180 CPUtime=2.34
/proc/16776/stat : 16776 (java) S 16775 16762 13152 0 -1 0 13210 0 1 0 226 8 0 0 18 0 9 0 1993448133 884920320 11430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 216045 11430 2542 9 0 210620 0
[pid=16776/tid=16777] ppid=16775 vsize=864180 CPUtime=1.49
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 13152 0 -1 64 3043 0 1 0 147 2 0 0 25 0 9 0 1993448134 884920320 11430 996147200 134512640 134550740 4294955952 18446744073709551615 4125960270 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16778] ppid=16775 vsize=864180 CPUtime=0.72
/proc/16776/task/16778/stat : 16778 (java) S 16775 16762 13152 0 -1 64 9116 0 0 0 68 4 0 0 16 0 9 0 1993448135 884920320 11430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16779] ppid=16775 vsize=864180 CPUtime=0
/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993448135 884920320 11430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=864180 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 13152 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993448135 884920320 11430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16781] ppid=16775 vsize=864180 CPUtime=0
/proc/16776/task/16781/stat : 16781 (java) S 16775 16762 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993448137 884920320 11430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16782] ppid=16775 vsize=864180 CPUtime=0.1
/proc/16776/task/16782/stat : 16782 (java) S 16775 16762 13152 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 1993448137 884920320 11430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16783] ppid=16775 vsize=864180 CPUtime=0
/proc/16776/task/16783/stat : 16783 (java) S 16775 16762 13152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993448137 884920320 11430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16784] ppid=16775 vsize=864180 CPUtime=0
/proc/16776/task/16784/stat : 16784 (java) S 16775 16762 13152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993448137 884920320 11430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883136

[startup+12.7027 s]
/proc/loadavg: 2.02 2.00 2.00 3/92 16784
/proc/meminfo: memFree=1458696/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=3.82
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 974 34132 0 1 3 1 358 20 15 0 1 0 1993447740 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 3400 797 370 3 0 500 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993448132 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=868524 CPUtime=8.66
/proc/16776/stat : 16776 (java) S 16775 16762 13152 0 -1 0 40844 0 1 0 840 26 0 0 18 0 9 0 1993448133 889368576 26354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 217131 26354 2565 9 0 211678 0
[pid=16776/tid=16777] ppid=16775 vsize=868524 CPUtime=5.79
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 13152 0 -1 64 3873 0 1 0 571 8 0 0 25 0 9 0 1993448134 889368576 26354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16778] ppid=16775 vsize=868524 CPUtime=2.58
/proc/16776/task/16778/stat : 16778 (java) S 16775 16762 13152 0 -1 64 34751 0 0 0 242 16 0 0 15 0 9 0 1993448135 889368576 26354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16779] ppid=16775 vsize=868524 CPUtime=0
/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993448135 889368576 26354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=868524 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 13152 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993448135 889368576 26354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16781] ppid=16775 vsize=868524 CPUtime=0
/proc/16776/task/16781/stat : 16781 (java) S 16775 16762 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993448137 889368576 26354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16782] ppid=16775 vsize=868524 CPUtime=0.26
/proc/16776/task/16782/stat : 16782 (java) S 16775 16762 13152 0 -1 64 1522 0 0 0 26 0 0 0 16 0 9 0 1993448137 889368576 26354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16783] ppid=16775 vsize=868524 CPUtime=0
/proc/16776/task/16783/stat : 16783 (java) S 16775 16762 13152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993448137 889368576 26354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16784] ppid=16775 vsize=868524 CPUtime=0
/proc/16776/task/16784/stat : 16784 (java) S 16775 16762 13152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993448137 889368576 26354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887480

[startup+25.5028 s]
/proc/loadavg: 2.31 2.06 2.02 3/92 16784
/proc/meminfo: memFree=1277960/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=3.82
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 974 34132 0 1 3 1 358 20 16 0 1 0 1993447740 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16762/statm: 3400 797 370 3 0 500 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993448132 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=868524 CPUtime=21.35
/proc/16776/stat : 16776 (java) S 16775 16762 13152 0 -1 0 41465 0 1 0 2010 125 0 0 18 0 9 0 1993448133 889368576 26364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 217131 26364 2565 9 0 211678 0
[pid=16776/tid=16777] ppid=16775 vsize=868524 CPUtime=18.16
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 13152 0 -1 64 4485 0 1 0 1714 102 0 0 25 0 9 0 1993448134 889368576 26364 996147200 134512640 134550740 4294955952 18446744073709551615 4127099400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16778] ppid=16775 vsize=868524 CPUtime=2.88
/proc/16776/task/16778/stat : 16778 (java) S 16775 16762 13152 0 -1 64 34751 0 0 0 267 21 0 0 16 0 9 0 1993448135 889368576 26364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16779] ppid=16775 vsize=868524 CPUtime=0
/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993448135 889368576 26364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=868524 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 13152 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993448135 889368576 26364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=336968/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=34.7
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 1023 76369 0 2 5 1 3241 223 16 0 1 0 1993447740 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16762/statm: 3400 799 370 3 0 500 0
[pid=16785] ppid=16762 vsize=5356 CPUtime=0
/proc/16785/stat : 16785 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993451258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16785/statm: 1339 232 193 169 0 50 0
[pid=16786] ppid=16785 vsize=539800 CPUtime=1326.15
/proc/16786/stat : 16786 (picosat) R 16785 16762 13152 0 -1 4194304 122615 0 0 0 126693 5922 0 0 25 0 1 0 1993451258 552755200 122588 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/16786/statm: 134950 122588 48 102 0 134845 0
Current children cumulated CPU time (s) 1360.85
Current children cumulated vsize (KiB) 558756

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 16787
/proc/meminfo: memFree=333064/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=34.7
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 1023 76369 0 2 5 1 3241 223 16 0 1 0 1993447740 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16762/statm: 3400 799 370 3 0 500 0
[pid=16785] ppid=16762 vsize=5356 CPUtime=0
/proc/16785/stat : 16785 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993451258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16785/statm: 1339 232 193 169 0 50 0
[pid=16786] ppid=16785 vsize=540460 CPUtime=1386.14
/proc/16786/stat : 16786 (picosat) R 16785 16762 13152 0 -1 4194304 122787 0 0 0 132691 5923 0 0 25 0 1 0 1993451258 553431040 122760 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16786/statm: 135115 122760 48 102 0 135010 0
Current children cumulated CPU time (s) 1420.84
Current children cumulated vsize (KiB) 559416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 16787
/proc/meminfo: memFree=330376/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=34.7
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 1023 76369 0 2 5 1 3241 223 16 0 1 0 1993447740 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16762/statm: 3400 799 370 3 0 500 0
[pid=16785] ppid=16762 vsize=5356 CPUtime=0
/proc/16785/stat : 16785 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993451258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16785/statm: 1339 232 193 169 0 50 0
[pid=16786] ppid=16785 vsize=540724 CPUtime=1446.11
/proc/16786/stat : 16786 (picosat) R 16785 16762 13152 0 -1 4194304 122851 0 0 0 138688 5923 0 0 25 0 1 0 1993451258 553701376 122824 996147200 134512640 134931368 4294956256 18446744073709551615 134525847 0 0 4096 0 0 0 0 17 0 0 0
/proc/16786/statm: 135181 122824 48 102 0 135076 0
Current children cumulated CPU time (s) 1480.81
Current children cumulated vsize (KiB) 559680

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16787
/proc/meminfo: memFree=328328/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=34.7
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 1023 76369 0 2 5 1 3241 223 16 0 1 0 1993447740 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16762/statm: 3400 799 370 3 0 500 0
[pid=16785] ppid=16762 vsize=5356 CPUtime=0
/proc/16785/stat : 16785 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993451258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16785/statm: 1339 232 193 169 0 50 0
[pid=16786] ppid=16785 vsize=541120 CPUtime=1506.09
/proc/16786/stat : 16786 (picosat) R 16785 16762 13152 0 -1 4194304 122965 0 0 0 144686 5923 0 0 25 0 1 0 1993451258 554106880 122938 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/16786/statm: 135280 122938 48 102 0 135175 0
Current children cumulated CPU time (s) 1540.79
Current children cumulated vsize (KiB) 560076

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16789
/proc/meminfo: memFree=325704/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=34.7
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 1023 76369 0 2 5 1 3241 223 16 0 1 0 1993447740 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16762/statm: 3400 799 370 3 0 500 0
[pid=16785] ppid=16762 vsize=5356 CPUtime=0
/proc/16785/stat : 16785 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993451258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16785/statm: 1339 232 193 169 0 50 0
[pid=16786] ppid=16785 vsize=541648 CPUtime=1566.06
/proc/16786/stat : 16786 (picosat) R 16785 16762 13152 0 -1 4194304 123076 0 0 0 150683 5923 0 0 25 0 1 0 1993451258 554647552 123049 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16786/statm: 135412 123049 48 102 0 135307 0
Current children cumulated CPU time (s) 1600.76
Current children cumulated vsize (KiB) 560604

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16789
/proc/meminfo: memFree=323080/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=34.7
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 1023 76369 0 2 5 1 3241 223 16 0 1 0 1993447740 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16762/statm: 3400 799 370 3 0 500 0
[pid=16785] ppid=16762 vsize=5356 CPUtime=0
/proc/16785/stat : 16785 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993451258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16785/statm: 1339 232 193 169 0 50 0
[pid=16786] ppid=16785 vsize=542308 CPUtime=1626.03
/proc/16786/stat : 16786 (picosat) R 16785 16762 13152 0 -1 4194304 123246 0 0 0 156680 5923 0 0 25 0 1 0 1993451258 555323392 123219 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16786/statm: 135577 123219 48 102 0 135472 0
Current children cumulated CPU time (s) 1660.73
Current children cumulated vsize (KiB) 561264

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16789
/proc/meminfo: memFree=264840/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=34.7
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 1023 76369 0 2 5 1 3241 223 16 0 1 0 1993447740 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16762/statm: 3400 799 370 3 0 500 0
[pid=16785] ppid=16762 vsize=5356 CPUtime=0
/proc/16785/stat : 16785 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993451258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16785/statm: 1339 232 193 169 0 50 0
[pid=16786] ppid=16785 vsize=542704 CPUtime=1686.01
/proc/16786/stat : 16786 (picosat) R 16785 16762 13152 0 -1 4194304 123360 0 0 0 162677 5924 0 0 25 0 1 0 1993451258 555728896 123333 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/16786/statm: 135676 123333 48 102 0 135571 0
Current children cumulated CPU time (s) 1720.71
Current children cumulated vsize (KiB) 561660

[startup+1782.3 s]
/proc/loadavg: 2.18 2.04 2.01 5/85 16828
/proc/meminfo: memFree=136768/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=34.7
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 1023 76369 0 2 5 1 3241 223 16 0 1 0 1993447740 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16762/statm: 3400 799 370 3 0 500 0
[pid=16785] ppid=16762 vsize=5356 CPUtime=0
/proc/16785/stat : 16785 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993451258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16785/statm: 1339 232 193 169 0 50 0
[pid=16786] ppid=16785 vsize=543760 CPUtime=1745.98
/proc/16786/stat : 16786 (picosat) R 16785 16762 13152 0 -1 4194304 123624 0 0 0 168673 5925 0 0 25 0 1 0 1993451258 556810240 123597 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/16786/statm: 135940 123597 48 102 0 135835 0
Current children cumulated CPU time (s) 1780.68
Current children cumulated vsize (KiB) 562716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.19 2.06 2.02 3/85 16829
/proc/meminfo: memFree=134328/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=34.7
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 1023 76369 0 2 5 1 3241 223 16 0 1 0 1993447740 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16762/statm: 3400 799 370 3 0 500 0
[pid=16785] ppid=16762 vsize=5356 CPUtime=0
/proc/16785/stat : 16785 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993451258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16785/statm: 1339 232 193 169 0 50 0
[pid=16786] ppid=16785 vsize=543892 CPUtime=1765.39
/proc/16786/stat : 16786 (picosat) R 16785 16762 13152 0 -1 4194304 123652 0 0 0 170613 5926 0 0 25 0 1 0 1993451258 556945408 123625 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16786/statm: 135973 123625 48 102 0 135868 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 562848

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

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

[startup+1801.7 s]
/proc/loadavg: 2.19 2.06 2.02 3/85 16829
/proc/meminfo: memFree=134328/2055920 swapFree=4180396/4192956
[pid=16762] ppid=16760 vsize=13600 CPUtime=34.7
/proc/16762/stat : 16762 (sugar) S 16760 16762 13152 0 -1 4194304 1023 76369 0 2 5 1 3241 223 16 0 1 0 1993447740 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16762/statm: 3400 799 370 3 0 500 0
[pid=16785] ppid=16762 vsize=5356 CPUtime=0
/proc/16785/stat : 16785 (sh) S 16762 16762 13152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993451258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16785/statm: 1339 232 193 169 0 50 0
[pid=16786] ppid=16785 vsize=543892 CPUtime=1765.39
/proc/16786/stat : 16786 (picosat) R 16785 16762 13152 0 -1 4194304 123652 0 0 0 170613 5926 0 0 25 0 1 0 1993451258 556945408 123625 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16786/statm: 135973 123625 48 102 0 135868 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 562848

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16762 and gives
#  childrusage.ru_utime.tv_sec=32
#  childrusage.ru_utime.tv_usec=465064
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=253657
# CPU time returned by wait4() is 34.7187
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.79
CPU time (s): 1800.09
CPU user time (s): 1738.59
CPU system time (s): 61.5
CPU usage (%): 99.9056
Max. virtual memory (cumulated for all children) (KiB): 913984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4651
system time used= 2.25366
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77746
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= 13034
involuntary context switches= 13254

runsolver used 1.87671 second user time and 6.34304 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 06:12:29
IDJOB=1064924
IDBENCH=55009
IDSOLVER=345
FILE ID=node44/1064924-1215144748
PBS_JOBID= 7877329
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-8-accl.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064924-1215144748/watcher-1064924-1215144748 -o /tmp/evaluation-result-1064924-1215144748/solver-1064924-1215144748 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1064924-1215144748.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a836148987a747fe0e78f1f820e1fc6b
RANDOM SEED=754599511

node44.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1566400 kB
Buffers:         55824 kB
Cached:         239028 kB
SwapCached:       6524 kB
Active:         241000 kB
Inactive:       173248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566400 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:           27152 kB
Writeback:           0 kB
Mapped:         135900 kB
Slab:            60256 kB
Committed_AS:  4224616 kB
PageTables:       2084 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= 66544 MiB
End job on node44 at 2008-07-04 06:42:33