Trace number 1086443

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? (MO) 383.63 387.744

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-1.xml
MD5SUM3e4bec5daa9518afb4cc7877fca6f2c5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.5913
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.28	c 0	Sugar v1-13 + HOME/picosat
0.00/0.28	c 0	BEGIN Sat Jul  5 08:28:58 2008
0.00/0.28	c 0	PID 18451
0.03/0.32	c 0	HOST node3.alineos.net
0.03/0.32	c 0	CONVERTING HOME/instance-1086443-1215239337.xml TO HOME/temp.csp
0.03/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086443-1215239337.xml' 'HOME/temp.csp'
0.98/1.35	c 1	11 domains, 650 variables, 8 predicates, 0 relations, 8684 constraints
0.98/1.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.98/1.37	c 1	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'
1.04/1.45	c 1	Parsing HOME/temp.csp
1.04/2.04	c 1	parsed 9353 expressions
1.04/2.04	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/2.04	c 1	Converting to clausal form CSP
2.33/2.79	c 2	converted 936 (10%) expressions
3.92/4.36	c 4	converted 1871 (20%) expressions
5.30/5.74	c 5	converted 2806 (30%) expressions
6.50/6.90	c 6	converted 3742 (40%) expressions
7.78/8.29	c 8	converted 4677 (50%) expressions
8.97/9.41	c 9	converted 5612 (60%) expressions
10.16/10.60	c 10	converted 6548 (70%) expressions
11.45/11.98	c 11	converted 7483 (80%) expressions
12.53/13.03	c 12	converted 8418 (90%) expressions
13.61/14.10	c 13	converted 9353 (100%) expressions
13.61/14.10	c 13	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
13.61/14.10	c 13	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.61/14.10	c 13	Propagation in CSP
14.31/14.88	c 14	17684 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.31/14.88	c 14	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
14.31/14.88	c 14	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.41/14.91	c 14	Simplifing CSP by introducing new Boolean variables
14.51/15.00	c 14	CSP : 1292 integers, 42149 booleans, 69994 clauses, largest domain size 3209
14.51/15.00	c 14	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.90/15.41	c 15	Encoding CSP to SAT : HOME/temp.cnf
16.29/16.85	c 16	130 (10%) CSP integer variables are encoded (48368 clauses, 703434 bytes)
17.67/18.20	c 18	259 (20%) CSP integer variables are encoded (95144 clauses, 1405074 bytes)
18.96/19.55	c 19	388 (30%) CSP integer variables are encoded (142394 clauses, 2199155 bytes)
20.25/20.87	c 20	517 (40%) CSP integer variables are encoded (187018 clauses, 2957763 bytes)
21.53/22.11	c 21	646 (50%) CSP integer variables are encoded (230640 clauses, 3699337 bytes)
21.93/22.58	c 22	776 (60%) CSP integer variables are encoded (577018 clauses, 9587763 bytes)
22.42/23.01	c 22	905 (70%) CSP integer variables are encoded (918955 clauses, 15400692 bytes)
22.82/23.45	c 23	1034 (80%) CSP integer variables are encoded (1263646 clauses, 21789608 bytes)
23.21/23.81	c 23	1163 (90%) CSP integer variables are encoded (1543223 clauses, 27101571 bytes)
23.52/24.16	c 24	1292 (100%) CSP integer variables are encoded (1815446 clauses, 32273808 bytes)
72.66/73.82	c 73	7000 (10%) CSP clauses are encoded (6991570 clauses, 149087391 bytes)
99.55/101.05	c 100	13999 (20%) CSP clauses are encoded (10874662 clauses, 243418865 bytes)
116.66/118.46	c 118	20999 (30%) CSP clauses are encoded (13920637 clauses, 319533232 bytes)
129.44/131.47	c 131	27998 (40%) CSP clauses are encoded (16557151 clauses, 387224023 bytes)
141.72/143.95	c 143	34997 (50%) CSP clauses are encoded (19405296 clauses, 461446260 bytes)
151.77/154.24	c 154	41997 (60%) CSP clauses are encoded (21720178 clauses, 521122413 bytes)
161.84/164.42	c 164	48996 (70%) CSP clauses are encoded (24028306 clauses, 580977081 bytes)
170.93/173.67	c 173	55996 (80%) CSP clauses are encoded (26297902 clauses, 640130359 bytes)
180.98/183.82	c 183	62995 (90%) CSP clauses are encoded (28822714 clauses, 706323661 bytes)
189.76/192.76	c 192	69994 (100%) CSP clauses are encoded (31115829 clauses, 766288426 bytes)
189.76/192.76	c 192	69994 CSP clauses encoded
189.76/192.76	c 192	Writing map file : HOME/temp.map
189.87/192.85	c 192	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
189.87/192.85	c 192	SAT : 1858887 SAT variables, 31115829 SAT clauses, 766288426 bytes
189.87/192.85	c 192	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
189.93/192.90	c 192	SOLVING HOME/temp.cnf
189.93/192.90	c 192	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
383.52/387.61	c ERROR INTERRUPTED
383.63/387.74	s UNKNOWN
383.63/387.74	c 387	CPU 184.85 (0.04 0 184.81 5.09)
383.63/387.74	c 387	END Sat Jul  5 08:35:25 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-1086443-1215239337/watcher-1086443-1215239337 -o /tmp/evaluation-result-1086443-1215239337/solver-1086443-1215239337 -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-1086443-1215239337.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.16 2.11 2.13 4/81 18451
/proc/meminfo: memFree=1828888/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=18572 CPUtime=0
/proc/18451/stat : 18451 (runsolver) D 18449 18451 17749 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002909148 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18451/statm: 4643 292 257 25 0 2626 0

