Trace number 1048550

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+minisatUNSAT 781.079 782.18

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-7_ext.xml
MD5SUMbc3f60bbd32d27cf2d8dbfd0a1f81e08
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.729888
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.05	c 0	Sugar v1-13 + HOME/minisat
0.03/0.05	c 0	BEGIN Thu Jul  3 02:02:12 2008
0.03/0.05	c 0	PID 9565
0.03/0.05	c 0	HOST node49.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1048550-1215043332.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1048550-1215043332.xml' 'HOME/temp.csp'
0.04/0.88	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.04/0.90	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.85/0.90	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.85/0.98	c 1	Parsing HOME/temp.csp
1.53/1.62	c 2	parsed 31 expressions
1.53/1.63	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.53/1.63	c 2	Converting to clausal form CSP
1.53/1.65	c 2	converted 4 (10%) expressions
1.53/1.65	c 2	converted 7 (20%) expressions
1.53/1.65	c 2	converted 10 (30%) expressions
1.53/1.65	c 2	converted 13 (40%) expressions
1.53/1.65	c 2	converted 16 (50%) expressions
1.53/1.65	c 2	converted 19 (60%) expressions
1.53/1.66	c 2	converted 22 (70%) expressions
1.63/1.77	c 2	converted 25 (80%) expressions
2.22/2.31	c 3	converted 28 (90%) expressions
2.92/3.06	c 3	converted 31 (100%) expressions
2.92/3.06	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.92/3.06	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.92/3.06	c 3	Propagation in CSP
2.92/3.06	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.92/3.06	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.92/3.06	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.92/3.06	c 3	Simplifing CSP by introducing new Boolean variables
2.92/3.07	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.92/3.07	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.22/3.34	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.22/3.35	c 4	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
3.22/3.35	c 4	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
3.22/3.35	c 4	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.22/3.35	c 4	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.22/3.35	c 4	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
3.22/3.35	c 4	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
3.22/3.35	c 4	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
3.22/3.35	c 4	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.22/3.36	c 4	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
3.22/3.36	c 4	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
152.64/153.16	c 153	1 (10%) CSP clauses are encoded (140952 clauses, 6562691 bytes)
295.57/296.17	c 297	2 (20%) CSP clauses are encoded (282101 clauses, 13135714 bytes)
436.61/437.24	c 438	3 (30%) CSP clauses are encoded (422963 clauses, 19703217 bytes)
597.54/598.26	c 599	4 (40%) CSP clauses are encoded (563870 clauses, 26467337 bytes)
743.08/743.88	c 744	5 (50%) CSP clauses are encoded (704836 clauses, 34225125 bytes)
743.08/743.88	c 744	5 CSP clauses encoded
743.08/743.88	c 744	Writing map file : HOME/temp.map
743.08/743.88	c 744	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
743.08/743.88	c 744	SAT : 180 SAT variables, 704836 SAT clauses, 34225125 bytes
743.08/743.88	c 744	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
743.16/743.92	c 744	SOLVING HOME/temp.cnf
743.16/743.92	c 744	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
743.16/743.93	c 744	This is MiniSat 2.0 beta
743.16/743.93	c 744	WARNING: for repeatability, setting FPU to use double precision
743.16/743.93	c 744	============================[ Problem Statistics ]=============================
743.16/743.93	c 744	|                                                                             |
743.16/743.93	c 744	|  Number of variables:  180                                                  |
743.16/743.93	c 744	|  Number of clauses:    704836                                               |
744.12/744.91	c 745	|  Parsing time:         0.88         s                                       |
744.12/744.97	c 745	============================[ Search Statistics ]==============================
744.12/744.97	c 745	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
744.12/744.97	c 745	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
744.12/744.97	c 745	===============================================================================
744.12/744.97	c 745	|         0 |     180   704836  8850938 |   234945        0    nan |  0.000 % |
744.33/745.10	c 745	|       102 |     180   704836  8850938 |   258439      102      8 |  0.003 % |
744.73/745.51	c 746	|       253 |     180   704836  8850938 |   284283      253     10 |  0.028 % |
745.02/745.86	c 746	|       478 |     180   704836  8850938 |   312712      478     11 |  0.022 % |
745.92/746.70	c 747	|       815 |     180   704836  8850938 |   343983      815      9 |  0.031 % |
747.20/748.03	c 748	|      1323 |     180   704836  8850938 |   378381     1323      9 |  0.037 % |
748.48/749.35	c 750	|      2085 |     180   704836  8850938 |   416219     2085      9 |  0.031 % |
750.47/751.39	c 752	|      3224 |     180   704836  8850938 |   457841     3224      8 |  0.065 % |
753.54/754.44	c 755	|      4932 |     179   704836  8850938 |   503626     4931      9 |  0.559 % |
758.09/759.09	c 759	|      7495 |     179   704836  8850938 |   553988     7494      9 |  0.577 % |
765.72/766.76	c 767	|     11340 |     179   704836  8850938 |   609387    11339     10 |  0.583 % |
775.72/776.88	c 777	|     17106 |     178   704836  8850938 |   670326    17104     10 |  1.139 % |
780.88/782.02	c 782	===============================================================================
780.88/782.02	c 782	restarts              : 12
780.88/782.02	c 782	conflicts             : 19482          (518 /sec)
780.88/782.02	c 782	decisions             : 22444          (1.81 % random) (596 /sec)
780.88/782.02	c 782	propagations          : 150642         (4004 /sec)
780.88/782.02	c 782	conflict literals     : 184875         (19.03 % deleted)
780.88/782.03	c 782	Memory used           : 66.96 MB
780.88/782.03	c 782	CPU time              : 37.6263 s
780.88/782.03	c 782	
780.88/782.03	c 782	UNSATISFIABLE
780.88/782.04	c 782	DECODING HOME/temp.out WITH HOME/temp.map
780.88/782.04	c 782	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
780.93/782.13	c 782	Decoding HOME/temp.out
780.93/782.14	s UNSATISFIABLE
780.93/782.15	c 782	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
780.93/782.16	c 782	CPU 780.34 (0.03 0.01 780.31 0.69)
780.93/782.16	c 782	END Thu Jul  3 02:15:14 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1048550-1215043332/watcher-1048550-1215043332 -o /tmp/evaluation-result-1048550-1215043332/solver-1048550-1215043332 -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/minisat -tmp=HOME/temp HOME/instance-1048550-1215043332.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 1.91 4/73 9565
/proc/meminfo: memFree=1816528/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=12268 CPUtime=0
/proc/9565/stat : 9565 (sugar) R 9563 9565 9024 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 409950594 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224627751525 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9565/statm: 3067 316 241 3 0 167 0

