Trace number 2068056

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.08 1810.67

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air04.xml
MD5SUM1c33d5c6f9f3c2f4aba8109c35a09670
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark905.456
Satisfiable
(Un)Satisfiability was proved
Number of variables8904
Number of constraints1646
Maximum constraint arity368
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1646
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 22:57:06 2009
0.00/0.07	c 0	PID 18074
0.06/0.07	c 0	HOST node84.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2068056-1247345825.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068056-1247345825.xml' 'HOME/temp.csp'
1.26/1.34	c 1	1 domains, 8904 variables, 422 predicates, 0 relations, 1646 constraints
1.26/1.39	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.39	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.32/1.46	c 1	Parsing HOME/temp.csp
2.51/2.60	c 2	parsed 10000 expressions
2.80/2.94	c 3	parsed 10973 expressions
2.80/2.95	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.95	c 3	Converting to clausal form CSP
2.80/2.98	c 3	converted 1098 (10%) expressions
2.91/3.01	c 3	converted 2195 (20%) expressions
2.91/3.01	c 3	converted 3292 (30%) expressions
2.91/3.01	c 3	converted 4390 (40%) expressions
2.91/3.01	c 3	converted 5487 (50%) expressions
2.91/3.01	c 3	converted 6584 (60%) expressions
2.91/3.01	c 3	converted 7682 (70%) expressions
2.91/3.02	c 3	converted 8779 (80%) expressions
4.00/4.11	c 4	converted 9876 (90%) expressions
8.96/9.16	c 9	converted 10973 (100%) expressions
8.96/9.17	c 9	CSP : 44244 integers, 0 booleans, 72326 clauses, largest domain size 124
8.96/9.17	c 9	Heap : 80 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.96/9.17	c 9	Propagation in CSP
10.75/10.96	c 11	151535 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.75/10.97	c 11	CSP : 44244 integers, 0 booleans, 72326 clauses, largest domain size 124
10.75/10.97	c 11	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.75/11.00	c 11	Simplifing CSP by introducing new Boolean variables
10.85/11.04	c 11	CSP : 44244 integers, 0 booleans, 72326 clauses, largest domain size 124
10.85/11.04	c 11	Heap : 80 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.24/11.46	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.35/11.50	c 11	4425 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.35/11.51	c 11	8849 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.35/11.54	c 11	13274 (30%) CSP integer variables are encoded (19472 clauses, 290559 bytes)
11.35/11.57	c 11	17698 (40%) CSP integer variables are encoded (40266 clauses, 602469 bytes)
11.45/11.60	c 11	22122 (50%) CSP integer variables are encoded (65547 clauses, 981684 bytes)
11.45/11.64	c 11	26547 (60%) CSP integer variables are encoded (97218 clauses, 1498478 bytes)
11.45/11.68	c 11	30971 (70%) CSP integer variables are encoded (121772 clauses, 1915896 bytes)
11.55/11.72	c 11	35396 (80%) CSP integer variables are encoded (149533 clauses, 2387833 bytes)
11.55/11.76	c 11	39820 (90%) CSP integer variables are encoded (183321 clauses, 2962229 bytes)
11.65/11.82	c 12	44244 (100%) CSP integer variables are encoded (222008 clauses, 3619908 bytes)
23.48/23.80	c 24	7233 (10%) CSP clauses are encoded (881329 clauses, 22745890 bytes)
47.34/47.73	c 47	14466 (20%) CSP clauses are encoded (1855131 clauses, 53307229 bytes)
49.43/49.82	c 50	21698 (30%) CSP clauses are encoded (2210974 clauses, 61451516 bytes)
58.07/58.59	c 58	28931 (40%) CSP clauses are encoded (2961531 clauses, 81469616 bytes)
100.34/101.03	c 101	36163 (50%) CSP clauses are encoded (4652685 clauses, 136579930 bytes)
104.51/105.25	c 105	43396 (60%) CSP clauses are encoded (5096842 clauses, 148099989 bytes)
106.19/106.96	c 107	50629 (70%) CSP clauses are encoded (5524389 clauses, 158303950 bytes)
109.87/110.61	c 110	57861 (80%) CSP clauses are encoded (6160112 clauses, 174313914 bytes)
119.48/121.65	c 121	65094 (90%) CSP clauses are encoded (7184587 clauses, 202250942 bytes)
141.70/144.12	c 144	72326 (100%) CSP clauses are encoded (8673263 clauses, 245654428 bytes)
141.70/144.12	c 144	72326 CSP clauses encoded
141.70/144.12	c 144	Writing map file : HOME/temp.map
141.70/144.16	c 144	Heap : 53 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
141.70/144.16	c 144	SAT : 266252 SAT variables, 8673263 SAT clauses, 245654428 bytes
141.70/144.16	c 144	Heap : 53 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
141.70/144.19	c 144	SOLVING HOME/temp.cnf
141.70/144.19	c 144	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1810.62	c ERROR INTERRUPTED
1800.08/1810.67	s UNKNOWN
1800.08/1810.67	c 1810	CPU 141.79 (0.06 0.01 139.73 1.99)
1800.08/1810.67	c 1810	END Sat Jul 11 23:27:16 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068056-1247345825/watcher-2068056-1247345825 -o /tmp/evaluation-result-2068056-1247345825/solver-2068056-1247345825 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2068056-1247345825.xml 

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