[startup+0.0459369 s]
/proc/loadavg: 2.16 2.11 2.13 4/81 18451
/proc/meminfo: memFree=1828888/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=124 CPUtime=0
/proc/18451/stat : 18451 (sugar) D 18449 18451 17749 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 2002909148 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 233630135785 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/18451/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101943 s]
/proc/loadavg: 2.16 2.11 2.13 4/81 18451
/proc/meminfo: memFree=1828888/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=12268 CPUtime=0
/proc/18451/stat : 18451 (sugar) D 18449 18451 17749 0 -1 4194304 348 0 4 0 0 0 0 0 18 0 1 0 2002909148 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18451/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.30196 s]
/proc/loadavg: 2.16 2.11 2.13 4/81 18451
/proc/meminfo: memFree=1828888/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=0.03
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 833 0 4 0 3 0 0 0 18 0 1 0 2002909148 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701993 s]
/proc/loadavg: 2.16 2.11 2.13 4/81 18451
/proc/meminfo: memFree=1828888/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=0.03
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 896 127 4 0 3 0 0 0 18 0 1 0 2002909148 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50106 s]
/proc/loadavg: 2.16 2.11 2.13 4/92 18463
/proc/meminfo: memFree=1812608/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=1.04
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 969 8764 4 1 3 0 96 5 16 0 1 0 2002909148 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10219 s]
/proc/loadavg: 2.16 2.11 2.13 3/92 18473
/proc/meminfo: memFree=1815680/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=1.05
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 970 8764 4 1 4 0 96 5 15 0 1 0 2002909148 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 797 370 3 0 500 0
[pid=18464] ppid=18451 vsize=5356 CPUtime=0
/proc/18464/stat : 18464 (sh) S 18451 18451 17749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002909285 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18464/statm: 1339 233 193 169 0 50 0
[pid=18465] ppid=18464 vsize=868408 CPUtime=1.69
/proc/18465/stat : 18465 (java) S 18464 18451 17749 0 -1 0 7758 0 1 0 165 4 0 0 19 0 9 0 2002909286 889249792 6896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18465/statm: 217102 6896 2541 9 0 211677 0
[pid=18465/tid=18466] ppid=18464 vsize=868408 CPUtime=1.28
/proc/18465/task/18466/stat : 18466 (java) R 18464 18451 17749 0 -1 64 2768 0 1 0 127 1 0 0 24 0 9 0 2002909287 889249792 6896 996147200 134512640 134550740 4294955952 18446744073709551615 4126573279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18467] ppid=18464 vsize=868408 CPUtime=0.18
/proc/18465/task/18467/stat : 18467 (java) S 18464 18451 17749 0 -1 64 2868 0 0 0 17 1 0 0 16 0 9 0 2002909288 889249792 6896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18468] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18468/stat : 18468 (java) S 18464 18451 17749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002909288 889249792 6896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18469] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18469/stat : 18469 (java) S 18464 18451 17749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002909288 889249792 6896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18470] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18470/stat : 18470 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002909290 889249792 6896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18471] ppid=18464 vsize=868408 CPUtime=0.19
/proc/18465/task/18471/stat : 18471 (java) S 18464 18451 17749 0 -1 64 1429 0 0 0 19 0 0 0 15 0 9 0 2002909290 889249792 6896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18472] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18472/stat : 18472 (java) S 18464 18451 17749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002909290 889249792 6896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18473] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18473/stat : 18473 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002909290 889249792 6896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 887364