[startup+0.0451671 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 9565
/proc/meminfo: memFree=1816528/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13204 CPUtime=0.03
/proc/9565/stat : 9565 (sugar) D 9563 9565 9024 0 -1 4194304 687 0 0 0 2 1 0 0 18 0 1 0 409950594 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 224627751525 0 2147483391 4224 0 18446744072099937270 0 0 17 1 0 0
/proc/9565/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13204

[startup+0.113858 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 9565
/proc/meminfo: memFree=1816528/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=0.04
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 409950594 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301883 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 9565
/proc/meminfo: memFree=1816528/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=0.04
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 409950594 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701942 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 9565
/proc/meminfo: memFree=1816528/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=0.04
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 409950594 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50206 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1808632/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=0.85
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 973 7971 0 1 3 1 74 7 16 0 1 0 409950594 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 797 370 3 0 500 0
[pid=9578] ppid=9565 vsize=5356 CPUtime=0
/proc/9578/stat : 9578 (sh) S 9565 9565 9024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 409950684 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9578/statm: 1339 233 193 169 0 50 0
[pid=9579] ppid=9578 vsize=864076 CPUtime=0.58
/proc/9579/stat : 9579 (java) S 9578 9565 9024 0 -1 0 7106 0 1 0 55 3 0 0 18 0 9 0 409950685 884813824 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9579/statm: 216019 6355 2532 9 0 210601 0
[pid=9579/tid=9580] ppid=9578 vsize=864076 CPUtime=0.33
/proc/9579/task/9580/stat : 9580 (java) R 9578 9565 9024 0 -1 64 2471 0 1 0 32 1 0 0 22 0 9 0 409950686 884813824 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9581] ppid=9578 vsize=864076 CPUtime=0.2
/proc/9579/task/9581/stat : 9581 (java) R 9578 9565 9024 0 -1 64 3631 0 0 0 19 1 0 0 16 0 9 0 409950687 884813824 6355 996147200 134512640 134550740 4294955952 18446744073709551615 102516864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9582] ppid=9578 vsize=864076 CPUtime=0
/proc/9579/task/9582/stat : 9582 (java) S 9578 9565 9024 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 409950687 884813824 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9583] ppid=9578 vsize=864076 CPUtime=0
/proc/9579/task/9583/stat : 9583 (java) S 9578 9565 9024 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 409950687 884813824 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9584] ppid=9578 vsize=864076 CPUtime=0
/proc/9579/task/9584/stat : 9584 (java) S 9578 9565 9024 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 409950689 884813824 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9585] ppid=9578 vsize=864076 CPUtime=0.03
/proc/9579/task/9585/stat : 9585 (java) S 9578 9565 9024 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 409950689 884813824 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9586] ppid=9578 vsize=864076 CPUtime=0
/proc/9579/task/9586/stat : 9586 (java) S 9578 9565 9024 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 409950689 884813824 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9587] ppid=9578 vsize=864076 CPUtime=0
/proc/9579/task/9587/stat : 9587 (java) S 9578 9565 9024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 409950689 884813824 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883032

