Trace number 1087031

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? 455.422 463.504

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-4.xml
MD5SUMfc409cb8b4f9cf04e2dbeb29fe62b8ed
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.9386
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/picosat
0.00/0.13	c 0	BEGIN Sat Jul  5 09:19:48 2008
0.00/0.13	c 0	PID 2475
0.00/0.13	c 0	HOST node24.alineos.net
0.00/0.13	c 0	CONVERTING HOME/instance-1087031-1215242388.xml TO HOME/temp.csp
0.00/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087031-1215242388.xml' 'HOME/temp.csp'
1.37/1.51	c 2	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.37/1.55	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.37/1.55	c 2	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.39/1.63	c 2	Parsing HOME/temp.csp
1.92/2.12	c 2	parsed 10000 expressions
2.21/2.46	c 3	parsed 20000 expressions
2.21/2.49	c 3	parsed 21230 expressions
2.21/2.50	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.21/2.50	c 3	Converting to clausal form CSP
2.32/2.57	c 3	converted 2123 (10%) expressions
4.79/5.05	c 5	converted 4246 (20%) expressions
7.16/7.43	c 8	converted 6369 (30%) expressions
9.44/9.75	c 10	converted 8492 (40%) expressions
11.52/11.85	c 12	converted 10615 (50%) expressions
13.50/13.88	c 14	converted 12738 (60%) expressions
15.88/16.28	c 16	converted 14861 (70%) expressions
17.85/18.25	c 18	converted 16984 (80%) expressions
19.64/20.01	c 20	converted 19107 (90%) expressions
21.22/21.68	c 22	converted 21230 (100%) expressions
21.22/21.68	c 22	CSP : 7035 integers, 55276 booleans, 127783 clauses, largest domain size 2821
21.22/21.68	c 22	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.22/21.68	c 22	Propagation in CSP
24.58/25.04	c 25	209280 values, 0 unsatisfiable literals, and 0 valid clauses are removed
24.58/25.05	c 25	CSP : 7035 integers, 55276 booleans, 127783 clauses, largest domain size 2821
24.58/25.05	c 25	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.58/25.08	c 25	Simplifing CSP by introducing new Boolean variables
24.88/25.37	c 26	CSP : 7035 integers, 97918 booleans, 170425 clauses, largest domain size 2821
24.88/25.37	c 26	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.57/26.04	c 26	Encoding CSP to SAT : HOME/temp.cnf
29.73/30.23	c 30	704 (10%) CSP integer variables are encoded (192006 clauses, 3042757 bytes)
33.80/34.34	c 35	1407 (20%) CSP integer variables are encoded (381534 clauses, 6264733 bytes)
37.85/38.48	c 39	2111 (30%) CSP integer variables are encoded (573566 clauses, 9529277 bytes)
40.43/41.07	c 41	2814 (40%) CSP integer variables are encoded (2121738 clauses, 38096434 bytes)
42.69/43.34	c 44	3518 (50%) CSP integer variables are encoded (3905084 clauses, 71980008 bytes)
44.94/45.63	c 46	4221 (60%) CSP integer variables are encoded (5698155 clauses, 106048357 bytes)
47.20/47.95	c 48	4925 (70%) CSP integer variables are encoded (7483657 clauses, 139972895 bytes)
49.55/50.30	c 51	5628 (80%) CSP integer variables are encoded (9273524 clauses, 173980368 bytes)
51.92/52.92	c 53	6332 (90%) CSP integer variables are encoded (11068698 clauses, 210237895 bytes)
54.34/55.43	c 56	7035 (100%) CSP integer variables are encoded (12882757 clauses, 248333134 bytes)
133.26/135.54	c 136	17043 (10%) CSP clauses are encoded (26145439 clauses, 571800290 bytes)
193.66/197.05	c 197	34085 (20%) CSP clauses are encoded (37519370 clauses, 857655220 bytes)
251.05/255.14	c 255	51128 (30%) CSP clauses are encoded (48401885 clauses, 1132456265 bytes)
309.58/314.38	c 315	68170 (40%) CSP clauses are encoded (59548186 clauses, 1415282053 bytes)
365.54/370.98	c 371	85213 (50%) CSP clauses are encoded (70401825 clauses, 1691678230 bytes)
419.32/425.61	c 426	102255 (60%) CSP clauses are encoded (81031597 clauses, 1963273532 bytes)
454.46/461.40	c 462	ERROR Exception Too large HOME/temp.cnf
454.46/461.40	c 462	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
454.46/461.40	c 462	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
454.46/461.40	c 462	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
454.46/461.40	s UNKNOWN
454.46/461.47	c 462	CPU 441.4 (0.03 0.01 441.37 13.1)
454.46/461.47	c 462	END Sat Jul  5 09:27:30 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-1087031-1215242388/watcher-1087031-1215242388 -o /tmp/evaluation-result-1087031-1215242388/solver-1087031-1215242388 -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-1087031-1215242388.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.06 2.03 2.05 4/72 2475
/proc/meminfo: memFree=1834176/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=18572 CPUtime=0
/proc/2475/stat : 2475 (runsolver) D 2473 2475 629 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003213378 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2475/statm: 4643 292 257 25 0 2626 0