[startup+0 s]
/proc/loadavg: 1.95 2.10 2.04 4/75 18074
/proc/meminfo: memFree=1602872/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=116 CPUtime=0
/proc/18074/stat : 18074 (sugar) R 18072 18074 16881 0 -1 4194304 21 0 0 0 0 0 0 0 20 0 1 0 21647938 118784 6 996147200 4194304 4206940 548682068608 18446744073709551615 243662852488 0 0 4096 0 0 0 0 17 1 0 0
/proc/18074/statm: 29 6 2 3 0 1 0

[startup+0.077534 s]
/proc/loadavg: 1.95 2.10 2.04 4/75 18074
/proc/meminfo: memFree=1602872/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16740 CPUtime=0.06
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 21647938 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101592 s]
/proc/loadavg: 1.95 2.10 2.04 4/75 18074
/proc/meminfo: memFree=1602872/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=0.06
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21647938 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301625 s]
/proc/loadavg: 1.95 2.10 2.04 4/75 18074
/proc/meminfo: memFree=1602872/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=0.06
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21647938 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701701 s]
/proc/loadavg: 1.95 2.10 2.04 4/75 18074
/proc/meminfo: memFree=1602872/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=0.06
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21647938 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50284 s]
/proc/loadavg: 1.95 2.10 2.04 3/86 18086
/proc/meminfo: memFree=1576416/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=1.32
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1309 9623 0 1 5 1 118 8 15 0 1 0 21647938 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16868