[startup+6.30146 s]
/proc/loadavg: 2.14 2.11 2.13 3/92 18473
/proc/meminfo: memFree=1800320/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=1.05
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 970 8764 4 1 4 0 96 5 16 0 1 0 2002909148 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 797 370 3 0 500 0
[pid=18464] ppid=18451 vsize=5356 CPUtime=0
/proc/18464/stat : 18464 (sh) S 18451 18451 17749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002909285 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18464/statm: 1339 233 193 169 0 50 0
[pid=18465] ppid=18464 vsize=868408 CPUtime=4.85
/proc/18465/stat : 18465 (java) S 18464 18451 17749 0 -1 0 10760 0 1 0 477 8 0 0 19 0 9 0 2002909286 889249792 9586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18465/statm: 217102 9586 2540 9 0 211677 0
[pid=18465/tid=18466] ppid=18464 vsize=868408 CPUtime=3.99
/proc/18465/task/18466/stat : 18466 (java) R 18464 18451 17749 0 -1 64 3163 0 1 0 397 2 0 0 25 0 9 0 2002909287 889249792 9586 996147200 134512640 134550740 4294955952 18446744073709551615 4126573279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18467] ppid=18464 vsize=868408 CPUtime=0.61
/proc/18465/task/18467/stat : 18467 (java) S 18464 18451 17749 0 -1 64 5468 0 0 0 57 4 0 0 16 0 9 0 2002909288 889249792 9586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18468] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18468/stat : 18468 (java) S 18464 18451 17749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002909288 889249792 9586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18469] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18469/stat : 18469 (java) S 18464 18451 17749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002909288 889249792 9586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18470] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18470/stat : 18470 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002909290 889249792 9586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18471] ppid=18464 vsize=868408 CPUtime=0.21
/proc/18465/task/18471/stat : 18471 (java) S 18464 18451 17749 0 -1 64 1436 0 0 0 21 0 0 0 15 0 9 0 2002909290 889249792 9586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18472] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18472/stat : 18472 (java) S 18464 18451 17749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002909290 889249792 9586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18473] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18473/stat : 18473 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002909290 889249792 9586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 887364

