Trace number 2068914

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? 256.722 860.987

General information on the benchmark

Namecsp/tdsp/
normalized-C7-2-241.xml
MD5SUM8d8cf1b474fe7a5bceeecee77718d1b9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables593
Number of constraints19700
Maximum constraint arity6
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19700
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 23:47:58 2009
0.00/0.07	c 0	PID 15744
0.06/0.07	c 0	HOST node88.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2068914-1247348878.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-2068914-1247348878.xml' 'HOME/temp.csp'
1.46/1.52	c 2	5 domains, 593 variables, 2 predicates, 0 relations, 19700 constraints
1.46/1.54	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.46/1.54	c 2	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.49/1.62	c 2	Parsing HOME/temp.csp
1.49/1.87	c 2	parsed 10000 expressions
1.49/2.08	c 2	parsed 20000 expressions
1.49/2.08	c 2	parsed 20300 expressions
1.49/2.09	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/2.09	c 2	Converting to clausal form CSP
2.42/2.52	c 3	converted 2030 (10%) expressions
2.53/2.67	c 3	converted 4060 (20%) expressions
2.72/2.82	c 3	converted 6090 (30%) expressions
2.82/2.96	c 3	converted 8120 (40%) expressions
3.12/3.25	c 3	converted 10150 (50%) expressions
3.22/3.39	c 4	converted 12180 (60%) expressions
3.42/3.54	c 4	converted 14210 (70%) expressions
3.52/3.69	c 4	converted 16240 (80%) expressions
3.71/3.84	c 4	converted 18270 (90%) expressions
3.81/3.98	c 4	converted 20300 (100%) expressions
3.81/3.98	c 4	CSP : 977 integers, 0 booleans, 20448 clauses, largest domain size 241
3.81/3.98	c 4	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.81/3.98	c 4	Propagation in CSP
3.92/4.03	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.92/4.03	c 4	CSP : 977 integers, 0 booleans, 20448 clauses, largest domain size 241
3.92/4.03	c 4	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.92/4.05	c 4	Simplifing CSP by introducing new Boolean variables
4.51/4.60	c 5	CSP : 977 integers, 77224 booleans, 97672 clauses, largest domain size 241
4.51/4.60	c 5	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.70/4.89	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.81/4.93	c 5	98 (10%) CSP integer variables are encoded (12392 clauses, 163902 bytes)
4.81/4.95	c 5	196 (20%) CSP integer variables are encoded (25055 clauses, 353847 bytes)
4.81/4.96	c 5	294 (30%) CSP integer variables are encoded (37589 clauses, 541857 bytes)
4.81/4.98	c 5	391 (40%) CSP integer variables are encoded (50070 clauses, 729072 bytes)
4.81/4.99	c 5	489 (50%) CSP integer variables are encoded (62581 clauses, 916737 bytes)
4.91/5.01	c 5	587 (60%) CSP integer variables are encoded (75239 clauses, 1106607 bytes)
4.91/5.01	c 5	684 (70%) CSP integer variables are encoded (77256 clauses, 1136862 bytes)
4.91/5.01	c 5	782 (80%) CSP integer variables are encoded (78324 clauses, 1152882 bytes)
4.91/5.01	c 5	880 (90%) CSP integer variables are encoded (79695 clauses, 1173447 bytes)
4.91/5.01	c 5	977 (100%) CSP integer variables are encoded (80857 clauses, 1190877 bytes)
47.38/51.51	c 52	9768 (10%) CSP clauses are encoded (21099696 clauses, 544539597 bytes)
84.46/95.85	c 96	19535 (20%) CSP clauses are encoded (39204988 clauses, 1022184964 bytes)
118.49/316.07	c 316	29302 (30%) CSP clauses are encoded (55255448 clauses, 1459199129 bytes)
166.71/369.01	c 369	39069 (40%) CSP clauses are encoded (77101320 clauses, 2082260035 bytes)
212.82/696.11	c 696	48836 (50%) CSP clauses are encoded (97700144 clauses, 2669253063 bytes)
255.48/745.06	c 745	ERROR Exception Too large HOME/temp.cnf
255.48/745.06	c 745	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
255.48/745.06	c 745	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
255.48/745.06	c 745	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
255.48/745.06	s UNKNOWN
255.56/749.25	c 749	CPU 255.57 (0.05 0.02 235.58 19.92)
255.56/749.25	c 749	END Sun Jul 12 00:00:27 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-2068914-1247348878/watcher-2068914-1247348878 -o /tmp/evaluation-result-2068914-1247348878/solver-2068914-1247348878 -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-2068914-1247348878.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.77 1.95 1.98 3/77 15744
/proc/meminfo: memFree=1843552/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=24 CPUtime=0
/proc/15744/stat : 15744 (sugar) R 15742 15744 15707 0 -1 4194304 16 0 0 0 0 0 0 0 20 0 1 0 21953002 24576 2 996147200 0 0 548682069409 18446744073709551615 270187162919 0 0 4096 0 0 0 0 17 1 0 0
/proc/15744/statm: 6 2 0 0 0 1 0