[startup+0.0096321 s]
/proc/loadavg: 2.06 2.03 2.05 4/72 2475
/proc/meminfo: memFree=1834176/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=18572 CPUtime=0
/proc/2475/stat : 2475 (runsolver) D 2473 2475 629 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003213378 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2475/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101645 s]
/proc/loadavg: 2.06 2.03 2.05 4/72 2475
/proc/meminfo: memFree=1834176/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=12676 CPUtime=0
/proc/2475/stat : 2475 (sugar) R 2473 2475 629 0 -1 4194304 530 0 0 0 0 0 0 0 18 0 1 0 2003213378 12980224 498 996147200 4194304 4206940 548682068608 18446744073709551615 237788140992 0 0 4224 0 0 0 0 17 1 0 0
/proc/2475/statm: 3169 498 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.301665 s]
/proc/loadavg: 2.06 2.03 2.05 4/72 2475
/proc/meminfo: memFree=1834176/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=0.03
/proc/2475/stat : 2475 (sugar) S 2473 2475 629 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003213378 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701709 s]
/proc/loadavg: 2.06 2.03 2.05 4/72 2475
/proc/meminfo: memFree=1834176/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=0.03
/proc/2475/stat : 2475 (sugar) S 2473 2475 629 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003213378 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 2.06 2.03 2.05 3/83 2487
/proc/meminfo: memFree=1801896/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=0.03
/proc/2475/stat : 2475 (sugar) S 2473 2475 629 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003213378 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2475/statm: 3400 796 370 3 0 500 0
[pid=2478] ppid=2475 vsize=5356 CPUtime=0
/proc/2478/stat : 2478 (sh) S 2475 2475 629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003213391 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2478/statm: 1339 233 193 169 0 50 0
[pid=2479] ppid=2478 vsize=864660 CPUtime=1.34
/proc/2479/stat : 2479 (java) S 2478 2475 629 0 -1 0 12775 0 1 0 128 6 0 0 18 0 9 0 2003213392 885411840 10819 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2479/statm: 216165 10819 2529 9 0 210747 0
[pid=2479/tid=2480] ppid=2478 vsize=864660 CPUtime=0.73
/proc/2479/task/2480/stat : 2480 (java) R 2478 2475 629 0 -1 64 2994 0 1 0 71 2 0 0 25 0 9 0 2003213393 885411840 10819 996147200 134512640 134550740 4294956000 18446744073709551615 4126729591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2479/tid=2481] ppid=2478 vsize=864660 CPUtime=0.44
/proc/2479/task/2481/stat : 2481 (java) S 2478 2475 629 0 -1 64 8561 0 0 0 41 3 0 0 16 0 9 0 2003213394 885411840 10819 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2479/tid=2482] ppid=2478 vsize=864660 CPUtime=0
/proc/2479/task/2482/stat : 2482 (java) S 2478 2475 629 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003213394 885411840 10819 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2479/tid=2483] ppid=2478 vsize=864660 CPUtime=0
/proc/2479/task/2483/stat : 2483 (java) S 2478 2475 629 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003213394 885411840 10819 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2479/tid=2484] ppid=2478 vsize=864660 CPUtime=0
/proc/2479/task/2484/stat : 2484 (java) S 2478 2475 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003213396 885411840 10819 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2479/tid=2485] ppid=2478 vsize=864660 CPUtime=0.15
/proc/2479/task/2485/stat : 2485 (java) S 2478 2475 629 0 -1 64 521 0 0 0 15 0 0 0 16 0 9 0 2003213396 885411840 10819 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2479/tid=2486] ppid=2478 vsize=864660 CPUtime=0
/proc/2479/task/2486/stat : 2486 (java) S 2478 2475 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003213396 885411840 10819 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2479/tid=2487] ppid=2478 vsize=864660 CPUtime=0
/proc/2479/task/2487/stat : 2487 (java) S 2478 2475 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003213396 885411840 10819 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 883616