[startup+3.10114 s]
/proc/loadavg: 2.11 2.13 2.05 4/86 18096
/proc/meminfo: memFree=1581152/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=1.32
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1309 9623 0 1 5 1 118 8 15 0 1 0 21647938 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1111 409 3 0 796 0
[pid=18087] ppid=18074 vsize=5356 CPUtime=0
/proc/18087/stat : 18087 (sh) S 18074 18074 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21648077 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18087/statm: 1339 233 193 169 0 50 0
[pid=18088] ppid=18087 vsize=864260 CPUtime=1.69
/proc/18088/stat : 18088 (java) S 18087 18074 16881 0 -1 0 13244 0 1 0 160 9 0 0 20 0 9 0 21648078 885002240 12306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18088/statm: 216065 12306 2568 9 0 210570 0
[pid=18088/tid=18089] ppid=18087 vsize=864260 CPUtime=1.05
/proc/18088/task/18089/stat : 18089 (java) R 18087 18074 16881 0 -1 64 2940 0 1 0 103 2 0 0 25 0 9 0 21648078 885002240 12306 996147200 134512640 134550932 4294955936 18446744073709551615 4125967303 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18090] ppid=18087 vsize=864260 CPUtime=0.56
/proc/18088/task/18090/stat : 18090 (java) S 18087 18074 16881 0 -1 64 9284 0 0 0 51 5 0 0 16 0 9 0 21648080 885002240 12306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18091] ppid=18087 vsize=864260 CPUtime=0
/proc/18088/task/18091/stat : 18091 (java) S 18087 18074 16881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21648080 885002240 12306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18092] ppid=18087 vsize=864260 CPUtime=0
/proc/18088/task/18092/stat : 18092 (java) S 18087 18074 16881 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21648080 885002240 12306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18093] ppid=18087 vsize=864260 CPUtime=0
/proc/18088/task/18093/stat : 18093 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21648082 885002240 12306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18094] ppid=18087 vsize=864260 CPUtime=0.05
/proc/18088/task/18094/stat : 18094 (java) S 18087 18074 16881 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 21648082 885002240 12306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18095] ppid=18087 vsize=864260 CPUtime=0
/proc/18088/task/18095/stat : 18095 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21648082 885002240 12306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18096] ppid=18087 vsize=864260 CPUtime=0
/proc/18088/task/18096/stat : 18096 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21648082 885002240 12306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886484

[startup+6.30273 s]
/proc/loadavg: 2.11 2.13 2.05 3/86 18096
/proc/meminfo: memFree=1533216/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=1.32
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1309 9623 0 1 5 1 118 8 16 0 1 0 21647938 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1111 409 3 0 796 0
[pid=18087] ppid=18074 vsize=5356 CPUtime=0
/proc/18087/stat : 18087 (sh) S 18074 18074 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21648077 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18087/statm: 1339 233 193 169 0 50 0
[pid=18088] ppid=18087 vsize=873760 CPUtime=4.86
/proc/18088/stat : 18088 (java) S 18087 18074 16881 0 -1 0 23885 0 1 0 471 15 0 0 20 0 9 0 21648078 894730240 21591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18088/statm: 218440 21591 2567 9 0 212945 0
[pid=18088/tid=18089] ppid=18087 vsize=873760 CPUtime=3.44
/proc/18088/task/18089/stat : 18089 (java) R 18087 18074 16881 0 -1 64 3284 0 1 0 341 3 0 0 25 0 9 0 21648078 894730240 21591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18090] ppid=18087 vsize=873760 CPUtime=1.23
/proc/18088/task/18090/stat : 18090 (java) R 18087 18074 16881 0 -1 64 18405 0 0 0 112 11 0 0 16 0 9 0 21648080 894730240 21591 996147200 134512640 134550932 4294955936 18446744073709551615 102758032 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18091] ppid=18087 vsize=873760 CPUtime=0
/proc/18088/task/18091/stat : 18091 (java) S 18087 18074 16881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21648080 894730240 21591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18092] ppid=18087 vsize=873760 CPUtime=0
/proc/18088/task/18092/stat : 18092 (java) S 18087 18074 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21648080 894730240 21591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18093] ppid=18087 vsize=873760 CPUtime=0
/proc/18088/task/18093/stat : 18093 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21648082 894730240 21591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18094] ppid=18087 vsize=873760 CPUtime=0.17
/proc/18088/task/18094/stat : 18094 (java) S 18087 18074 16881 0 -1 64 1492 0 0 0 17 0 0 0 16 0 9 0 21648082 894730240 21591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18095] ppid=18087 vsize=873760 CPUtime=0
/proc/18088/task/18095/stat : 18095 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21648082 894730240 21591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18096] ppid=18087 vsize=873760 CPUtime=0
/proc/18088/task/18096/stat : 18096 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21648082 894730240 21591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 895984