[startup+0.0767521 s]
/proc/loadavg: 1.77 1.95 1.98 3/77 15744
/proc/meminfo: memFree=1843552/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16740 CPUtime=0.06
/proc/15744/stat : 15744 (sugar) S 15742 15744 15707 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 21953002 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15744/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102497 s]
/proc/loadavg: 1.77 1.95 1.98 3/77 15744
/proc/meminfo: memFree=1843552/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=0.06
/proc/15744/stat : 15744 (sugar) S 15742 15744 15707 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21953002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15744/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301516 s]
/proc/loadavg: 1.77 1.95 1.98 3/77 15744
/proc/meminfo: memFree=1843552/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=0.06
/proc/15744/stat : 15744 (sugar) S 15742 15744 15707 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21953002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15744/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702563 s]
/proc/loadavg: 1.77 1.95 1.98 3/77 15744
/proc/meminfo: memFree=1843552/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=0.06
/proc/15744/stat : 15744 (sugar) S 15742 15744 15707 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21953002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15744/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50265 s]
/proc/loadavg: 1.77 1.95 1.98 3/88 15756
/proc/meminfo: memFree=1813512/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=0.06
/proc/15744/stat : 15744 (sugar) S 15742 15744 15707 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21953002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15744/statm: 4217 1111 409 3 0 796 0
[pid=15747] ppid=15744 vsize=5356 CPUtime=0
/proc/15747/stat : 15747 (sh) S 15744 15744 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21953010 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15747/statm: 1339 233 193 169 0 50 0
[pid=15748] ppid=15747 vsize=864788 CPUtime=1.4
/proc/15748/stat : 15748 (java) S 15747 15744 15707 0 -1 0 13296 0 1 0 133 7 0 0 18 0 9 0 21953010 885542912 11325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15748/statm: 216197 11325 2557 9 0 210709 0
[pid=15748/tid=15749] ppid=15747 vsize=864788 CPUtime=0.85
/proc/15748/task/15749/stat : 15749 (java) R 15747 15744 15707 0 -1 64 3070 0 1 0 83 2 0 0 25 0 9 0 21953011 885542912 11325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15750] ppid=15747 vsize=864788 CPUtime=0.39
/proc/15748/task/15750/stat : 15750 (java) S 15747 15744 15707 0 -1 64 8991 0 0 0 36 3 0 0 16 0 9 0 21953012 885542912 11325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15751] ppid=15747 vsize=864788 CPUtime=0
/proc/15748/task/15751/stat : 15751 (java) S 15747 15744 15707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21953012 885542912 11325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15752] ppid=15747 vsize=864788 CPUtime=0
/proc/15748/task/15752/stat : 15752 (java) S 15747 15744 15707 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21953012 885542912 11325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15753] ppid=15747 vsize=864788 CPUtime=0
/proc/15748/task/15753/stat : 15753 (java) S 15747 15744 15707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953015 885542912 11325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15754] ppid=15747 vsize=864788 CPUtime=0.13
/proc/15748/task/15754/stat : 15754 (java) S 15747 15744 15707 0 -1 64 531 0 0 0 13 0 0 0 16 0 9 0 21953015 885542912 11325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15755] ppid=15747 vsize=864788 CPUtime=0
/proc/15748/task/15755/stat : 15755 (java) S 15747 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953015 885542912 11325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15756] ppid=15747 vsize=864788 CPUtime=0
/proc/15748/task/15756/stat : 15756 (java) S 15747 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953015 885542912 11325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887012