[startup+3.10296 s]
/proc/loadavg: 2.06 2.02 2.05 3/83 2497
/proc/meminfo: memFree=1821800/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=1.39
/proc/2475/stat : 2475 (sugar) S 2473 2475 629 0 -1 4194304 974 13198 0 1 3 0 129 7 15 0 1 0 2003213378 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2475/statm: 3400 797 370 3 0 500 0
[pid=2488] ppid=2475 vsize=5356 CPUtime=0
/proc/2488/stat : 2488 (sh) S 2475 2475 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003213533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2488/statm: 1339 233 193 169 0 50 0
[pid=2489] ppid=2488 vsize=868440 CPUtime=1.52
/proc/2489/stat : 2489 (java) S 2488 2475 629 0 -1 0 8702 0 1 0 147 5 0 0 18 0 9 0 2003213533 889282560 7688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2489/statm: 217110 7688 2544 9 0 211685 0
[pid=2489/tid=2490] ppid=2488 vsize=868440 CPUtime=1.04
/proc/2489/task/2490/stat : 2490 (java) R 2488 2475 629 0 -1 64 2703 0 1 0 103 1 0 0 21 0 9 0 2003213534 889282560 7688 996147200 134512640 134550740 4294955952 18446744073709551615 4126576137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2491] ppid=2488 vsize=868440 CPUtime=0.25
/proc/2489/task/2491/stat : 2491 (java) S 2488 2475 629 0 -1 64 3822 0 0 0 24 1 0 0 16 0 9 0 2003213535 889282560 7688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2492] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2492/stat : 2492 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889282560 7688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2493] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2493/stat : 2493 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003213536 889282560 7688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2494] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2494/stat : 2494 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003213538 889282560 7688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2495] ppid=2488 vsize=868440 CPUtime=0.19
/proc/2489/task/2495/stat : 2495 (java) S 2488 2475 629 0 -1 64 1480 0 0 0 19 0 0 0 15 0 9 0 2003213538 889282560 7688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2496] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2496/stat : 2496 (java) S 2488 2475 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003213538 889282560 7688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2497] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2497/stat : 2497 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003213538 889282560 7688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 887396

