Trace number 1085561

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? 743.495 754.741

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-0.xml
MD5SUM9a4e6098c7014d2e43e37229a7ed8846
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 benchmark8.74767
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:06:15 2008
0.00/0.04	c 0	PID 28459
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085561-1215234375.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085561-1215234375.xml' 'HOME/temp.csp'
2.16/2.27	c 3	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
2.24/2.30	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.24/2.30	c 3	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'
2.24/2.38	c 3	Parsing HOME/temp.csp
2.24/2.80	c 3	parsed 10000 expressions
2.24/3.12	c 3	parsed 20000 expressions
3.32/3.47	c 4	parsed 30000 expressions
3.42/3.57	c 4	parsed 33837 expressions
3.42/3.57	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.42/3.57	c 4	Converting to clausal form CSP
7.59/7.71	c 8	converted 3384 (10%) expressions
15.15/15.37	c 16	converted 6768 (20%) expressions
22.19/22.40	c 23	converted 10152 (30%) expressions
28.44/28.79	c 29	converted 13535 (40%) expressions
35.28/35.62	c 36	converted 16919 (50%) expressions
41.31/41.75	c 42	converted 20303 (60%) expressions
46.95/47.47	c 48	converted 23686 (70%) expressions
52.59/53.18	c 54	converted 27070 (80%) expressions
58.75/59.31	c 60	converted 30454 (90%) expressions
63.89/64.51	c 65	converted 33837 (100%) expressions
63.89/64.52	c 65	CSP : 5603 integers, 93675 booleans, 201243 clauses, largest domain size 2921
63.89/64.52	c 65	Heap : 186 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
63.89/64.52	c 65	Propagation in CSP
67.95/68.68	c 69	34264 values, 0 unsatisfiable literals, and 0 valid clauses are removed
67.95/68.68	c 69	CSP : 5603 integers, 93675 booleans, 201243 clauses, largest domain size 2921
67.95/68.68	c 69	Heap : 204 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
68.05/68.74	c 69	Simplifing CSP by introducing new Boolean variables
68.45/69.14	c 70	CSP : 5603 integers, 161317 booleans, 268885 clauses, largest domain size 2921
68.45/69.14	c 70	Heap : 218 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.74/70.41	c 71	Encoding CSP to SAT : HOME/temp.cnf
78.45/79.26	c 80	561 (10%) CSP integer variables are encoded (257544 clauses, 4156599 bytes)
87.27/88.12	c 89	1121 (20%) CSP integer variables are encoded (520388 clauses, 8624947 bytes)
95.69/96.67	c 97	1681 (30%) CSP integer variables are encoded (774842 clauses, 12950665 bytes)
98.17/99.17	c 100	2242 (40%) CSP integer variables are encoded (1958726 clauses, 34997800 bytes)
99.74/100.75	c 101	2802 (50%) CSP integer variables are encoded (3286678 clauses, 60228888 bytes)
101.23/102.22	c 103	3362 (60%) CSP integer variables are encoded (4519748 clauses, 83657218 bytes)
102.61/103.69	c 104	3923 (70%) CSP integer variables are encoded (5748973 clauses, 107012493 bytes)
104.10/105.14	c 106	4483 (80%) CSP integer variables are encoded (6953421 clauses, 129897005 bytes)
105.66/106.70	c 107	5043 (90%) CSP integer variables are encoded (8195579 clauses, 153498007 bytes)
107.03/108.19	c 109	5603 (100%) CSP integer variables are encoded (9390535 clauses, 176202171 bytes)
271.08/274.12	c 275	26889 (10%) CSP clauses are encoded (26264808 clauses, 587337968 bytes)
379.31/383.71	c 384	53777 (20%) CSP clauses are encoded (39474365 clauses, 918582347 bytes)
479.26/485.15	c 486	80666 (30%) CSP clauses are encoded (52089831 clauses, 1243274541 bytes)
576.56/583.96	c 584	107554 (40%) CSP clauses are encoded (64832520 clauses, 1570183691 bytes)
667.15/676.04	c 676	134443 (50%) CSP clauses are encoded (76695234 clauses, 1877067543 bytes)
742.55/752.68	c 753	ERROR Exception Too large HOME/temp.cnf
742.55/752.68	c 753	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
742.55/752.68	c 753	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
742.55/752.68	c 753	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
742.55/752.68	s UNKNOWN
742.64/752.79	c 753	CPU 730.2 (0.03 0 730.17 12.49)
742.64/752.79	c 753	END Sat Jul  5 07:18:48 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-1085561-1215234375/watcher-1085561-1215234375 -o /tmp/evaluation-result-1085561-1215234375/solver-1085561-1215234375 -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-1085561-1215234375.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.00 2.00 2.00 4/72 28459
/proc/meminfo: memFree=1497088/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=18572 CPUtime=0
/proc/28459/stat : 28459 (runsolver) R 28457 28459 27372 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1311683443 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28459/statm: 4643 292 257 25 0 2626 0