[startup+12.7019 s]
/proc/loadavg: 2.18 2.14 2.06 3/86 18096
/proc/meminfo: memFree=1494752/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=1.33
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1310 9623 0 1 6 1 118 8 16 0 1 0 21647938 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1111 409 3 0 796 0
[pid=18087] ppid=18074 vsize=5356 CPUtime=0
/proc/18087/stat : 18087 (sh) S 18074 18074 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21648077 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18087/statm: 1339 233 193 169 0 50 0
[pid=18088] ppid=18087 vsize=868744 CPUtime=11.21
/proc/18088/stat : 18088 (java) S 18087 18074 16881 0 -1 0 40455 0 1 0 1091 30 0 0 20 0 9 0 21648078 889593856 27016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18088/statm: 217186 27016 2591 9 0 211663 0
[pid=18088/tid=18089] ppid=18087 vsize=868744 CPUtime=8.35
/proc/18088/task/18089/stat : 18089 (java) R 18087 18074 16881 0 -1 64 3860 0 1 0 828 7 0 0 25 0 9 0 21648078 889593856 27016 996147200 134512640 134550932 4294955936 18446744073709551615 4127060727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18090] ppid=18087 vsize=868744 CPUtime=2.61
/proc/18088/task/18090/stat : 18090 (java) S 18087 18074 16881 0 -1 64 34365 0 0 0 240 21 0 0 16 0 9 0 21648080 889593856 27016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18091] ppid=18087 vsize=868744 CPUtime=0
/proc/18088/task/18091/stat : 18091 (java) S 18087 18074 16881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21648080 889593856 27016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18092] ppid=18087 vsize=868744 CPUtime=0
/proc/18088/task/18092/stat : 18092 (java) S 18087 18074 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21648080 889593856 27016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18093] ppid=18087 vsize=868744 CPUtime=0
/proc/18088/task/18093/stat : 18093 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21648082 889593856 27016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18094] ppid=18087 vsize=868744 CPUtime=0.22
/proc/18088/task/18094/stat : 18094 (java) S 18087 18074 16881 0 -1 64 1526 0 0 0 22 0 0 0 16 0 9 0 21648082 889593856 27016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18095] ppid=18087 vsize=868744 CPUtime=0
/proc/18088/task/18095/stat : 18095 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21648082 889593856 27016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18096] ppid=18087 vsize=868744 CPUtime=0
/proc/18088/task/18096/stat : 18096 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21648082 889593856 27016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890968

[startup+25.5022 s]
/proc/loadavg: 2.14 2.13 2.06 3/86 18096
/proc/meminfo: memFree=1473824/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=1.33
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1310 9623 0 1 6 1 118 8 16 0 1 0 21647938 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1111 409 3 0 796 0
[pid=18087] ppid=18074 vsize=5356 CPUtime=0
/proc/18087/stat : 18087 (sh) S 18074 18074 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21648077 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18087/statm: 1339 233 193 169 0 50 0
[pid=18088] ppid=18087 vsize=868744 CPUtime=23.94
/proc/18088/stat : 18088 (java) S 18087 18074 16881 0 -1 0 40604 0 1 0 2350 44 0 0 20 0 9 0 21648078 889593856 27022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18088/statm: 217186 27022 2591 9 0 211663 0
[pid=18088/tid=18089] ppid=18087 vsize=868744 CPUtime=20.98
/proc/18088/task/18089/stat : 18089 (java) R 18087 18074 16881 0 -1 64 4003 0 1 0 2079 19 0 0 25 0 9 0 21648078 889593856 27022 996147200 134512640 134550932 4294955936 18446744073709551615 4126558519 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18090] ppid=18087 vsize=868744 CPUtime=2.69
/proc/18088/task/18090/stat : 18090 (java) S 18087 18074 16881 0 -1 64 34365 0 0 0 247 22 0 0 16 0 9 0 21648080 889593856 27022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18091] ppid=18087 vsize=868744 CPUtime=0
/proc/18088/task/18091/stat : 18091 (java) S 18087 18074 16881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21648080 889593856 27022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18092] ppid=18087 vsize=868744 CPUtime=0
/proc/18088/task/18092/stat : 18092 (java) S 18087 18074 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21648080 889593856 27022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18093] ppid=18087 vsize=868744 CPUtime=0
/proc/18088/task/18093/stat : 18093 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21648082 889593856 27022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18094] ppid=18087 vsize=868744 CPUtime=0.23
/proc/18088/task/18094/stat : 18094 (java) S 18087 18074 16881 0 -1 64 1532 0 0 0 23 0 0 0 17 0 9 0 21648082 889593856 27022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18095] ppid=18087 vsize=868744 CPUtime=0
/proc/18088/task/18095/stat : 18095 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21648082 889593856 27022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18088/tid=18096] ppid=18087 vsize=868744 CPUtime=0
/proc/18088/task/18096/stat : 18096 (java) S 18087 18074 16881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21648082 889593856 27022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 890968