[startup+6.30129 s]
/proc/loadavg: 2.06 2.02 2.05 3/83 2497
/proc/meminfo: memFree=1800232/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=1.39
/proc/2475/stat : 2475 (sugar) S 2473 2475 629 0 -1 4194304 974 13198 0 1 3 0 129 7 16 0 1 0 2003213378 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2475/statm: 3400 797 370 3 0 500 0
[pid=2488] ppid=2475 vsize=5356 CPUtime=0
/proc/2488/stat : 2488 (sh) S 2475 2475 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003213533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2488/statm: 1339 233 193 169 0 50 0
[pid=2489] ppid=2488 vsize=868440 CPUtime=4.68
/proc/2489/stat : 2489 (java) S 2488 2475 629 0 -1 0 12243 0 1 0 459 9 0 0 18 0 9 0 2003213533 889282560 10846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2489/statm: 217110 10846 2541 9 0 211685 0
[pid=2489/tid=2490] ppid=2488 vsize=868440 CPUtime=3.7
/proc/2489/task/2490/stat : 2490 (java) R 2488 2475 629 0 -1 64 3166 0 1 0 367 3 0 0 25 0 9 0 2003213534 889282560 10846 996147200 134512640 134550740 4294955952 18446744073709551615 4126646047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2491] ppid=2488 vsize=868440 CPUtime=0.74
/proc/2489/task/2491/stat : 2491 (java) S 2488 2475 629 0 -1 64 6883 0 0 0 69 5 0 0 16 0 9 0 2003213535 889282560 10846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2492] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2492/stat : 2492 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889282560 10846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2493] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2493/stat : 2493 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889282560 10846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2494] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2494/stat : 2494 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003213538 889282560 10846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2495] ppid=2488 vsize=868440 CPUtime=0.21
/proc/2489/task/2495/stat : 2495 (java) S 2488 2475 629 0 -1 64 1497 0 0 0 21 0 0 0 16 0 9 0 2003213538 889282560 10846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2496] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2496/stat : 2496 (java) S 2488 2475 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003213538 889282560 10846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2497] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2497/stat : 2497 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003213538 889282560 10846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887396

[startup+12.702 s]
/proc/loadavg: 2.05 2.02 2.05 3/83 2497
/proc/meminfo: memFree=1772584/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=1.4
/proc/2475/stat : 2475 (sugar) S 2473 2475 629 0 -1 4194304 974 13198 0 1 3 1 129 7 16 0 1 0 2003213378 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2475/statm: 3400 797 370 3 0 500 0
[pid=2488] ppid=2475 vsize=5356 CPUtime=0
/proc/2488/stat : 2488 (sh) S 2475 2475 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003213533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2488/statm: 1339 233 193 169 0 50 0
[pid=2489] ppid=2488 vsize=868440 CPUtime=11.01
/proc/2489/stat : 2489 (java) S 2488 2475 629 0 -1 0 20620 0 1 0 1086 15 0 0 18 0 9 0 2003213533 889282560 17698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2489/statm: 217110 17698 2541 9 0 211685 0
[pid=2489/tid=2490] ppid=2488 vsize=868440 CPUtime=9.16
/proc/2489/task/2490/stat : 2490 (java) R 2488 2475 629 0 -1 64 3633 0 1 0 913 3 0 0 25 0 9 0 2003213534 889282560 17698 996147200 134512640 134550740 4294955952 18446744073709551615 4126572059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2491] ppid=2488 vsize=868440 CPUtime=1.6
/proc/2489/task/2491/stat : 2491 (java) S 2488 2475 629 0 -1 64 14791 0 0 0 150 10 0 0 16 0 9 0 2003213535 889282560 17698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2492] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2492/stat : 2492 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889282560 17698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2493] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2493/stat : 2493 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889282560 17698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2494] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2494/stat : 2494 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003213538 889282560 17698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2495] ppid=2488 vsize=868440 CPUtime=0.22
/proc/2489/task/2495/stat : 2495 (java) S 2488 2475 629 0 -1 64 1499 0 0 0 22 0 0 0 15 0 9 0 2003213538 889282560 17698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2496] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2496/stat : 2496 (java) S 2488 2475 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003213538 889282560 17698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2497] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2497/stat : 2497 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003213538 889282560 17698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 887396