[startup+12.703 s]
/proc/loadavg: 2.21 2.12 2.13 3/92 18473
/proc/meminfo: memFree=1774016/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=1.05
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 970 8764 4 1 4 0 96 5 16 0 1 0 2002909148 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 797 370 3 0 500 0
[pid=18464] ppid=18451 vsize=5356 CPUtime=0
/proc/18464/stat : 18464 (sh) S 18451 18451 17749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002909285 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18464/statm: 1339 233 193 169 0 50 0
[pid=18465] ppid=18464 vsize=868408 CPUtime=11.18
/proc/18465/stat : 18465 (java) S 18464 18451 17749 0 -1 0 19938 0 1 0 1102 16 0 0 19 0 9 0 2002909286 889249792 15929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18465/statm: 217102 15929 2540 9 0 211677 0
[pid=18465/tid=18466] ppid=18464 vsize=868408 CPUtime=9.29
/proc/18465/task/18466/stat : 18466 (java) R 18464 18451 17749 0 -1 64 3769 0 1 0 926 3 0 0 25 0 9 0 2002909287 889249792 15929 996147200 134512640 134550740 4294955952 18446744073709551615 4126605995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18467] ppid=18464 vsize=868408 CPUtime=1.64
/proc/18465/task/18467/stat : 18467 (java) S 18464 18451 17749 0 -1 64 14040 0 0 0 153 11 0 0 16 0 9 0 2002909288 889249792 15929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18468] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18468/stat : 18468 (java) S 18464 18451 17749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002909288 889249792 15929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18469] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18469/stat : 18469 (java) S 18464 18451 17749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002909288 889249792 15929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18470] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18470/stat : 18470 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002909290 889249792 15929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18471] ppid=18464 vsize=868408 CPUtime=0.21
/proc/18465/task/18471/stat : 18471 (java) S 18464 18451 17749 0 -1 64 1436 0 0 0 21 0 0 0 15 0 9 0 2002909290 889249792 15929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18472] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18472/stat : 18472 (java) S 18464 18451 17749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002909290 889249792 15929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18473] ppid=18464 vsize=868408 CPUtime=0
/proc/18465/task/18473/stat : 18473 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002909290 889249792 15929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 887364

[startup+25.502 s]
/proc/loadavg: 2.16 2.12 2.13 3/92 18473
/proc/meminfo: memFree=1723072/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=1.05
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 970 8764 4 1 4 0 96 5 15 0 1 0 2002909148 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 797 370 3 0 500 0
[pid=18464] ppid=18451 vsize=5356 CPUtime=0
/proc/18464/stat : 18464 (sh) S 18451 18451 17749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002909285 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18464/statm: 1339 233 193 169 0 50 0
[pid=18465] ppid=18464 vsize=868520 CPUtime=23.85
/proc/18465/stat : 18465 (java) S 18464 18451 17749 0 -1 0 24149 0 1 0 2344 41 0 0 19 0 9 0 2002909286 889364480 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18465/statm: 217130 19574 2566 9 0 211677 0
[pid=18465/tid=18466] ppid=18464 vsize=868520 CPUtime=21.16
/proc/18465/task/18466/stat : 18466 (java) R 18464 18451 17749 0 -1 64 4271 0 1 0 2092 24 0 0 25 0 9 0 2002909287 889364480 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4126605928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18467] ppid=18464 vsize=868520 CPUtime=2.37
/proc/18465/task/18467/stat : 18467 (java) S 18464 18451 17749 0 -1 64 17707 0 0 0 223 14 0 0 16 0 9 0 2002909288 889364480 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18468] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18468/stat : 18468 (java) S 18464 18451 17749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002909288 889364480 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18469] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18469/stat : 18469 (java) S 18464 18451 17749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002909288 889364480 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18470] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18470/stat : 18470 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002909290 889364480 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18471] ppid=18464 vsize=868520 CPUtime=0.28
/proc/18465/task/18471/stat : 18471 (java) S 18464 18451 17749 0 -1 64 1478 0 0 0 28 0 0 0 16 0 9 0 2002909290 889364480 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18472] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18472/stat : 18472 (java) S 18464 18451 17749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002909290 889364480 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18473] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18473/stat : 18473 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002909290 889364480 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 887476