[startup+3.10184 s]
/proc/loadavg: 1.77 1.95 1.98 3/88 15766
/proc/meminfo: memFree=1820744/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=1.49
/proc/15744/stat : 15744 (sugar) S 15742 15744 15707 0 -1 4194304 1309 13721 0 1 5 1 135 8 16 0 1 0 21953002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15744/statm: 4217 1111 409 3 0 796 0
[pid=15757] ppid=15744 vsize=5356 CPUtime=0
/proc/15757/stat : 15757 (sh) S 15744 15744 15707 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 21953157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15757/statm: 1339 233 193 169 0 50 0
[pid=15758] ppid=15757 vsize=868892 CPUtime=1.53
/proc/15758/stat : 15758 (java) S 15757 15744 15707 0 -1 0 11977 0 1 0 148 5 0 0 18 0 9 0 21953157 889745408 11095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15758/statm: 217223 11095 2566 9 0 211728 0
[pid=15758/tid=15759] ppid=15757 vsize=868892 CPUtime=0.89
/proc/15758/task/15759/stat : 15759 (java) R 15757 15744 15707 0 -1 64 2737 0 1 0 87 2 0 0 23 0 9 0 21953158 889745408 11095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15760] ppid=15757 vsize=868892 CPUtime=0.48
/proc/15758/task/15760/stat : 15760 (java) R 15757 15744 15707 0 -1 64 7065 0 0 0 46 2 0 0 16 0 9 0 21953159 889745408 11095 996147200 134512640 134550932 4294955936 18446744073709551615 104190743 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15761] ppid=15757 vsize=868892 CPUtime=0
/proc/15758/task/15761/stat : 15761 (java) S 15757 15744 15707 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953159 889745408 11095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15762] ppid=15757 vsize=868892 CPUtime=0
/proc/15758/task/15762/stat : 15762 (java) S 15757 15744 15707 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21953159 889745408 11095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15763] ppid=15757 vsize=868892 CPUtime=0
/proc/15758/task/15763/stat : 15763 (java) S 15757 15744 15707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953161 889745408 11095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15764] ppid=15757 vsize=868892 CPUtime=0.14
/proc/15758/task/15764/stat : 15764 (java) S 15757 15744 15707 0 -1 64 1473 0 0 0 14 0 0 0 16 0 9 0 21953161 889745408 11095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15765] ppid=15757 vsize=868892 CPUtime=0
/proc/15758/task/15765/stat : 15765 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953161 889745408 11095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15766] ppid=15757 vsize=868892 CPUtime=0
/proc/15758/task/15766/stat : 15766 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953161 889745408 11095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 891116