[startup+25.5023 s]
/proc/loadavg: 2.04 2.02 2.05 4/83 2497
/proc/meminfo: memFree=1713192/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=1.4
/proc/2475/stat : 2475 (sugar) S 2473 2475 629 0 -1 4194304 974 13198 0 1 3 1 129 7 15 0 1 0 2003213378 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2475/statm: 3400 797 370 3 0 500 0
[pid=2488] ppid=2475 vsize=5356 CPUtime=0
/proc/2488/stat : 2488 (sh) S 2475 2475 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003213533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2488/statm: 1339 233 193 169 0 50 0
[pid=2489] ppid=2488 vsize=868440 CPUtime=23.68
/proc/2489/stat : 2489 (java) S 2488 2475 629 0 -1 0 40934 0 1 0 2341 27 0 0 18 0 9 0 2003213533 889282560 34249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2489/statm: 217110 34249 2541 9 0 211685 0
[pid=2489/tid=2490] ppid=2488 vsize=868440 CPUtime=19.47
/proc/2489/task/2490/stat : 2490 (java) R 2488 2475 629 0 -1 64 4893 0 1 0 1942 5 0 0 25 0 9 0 2003213534 889282560 34249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2491] ppid=2488 vsize=868440 CPUtime=3.94
/proc/2489/task/2491/stat : 2491 (java) R 2488 2475 629 0 -1 64 33830 0 0 0 374 20 0 0 16 0 9 0 2003213535 889282560 34249 996147200 134512640 134550740 4294955952 18446744073709551615 102721900 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2492] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2492/stat : 2492 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889282560 34249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2493] ppid=2488 vsize=868440 CPUtime=0
/proc/2489/task/2493/stat : 2493 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889282560 34249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/2489/task/2490/stat : 2490 (java) R 2488 2475 629 0 -1 64 6553 0 1 0 14836 410 0 0 25 0 9 0 2003213534 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4127097946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2491] ppid=2488 vsize=868552 CPUtime=5.46
/proc/2489/task/2491/stat : 2491 (java) S 2488 2475 629 0 -1 64 34312 0 0 0 515 31 0 0 16 0 9 0 2003213535 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2492] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2492/stat : 2492 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2493] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2493/stat : 2493 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2494] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2494/stat : 2494 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2495] ppid=2488 vsize=868552 CPUtime=0.31
/proc/2489/task/2495/stat : 2495 (java) S 2488 2475 629 0 -1 64 1547 0 0 0 30 1 0 0 16 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2496] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2496/stat : 2496 (java) S 2488 2475 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2497] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2497/stat : 2497 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.65
Current children cumulated vsize (KiB) 887508

[startup+222.303 s]
/proc/loadavg: 2.15 2.10 2.08 3/83 2497
/proc/meminfo: memFree=727976/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=1.4
/proc/2475/stat : 2475 (sugar) S 2473 2475 629 0 -1 4194304 974 13198 0 1 3 1 129 7 16 0 1 0 2003213378 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2475/statm: 3400 797 370 3 0 500 0
[pid=2488] ppid=2475 vsize=5356 CPUtime=0
/proc/2488/stat : 2488 (sh) S 2475 2475 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003213533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2488/statm: 1339 233 193 169 0 50 0
[pid=2489] ppid=2488 vsize=868552 CPUtime=217.2
/proc/2489/stat : 2489 (java) S 2488 2475 629 0 -1 0 43776 0 1 0 21108 612 0 0 18 0 9 0 2003213533 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2489/statm: 217138 34329 2566 9 0 211685 0
[pid=2489/tid=2490] ppid=2488 vsize=868552 CPUtime=211.01
/proc/2489/task/2490/stat : 2490 (java) R 2488 2475 629 0 -1 64 7220 0 1 0 20526 575 0 0 25 0 9 0 2003213534 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 102064828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2491] ppid=2488 vsize=868552 CPUtime=5.86
/proc/2489/task/2491/stat : 2491 (java) S 2488 2475 629 0 -1 64 34312 0 0 0 551 35 0 0 16 0 9 0 2003213535 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2492] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2492/stat : 2492 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2493] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2493/stat : 2493 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2494] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2494/stat : 2494 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2495] ppid=2488 vsize=868552 CPUtime=0.31
/proc/2489/task/2495/stat : 2495 (java) S 2488 2475 629 0 -1 64 1547 0 0 0 30 1 0 0 15 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2496] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2496/stat : 2496 (java) S 2488 2475 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2497] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2497/stat : 2497 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.6
Current children cumulated vsize (KiB) 887508