[startup+3.10228 s]
/proc/loadavg: 2.00 2.00 1.91 4/84 9587
/proc/meminfo: memFree=1779448/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=0.85
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 974 7971 0 1 3 1 74 7 15 0 1 0 409950594 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 797 370 3 0 500 0
[pid=9578] ppid=9565 vsize=5356 CPUtime=0
/proc/9578/stat : 9578 (sh) S 9565 9565 9024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 409950684 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9578/statm: 1339 233 193 169 0 50 0
[pid=9579] ppid=9578 vsize=864692 CPUtime=2.17
/proc/9579/stat : 9579 (java) S 9578 9565 9024 0 -1 0 18862 0 1 0 207 10 0 0 18 0 9 0 409950685 885444608 17540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9579/statm: 216173 17540 2540 9 0 210748 0
[pid=9579/tid=9580] ppid=9578 vsize=864692 CPUtime=0.81
/proc/9579/task/9580/stat : 9580 (java) R 9578 9565 9024 0 -1 64 3215 0 1 0 79 2 0 0 25 0 9 0 409950686 885444608 17540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9581] ppid=9578 vsize=864692 CPUtime=1.29
/proc/9579/task/9581/stat : 9581 (java) R 9578 9565 9024 0 -1 64 14632 0 0 0 122 7 0 0 17 0 9 0 409950687 885444608 17540 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9582] ppid=9578 vsize=864692 CPUtime=0
/proc/9579/task/9582/stat : 9582 (java) S 9578 9565 9024 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 409950687 885444608 17540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9583] ppid=9578 vsize=864692 CPUtime=0
/proc/9579/task/9583/stat : 9583 (java) S 9578 9565 9024 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 409950687 885444608 17540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9584] ppid=9578 vsize=864692 CPUtime=0
/proc/9579/task/9584/stat : 9584 (java) S 9578 9565 9024 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 409950689 885444608 17540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9585] ppid=9578 vsize=864692 CPUtime=0.04
/proc/9579/task/9585/stat : 9585 (java) S 9578 9565 9024 0 -1 64 318 0 0 0 4 0 0 0 16 0 9 0 409950689 885444608 17540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9586] ppid=9578 vsize=864692 CPUtime=0
/proc/9579/task/9586/stat : 9586 (java) S 9578 9565 9024 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 409950689 885444608 17540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9587] ppid=9578 vsize=864692 CPUtime=0
/proc/9579/task/9587/stat : 9587 (java) S 9578 9565 9024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 409950689 885444608 17540 996147200 134512640 134550740 4294955952 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) 883648