[startup+0.092018 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 28459
/proc/meminfo: memFree=1497088/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=0.03
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1311683443 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28459/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101178 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 28459
/proc/meminfo: memFree=1497088/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=0.03
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1311683443 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28459/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301214 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 28459
/proc/meminfo: memFree=1497088/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=0.03
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1311683443 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28459/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701299 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 28459
/proc/meminfo: memFree=1497088/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=0.03
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1311683443 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28459/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50246 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28471
/proc/meminfo: memFree=1469920/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=0.03
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1311683443 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28459/statm: 3400 796 370 3 0 500 0
[pid=28462] ppid=28459 vsize=5356 CPUtime=0
/proc/28462/stat : 28462 (sh) S 28459 28459 27372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1311683448 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28462/statm: 1339 233 193 169 0 50 0
[pid=28463] ppid=28462 vsize=864676 CPUtime=1.42
/proc/28463/stat : 28463 (java) S 28462 28459 27372 0 -1 0 15372 0 1 0 136 6 0 0 18 0 9 0 1311683449 885428224 13413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28463/statm: 216169 13413 2529 9 0 210751 0
[pid=28463/tid=28464] ppid=28462 vsize=864676 CPUtime=0.81
/proc/28463/task/28464/stat : 28464 (java) R 28462 28459 27372 0 -1 64 3008 0 1 0 79 2 0 0 24 0 9 0 1311683450 885428224 13413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28463/tid=28465] ppid=28462 vsize=864676 CPUtime=0.48
/proc/28463/task/28465/stat : 28465 (java) R 28462 28459 27372 0 -1 64 11166 0 0 0 45 3 0 0 16 0 9 0 1311683451 885428224 13413 996147200 134512640 134550740 4294956000 18446744073709551615 102516769 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28463/tid=28466] ppid=28462 vsize=864676 CPUtime=0
/proc/28463/task/28466/stat : 28466 (java) S 28462 28459 27372 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1311683451 885428224 13413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28463/tid=28467] ppid=28462 vsize=864676 CPUtime=0
/proc/28463/task/28467/stat : 28467 (java) S 28462 28459 27372 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1311683451 885428224 13413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28463/tid=28468] ppid=28462 vsize=864676 CPUtime=0
/proc/28463/task/28468/stat : 28468 (java) S 28462 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311683453 885428224 13413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28463/tid=28469] ppid=28462 vsize=864676 CPUtime=0.11
/proc/28463/task/28469/stat : 28469 (java) S 28462 28459 27372 0 -1 64 499 0 0 0 11 0 0 0 16 0 9 0 1311683453 885428224 13413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28463/tid=28470] ppid=28462 vsize=864676 CPUtime=0
/proc/28463/task/28470/stat : 28470 (java) S 28462 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1311683453 885428224 13413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28463/tid=28471] ppid=28462 vsize=864676 CPUtime=0
/proc/28463/task/28471/stat : 28471 (java) S 28462 28459 27372 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1311683453 885428224 13413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10277 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28471
/proc/meminfo: memFree=1442144/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=2.24
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 973 18927 0 1 3 0 211 10 15 0 1 0 1311683443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28459/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 13600