[startup+282.302 s]
/proc/loadavg: 2.06 2.08 2.07 3/83 2497
/proc/meminfo: memFree=447464/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=1.4
/proc/2475/stat : 2475 (sugar) S 2473 2475 629 0 -1 4194304 974 13198 0 1 3 1 129 7 16 0 1 0 2003213378 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2475/statm: 3400 797 370 3 0 500 0
[pid=2488] ppid=2475 vsize=5356 CPUtime=0
/proc/2488/stat : 2488 (sh) S 2475 2475 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003213533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2488/statm: 1339 233 193 169 0 50 0
[pid=2489] ppid=2488 vsize=868552 CPUtime=276.54
/proc/2489/stat : 2489 (java) S 2488 2475 629 0 -1 0 44442 0 1 0 26873 781 0 0 18 0 9 0 2003213533 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2489/statm: 217138 34329 2566 9 0 211685 0
[pid=2489/tid=2490] ppid=2488 vsize=868552 CPUtime=269.92
/proc/2489/task/2490/stat : 2490 (java) R 2488 2475 629 0 -1 64 7886 0 1 0 26253 739 0 0 25 0 9 0 2003213534 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4127087505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2491] ppid=2488 vsize=868552 CPUtime=6.3
/proc/2489/task/2491/stat : 2491 (java) S 2488 2475 629 0 -1 64 34312 0 0 0 590 40 0 0 16 0 9 0 2003213535 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2492] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2492/stat : 2492 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2493] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2493/stat : 2493 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2494] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2494/stat : 2494 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2495] ppid=2488 vsize=868552 CPUtime=0.31
/proc/2489/task/2495/stat : 2495 (java) S 2488 2475 629 0 -1 64 1547 0 0 0 30 1 0 0 15 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2496] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2496/stat : 2496 (java) S 2488 2475 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2497] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2497/stat : 2497 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 277.94
Current children cumulated vsize (KiB) 887508

[startup+342.302 s]
/proc/loadavg: 2.08 2.09 2.08 3/83 2497
/proc/meminfo: memFree=154664/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=1.4
/proc/2475/stat : 2475 (sugar) S 2473 2475 629 0 -1 4194304 974 13198 0 1 3 1 129 7 16 0 1 0 2003213378 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2475/statm: 3400 797 370 3 0 500 0
[pid=2488] ppid=2475 vsize=5356 CPUtime=0
/proc/2488/stat : 2488 (sh) S 2475 2475 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003213533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2488/statm: 1339 233 193 169 0 50 0
[pid=2489] ppid=2488 vsize=868552 CPUtime=335.87
/proc/2489/stat : 2489 (java) S 2488 2475 629 0 -1 0 45120 0 1 0 32637 950 0 0 18 0 9 0 2003213533 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2489/statm: 217138 34329 2566 9 0 211685 0
[pid=2489/tid=2490] ppid=2488 vsize=868552 CPUtime=328.82
/proc/2489/task/2490/stat : 2490 (java) R 2488 2475 629 0 -1 64 8564 0 1 0 31978 904 0 0 25 0 9 0 2003213534 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2491] ppid=2488 vsize=868552 CPUtime=6.71
/proc/2489/task/2491/stat : 2491 (java) S 2488 2475 629 0 -1 64 34312 0 0 0 627 44 0 0 16 0 9 0 2003213535 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2492] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2492/stat : 2492 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2493] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2493/stat : 2493 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2494] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2494/stat : 2494 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2495] ppid=2488 vsize=868552 CPUtime=0.31
/proc/2489/task/2495/stat : 2495 (java) S 2488 2475 629 0 -1 64 1547 0 0 0 30 1 0 0 15 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2496] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2496/stat : 2496 (java) S 2488 2475 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2497] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2497/stat : 2497 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 337.27
Current children cumulated vsize (KiB) 887508