[startup+6.30173 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752760/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=0.85
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 974 7971 0 1 3 1 74 7 15 0 1 0 409950594 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 797 370 3 0 500 0
[pid=9578] ppid=9565 vsize=5356 CPUtime=0
/proc/9578/stat : 9578 (sh) S 9565 9565 9024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 409950684 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9578/statm: 1339 233 193 169 0 50 0
[pid=9579] ppid=9578 vsize=864300 CPUtime=5.35
/proc/9579/stat : 9579 (java) S 9578 9565 9024 0 -1 0 18963 0 1 0 525 10 0 0 18 0 9 0 409950685 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9579/statm: 216075 17482 2564 9 0 210622 0
[pid=9579/tid=9580] ppid=9578 vsize=864300 CPUtime=3.7
/proc/9579/task/9580/stat : 9580 (java) R 9578 9565 9024 0 -1 64 3297 0 1 0 367 3 0 0 25 0 9 0 409950686 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4126547386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9581] ppid=9578 vsize=864300 CPUtime=1.57
/proc/9579/task/9581/stat : 9581 (java) S 9578 9565 9024 0 -1 64 14632 0 0 0 150 7 0 0 16 0 9 0 409950687 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9582] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9582/stat : 9582 (java) S 9578 9565 9024 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 409950687 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9583] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9583/stat : 9583 (java) S 9578 9565 9024 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 409950687 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9584] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9584/stat : 9584 (java) S 9578 9565 9024 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 409950689 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9585] ppid=9578 vsize=864300 CPUtime=0.07
/proc/9579/task/9585/stat : 9585 (java) S 9578 9565 9024 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 409950689 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9586] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9586/stat : 9586 (java) S 9578 9565 9024 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 409950689 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9587] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9587/stat : 9587 (java) S 9578 9565 9024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 409950689 885043200 17482 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) 883256