[startup+6.30241 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 28481
/proc/meminfo: memFree=1463264/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=2.24
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 974 18927 0 1 3 0 211 10 15 0 1 0 1311683443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28459/statm: 3400 797 370 3 0 500 0
[pid=28472] ppid=28459 vsize=5356 CPUtime=0
/proc/28472/stat : 28472 (sh) S 28459 28459 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1311683674 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28472/statm: 1339 233 193 169 0 50 0
[pid=28473] ppid=28472 vsize=868412 CPUtime=3.96
/proc/28473/stat : 28473 (java) S 28472 28459 27372 0 -1 0 12237 0 1 0 388 8 0 0 18 0 9 0 1311683674 889253888 10752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28473/statm: 217103 10752 2541 9 0 211678 0
[pid=28473/tid=28474] ppid=28472 vsize=868412 CPUtime=3.02
/proc/28473/task/28474/stat : 28474 (java) R 28472 28459 27372 0 -1 64 3102 0 1 0 300 2 0 0 25 0 9 0 1311683675 889253888 10752 996147200 134512640 134550740 4294955952 18446744073709551615 4126562666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28475] ppid=28472 vsize=868412 CPUtime=0.69
/proc/28473/task/28475/stat : 28475 (java) S 28472 28459 27372 0 -1 64 6959 0 0 0 65 4 0 0 16 0 9 0 1311683676 889253888 10752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28476] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28476/stat : 28476 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889253888 10752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28477] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28477/stat : 28477 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889253888 10752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28478] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28478/stat : 28478 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311683678 889253888 10752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28479] ppid=28472 vsize=868412 CPUtime=0.21
/proc/28473/task/28479/stat : 28479 (java) S 28472 28459 27372 0 -1 64 1479 0 0 0 21 0 0 0 16 0 9 0 1311683678 889253888 10752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28480] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28480/stat : 28480 (java) S 28472 28459 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311683678 889253888 10752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28481] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28481/stat : 28481 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311683678 889253888 10752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887368

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 4/83 28481
/proc/meminfo: memFree=1437664/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=2.24
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 974 18927 0 1 3 0 211 10 16 0 1 0 1311683443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28459/statm: 3400 797 370 3 0 500 0
[pid=28472] ppid=28459 vsize=5356 CPUtime=0
/proc/28472/stat : 28472 (sh) S 28459 28459 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1311683674 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28472/statm: 1339 233 193 169 0 50 0
[pid=28473] ppid=28472 vsize=868412 CPUtime=10.32
/proc/28473/stat : 28473 (java) S 28472 28459 27372 0 -1 0 20925 0 1 0 1018 14 0 0 18 0 9 0 1311683674 889253888 14686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28473/statm: 217103 14686 2541 9 0 211678 0
[pid=28473/tid=28474] ppid=28472 vsize=868412 CPUtime=8.68
/proc/28473/task/28474/stat : 28474 (java) R 28472 28459 27372 0 -1 64 3594 0 1 0 865 3 0 0 25 0 9 0 1311683675 889253888 14686 996147200 134512640 134550740 4294955952 18446744073709551615 4126561341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28475] ppid=28472 vsize=868412 CPUtime=1.4
/proc/28473/task/28475/stat : 28475 (java) S 28472 28459 27372 0 -1 64 15153 0 0 0 130 10 0 0 16 0 9 0 1311683676 889253888 14686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28476] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28476/stat : 28476 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889253888 14686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28477] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28477/stat : 28477 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889253888 14686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28478] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28478/stat : 28478 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311683678 889253888 14686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28479] ppid=28472 vsize=868412 CPUtime=0.22
/proc/28473/task/28479/stat : 28479 (java) S 28472 28459 27372 0 -1 64 1481 0 0 0 22 0 0 0 15 0 9 0 1311683678 889253888 14686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28480] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28480/stat : 28480 (java) S 28472 28459 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311683678 889253888 14686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28481] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28481/stat : 28481 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311683678 889253888 14686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887368