[startup+51.1029 s]
/proc/loadavg: 2.09 2.12 2.06 3/86 18096
/proc/meminfo: memFree=1435680/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=1.33
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1310 9623 0 1 6 1 118 8 16 0 1 0 21647938 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1111 409 3 0 796 0
[pid=18087] ppid=18074 vsize=5356 CPUtime=0
/proc/18087/stat : 18087 (sh) S 18074 18074 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21648077 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18087/statm: 1339 233 193 169 0 50 0
[pid=18088] ppid=18087 vsize=868744 CPUtime=49.39
/proc/18088/stat : 18088 (java) S 18087 18074 16881 0 -1 0 40884 0 1 0 4869 70 0 0 20 0 9 0 21648078 889593856 27022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18088/statm: 217186 27022 2591 9 0 211663 0

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

/proc/meminfo: memFree=1230432/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=141.79
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1365 51929 0 2 6 1 13973 199 17 0 1 0 21647938 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1113 409 3 0 796 0
[pid=18097] ppid=18074 vsize=5356 CPUtime=0
/proc/18097/stat : 18097 (sh) S 18074 18074 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21662358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18097/statm: 1339 232 193 169 0 50 0
[pid=18098] ppid=18097 vsize=379636 CPUtime=1152.38
/proc/18098/stat : 18098 (picosat) R 18097 18074 16881 0 -1 4194304 89606 0 0 0 109934 5304 0 0 25 0 1 0 21662358 388747264 89531 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 0 0 0
/proc/18098/statm: 94909 89531 48 102 0 94804 0
Current children cumulated CPU time (s) 1294.17
Current children cumulated vsize (KiB) 401860

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/86 18270
/proc/meminfo: memFree=1228896/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=141.79
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1365 51929 0 2 6 1 13973 199 17 0 1 0 21647938 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1113 409 3 0 796 0
[pid=18097] ppid=18074 vsize=5356 CPUtime=0
/proc/18097/stat : 18097 (sh) S 18074 18074 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21662358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18097/statm: 1339 232 193 169 0 50 0
[pid=18098] ppid=18097 vsize=381200 CPUtime=1212.1
/proc/18098/stat : 18098 (picosat) R 18097 18074 16881 0 -1 4194304 89997 0 0 0 115905 5305 0 0 25 0 1 0 21662358 390348800 89922 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/18098/statm: 95300 89922 48 102 0 95195 0
Current children cumulated CPU time (s) 1353.89
Current children cumulated vsize (KiB) 403424

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/86 18270
/proc/meminfo: memFree=1226720/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=141.79
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1365 51929 0 2 6 1 13973 199 17 0 1 0 21647938 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1113 409 3 0 796 0
[pid=18097] ppid=18074 vsize=5356 CPUtime=0
/proc/18097/stat : 18097 (sh) S 18074 18074 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21662358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18097/statm: 1339 232 193 169 0 50 0
[pid=18098] ppid=18097 vsize=383156 CPUtime=1271.81
/proc/18098/stat : 18098 (picosat) R 18097 18074 16881 0 -1 4194304 90482 0 0 0 121875 5306 0 0 25 0 1 0 21662358 392351744 90407 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18098/statm: 95789 90407 48 102 0 95684 0
Current children cumulated CPU time (s) 1413.6
Current children cumulated vsize (KiB) 405380

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.02 3/86 18270
/proc/meminfo: memFree=1224736/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=141.79
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1365 51929 0 2 6 1 13973 199 17 0 1 0 21647938 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1113 409 3 0 796 0
[pid=18097] ppid=18074 vsize=5356 CPUtime=0
/proc/18097/stat : 18097 (sh) S 18074 18074 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21662358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18097/statm: 1339 232 193 169 0 50 0
[pid=18098] ppid=18097 vsize=385244 CPUtime=1331.53
/proc/18098/stat : 18098 (picosat) R 18097 18074 16881 0 -1 4194304 90985 0 0 0 127846 5307 0 0 25 0 1 0 21662358 394489856 90910 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/18098/statm: 96311 90910 48 102 0 96206 0
Current children cumulated CPU time (s) 1473.32
Current children cumulated vsize (KiB) 407468

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/86 18270
/proc/meminfo: memFree=1223200/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=141.79
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1365 51929 0 2 6 1 13973 199 17 0 1 0 21647938 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1113 409 3 0 796 0
[pid=18097] ppid=18074 vsize=5356 CPUtime=0
/proc/18097/stat : 18097 (sh) S 18074 18074 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21662358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18097/statm: 1339 232 193 169 0 50 0
[pid=18098] ppid=18097 vsize=386680 CPUtime=1391.26
/proc/18098/stat : 18098 (picosat) R 18097 18074 16881 0 -1 4194304 91357 0 0 0 133818 5308 0 0 25 0 1 0 21662358 395960320 91282 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/18098/statm: 96670 91282 48 102 0 96565 0
Current children cumulated CPU time (s) 1533.05
Current children cumulated vsize (KiB) 408904

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.01 3/86 18270
/proc/meminfo: memFree=1221280/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=141.79
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1365 51929 0 2 6 1 13973 199 17 0 1 0 21647938 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1113 409 3 0 796 0
[pid=18097] ppid=18074 vsize=5356 CPUtime=0
/proc/18097/stat : 18097 (sh) S 18074 18074 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21662358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18097/statm: 1339 232 193 169 0 50 0
[pid=18098] ppid=18097 vsize=388504 CPUtime=1450.98
/proc/18098/stat : 18098 (picosat) R 18097 18074 16881 0 -1 4194304 91820 0 0 0 139790 5308 0 0 25 0 1 0 21662358 397828096 91745 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/18098/statm: 97126 91745 48 102 0 97021 0
Current children cumulated CPU time (s) 1592.77
Current children cumulated vsize (KiB) 410728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 18270
/proc/meminfo: memFree=1219296/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=141.79
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1365 51929 0 2 6 1 13973 199 17 0 1 0 21647938 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1113 409 3 0 796 0
[pid=18097] ppid=18074 vsize=5356 CPUtime=0
/proc/18097/stat : 18097 (sh) S 18074 18074 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21662358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18097/statm: 1339 232 193 169 0 50 0
[pid=18098] ppid=18097 vsize=390476 CPUtime=1510.7
/proc/18098/stat : 18098 (picosat) R 18097 18074 16881 0 -1 4194304 92298 0 0 0 145761 5309 0 0 25 0 1 0 21662358 399847424 92223 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 0 0 0
/proc/18098/statm: 97619 92223 48 102 0 97514 0
Current children cumulated CPU time (s) 1652.49
Current children cumulated vsize (KiB) 412700

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 18270
/proc/meminfo: memFree=1217056/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=141.79
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1365 51929 0 2 6 1 13973 199 17 0 1 0 21647938 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1113 409 3 0 796 0
[pid=18097] ppid=18074 vsize=5356 CPUtime=0
/proc/18097/stat : 18097 (sh) S 18074 18074 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21662358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18097/statm: 1339 232 193 169 0 50 0
[pid=18098] ppid=18097 vsize=392680 CPUtime=1570.41
/proc/18098/stat : 18098 (picosat) R 18097 18074 16881 0 -1 4194304 92872 0 0 0 151732 5309 0 0 25 0 1 0 21662358 402104320 92797 996147200 134512640 134931368 4294956256 18446744073709551615 134529466 0 0 4096 0 0 0 0 17 0 0 0
/proc/18098/statm: 98170 92797 48 102 0 98065 0
Current children cumulated CPU time (s) 1712.2
Current children cumulated vsize (KiB) 414904

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 18270
/proc/meminfo: memFree=1215968/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=141.79
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1365 51929 0 2 6 1 13973 199 17 0 1 0 21647938 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1113 409 3 0 796 0
[pid=18097] ppid=18074 vsize=5356 CPUtime=0
/proc/18097/stat : 18097 (sh) S 18074 18074 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21662358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18097/statm: 1339 232 193 169 0 50 0
[pid=18098] ppid=18097 vsize=393604 CPUtime=1630.13
/proc/18098/stat : 18098 (picosat) R 18097 18074 16881 0 -1 4194304 93095 0 0 0 157703 5310 0 0 25 0 1 0 21662358 403050496 93020 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18098/statm: 98401 93020 48 102 0 98296 0
Current children cumulated CPU time (s) 1771.92
Current children cumulated vsize (KiB) 415828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 18270
/proc/meminfo: memFree=1215968/2055920 swapFree=4192812/4192956
[pid=18074] ppid=18072 vsize=16868 CPUtime=141.79
/proc/18074/stat : 18074 (sugar) S 18072 18074 16881 0 -1 4194304 1365 51929 0 2 6 1 13973 199 17 0 1 0 21647938 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18074/statm: 4217 1113 409 3 0 796 0
[pid=18097] ppid=18074 vsize=5356 CPUtime=0
/proc/18097/stat : 18097 (sh) S 18074 18074 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21662358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18097/statm: 1339 232 193 169 0 50 0
[pid=18098] ppid=18097 vsize=393604 CPUtime=1658.29
/proc/18098/stat : 18098 (picosat) R 18097 18074 16881 0 -1 4194304 93095 0 0 0 160519 5310 0 0 25 0 1 0 21662358 403050496 93020 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/18098/statm: 98401 93020 48 102 0 98296 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 415828

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18074 and gives
#  childrusage.ru_utime.tv_sec=139
#  childrusage.ru_utime.tv_usec=806746
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=14693
# CPU time returned by wait4() is 141.821
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.67
CPU time (s): 1800.08
CPU user time (s): 1744.98
CPU system time (s): 55.1
CPU usage (%): 99.4149
Max. virtual memory (cumulated for all children) (KiB): 911848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.807
system time used= 2.01469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53688
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= 21987
involuntary context switches= 23622

runsolver used 2.5956 second user time and 5.18921 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-11 22:57:06
IDJOB=2068056
IDBENCH=54789
IDSOLVER=738
FILE ID=node84/2068056-1247345825
PBS_JOBID= 9506769
Free space on /tmp= 66288 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-air04.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068056-1247345825/watcher-2068056-1247345825 -o /tmp/evaluation-result-2068056-1247345825/solver-2068056-1247345825 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2068056-1247345825.xml

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

MD5SUM BENCH= 1c33d5c6f9f3c2f4aba8109c35a09670
RANDOM SEED=1056750681

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1603352 kB
Buffers:         29560 kB
Cached:          97736 kB
SwapCached:          0 kB
Active:         355628 kB
Inactive:        40152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5028 kB
Writeback:           0 kB
Mapped:         279704 kB
Slab:            41592 kB
Committed_AS:   400172 kB
PageTables:       2268 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= 66288 MiB
End job on node84 at 2009-07-11 23:27:18