[startup+6.30221 s]
/proc/loadavg: 1.87 1.97 1.99 4/88 15766
/proc/meminfo: memFree=1761480/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=1.5
/proc/15744/stat : 15744 (sugar) S 15742 15744 15707 0 -1 4194304 1310 13721 0 1 5 2 135 8 15 0 1 0 21953002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15744/statm: 4217 1111 409 3 0 796 0
[pid=15757] ppid=15744 vsize=5356 CPUtime=0
/proc/15757/stat : 15757 (sh) S 15744 15744 15707 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 21953157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15757/statm: 1339 233 193 169 0 50 0
[pid=15758] ppid=15757 vsize=868752 CPUtime=4.05
/proc/15758/stat : 15758 (java) S 15757 15744 15707 0 -1 0 22058 0 1 0 390 15 0 0 18 0 9 0 21953157 889602048 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15758/statm: 217188 20490 2590 9 0 211665 0
[pid=15758/tid=15759] ppid=15757 vsize=868752 CPUtime=2.39
/proc/15758/task/15759/stat : 15759 (java) D 15757 15744 15707 0 -1 64 3364 0 1 0 231 8 0 0 25 0 9 0 21953158 889602048 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=15758/tid=15760] ppid=15757 vsize=868752 CPUtime=1.43
/proc/15758/task/15760/stat : 15760 (java) S 15757 15744 15707 0 -1 64 16469 0 0 0 137 6 0 0 15 0 9 0 21953159 889602048 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15761] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15761/stat : 15761 (java) S 15757 15744 15707 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15762] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15762/stat : 15762 (java) S 15757 15744 15707 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15763] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15763/stat : 15763 (java) S 15757 15744 15707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953161 889602048 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15764] ppid=15757 vsize=868752 CPUtime=0.2
/proc/15758/task/15764/stat : 15764 (java) S 15757 15744 15707 0 -1 64 1523 0 0 0 20 0 0 0 16 0 9 0 21953161 889602048 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15765] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15765/stat : 15765 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953161 889602048 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15766] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15766/stat : 15766 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953161 889602048 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 890976

[startup+12.7019 s]
/proc/loadavg: 1.88 1.97 1.99 3/88 15766
/proc/meminfo: memFree=1685000/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=1.5
/proc/15744/stat : 15744 (sugar) S 15742 15744 15707 0 -1 4194304 1310 13721 0 1 5 2 135 8 15 0 1 0 21953002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15744/statm: 4217 1111 409 3 0 796 0
[pid=15757] ppid=15744 vsize=5356 CPUtime=0
/proc/15757/stat : 15757 (sh) S 15744 15744 15707 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 21953157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15757/statm: 1339 233 193 169 0 50 0
[pid=15758] ppid=15757 vsize=868752 CPUtime=10.35
/proc/15758/stat : 15758 (java) S 15757 15744 15707 0 -1 0 22531 0 1 0 973 62 0 0 18 0 9 0 21953157 889602048 20491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15758/statm: 217188 20491 2590 9 0 211665 0
[pid=15758/tid=15759] ppid=15757 vsize=868752 CPUtime=8.45
/proc/15758/task/15759/stat : 15759 (java) R 15757 15744 15707 0 -1 64 3836 0 1 0 794 51 0 0 25 0 9 0 21953158 889602048 20491 996147200 134512640 134550932 4294955936 18446744073709551615 102094014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15760] ppid=15757 vsize=868752 CPUtime=1.67
/proc/15758/task/15760/stat : 15760 (java) S 15757 15744 15707 0 -1 64 16469 0 0 0 158 9 0 0 16 0 9 0 21953159 889602048 20491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15761] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15761/stat : 15761 (java) S 15757 15744 15707 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15762] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15762/stat : 15762 (java) S 15757 15744 15707 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15763] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15763/stat : 15763 (java) S 15757 15744 15707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953161 889602048 20491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15764] ppid=15757 vsize=868752 CPUtime=0.2
/proc/15758/task/15764/stat : 15764 (java) S 15757 15744 15707 0 -1 64 1524 0 0 0 20 0 0 0 16 0 9 0 21953161 889602048 20491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15765] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15765/stat : 15765 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953161 889602048 20491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15766] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15766/stat : 15766 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953161 889602048 20491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 890976