[startup+25.502 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 28509
/proc/meminfo: memFree=1355680/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=2.24
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 974 18927 0 1 3 0 211 10 16 0 1 0 1311683443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28459/statm: 3400 797 370 3 0 500 0
[pid=28472] ppid=28459 vsize=5356 CPUtime=0
/proc/28472/stat : 28472 (sh) S 28459 28459 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1311683674 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28472/statm: 1339 233 193 169 0 50 0
[pid=28473] ppid=28472 vsize=868412 CPUtime=23.03
/proc/28473/stat : 28473 (java) S 28472 28459 27372 0 -1 0 34742 0 1 0 2280 23 0 0 18 0 9 0 1311683674 889253888 23722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28473/statm: 217103 23722 2541 9 0 211678 0
[pid=28473/tid=28474] ppid=28472 vsize=868412 CPUtime=20.18
/proc/28473/task/28474/stat : 28474 (java) R 28472 28459 27372 0 -1 64 4273 0 1 0 2014 4 0 0 25 0 9 0 1311683675 889253888 23722 996147200 134512640 134550740 4294955952 18446744073709551615 4126635428 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28475] ppid=28472 vsize=868412 CPUtime=2.59
/proc/28473/task/28475/stat : 28475 (java) S 28472 28459 27372 0 -1 64 28283 0 0 0 242 17 0 0 16 0 9 0 1311683676 889253888 23722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28476] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28476/stat : 28476 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889253888 23722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28477] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28477/stat : 28477 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889253888 23722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28478] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28478/stat : 28478 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311683678 889253888 23722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28479] ppid=28472 vsize=868412 CPUtime=0.23
/proc/28473/task/28479/stat : 28479 (java) S 28472 28459 27372 0 -1 64 1489 0 0 0 23 0 0 0 15 0 9 0 1311683678 889253888 23722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28480] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28480/stat : 28480 (java) S 28472 28459 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311683678 889253888 23722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28481] ppid=28472 vsize=868412 CPUtime=0
/proc/28473/task/28481/stat : 28481 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311683678 889253888 23722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 887368

[startup+51.102 s]
/proc/loadavg: 2.16 2.04 2.01 4/83 28511
/proc/meminfo: memFree=1280032/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=2.24
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 974 18927 0 1 3 0 211 10 16 0 1 0 1311683443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28459/statm: 3400 797 370 3 0 500 0
[pid=28472] ppid=28459 vsize=5356 CPUtime=0
/proc/28472/stat : 28472 (sh) S 28459 28459 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1311683674 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28472/statm: 1339 233 193 169 0 50 0
[pid=28473] ppid=28472 vsize=868412 CPUtime=48.38
/proc/28473/stat : 28473 (java) S 28472 28459 27372 0 -1 0 56024 0 1 0 4802 36 0 0 18 0 9 0 1311683674 889253888 42752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/28473/statm: 217131 62332 2566 9 0 211678 0
[pid=28473/tid=28474] ppid=28472 vsize=868524 CPUtime=694.17
/proc/28473/task/28474/stat : 28474 (java) R 28472 28459 27372 0 -1 64 8821 0 1 0 68307 1110 0 0 25 0 9 0 1311683675 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4126632572 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28475] ppid=28472 vsize=868524 CPUtime=10.46
/proc/28473/task/28475/stat : 28475 (java) S 28472 28459 27372 0 -1 64 69480 0 0 0 992 54 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28476] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28476/stat : 28476 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28477] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28477/stat : 28477 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28478] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28478/stat : 28478 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28479] ppid=28472 vsize=868524 CPUtime=0.33
/proc/28473/task/28479/stat : 28479 (java) S 28472 28459 27372 0 -1 64 1540 0 0 0 33 0 0 0 15 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28480] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28480/stat : 28480 (java) S 28472 28459 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28481] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28481/stat : 28481 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 707.23
Current children cumulated vsize (KiB) 887480

[startup+729.502 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 28511
/proc/meminfo: memFree=15712/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=2.24
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 974 18927 0 1 3 0 211 10 16 0 1 0 1311683443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28459/statm: 3400 797 370 3 0 500 0
[pid=28472] ppid=28459 vsize=5356 CPUtime=0
/proc/28472/stat : 28472 (sh) S 28459 28459 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1311683674 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28472/statm: 1339 233 193 169 0 50 0
[pid=28473] ppid=28472 vsize=868524 CPUtime=717.57
/proc/28473/stat : 28473 (java) S 28472 28459 27372 0 -1 0 80589 0 1 0 70565 1192 0 0 18 0 9 0 1311683674 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28473/statm: 217131 62332 2566 9 0 211678 0
[pid=28473/tid=28474] ppid=28472 vsize=868524 CPUtime=706.71
/proc/28473/task/28474/stat : 28474 (java) R 28472 28459 27372 0 -1 64 8872 0 1 0 69535 1136 0 0 25 0 9 0 1311683675 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4126632655 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28475] ppid=28472 vsize=868524 CPUtime=10.5
/proc/28473/task/28475/stat : 28475 (java) S 28472 28459 27372 0 -1 64 69480 0 0 0 996 54 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28476] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28476/stat : 28476 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28477] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28477/stat : 28477 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28478] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28478/stat : 28478 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28479] ppid=28472 vsize=868524 CPUtime=0.33
/proc/28473/task/28479/stat : 28479 (java) S 28472 28459 27372 0 -1 64 1540 0 0 0 33 0 0 0 15 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28480] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28480/stat : 28480 (java) S 28472 28459 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28481] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28481/stat : 28481 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 719.81
Current children cumulated vsize (KiB) 887480