[startup+12.7026 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752568/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=0.85
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 974 7971 0 1 3 1 74 7 15 0 1 0 409950594 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 797 370 3 0 500 0
[pid=9578] ppid=9565 vsize=5356 CPUtime=0
/proc/9578/stat : 9578 (sh) S 9565 9565 9024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 409950684 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9578/statm: 1339 233 193 169 0 50 0
[pid=9579] ppid=9578 vsize=864300 CPUtime=11.72
/proc/9579/stat : 9579 (java) S 9578 9565 9024 0 -1 0 18964 0 1 0 1162 10 0 0 18 0 9 0 409950685 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9579/statm: 216075 17482 2564 9 0 210622 0
[pid=9579/tid=9580] ppid=9578 vsize=864300 CPUtime=10.06
/proc/9579/task/9580/stat : 9580 (java) R 9578 9565 9024 0 -1 64 3298 0 1 0 1003 3 0 0 25 0 9 0 409950686 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4126547351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9581] ppid=9578 vsize=864300 CPUtime=1.57
/proc/9579/task/9581/stat : 9581 (java) S 9578 9565 9024 0 -1 64 14632 0 0 0 150 7 0 0 16 0 9 0 409950687 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9582] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9582/stat : 9582 (java) S 9578 9565 9024 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 409950687 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9583] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9583/stat : 9583 (java) S 9578 9565 9024 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 409950687 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9584] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9584/stat : 9584 (java) S 9578 9565 9024 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 409950689 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9585] ppid=9578 vsize=864300 CPUtime=0.07
/proc/9579/task/9585/stat : 9585 (java) S 9578 9565 9024 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 409950689 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9586] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9586/stat : 9586 (java) S 9578 9565 9024 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 409950689 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9587] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9587/stat : 9587 (java) S 9578 9565 9024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 409950689 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 883256

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752504/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=0.85
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 974 7971 0 1 3 1 74 7 15 0 1 0 409950594 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 797 370 3 0 500 0
[pid=9578] ppid=9565 vsize=5356 CPUtime=0
/proc/9578/stat : 9578 (sh) S 9565 9565 9024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 409950684 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9578/statm: 1339 233 193 169 0 50 0
[pid=9579] ppid=9578 vsize=864300 CPUtime=24.45
/proc/9579/stat : 9579 (java) S 9578 9565 9024 0 -1 0 18978 0 1 0 2435 10 0 0 18 0 9 0 409950685 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9579/statm: 216075 17482 2564 9 0 210622 0
[pid=9579/tid=9580] ppid=9578 vsize=864300 CPUtime=22.72
/proc/9579/task/9580/stat : 9580 (java) R 9578 9565 9024 0 -1 64 3312 0 1 0 2269 3 0 0 25 0 9 0 409950686 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4126566376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9581] ppid=9578 vsize=864300 CPUtime=1.64
/proc/9579/task/9581/stat : 9581 (java) S 9578 9565 9024 0 -1 64 14632 0 0 0 157 7 0 0 16 0 9 0 409950687 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9582] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9582/stat : 9582 (java) S 9578 9565 9024 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 409950687 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9583] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9583/stat : 9583 (java) S 9578 9565 9024 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 409950687 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/9578/stat : 9578 (sh) S 9565 9565 9024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 409950684 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9578/statm: 1339 233 193 169 0 50 0
[pid=9579] ppid=9578 vsize=864300 CPUtime=640.77
/proc/9579/stat : 9579 (java) S 9578 9565 9024 0 -1 0 36975 0 1 0 64036 41 0 0 18 0 9 0 409950685 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9579/statm: 216075 26466 2564 9 0 210622 0
[pid=9579/tid=9580] ppid=9578 vsize=864300 CPUtime=636.98
/proc/9579/task/9580/stat : 9580 (java) R 9578 9565 9024 0 -1 64 3724 0 1 0 63676 22 0 0 25 0 9 0 409950686 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9579/tid=9581] ppid=9578 vsize=864300 CPUtime=3.69
/proc/9579/task/9581/stat : 9581 (java) S 9578 9565 9024 0 -1 64 32209 0 0 0 351 18 0 0 16 0 9 0 409950687 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9579/tid=9582] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9582/stat : 9582 (java) S 9578 9565 9024 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 409950687 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9579/tid=9583] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9583/stat : 9583 (java) S 9578 9565 9024 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 409950687 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9584] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9584/stat : 9584 (java) S 9578 9565 9024 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 409950689 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9585] ppid=9578 vsize=864300 CPUtime=0.08
/proc/9579/task/9585/stat : 9585 (java) S 9578 9565 9024 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 409950689 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9579/tid=9586] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9586/stat : 9586 (java) S 9578 9565 9024 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 409950689 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9587] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9587/stat : 9587 (java) S 9578 9565 9024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 409950689 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.62
Current children cumulated vsize (KiB) 883256

[startup+702.302 s]
/proc/loadavg: 2.02 2.01 1.91 3/85 9638
/proc/meminfo: memFree=1730536/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=0.85
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 974 7971 0 1 3 1 74 7 16 0 1 0 409950594 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9565/statm: 3400 797 370 3 0 500 0
[pid=9578] ppid=9565 vsize=5356 CPUtime=0
/proc/9578/stat : 9578 (sh) S 9565 9565 9024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 409950684 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9578/statm: 1339 233 193 169 0 50 0
[pid=9579] ppid=9578 vsize=864300 CPUtime=700.74
/proc/9579/stat : 9579 (java) S 9578 9565 9024 0 -1 0 36997 0 1 0 70033 41 0 0 18 0 9 0 409950685 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9579/statm: 216075 26466 2564 9 0 210622 0
[pid=9579/tid=9580] ppid=9578 vsize=864300 CPUtime=696.83
/proc/9579/task/9580/stat : 9580 (java) R 9578 9565 9024 0 -1 64 3746 0 1 0 69661 22 0 0 25 0 9 0 409950686 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9579/tid=9581] ppid=9578 vsize=864300 CPUtime=3.8
/proc/9579/task/9581/stat : 9581 (java) S 9578 9565 9024 0 -1 64 32209 0 0 0 362 18 0 0 16 0 9 0 409950687 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9579/tid=9582] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9582/stat : 9582 (java) S 9578 9565 9024 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 409950687 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9579/tid=9583] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9583/stat : 9583 (java) S 9578 9565 9024 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 409950687 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9584] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9584/stat : 9584 (java) S 9578 9565 9024 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 409950689 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9585] ppid=9578 vsize=864300 CPUtime=0.08
/proc/9579/task/9585/stat : 9585 (java) S 9578 9565 9024 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 409950689 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9579/tid=9586] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9586/stat : 9586 (java) S 9578 9565 9024 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 409950689 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9579/tid=9587] ppid=9578 vsize=864300 CPUtime=0
/proc/9579/task/9587/stat : 9587 (java) R 9578 9565 9024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 409950689 885043200 26466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 701.59
Current children cumulated vsize (KiB) 883256

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 9640
/proc/meminfo: memFree=1755048/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=743.18
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 1031 45322 0 2 3 1 74259 55 16 0 1 0 409950594 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 798 370 3 0 500 0
[pid=9639] ppid=9565 vsize=5356 CPUtime=0
/proc/9639/stat : 9639 (sh) S 9565 9565 9024 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 410024987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9639/statm: 1339 232 193 169 0 50 0
[pid=9640] ppid=9639 vsize=67156 CPUtime=18.18
/proc/9640/stat : 9640 (minisat) R 9639 9565 9024 0 -1 4194304 15952 0 0 0 1808 10 0 0 25 0 1 0 410024988 68767744 15938 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/9640/statm: 16789 15938 75 150 0 16636 0
Current children cumulated CPU time (s) 761.36
Current children cumulated vsize (KiB) 86112

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