[startup+25.5024 s]
/proc/loadavg: 2.36 2.07 2.02 3/88 15766
/proc/meminfo: memFree=1533192/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=1.5
/proc/15744/stat : 15744 (sugar) S 15742 15744 15707 0 -1 4194304 1310 13721 0 1 5 2 135 8 15 0 1 0 21953002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15744/statm: 4217 1111 409 3 0 796 0
[pid=15757] ppid=15744 vsize=5356 CPUtime=0
/proc/15757/stat : 15757 (sh) S 15744 15744 15707 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 21953157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15757/statm: 1339 233 193 169 0 50 0
[pid=15758] ppid=15757 vsize=868752 CPUtime=21.47
/proc/15758/stat : 15758 (java) S 15757 15744 15707 0 -1 0 23365 0 1 0 1999 148 0 0 18 0 9 0 21953157 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15758/statm: 217188 20493 2590 9 0 211665 0
[pid=15758/tid=15759] ppid=15757 vsize=868752 CPUtime=19.15
/proc/15758/task/15759/stat : 15759 (java) R 15757 15744 15707 0 -1 64 4668 0 1 0 1782 133 0 0 25 0 9 0 21953158 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15760] ppid=15757 vsize=868752 CPUtime=2.09
/proc/15758/task/15760/stat : 15760 (java) S 15757 15744 15707 0 -1 64 16469 0 0 0 195 14 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15761] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15761/stat : 15761 (java) S 15757 15744 15707 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15762] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15762/stat : 15762 (java) S 15757 15744 15707 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15763] ppid=15757 vsize=868752 CPUtime=0

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

/proc/15758/stat : 15758 (java) S 15757 15744 15707 0 -1 0 36489 0 1 0 19319 1646 0 0 18 0 9 0 21953157 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15758/statm: 217188 20493 2590 9 0 211665 0
[pid=15758/tid=15759] ppid=15757 vsize=868752 CPUtime=201.03
/proc/15758/task/15759/stat : 15759 (java) D 15757 15744 15707 0 -1 64 17792 0 1 0 18561 1542 0 0 25 0 9 0 21953158 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=15758/tid=15760] ppid=15757 vsize=868752 CPUtime=8.38
/proc/15758/task/15760/stat : 15760 (java) S 15757 15744 15707 0 -1 64 16469 0 0 0 736 102 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15761] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15761/stat : 15761 (java) S 15757 15744 15707 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15762] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15762/stat : 15762 (java) S 15757 15744 15707 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15763] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15763/stat : 15763 (java) S 15757 15744 15707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15764] ppid=15757 vsize=868752 CPUtime=0.21
/proc/15758/task/15764/stat : 15764 (java) S 15757 15744 15707 0 -1 64 1526 0 0 0 21 0 0 0 16 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15765] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15765/stat : 15765 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15766] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15766/stat : 15766 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.15
Current children cumulated vsize (KiB) 890976
heavy processes:

[startup+642.302 s]
/proc/loadavg: 6.30 6.26 4.34 2/90 15860
/proc/meminfo: memFree=37368/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=1.5
/proc/15744/stat : 15744 (sugar) S 15742 15744 15707 0 -1 4194304 1310 13721 0 1 5 2 135 8 16 0 1 0 21953002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15744/statm: 4217 1111 409 3 0 796 0
[pid=15757] ppid=15744 vsize=5356 CPUtime=0
/proc/15757/stat : 15757 (sh) S 15744 15744 15707 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 21953157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15757/statm: 1339 233 193 169 0 50 0
[pid=15758] ppid=15757 vsize=868752 CPUtime=209.65
/proc/15758/stat : 15758 (java) S 15757 15744 15707 0 -1 0 36489 0 1 0 19319 1646 0 0 18 0 9 0 21953157 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15758/statm: 217188 20493 2590 9 0 211665 0
[pid=15758/tid=15759] ppid=15757 vsize=868752 CPUtime=201.03
/proc/15758/task/15759/stat : 15759 (java) D 15757 15744 15707 0 -1 64 17792 0 1 0 18561 1542 0 0 25 0 9 0 21953158 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=15758/tid=15760] ppid=15757 vsize=868752 CPUtime=8.38
/proc/15758/task/15760/stat : 15760 (java) S 15757 15744 15707 0 -1 64 16469 0 0 0 736 102 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15761] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15761/stat : 15761 (java) S 15757 15744 15707 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15762] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15762/stat : 15762 (java) S 15757 15744 15707 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15763] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15763/stat : 15763 (java) S 15757 15744 15707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15764] ppid=15757 vsize=868752 CPUtime=0.21
/proc/15758/task/15764/stat : 15764 (java) S 15757 15744 15707 0 -1 64 1526 0 0 0 21 0 0 0 16 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15765] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15765/stat : 15765 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15766] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15766/stat : 15766 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.15
Current children cumulated vsize (KiB) 890976
heavy processes:

[startup+702.302 s]
/proc/loadavg: 5.85 6.16 4.42 3/87 15860
/proc/meminfo: memFree=15816/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=1.5
/proc/15744/stat : 15744 (sugar) S 15742 15744 15707 0 -1 4194304 1310 13721 0 1 5 2 135 8 16 0 1 0 21953002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15744/statm: 4217 1111 409 3 0 796 0
[pid=15757] ppid=15744 vsize=5356 CPUtime=0
/proc/15757/stat : 15757 (sh) S 15744 15744 15707 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 21953157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15757/statm: 1339 233 193 169 0 50 0
[pid=15758] ppid=15757 vsize=868752 CPUtime=217.47
/proc/15758/stat : 15758 (java) S 15757 15744 15707 0 -1 0 37027 0 1 0 20042 1705 0 0 18 0 9 0 21953157 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15758/statm: 217188 20493 2590 9 0 211665 0
[pid=15758/tid=15759] ppid=15757 vsize=868752 CPUtime=208.58
/proc/15758/task/15759/stat : 15759 (java) R 15757 15744 15707 0 -1 64 18330 0 1 0 19261 1597 0 0 25 0 9 0 21953158 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4126432313 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15758/tid=15760] ppid=15757 vsize=868752 CPUtime=8.64
/proc/15758/task/15760/stat : 15760 (java) S 15757 15744 15707 0 -1 64 16469 0 0 0 758 106 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15758/tid=15761] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15761/stat : 15761 (java) S 15757 15744 15707 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15762] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15762/stat : 15762 (java) S 15757 15744 15707 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21953159 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15763] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15763/stat : 15763 (java) S 15757 15744 15707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15764] ppid=15757 vsize=868752 CPUtime=0.21
/proc/15758/task/15764/stat : 15764 (java) S 15757 15744 15707 0 -1 64 1526 0 0 0 21 0 0 0 16 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15765] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15765/stat : 15765 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15758/tid=15766] ppid=15757 vsize=868752 CPUtime=0
/proc/15758/task/15766/stat : 15766 (java) S 15757 15744 15707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953161 889602048 20493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.97
Current children cumulated vsize (KiB) 890976
heavy processes:

[startup+762.307 s]
/proc/loadavg: 6.68 6.33 4.59 2/79 15869
/proc/meminfo: memFree=88456/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=255.57
/proc/15744/stat : 15744 (sugar) D 15742 15744 15707 0 -1 4194304 1335 53562 0 2 5 2 23558 1992 15 0 1 0 21953002 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15744/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 255.57
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+822.302 s]
/proc/loadavg: 5.31 6.00 4.58 2/78 15875
/proc/meminfo: memFree=1782096/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=256.44
/proc/15744/stat : 15744 (sugar) D 15742 15744 15707 0 -1 4194304 1335 53562 0 2 5 89 23558 1992 15 0 1 0 21953002 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15744/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.44
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+844.701 s]
/proc/loadavg: 4.86 5.84 4.56 2/77 15875
/proc/meminfo: memFree=1873176/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=256.48
/proc/15744/stat : 15744 (sugar) D 15742 15744 15707 0 -1 4194304 1335 53562 0 2 5 93 23558 1992 15 0 1 0 21953002 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15744/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.48
Current children cumulated vsize (KiB) 16868