[startup+742.302 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 28511
/proc/meminfo: memFree=14816/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=2.24
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 974 18927 0 1 3 0 211 10 16 0 1 0 1311683443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28459/statm: 3400 797 370 3 0 500 0
[pid=28472] ppid=28459 vsize=5356 CPUtime=0
/proc/28472/stat : 28472 (sh) S 28459 28459 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1311683674 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28472/statm: 1339 233 193 169 0 50 0
[pid=28473] ppid=28472 vsize=868524 CPUtime=730.17
/proc/28473/stat : 28473 (java) S 28472 28459 27372 0 -1 0 80643 0 1 0 71800 1217 0 0 18 0 9 0 1311683674 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28473/statm: 217131 62332 2566 9 0 211678 0
[pid=28473/tid=28474] ppid=28472 vsize=868524 CPUtime=719.25
/proc/28473/task/28474/stat : 28474 (java) R 28472 28459 27372 0 -1 64 8926 0 1 0 70765 1160 0 0 25 0 9 0 1311683675 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4127083189 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28475] ppid=28472 vsize=868524 CPUtime=10.55
/proc/28473/task/28475/stat : 28475 (java) S 28472 28459 27372 0 -1 64 69480 0 0 0 1001 54 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28476] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28476/stat : 28476 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28477] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28477/stat : 28477 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28478] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28478/stat : 28478 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28479] ppid=28472 vsize=868524 CPUtime=0.33
/proc/28473/task/28479/stat : 28479 (java) S 28472 28459 27372 0 -1 64 1540 0 0 0 33 0 0 0 15 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28480] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28480/stat : 28480 (java) S 28472 28459 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28481] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28481/stat : 28481 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 732.41
Current children cumulated vsize (KiB) 887480

[startup+748.702 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 28511
/proc/meminfo: memFree=15712/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=2.24
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 974 18927 0 1 3 0 211 10 16 0 1 0 1311683443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28459/statm: 3400 797 370 3 0 500 0
[pid=28472] ppid=28459 vsize=5356 CPUtime=0
/proc/28472/stat : 28472 (sh) S 28459 28459 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1311683674 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28472/statm: 1339 233 193 169 0 50 0
[pid=28473] ppid=28472 vsize=868524 CPUtime=736.47
/proc/28473/stat : 28473 (java) S 28472 28459 27372 0 -1 0 80667 0 1 0 72421 1226 0 0 18 0 9 0 1311683674 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28473/statm: 217131 62332 2566 9 0 211678 0
[pid=28473/tid=28474] ppid=28472 vsize=868524 CPUtime=725.54
/proc/28473/task/28474/stat : 28474 (java) R 28472 28459 27372 0 -1 64 8950 0 1 0 71384 1170 0 0 25 0 9 0 1311683675 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4126629595 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28475] ppid=28472 vsize=868524 CPUtime=10.57
/proc/28473/task/28475/stat : 28475 (java) S 28472 28459 27372 0 -1 64 69480 0 0 0 1003 54 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28476] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28476/stat : 28476 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28477] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28477/stat : 28477 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28478] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28478/stat : 28478 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28479] ppid=28472 vsize=868524 CPUtime=0.33
/proc/28473/task/28479/stat : 28479 (java) S 28472 28459 27372 0 -1 64 1540 0 0 0 33 0 0 0 15 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28480] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28480/stat : 28480 (java) S 28472 28459 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28481] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28481/stat : 28481 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 738.71
Current children cumulated vsize (KiB) 887480