[startup+767.901 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 9640
/proc/meminfo: memFree=1754664/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=743.18
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 1031 45322 0 2 3 1 74259 55 16 0 1 0 409950594 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 798 370 3 0 500 0
[pid=9639] ppid=9565 vsize=5356 CPUtime=0
/proc/9639/stat : 9639 (sh) S 9565 9565 9024 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 410024987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9639/statm: 1339 232 193 169 0 50 0
[pid=9640] ppid=9639 vsize=67460 CPUtime=23.72
/proc/9640/stat : 9640 (minisat) R 9639 9565 9024 0 -1 4194304 16037 0 0 0 2362 10 0 0 25 0 1 0 410024988 69079040 16023 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/9640/statm: 16865 16023 75 150 0 16712 0
Current children cumulated CPU time (s) 766.9
Current children cumulated vsize (KiB) 86416

[startup+774.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 9640
/proc/meminfo: memFree=1754280/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=743.18
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 1031 45322 0 2 3 1 74259 55 16 0 1 0 409950594 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 798 370 3 0 500 0
[pid=9639] ppid=9565 vsize=5356 CPUtime=0
/proc/9639/stat : 9639 (sh) S 9565 9565 9024 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 410024987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9639/statm: 1339 232 193 169 0 50 0
[pid=9640] ppid=9639 vsize=68064 CPUtime=30.07
/proc/9640/stat : 9640 (minisat) R 9639 9565 9024 0 -1 4194304 16140 0 0 0 2997 10 0 0 25 0 1 0 410024988 69697536 16126 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/9640/statm: 17016 16126 75 150 0 16863 0
Current children cumulated CPU time (s) 773.25
Current children cumulated vsize (KiB) 87020

[startup+777.502 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 9640
/proc/meminfo: memFree=1754152/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=743.18
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 1031 45322 0 2 3 1 74259 55 16 0 1 0 409950594 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 798 370 3 0 500 0
[pid=9639] ppid=9565 vsize=5356 CPUtime=0
/proc/9639/stat : 9639 (sh) S 9565 9565 9024 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 410024987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9639/statm: 1339 232 193 169 0 50 0
[pid=9640] ppid=9639 vsize=68220 CPUtime=33.24
/proc/9640/stat : 9640 (minisat) R 9639 9565 9024 0 -1 4194304 16187 0 0 0 3314 10 0 0 25 0 1 0 410024988 69857280 16173 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9640/statm: 17055 16173 75 150 0 16902 0
Current children cumulated CPU time (s) 776.42
Current children cumulated vsize (KiB) 87176

[startup+780.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 9640
/proc/meminfo: memFree=1753704/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=743.18
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 1031 45322 0 2 3 1 74259 55 16 0 1 0 409950594 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 798 370 3 0 500 0
[pid=9639] ppid=9565 vsize=5356 CPUtime=0
/proc/9639/stat : 9639 (sh) S 9565 9565 9024 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 410024987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9639/statm: 1339 232 193 169 0 50 0
[pid=9640] ppid=9639 vsize=68564 CPUtime=36.41
/proc/9640/stat : 9640 (minisat) R 9639 9565 9024 0 -1 4194304 16278 0 0 0 3631 10 0 0 25 0 1 0 410024988 70209536 16264 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9640/statm: 17141 16264 75 150 0 16988 0
Current children cumulated CPU time (s) 779.59
Current children cumulated vsize (KiB) 87520

[startup+781.502 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 9640
/proc/meminfo: memFree=1753704/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=743.18
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 1031 45322 0 2 3 1 74259 55 16 0 1 0 409950594 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 798 370 3 0 500 0
[pid=9639] ppid=9565 vsize=5356 CPUtime=0
/proc/9639/stat : 9639 (sh) S 9565 9565 9024 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 410024987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9639/statm: 1339 232 193 169 0 50 0
[pid=9640] ppid=9639 vsize=68564 CPUtime=37.2
/proc/9640/stat : 9640 (minisat) R 9639 9565 9024 0 -1 4194304 16284 0 0 0 3710 10 0 0 25 0 1 0 410024988 70209536 16270 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9640/statm: 17141 16270 75 150 0 16988 0
Current children cumulated CPU time (s) 780.38
Current children cumulated vsize (KiB) 87520

[startup+781.902 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 9640
/proc/meminfo: memFree=1753704/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=743.18
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 1031 45322 0 2 3 1 74259 55 16 0 1 0 409950594 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 798 370 3 0 500 0
[pid=9639] ppid=9565 vsize=5356 CPUtime=0
/proc/9639/stat : 9639 (sh) S 9565 9565 9024 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 410024987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9639/statm: 1339 232 193 169 0 50 0
[pid=9640] ppid=9639 vsize=68564 CPUtime=37.6
/proc/9640/stat : 9640 (minisat) R 9639 9565 9024 0 -1 4194304 16285 0 0 0 3750 10 0 0 25 0 1 0 410024988 70209536 16271 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9640/statm: 17141 16271 75 150 0 16988 0
Current children cumulated CPU time (s) 780.78
Current children cumulated vsize (KiB) 87520

[startup+782.107 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 9640
/proc/meminfo: memFree=1753704/2055920 swapFree=4180288/4192956
[pid=9565] ppid=9563 vsize=13600 CPUtime=780.93
/proc/9565/stat : 9565 (sugar) S 9563 9565 9024 0 -1 4194304 1070 61901 0 2 3 1 78022 67 17 0 1 0 409950594 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9565/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 780.93
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 782.18
CPU time (s): 781.079
CPU user time (s): 780.347
CPU system time (s): 0.731888
CPU usage (%): 99.8592
Max. virtual memory (cumulated for all children) (KiB): 889388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 780.347
system time used= 0.731888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66660
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20309
involuntary context switches= 10429

runsolver used 0.941856 second user time and 2.6446 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-03 02:02:12
IDJOB=1048550
IDBENCH=54367
IDSOLVER=346
FILE ID=node49/1048550-1215043332
PBS_JOBID= 7875077
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-7_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048550-1215043332/watcher-1048550-1215043332 -o /tmp/evaluation-result-1048550-1215043332/solver-1048550-1215043332 -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/minisat" -tmp="HOME/temp" HOME/instance-1048550-1215043332.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc3f60bbd32d27cf2d8dbfd0a1f81e08
RANDOM SEED=353059854

node49.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.249
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.249
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:       1817008 kB
Buffers:         17912 kB
Cached:         115336 kB
SwapCached:       6084 kB
Active:          97900 kB
Inactive:        81376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817008 kB
SwapTotal:     4192956 kB
SwapFree:      4180288 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:          51972 kB
Slab:            44696 kB
Committed_AS:   736688 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node49 at 2008-07-03 02:15:15