[startup+851.101 s]
/proc/loadavg: 4.71 5.79 4.55 2/75 15875
/proc/meminfo: memFree=1884776/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=256.49
/proc/15744/stat : 15744 (sugar) D 15742 15744 15707 0 -1 4194304 1335 53562 0 2 5 94 23558 1992 15 0 1 0 21953002 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15744/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.49
Current children cumulated vsize (KiB) 16868

[startup+857.502 s]
/proc/loadavg: 4.57 5.74 4.54 2/74 15875
/proc/meminfo: memFree=1912952/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=256.5
/proc/15744/stat : 15744 (sugar) D 15742 15744 15707 0 -1 4194304 1335 53562 0 2 5 95 23558 1992 15 0 1 0 21953002 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15744/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.5
Current children cumulated vsize (KiB) 16868

[startup+859.106 s]
/proc/loadavg: 4.57 5.74 4.54 2/74 15875
/proc/meminfo: memFree=1923512/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=256.5
/proc/15744/stat : 15744 (sugar) D 15742 15744 15707 0 -1 4194304 1335 53562 0 2 5 95 23558 1992 15 0 1 0 21953002 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15744/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.5
Current children cumulated vsize (KiB) 16868

[startup+859.901 s]
/proc/loadavg: 4.57 5.74 4.54 2/74 15875
/proc/meminfo: memFree=1923512/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=256.5
/proc/15744/stat : 15744 (sugar) D 15742 15744 15707 0 -1 4194304 1335 53562 0 2 5 95 23558 1992 15 0 1 0 21953002 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15744/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.5
Current children cumulated vsize (KiB) 16868

[startup+860.762 s]
/proc/loadavg: 4.44 5.70 4.54 2/74 15875
/proc/meminfo: memFree=1926328/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=256.69
/proc/15744/stat : 15744 (sugar) D 15742 15744 15707 0 -1 4194304 1335 53562 0 2 5 114 23558 1992 15 0 1 0 21953002 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15744/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.69
Current children cumulated vsize (KiB) 16868

[startup+860.901 s]
/proc/loadavg: 4.44 5.70 4.54 2/74 15875
/proc/meminfo: memFree=1926328/2055920 swapFree=4192812/4192956
[pid=15744] ppid=15742 vsize=16868 CPUtime=256.69
/proc/15744/stat : 15744 (sugar) D 15742 15744 15707 0 -1 4194304 1335 53562 0 2 5 114 23558 1992 15 0 1 0 21953002 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15744/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.69
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 860.987
CPU time (s): 256.722
CPU user time (s): 235.645
CPU system time (s): 21.0768
CPU usage (%): 29.8172
Max. virtual memory (cumulated for all children) (KiB): 891868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 235.645
system time used= 21.0768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54958
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= 175961
involuntary context switches= 172092

runsolver used 1.05284 second user time and 2.93555 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-11 23:47:58
IDJOB=2068914
IDBENCH=54955
IDSOLVER=738
FILE ID=node88/2068914-1247348878
PBS_JOBID= 9506876
Free space on /tmp= 66080 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-2-241.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-2068914-1247348878/watcher-2068914-1247348878 -o /tmp/evaluation-result-2068914-1247348878/solver-2068914-1247348878 -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-2068914-1247348878.xml

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

MD5SUM BENCH= 8d8cf1b474fe7a5bceeecee77718d1b9
RANDOM SEED=1885257901

node88.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.222
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.222
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:       1843968 kB
Buffers:         33952 kB
Cached:          99124 kB
SwapCached:          0 kB
Active:         114752 kB
Inactive:        46816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4744 kB
Writeback:           0 kB
Mapped:          39152 kB
Slab:            35600 kB
Committed_AS:   272660 kB
PageTables:       1864 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= 66080 MiB
End job on node88 at 2009-07-12 00:02:19