[startup+51.1021 s]
/proc/loadavg: 2.16 2.12 2.13 3/92 18473
/proc/meminfo: memFree=1670528/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=1.05
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 970 8764 4 1 4 0 96 5 15 0 1 0 2002909148 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 797 370 3 0 500 0
[pid=18464] ppid=18451 vsize=5356 CPUtime=0
/proc/18464/stat : 18464 (sh) S 18451 18451 17749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002909285 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18464/statm: 1339 233 193 169 0 50 0
[pid=18465] ppid=18464 vsize=868520 CPUtime=49.17
/proc/18465/stat : 18465 (java) S 18464 18451 17749 0 -1 0 24422 0 1 0 4845 72 0 0 19 0 9 0 2002909286 889364480 19579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=18465/tid=18470] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18470/stat : 18470 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002909290 889364480 19579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18471] ppid=18464 vsize=868520 CPUtime=0.29
/proc/18465/task/18471/stat : 18471 (java) S 18464 18451 17749 0 -1 64 1483 0 0 0 29 0 0 0 15 0 9 0 2002909290 889364480 19579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18472] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18472/stat : 18472 (java) S 18464 18451 17749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002909290 889364480 19579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18473] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18473/stat : 18473 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002909290 889364480 19579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 887476

[startup+102.307 s]
/proc/loadavg: 2.41 2.18 2.15 3/92 18473
/proc/meminfo: memFree=1508352/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=1.05
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 970 8764 4 1 4 0 96 5 16 0 1 0 2002909148 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 797 370 3 0 500 0
[pid=18464] ppid=18451 vsize=5356 CPUtime=0
/proc/18464/stat : 18464 (sh) S 18451 18451 17749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002909285 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18464/statm: 1339 233 193 169 0 50 0
[pid=18465] ppid=18464 vsize=868520 CPUtime=99.75
/proc/18465/stat : 18465 (java) S 18464 18451 17749 0 -1 0 25179 0 1 0 9801 174 0 0 19 0 9 0 2002909286 889364480 19583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18465/statm: 217130 19583 2566 9 0 211677 0
[pid=18465/tid=18466] ppid=18464 vsize=868520 CPUtime=96.5
/proc/18465/task/18466/stat : 18466 (java) R 18464 18451 17749 0 -1 64 5292 0 1 0 9498 152 0 0 25 0 9 0 2002909287 889364480 19583 996147200 134512640 134550740 4294955952 18446744073709551615 4126877372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18467] ppid=18464 vsize=868520 CPUtime=2.92
/proc/18465/task/18467/stat : 18467 (java) S 18464 18451 17749 0 -1 64 17707 0 0 0 272 20 0 0 16 0 9 0 2002909288 889364480 19583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18468] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18468/stat : 18468 (java) S 18464 18451 17749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002909288 889364480 19583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18469] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18469/stat : 18469 (java) S 18464 18451 17749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002909288 889364480 19583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18470] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18470/stat : 18470 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002909290 889364480 19583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18471] ppid=18464 vsize=868520 CPUtime=0.3
/proc/18465/task/18471/stat : 18471 (java) S 18464 18451 17749 0 -1 64 1487 0 0 0 30 0 0 0 17 0 9 0 2002909290 889364480 19583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18472] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18472/stat : 18472 (java) S 18464 18451 17749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002909290 889364480 19583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18473] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18473/stat : 18473 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002909290 889364480 19583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.8
Current children cumulated vsize (KiB) 887476