[startup+751.902 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 28511
/proc/meminfo: memFree=15904/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=2.24
/proc/28459/stat : 28459 (sugar) S 28457 28459 27372 0 -1 4194304 974 18927 0 1 3 0 211 10 16 0 1 0 1311683443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28459/statm: 3400 797 370 3 0 500 0
[pid=28472] ppid=28459 vsize=5356 CPUtime=0
/proc/28472/stat : 28472 (sh) S 28459 28459 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1311683674 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28472/statm: 1339 233 193 169 0 50 0
[pid=28473] ppid=28472 vsize=868524 CPUtime=739.62
/proc/28473/stat : 28473 (java) S 28472 28459 27372 0 -1 0 80680 0 1 0 72730 1232 0 0 18 0 9 0 1311683674 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28473/statm: 217131 62332 2566 9 0 211678 0
[pid=28473/tid=28474] ppid=28472 vsize=868524 CPUtime=728.68
/proc/28473/task/28474/stat : 28474 (java) R 28472 28459 27372 0 -1 64 8963 0 1 0 71692 1176 0 0 25 0 9 0 1311683675 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4126629548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28475] ppid=28472 vsize=868524 CPUtime=10.58
/proc/28473/task/28475/stat : 28475 (java) S 28472 28459 27372 0 -1 64 69480 0 0 0 1004 54 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28476] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28476/stat : 28476 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28477] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28477/stat : 28477 (java) S 28472 28459 27372 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1311683676 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28478] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28478/stat : 28478 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28479] ppid=28472 vsize=868524 CPUtime=0.33
/proc/28473/task/28479/stat : 28479 (java) S 28472 28459 27372 0 -1 64 1540 0 0 0 33 0 0 0 15 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28473/tid=28480] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28480/stat : 28480 (java) S 28472 28459 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28473/tid=28481] ppid=28472 vsize=868524 CPUtime=0
/proc/28473/task/28481/stat : 28481 (java) S 28472 28459 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311683678 889368576 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 741.86
Current children cumulated vsize (KiB) 887480

[startup+753.561 s]
/proc/loadavg: 2.01 2.05 2.01 3/73 28511
/proc/meminfo: memFree=1562032/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=743.42
/proc/28459/stat : 28459 (sugar) D 28457 28459 27372 0 -1 4194304 996 99909 0 2 3 73 73017 1249 22 0 1 0 1311683443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28459/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 743.42
Current children cumulated vsize (KiB) 13600

[startup+754.301 s]
/proc/loadavg: 2.01 2.05 2.01 3/73 28511
/proc/meminfo: memFree=1562032/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=743.45
/proc/28459/stat : 28459 (sugar) D 28457 28459 27372 0 -1 4194304 996 99909 0 2 3 76 73017 1249 18 0 1 0 1311683443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28459/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 743.45
Current children cumulated vsize (KiB) 13600

[startup+754.701 s]
/proc/loadavg: 2.01 2.05 2.01 2/73 28511
/proc/meminfo: memFree=1698736/2055920 swapFree=4122200/4192956
[pid=28459] ppid=28457 vsize=13600 CPUtime=743.47
/proc/28459/stat : 28459 (sugar) D 28457 28459 27372 0 -1 4194304 996 99909 0 2 3 78 73017 1249 18 0 1 0 1311683443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28459/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 743.47
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 754.741
CPU time (s): 743.495
CPU user time (s): 730.213
CPU system time (s): 13.282
CPU usage (%): 98.5099
Max. virtual memory (cumulated for all children) (KiB): 897620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 730.213
system time used= 13.282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100935
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= 43761
involuntary context switches= 48637

runsolver used 0.963853 second user time and 2.53861 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 07:06:15
IDJOB=1085561
IDBENCH=57660
IDSOLVER=345
FILE ID=node20/1085561-1215234375
PBS_JOBID= 7881867
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-0.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-1085561-1215234375/watcher-1085561-1215234375 -o /tmp/evaluation-result-1085561-1215234375/solver-1085561-1215234375 -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-1085561-1215234375.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9a4e6098c7014d2e43e37229a7ed8846
RANDOM SEED=1791122288

node20.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.263
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.263
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:       1497568 kB
Buffers:         94544 kB
Cached:         294972 kB
SwapCached:      64656 kB
Active:         304752 kB
Inactive:       176680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1497568 kB
SwapTotal:     4192956 kB
SwapFree:      4122200 kB
Dirty:            5764 kB
Writeback:           0 kB
Mapped:          99652 kB
Slab:            62256 kB
Committed_AS:  2791772 kB
PageTables:       1920 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= 66492 MiB
End job on node20 at 2008-07-05 07:18:50