[startup+402.303 s]
/proc/loadavg: 2.17 2.12 2.09 3/83 2497
/proc/meminfo: memFree=15016/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=1.4
/proc/2475/stat : 2475 (sugar) S 2473 2475 629 0 -1 4194304 974 13198 0 1 3 1 129 7 16 0 1 0 2003213378 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2475/statm: 3400 797 370 3 0 500 0
[pid=2488] ppid=2475 vsize=5356 CPUtime=0
/proc/2488/stat : 2488 (sh) S 2475 2475 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003213533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2488/statm: 1339 233 193 169 0 50 0
[pid=2489] ppid=2488 vsize=868552 CPUtime=394.94
/proc/2489/stat : 2489 (java) S 2488 2475 629 0 -1 0 45806 0 1 0 38371 1123 0 0 18 0 9 0 2003213533 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2489/statm: 217138 34329 2566 9 0 211685 0
[pid=2489/tid=2490] ppid=2488 vsize=868552 CPUtime=387.47
/proc/2489/task/2490/stat : 2490 (java) R 2488 2475 629 0 -1 64 9250 0 1 0 37674 1073 0 0 25 0 9 0 2003213534 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4127089883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2491] ppid=2488 vsize=868552 CPUtime=7.13
/proc/2489/task/2491/stat : 2491 (java) S 2488 2475 629 0 -1 64 34312 0 0 0 666 47 0 0 16 0 9 0 2003213535 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2492] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2492/stat : 2492 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2493] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2493/stat : 2493 (java) S 2488 2475 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003213536 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2494] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2494/stat : 2494 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2495] ppid=2488 vsize=868552 CPUtime=0.31
/proc/2489/task/2495/stat : 2495 (java) S 2488 2475 629 0 -1 64 1547 0 0 0 30 1 0 0 15 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2496] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2496/stat : 2496 (java) S 2488 2475 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2489/tid=2497] ppid=2488 vsize=868552 CPUtime=0
/proc/2489/task/2497/stat : 2497 (java) S 2488 2475 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003213538 889397248 34329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 396.34
Current children cumulated vsize (KiB) 887508

[startup+462.302 s]
/proc/loadavg: 2.43 2.19 2.11 3/83 2536
/proc/meminfo: memFree=243112/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=454.95
/proc/2475/stat : 2475 (sugar) R 2473 2475 629 0 -1 4194304 996 59996 0 2 3 45 44137 1310 20 0 1 0 2003213378 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 0 0 0
/proc/2475/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 454.95
Current children cumulated vsize (KiB) 13600

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

[startup+463.107 s]
/proc/loadavg: 2.48 2.20 2.12 2/83 2536
/proc/meminfo: memFree=1914536/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=455.39
/proc/2475/stat : 2475 (sugar) D 2473 2475 629 0 -1 4194304 996 59996 0 2 3 89 44137 1310 18 0 1 0 2003213378 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2475/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 455.39
Current children cumulated vsize (KiB) 13600

[startup+463.502 s]
/proc/loadavg: 2.48 2.20 2.12 2/83 2536
/proc/meminfo: memFree=1914536/2055920 swapFree=4180448/4192956
[pid=2475] ppid=2473 vsize=13600 CPUtime=455.4
/proc/2475/stat : 2475 (sugar) D 2473 2475 629 0 -1 4194304 996 59996 0 2 3 90 44137 1310 18 0 1 0 2003213378 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2475/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 455.4
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 463.504
CPU time (s): 455.422
CPU user time (s): 441.411
CPU system time (s): 14.0109
CPU usage (%): 98.2562
Max. virtual memory (cumulated for all children) (KiB): 892524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 441.411
system time used= 14.0109
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61022
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= 52041
involuntary context switches= 59980

runsolver used 0.599908 second user time and 1.57376 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 09:19:48
IDJOB=1087031
IDBENCH=57918
IDSOLVER=345
FILE ID=node24/1087031-1215242388
PBS_JOBID= 7881902
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-4.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-1087031-1215242388/watcher-1087031-1215242388 -o /tmp/evaluation-result-1087031-1215242388/solver-1087031-1215242388 -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-1087031-1215242388.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc409cb8b4f9cf04e2dbeb29fe62b8ed
RANDOM SEED=987002671

node24.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:       1834656 kB
Buffers:          4268 kB
Cached:          87392 kB
SwapCached:       5580 kB
Active:         142820 kB
Inactive:        26376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834656 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            3912 kB
Writeback:           0 kB
Mapped:          86116 kB
Slab:            37104 kB
Committed_AS:  3682920 kB
PageTables:       1984 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= 66460 MiB
End job on node24 at 2008-07-05 09:27:32