[startup+162.301 s]
/proc/loadavg: 2.78 2.33 2.20 3/92 18475
/proc/meminfo: memFree=1188736/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=1.05
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 970 8764 4 1 4 0 96 5 16 0 1 0 2002909148 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 797 370 3 0 500 0
[pid=18464] ppid=18451 vsize=5356 CPUtime=0
/proc/18464/stat : 18464 (sh) S 18451 18451 17749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002909285 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18464/statm: 1339 233 193 169 0 50 0
[pid=18465] ppid=18464 vsize=868520 CPUtime=158.72
/proc/18465/stat : 18465 (java) S 18464 18451 17749 0 -1 0 26563 0 1 0 15495 377 0 0 19 0 9 0 2002909286 889364480 19584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18465/statm: 217130 19584 2566 9 0 211677 0
[pid=18465/tid=18466] ppid=18464 vsize=868520 CPUtime=154.77
/proc/18465/task/18466/stat : 18466 (java) R 18464 18451 17749 0 -1 64 6675 0 1 0 15132 345 0 0 25 0 9 0 2002909287 889364480 19584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18467] ppid=18464 vsize=868520 CPUtime=3.62
/proc/18465/task/18467/stat : 18467 (java) S 18464 18451 17749 0 -1 64 17707 0 0 0 332 30 0 0 16 0 9 0 2002909288 889364480 19584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18468] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18468/stat : 18468 (java) S 18464 18451 17749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002909288 889364480 19584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18469] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18469/stat : 18469 (java) S 18464 18451 17749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002909288 889364480 19584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18470] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18470/stat : 18470 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002909290 889364480 19584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18471] ppid=18464 vsize=868520 CPUtime=0.31
/proc/18465/task/18471/stat : 18471 (java) S 18464 18451 17749 0 -1 64 1488 0 0 0 30 1 0 0 15 0 9 0 2002909290 889364480 19584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18472] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18472/stat : 18472 (java) S 18464 18451 17749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002909290 889364480 19584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18473] ppid=18464 vsize=868520 CPUtime=0
/proc/18465/task/18473/stat : 18473 (java) S 18464 18451 17749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002909290 889364480 19584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.77
Current children cumulated vsize (KiB) 887476

[startup+222.302 s]
/proc/loadavg: 2.61 2.38 2.22 3/84 18477
/proc/meminfo: memFree=828992/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=189.93
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 1018 36478 4 2 4 0 18481 508 16 0 1 0 2002909148 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 799 370 3 0 500 0
[pid=18476] ppid=18451 vsize=5356 CPUtime=0
/proc/18476/stat : 18476 (sh) S 18451 18451 17749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002928438 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18476/statm: 1339 232 193 169 0 50 0
[pid=18477] ppid=18476 vsize=246492 CPUtime=29.23
/proc/18477/stat : 18477 (picosat) R 18476 18451 17749 0 -1 4194304 56748 0 0 0 1319 1604 0 0 25 0 1 0 2002928439 252407808 56734 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18477/statm: 61623 56734 40 102 0 61518 0
Current children cumulated CPU time (s) 219.16
Current children cumulated vsize (KiB) 265448

[startup+282.302 s]
/proc/loadavg: 2.22 2.31 2.21 3/84 18477
/proc/meminfo: memFree=617920/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=189.93
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 1018 36478 4 2 4 0 18481 508 16 0 1 0 2002909148 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 799 370 3 0 500 0
[pid=18476] ppid=18451 vsize=5356 CPUtime=0
/proc/18476/stat : 18476 (sh) S 18451 18451 17749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002928438 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18476/statm: 1339 232 193 169 0 50 0
[pid=18477] ppid=18476 vsize=465284 CPUtime=88.95
/proc/18477/stat : 18477 (picosat) R 18476 18451 17749 0 -1 4194304 109928 0 0 0 4051 4844 0 0 25 0 1 0 2002928439 476450816 109914 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18477/statm: 116321 109914 40 102 0 116216 0
Current children cumulated CPU time (s) 278.88
Current children cumulated vsize (KiB) 484240

[startup+342.302 s]
/proc/loadavg: 2.08 2.25 2.19 3/84 18477
/proc/meminfo: memFree=398912/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=189.93
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 1018 36478 4 2 4 0 18481 508 16 0 1 0 2002909148 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 799 370 3 0 500 0
[pid=18476] ppid=18451 vsize=5356 CPUtime=0
/proc/18476/stat : 18476 (sh) S 18451 18451 17749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002928438 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18476/statm: 1339 232 193 169 0 50 0
[pid=18477] ppid=18476 vsize=692184 CPUtime=148.49
/proc/18477/stat : 18477 (picosat) R 18476 18451 17749 0 -1 4194304 164113 0 0 0 6787 8062 0 0 25 0 1 0 2002928439 708796416 164099 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18477/statm: 173046 164099 40 102 0 172941 0
Current children cumulated CPU time (s) 338.42
Current children cumulated vsize (KiB) 711140



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+387.602 s]
/proc/loadavg: 2.03 2.21 2.18 3/84 18477
/proc/meminfo: memFree=234112/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=189.93
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 1018 36478 4 2 4 0 18481 508 16 0 1 0 2002909148 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 3400 799 370 3 0 500 0
[pid=18476] ppid=18451 vsize=5356 CPUtime=0
/proc/18476/stat : 18476 (sh) S 18451 18451 17749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002928438 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18476/statm: 1339 232 193 169 0 50 0
[pid=18477] ppid=18476 vsize=902948 CPUtime=193.59
/proc/18477/stat : 18477 (picosat) R 18476 18451 17749 0 -1 4194304 204881 0 0 0 8898 10461 0 0 25 0 1 0 2002928439 924618752 204867 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18477/statm: 225737 204867 40 102 0 225632 0
Current children cumulated CPU time (s) 383.52
Current children cumulated vsize (KiB) 921904

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

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

[startup+387.719 s]
/proc/loadavg: 2.03 2.21 2.18 3/84 18477
/proc/meminfo: memFree=234112/2055920 swapFree=4180472/4192956
[pid=18451] ppid=18449 vsize=13600 CPUtime=189.93
/proc/18451/stat : 18451 (sugar) S 18449 18451 17749 0 -1 4194304 1037 36478 4 2 4 0 18481 508 16 0 1 0 2002909148 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18451/statm: 3400 799 370 3 0 500 0
[pid=18476] ppid=18451 vsize=0 CPUtime=0
/proc/18476/stat : 18476 (sh) Z 18451 18451 17749 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2002928438 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/18476/statm: 0 0 0 0 0 0 0
[pid=18477] ppid=1 vsize=0 CPUtime=193.7
/proc/18477/stat : 18477 (picosat) R 1 18451 17749 0 -1 4195332 204881 0 0 0 8898 10472 0 0 25 0 1 0 2002928439 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/18477/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 383.63
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18451 and gives
#  childrusage.ru_utime.tv_sec=184
#  childrusage.ru_utime.tv_usec=864896
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=104224
# CPU time returned by wait4() is 189.969
# while last known CPU time is 383.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 387.744
CPU time (s): 383.63
CPU user time (s): 273.83
CPU system time (s): 109.8
CPU usage (%): 98.9389
Max. virtual memory (cumulated for all children) (KiB): 921904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.865
system time used= 5.10422
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37851
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34761
involuntary context switches= 38687

runsolver used 0.412937 second user time and 1.21381 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-05 08:28:57
IDJOB=1086443
IDBENCH=57819
IDSOLVER=345
FILE ID=node3/1086443-1215239337
PBS_JOBID= 7881894
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-1.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-1086443-1215239337/watcher-1086443-1215239337 -o /tmp/evaluation-result-1086443-1215239337/solver-1086443-1215239337 -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-1086443-1215239337.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3e4bec5daa9518afb4cc7877fca6f2c5
RANDOM SEED=686518661

node3.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.232
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.232
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:       1829432 kB
Buffers:          4388 kB
Cached:          45680 kB
SwapCached:       5420 kB
Active:         158288 kB
Inactive:        17332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829432 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            2468 kB
Writeback:           0 kB
Mapped:         142896 kB
Slab:            35872 kB
Committed_AS:  3639840 kB
PageTables:       2100 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= 66536 MiB
End job on node3 at 2008-07-05 08:35:27