Trace number 2064141

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+minisatSAT 660.532 665.966

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-2.xml
MD5SUMbdbe2078ed8387e97052ed05a12c408b
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark63.8163
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints22714
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22514
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 19:45:02 2009
0.05/0.08	c 0	PID 16019
0.05/0.08	c 0	HOST node61.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2064141-1247334301.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064141-1247334301.xml' 'HOME/temp.csp'
1.66/1.78	c 1	52 domains, 800 variables, 1 predicates, 0 relations, 22714 constraints
1.74/1.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.74/1.81	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.74/1.89	c 1	Parsing HOME/temp.csp
1.75/2.06	c 2	parsed 10000 expressions
2.12/2.21	c 2	parsed 20000 expressions
2.21/2.31	c 2	parsed 23567 expressions
2.21/2.32	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.21/2.32	c 2	Converting to clausal form CSP
2.51/2.67	c 2	converted 2357 (10%) expressions
2.81/2.94	c 3	converted 4714 (20%) expressions
3.00/3.13	c 3	converted 7071 (30%) expressions
3.20/3.33	c 3	converted 9427 (40%) expressions
3.40/3.50	c 3	converted 11784 (50%) expressions
3.70/3.83	c 3	converted 14141 (60%) expressions
3.90/4.00	c 4	converted 16497 (70%) expressions
4.00/4.18	c 4	converted 18854 (80%) expressions
4.19/4.36	c 4	converted 21211 (90%) expressions
5.48/5.66	c 5	converted 23567 (100%) expressions
5.48/5.66	c 5	CSP : 800 integers, 0 booleans, 51013 clauses, largest domain size 45
5.48/5.66	c 5	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.48/5.66	c 5	Propagation in CSP
5.67/5.84	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.67/5.84	c 5	CSP : 800 integers, 0 booleans, 51013 clauses, largest domain size 45
5.67/5.84	c 5	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.67/5.86	c 5	Simplifing CSP by introducing new Boolean variables
6.76/6.96	c 7	CSP : 800 integers, 133376 booleans, 184389 clauses, largest domain size 45
6.76/6.96	c 7	Heap : 95 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.46/7.62	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.46/7.67	c 7	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
7.46/7.67	c 7	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
7.46/7.68	c 7	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
7.46/7.68	c 7	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
7.46/7.68	c 7	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
7.46/7.69	c 7	480 (60%) CSP integer variables are encoded (17247 clauses, 237063 bytes)
7.46/7.69	c 7	560 (70%) CSP integer variables are encoded (17277 clauses, 237513 bytes)
7.46/7.69	c 7	640 (80%) CSP integer variables are encoded (17301 clauses, 237873 bytes)
7.46/7.69	c 7	720 (90%) CSP integer variables are encoded (17330 clauses, 238308 bytes)
7.46/7.70	c 7	800 (100%) CSP integer variables are encoded (17375 clauses, 238983 bytes)
8.35/8.59	c 8	18439 (10%) CSP clauses are encoded (400923 clauses, 7734970 bytes)
9.24/9.40	c 9	36878 (20%) CSP clauses are encoded (791744 clauses, 15633556 bytes)
10.03/10.21	c 10	55317 (30%) CSP clauses are encoded (1181581 clauses, 23544525 bytes)
10.82/11.03	c 11	73756 (40%) CSP clauses are encoded (1572273 clauses, 31526129 bytes)
11.62/11.85	c 11	92195 (50%) CSP clauses are encoded (1960353 clauses, 39768722 bytes)
12.60/12.82	c 12	110634 (60%) CSP clauses are encoded (2449526 clauses, 49982903 bytes)
13.67/13.94	c 14	129073 (70%) CSP clauses are encoded (3006173 clauses, 61834161 bytes)
14.76/15.06	c 15	147512 (80%) CSP clauses are encoded (3562820 clauses, 73811108 bytes)
15.85/16.17	c 16	165951 (90%) CSP clauses are encoded (4119819 clauses, 85744812 bytes)
16.94/17.28	c 17	184389 (100%) CSP clauses are encoded (4676905 clauses, 97754575 bytes)
16.94/17.28	c 17	184389 CSP clauses encoded
16.94/17.28	c 17	Writing map file : HOME/temp.map
17.03/17.31	c 17	Heap : 75 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.03/17.31	c 17	SAT : 151343 SAT variables, 4676905 SAT clauses, 97754575 bytes
17.03/17.31	c 17	Heap : 75 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.03/17.36	c 17	SOLVING HOME/temp.cnf
17.03/17.36	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.03/17.36	c 17	This is MiniSat 2.0 beta
17.03/17.36	c 17	WARNING: for repeatability, setting FPU to use double precision
17.03/17.36	c 17	============================[ Problem Statistics ]=============================
17.03/17.36	c 17	|                                                                             |
17.03/17.36	c 17	|  Number of variables:  151343                                               |
17.03/17.36	c 17	|  Number of clauses:    4676905                                              |
19.47/19.88	c 19	|  Parsing time:         2.12         s                                       |
19.56/19.99	c 20	============================[ Search Statistics ]==============================
19.56/19.99	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.56/19.99	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.56/19.99	c 20	===============================================================================
19.56/19.99	c 20	|         0 |  151343  4676905 13761247 |  1558968        0    nan |  0.000 % |
20.96/21.31	c 21	|       102 |  151343  4676905 13761247 |  1714865      102     68 |  0.000 % |
21.06/21.45	c 21	|       252 |  151343  4676905 13761247 |  1886351      252     33 |  0.000 % |
22.54/22.90	c 22	|       477 |  151343  4676905 13761247 |  2074986      477     21 |  0.000 % |
23.93/24.30	c 24	|       814 |  151343  4676905 13761247 |  2282485      814     17 |  0.000 % |
25.61/26.06	c 26	|      1322 |  151343  4676905 13761247 |  2510734     1322     19 |  0.000 % |
26.90/27.34	c 27	|      2081 |  151343  4676905 13761247 |  2761807     2081     17 |  0.000 % |
27.10/27.59	c 27	|      3222 |  151343  4676905 13761247 |  3037988     3222     16 |  0.000 % |
29.47/29.98	c 30	|      4930 |  151343  4676905 13761247 |  3341787     4930     16 |  0.000 % |
30.76/31.24	c 31	|      7493 |  151343  4676905 13761247 |  3675965     7493     18 |  0.000 % |
37.10/37.64	c 37	|     11337 |  151343  4676905 13761247 |  4043562    11337     32 |  0.000 % |
40.77/41.39	c 41	|     17103 |  151343  4676905 13761247 |  4447918    17103     29 |  0.000 % |
46.51/47.16	c 47	|     25754 |  151343  4676905 13761247 |  4892710    25754     35 |  0.000 % |
52.76/53.47	c 53	|     38729 |  151343  4676905 13761247 |  5381981    38729     32 |  0.000 % |
84.46/85.43	c 85	|     58191 |  151343  4676905 13761247 |  5920179    58191     49 |  0.000 % |
96.55/97.62	c 97	|     87383 |  151343  4676905 13761247 |  6512197    87383     44 |  0.000 % |
108.03/109.29	c 109	|    131172 |  151343  4676905 13761247 |  7163417   131172     36 |  0.000 % |
142.12/143.65	c 143	|    196856 |  151343  4676905 13761247 |  7879759   196856     35 |  0.000 % |
254.05/256.22	c 256	|    295382 |  151343  4676905 13761247 |  8667735   295382     36 |  0.000 % |
404.87/407.56	c 407	|    443171 |  151343  4676905 13761247 |  9534508   443171     48 |  0.000 % |
659.86/665.35	c 665	===============================================================================
659.86/665.38	c 665	restarts              : 20
659.86/665.38	c 665	conflicts             : 624573         (973 /sec)
659.86/665.38	c 665	decisions             : 2936779        (1.42 % random) (4574 /sec)
659.86/665.38	c 665	propagations          : 216530710      (337244 /sec)
659.86/665.38	c 665	conflict literals     : 30503520       (4.02 % deleted)
659.86/665.38	c 665	Memory used           : 351.55 MB
659.86/665.38	c 665	CPU time              : 642.06 s
659.86/665.38	c 665	
659.97/665.44	c 665	SATISFIABLE
659.97/665.49	c 665	DECODING HOME/temp.out WITH HOME/temp.map
659.97/665.49	c 665	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
660.07/665.57	c 665	Decoding HOME/temp.out
660.07/665.85	s SATISFIABLE
660.07/665.89	v 32 38 16 42 44 7 8 6 25 43 31 2 35 42 16 40 36 41 14 23 33 5 30 23 36 6 35 19 2 8 26 7 37 12 14 26 44 33 3 12 16 19 28 30 4 14 6 22 12 19 10 19 25 1 15 24 21 34 21 14 28 3 18 13 40 31 36 26 37 34 30 36 2 29 41 43 30 40 39 4 15 17 44 18 1 33 16 27 31 22 22 24 7 8 39 30 38 0 15 22 32 25 43 23 1 35 34 34 29 19 30 44 0 42 10 36 35 27 37 38 17 11 27 44 42 9 25 18 3 15 17 13 7 0 33 30 7 32 25 21 18 38 42 11 8 31 26 26 11 34 15 10 7 1 39 7 14 20 9 9 10 18 43 42 39 22 6 41 39 20 12 44 20 30 14 28 0 20 15 2 25 36 14 6 18 27 16 22 42 22 26 24 1 15 42 35 31 14 40 21 6 17 8 4 24 33 11 37 20 21 16 31 8 3 4 14 39 13 29 17 12 38 24 33 43 21 41 5 35 36 34 9 17 2 33 19 5 31 40 41 4 22 3 38 10 12 17 5 42 32 23 11 11 13 40 31 41 35 27 0 34 13 11 35 44 32 29 4 31 28 34 22 17 21 19 1 37 26 17 13 25 10 12 34 43 16 33 39 4 9 27 23 16 24 32 23 33 4 19 19 28 18 23 29 25 41 40 37 18 42 13 27 32 1 39 21 20 25 8 37 9 32 43 36 9 38 27 35 29 27 23 14 41 5 40 28 10 5 26 44 43 3 20 2 43 24 43 34 6 10 24 44 37 4 13 28 35 30 38 13 2 36 28 21 23 27 0 24 8 5 3 13 20 40 9 12 8 37 6 28 26 31 39 29 30 20 40 11 32 0 41 1 22 44 32 11 26 24 36 15 6 7 9 1 6 6 5 9 0 6 5 5 8 5 4 3 9 4 1 1 6 0 8 5 2 2 6 4 9 6 3 0 6 5 6 0 0 8 3 4 8 1 1 6 0 9 8 0 9 6 7 5 8 6 8 7 0 3 2 4 2 9 2 9 0 2 8 8 4 6 0 3 0 5 2 0 7 8 2 8 0 7 9 8 7 2 6 8 8 4 2 1 7 3 6 3 3 0 5 8 2 9 2 2 4 3 8 7 2 3 5 3 3 7 8 7 5 5 1 0 1 3 6 7 9 4 7 0 4 7 3 1 3 9 4 2 8 1 3 7 3 8 8 0 0 1 2 6 5 2 2 9 9 2 3 4 0 5 6 2 0 6 4 4 1 7 6 8 8 9 7 8 7 1 3 4 6 8 4 3 2 4 5 4 4 2 5 6 0 9 1 5 0 9 6 7 0 7 6 9 7 4 2 6 3 3 1 8 0 8 2 6 9 6 3 8 5 6 1 6 6 1 6 9 9 5 6 8 4 5 9 8 9 4 0 2 4 3 9 7 2 3 0 9 4 2 8 6 3 0 6 7 6 4 2 7 3 2 3 2 1 3 8 0 2 3 7 7 9 7 4 1 5 1 0 1 9 9 2 7 4 2 8 0 1 7 1 0 5 9 9 8 3 8 9 0 7 4 7 8 8 7 7 0 5 0 1 7 1 2 0 4 7 3 7 4 3 1 8 0 0 8 7 1 7 2 0 1 8 7 3 2 1 7 7 9 3 3 4 4 3 7 1 2 8 0 5 5 5 5 4 1 5 9 8 5 9 9 4 5 6 0 0 3 4 1 4 2 4 2 2 2 2 5 3 3 7 2 3 3 7 4 4 4 4 4 4 4 4 5 5 5 5 5 5 9 5 9 6 6
660.07/665.89	c 665	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
660.07/665.92	c 665	CPU 660.46 (0.06 0.02 658.55 1.83)
660.07/665.92	c 665	END Sat Jul 11 19:56:07 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064141-1247334301/watcher-2064141-1247334301 -o /tmp/evaluation-result-2064141-1247334301/solver-2064141-1247334301 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2064141-1247334301.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.92 2.01 1.99 4/83 16019
/proc/meminfo: memFree=1715608/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=18576 CPUtime=0
/proc/16019/stat : 16019 (runsolver) R 16017 16019 15940 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20493606 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16019/statm: 4644 284 249 26 0 2626 0

[startup+0.0705811 s]
/proc/loadavg: 1.92 2.01 1.99 4/83 16019
/proc/meminfo: memFree=1715608/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16344 CPUtime=0.05
/proc/16019/stat : 16019 (sugar) R 16017 16019 15940 0 -1 4194304 1006 0 0 0 4 1 0 0 18 0 1 0 20493606 16736256 974 996147200 4194304 4206940 548682068608 18446744073709551615 246424210818 0 0 4224 0 0 0 0 17 1 0 0
/proc/16019/statm: 4086 974 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101992 s]
/proc/loadavg: 1.92 2.01 1.99 4/83 16019
/proc/meminfo: memFree=1715608/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=0.07
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20493606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16019/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301597 s]
/proc/loadavg: 1.92 2.01 1.99 4/83 16019
/proc/meminfo: memFree=1715608/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=0.07
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20493606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16019/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701649 s]
/proc/loadavg: 1.92 2.01 1.99 4/83 16019
/proc/meminfo: memFree=1715608/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=0.07
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20493606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16019/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50272 s]
/proc/loadavg: 1.92 2.01 1.99 4/94 16031
/proc/meminfo: memFree=1687496/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=0.07
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20493606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16019/statm: 4217 1111 409 3 0 796 0
[pid=16022] ppid=16019 vsize=5356 CPUtime=0
/proc/16022/stat : 16022 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20493615 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16022/statm: 1339 233 193 169 0 50 0
[pid=16023] ppid=16022 vsize=864788 CPUtime=1.39
/proc/16023/stat : 16023 (java) S 16022 16019 15940 0 -1 0 13761 0 1 0 132 7 0 0 18 0 9 0 20493615 885542912 11782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16023/statm: 216197 11782 2557 9 0 210709 0
[pid=16023/tid=16024] ppid=16022 vsize=864788 CPUtime=0.82
/proc/16023/task/16024/stat : 16024 (java) R 16022 16019 15940 0 -1 64 3067 0 1 0 80 2 0 0 24 0 9 0 20493616 885542912 11782 996147200 134512640 134550932 4294955984 18446744073709551615 4126417974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16023/tid=16025] ppid=16022 vsize=864788 CPUtime=0.41
/proc/16023/task/16025/stat : 16025 (java) S 16022 16019 15940 0 -1 64 9462 0 0 0 37 4 0 0 16 0 9 0 20493617 885542912 11782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16023/tid=16026] ppid=16022 vsize=864788 CPUtime=0
/proc/16023/task/16026/stat : 16026 (java) S 16022 16019 15940 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20493618 885542912 11782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16023/tid=16027] ppid=16022 vsize=864788 CPUtime=0
/proc/16023/task/16027/stat : 16027 (java) S 16022 16019 15940 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20493618 885542912 11782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16023/tid=16028] ppid=16022 vsize=864788 CPUtime=0
/proc/16023/task/16028/stat : 16028 (java) S 16022 16019 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493620 885542912 11782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16023/tid=16029] ppid=16022 vsize=864788 CPUtime=0.14
/proc/16023/task/16029/stat : 16029 (java) S 16022 16019 15940 0 -1 64 528 0 0 0 14 0 0 0 16 0 9 0 20493620 885542912 11782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16023/tid=16030] ppid=16022 vsize=864788 CPUtime=0
/proc/16023/task/16030/stat : 16030 (java) S 16022 16019 15940 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493620 885542912 11782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16023/tid=16031] ppid=16022 vsize=864788 CPUtime=0
/proc/16023/task/16031/stat : 16031 (java) S 16022 16019 15940 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493620 885542912 11782 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.10287 s]
/proc/loadavg: 1.92 2.01 1.99 4/94 16041
/proc/meminfo: memFree=1701128/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=1.75
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1309 14553 0 1 5 2 159 9 16 0 1 0 20493606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16019/statm: 4217 1111 409 3 0 796 0
[pid=16032] ppid=16019 vsize=5356 CPUtime=0
/proc/16032/stat : 16032 (sh) S 16019 16019 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20493788 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16032/statm: 1339 233 193 169 0 50 0
[pid=16033] ppid=16032 vsize=868620 CPUtime=1.25
/proc/16033/stat : 16033 (java) S 16032 16019 15940 0 -1 0 10635 0 1 0 120 5 0 0 19 0 9 0 20493788 889466880 9641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16033/statm: 217155 9641 2566 9 0 211660 0
[pid=16033/tid=16034] ppid=16032 vsize=868620 CPUtime=0.72
/proc/16033/task/16034/stat : 16034 (java) R 16032 16019 15940 0 -1 64 2716 0 1 0 71 1 0 0 22 0 9 0 20493789 889466880 9641 996147200 134512640 134550932 4294955936 18446744073709551615 4126544900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16035] ppid=16032 vsize=868620 CPUtime=0.34
/proc/16033/task/16035/stat : 16035 (java) S 16032 16019 15940 0 -1 64 5745 0 0 0 32 2 0 0 16 0 9 0 20493790 889466880 9641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16036] ppid=16032 vsize=868620 CPUtime=0
/proc/16033/task/16036/stat : 16036 (java) S 16032 16019 15940 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20493790 889466880 9641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16037] ppid=16032 vsize=868620 CPUtime=0
/proc/16033/task/16037/stat : 16037 (java) S 16032 16019 15940 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20493790 889466880 9641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16038] ppid=16032 vsize=868620 CPUtime=0
/proc/16033/task/16038/stat : 16038 (java) S 16032 16019 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493792 889466880 9641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16039] ppid=16032 vsize=868620 CPUtime=0.15
/proc/16033/task/16039/stat : 16039 (java) S 16032 16019 15940 0 -1 64 1471 0 0 0 15 0 0 0 16 0 9 0 20493792 889466880 9641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16040] ppid=16032 vsize=868620 CPUtime=0
/proc/16033/task/16040/stat : 16040 (java) S 16032 16019 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20493792 889466880 9641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16041] ppid=16032 vsize=868620 CPUtime=0
/proc/16033/task/16041/stat : 16041 (java) S 16032 16019 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20493792 889466880 9641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890844

[startup+6.30217 s]
/proc/loadavg: 2.01 2.02 2.00 5/94 16041
/proc/meminfo: memFree=1645896/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=1.75
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1310 14553 0 1 5 2 159 9 16 0 1 0 20493606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16019/statm: 4217 1111 409 3 0 796 0
[pid=16032] ppid=16019 vsize=5356 CPUtime=0
/proc/16032/stat : 16032 (sh) S 16019 16019 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20493788 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16032/statm: 1339 233 193 169 0 50 0
[pid=16033] ppid=16032 vsize=869124 CPUtime=4.42
/proc/16033/stat : 16033 (java) S 16032 16019 15940 0 -1 0 24377 0 1 0 430 12 0 0 19 0 9 0 20493788 889982976 22937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16033/statm: 217281 22937 2566 9 0 211786 0
[pid=16033/tid=16034] ppid=16032 vsize=869124 CPUtime=2.55
/proc/16033/task/16034/stat : 16034 (java) R 16032 16019 15940 0 -1 64 3272 0 1 0 253 2 0 0 25 0 9 0 20493789 889982976 22937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16035] ppid=16032 vsize=869124 CPUtime=1.65
/proc/16033/task/16035/stat : 16035 (java) R 16032 16019 15940 0 -1 64 18895 0 0 0 157 8 0 0 16 0 9 0 20493790 889982976 22937 996147200 134512640 134550932 4294955936 18446744073709551615 102768107 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16036] ppid=16032 vsize=869124 CPUtime=0
/proc/16033/task/16036/stat : 16036 (java) S 16032 16019 15940 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20493790 889982976 22937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16037] ppid=16032 vsize=869124 CPUtime=0
/proc/16033/task/16037/stat : 16037 (java) S 16032 16019 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20493790 889982976 22937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16038] ppid=16032 vsize=869124 CPUtime=0
/proc/16033/task/16038/stat : 16038 (java) S 16032 16019 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493792 889982976 22937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16039] ppid=16032 vsize=869124 CPUtime=0.18
/proc/16033/task/16039/stat : 16039 (java) S 16032 16019 15940 0 -1 64 1507 0 0 0 18 0 0 0 16 0 9 0 20493792 889982976 22937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16040] ppid=16032 vsize=869124 CPUtime=0
/proc/16033/task/16040/stat : 16040 (java) S 16032 16019 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20493792 889982976 22937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16041] ppid=16032 vsize=869124 CPUtime=0
/proc/16033/task/16041/stat : 16041 (java) S 16032 16019 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20493792 889982976 22937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 891348

[startup+12.7028 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 16041
/proc/meminfo: memFree=1553672/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=1.75
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1310 14553 0 1 5 2 159 9 15 0 1 0 20493606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16019/statm: 4217 1111 409 3 0 796 0
[pid=16032] ppid=16019 vsize=5356 CPUtime=0
/proc/16032/stat : 16032 (sh) S 16019 16019 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20493788 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16032/statm: 1339 233 193 169 0 50 0
[pid=16033] ppid=16032 vsize=868732 CPUtime=10.75
/proc/16033/stat : 16033 (java) S 16032 16019 15940 0 -1 0 43732 0 1 0 1025 50 0 0 19 0 9 0 20493788 889581568 31357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16033/statm: 217183 31357 2593 9 0 211660 0
[pid=16033/tid=16034] ppid=16032 vsize=868732 CPUtime=7.57
/proc/16033/task/16034/stat : 16034 (java) R 16032 16019 15940 0 -1 64 3977 0 1 0 726 31 0 0 25 0 9 0 20493789 889581568 31357 996147200 134512640 134550932 4294955936 18446744073709551615 4126429982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16035] ppid=16032 vsize=868732 CPUtime=2.9
/proc/16033/task/16035/stat : 16035 (java) S 16032 16019 15940 0 -1 64 37505 0 0 0 273 17 0 0 16 0 9 0 20493790 889581568 31357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16036] ppid=16032 vsize=868732 CPUtime=0
/proc/16033/task/16036/stat : 16036 (java) S 16032 16019 15940 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20493790 889581568 31357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16037] ppid=16032 vsize=868732 CPUtime=0
/proc/16033/task/16037/stat : 16037 (java) S 16032 16019 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20493790 889581568 31357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16038] ppid=16032 vsize=868732 CPUtime=0
/proc/16033/task/16038/stat : 16038 (java) S 16032 16019 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493792 889581568 31357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16039] ppid=16032 vsize=868732 CPUtime=0.25
/proc/16033/task/16039/stat : 16039 (java) S 16032 16019 15940 0 -1 64 1547 0 0 0 24 1 0 0 16 0 9 0 20493792 889581568 31357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16040] ppid=16032 vsize=868732 CPUtime=0
/proc/16033/task/16040/stat : 16040 (java) S 16032 16019 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20493792 889581568 31357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16033/tid=16041] ppid=16032 vsize=868732 CPUtime=0
/proc/16033/task/16041/stat : 16041 (java) S 16032 16019 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20493792 889581568 31357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890956

[startup+25.502 s]
/proc/loadavg: 2.15 2.05 2.01 3/86 16043
/proc/meminfo: memFree=1402120/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
[pid=16042] ppid=16019 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20495343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 232 193 169 0 50 0
[pid=16043] ppid=16042 vsize=215864 CPUtime=8.02
/proc/16043/stat : 16043 (minisat) R 16042 16019 15940 0 -1 4194304 52836 0 0 0 765 37 0 0 25 0 1 0 20495343 221044736 52822 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/16043/statm: 53966 52822 76 150 0 53813 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 238088

[startup+51.1014 s]
/proc/loadavg: 2.10 2.05 2.01 3/86 16043
/proc/meminfo: memFree=1395464/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0

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


[startup+402.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/86 16045
/proc/meminfo: memFree=1281864/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
[pid=16042] ppid=16019 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20495343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 232 193 169 0 50 0
[pid=16043] ppid=16042 vsize=313304 CPUtime=382.58
/proc/16043/stat : 16043 (minisat) R 16042 16019 15940 0 -1 4194304 77122 0 0 0 38195 63 0 0 25 0 1 0 20495343 320823296 77108 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16043/statm: 78326 77108 76 150 0 78173 0
Current children cumulated CPU time (s) 399.67
Current children cumulated vsize (KiB) 335528

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/85 16096
/proc/meminfo: memFree=950608/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
[pid=16042] ppid=16019 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20495343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 232 193 169 0 50 0
[pid=16043] ppid=16042 vsize=332708 CPUtime=442.34
/proc/16043/stat : 16043 (minisat) R 16042 16019 15940 0 -1 4194304 81825 0 0 0 44165 69 0 0 25 0 1 0 20495343 340692992 81811 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/16043/statm: 83177 81811 76 150 0 83024 0
Current children cumulated CPU time (s) 459.43
Current children cumulated vsize (KiB) 354932

[startup+522.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/85 16096
/proc/meminfo: memFree=724944/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
[pid=16042] ppid=16019 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20495343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 232 193 169 0 50 0
[pid=16043] ppid=16042 vsize=346356 CPUtime=502.31
/proc/16043/stat : 16043 (minisat) R 16042 16019 15940 0 -1 4194304 85212 0 0 0 50157 74 0 0 25 0 1 0 20495343 354668544 85198 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/16043/statm: 86589 85198 76 150 0 86436 0
Current children cumulated CPU time (s) 519.4
Current children cumulated vsize (KiB) 368580

[startup+582.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/85 16096
/proc/meminfo: memFree=715344/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
[pid=16042] ppid=16019 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20495343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 232 193 169 0 50 0
[pid=16043] ppid=16042 vsize=355080 CPUtime=562.28
/proc/16043/stat : 16043 (minisat) R 16042 16019 15940 0 -1 4194304 87435 0 0 0 56151 77 0 0 25 0 1 0 20495343 363601920 87421 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/16043/statm: 88770 87421 76 150 0 88617 0
Current children cumulated CPU time (s) 579.37
Current children cumulated vsize (KiB) 377304

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 16134
/proc/meminfo: memFree=1326792/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
[pid=16042] ppid=16019 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20495343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 232 193 169 0 50 0
[pid=16043] ppid=16042 vsize=359044 CPUtime=622.25
/proc/16043/stat : 16043 (minisat) R 16042 16019 15940 0 -1 4194304 88437 0 0 0 62146 79 0 0 25 0 1 0 20495343 367661056 88423 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16043/statm: 89761 88423 76 150 0 89608 0
Current children cumulated CPU time (s) 639.34
Current children cumulated vsize (KiB) 381268

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

[startup+652.706 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 16134
/proc/meminfo: memFree=1043592/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
[pid=16042] ppid=16019 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20495343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 232 193 169 0 50 0
[pid=16043] ppid=16042 vsize=359308 CPUtime=631.34
/proc/16043/stat : 16043 (minisat) R 16042 16019 15940 0 -1 4194304 88527 0 0 0 63055 79 0 0 25 0 1 0 20495343 367931392 88513 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16043/statm: 89827 88513 76 150 0 89674 0
Current children cumulated CPU time (s) 648.43
Current children cumulated vsize (KiB) 381532

[startup+659.102 s]
/proc/loadavg: 2.16 2.05 2.01 3/86 16134
/proc/meminfo: memFree=849288/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
[pid=16042] ppid=16019 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20495343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 232 193 169 0 50 0
[pid=16043] ppid=16042 vsize=359440 CPUtime=637.09
/proc/16043/stat : 16043 (minisat) R 16042 16019 15940 0 -1 4194304 88551 0 0 0 63630 79 0 0 25 0 1 0 20495343 368066560 88537 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16043/statm: 89860 88537 76 150 0 89707 0
Current children cumulated CPU time (s) 654.18
Current children cumulated vsize (KiB) 381664

[startup+662.301 s]
/proc/loadavg: 2.31 2.08 2.02 5/86 16134
/proc/meminfo: memFree=778952/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
[pid=16042] ppid=16019 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20495343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 232 193 169 0 50 0
[pid=16043] ppid=16042 vsize=359440 CPUtime=639.77
/proc/16043/stat : 16043 (minisat) R 16042 16019 15940 0 -1 4194304 88564 0 0 0 63898 79 0 0 25 0 1 0 20495343 368066560 88550 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16043/statm: 89860 88550 76 150 0 89707 0
Current children cumulated CPU time (s) 656.86
Current children cumulated vsize (KiB) 381664

[startup+663.902 s]
/proc/loadavg: 2.31 2.08 2.02 4/86 16134
/proc/meminfo: memFree=762632/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
[pid=16042] ppid=16019 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20495343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 232 193 169 0 50 0
[pid=16043] ppid=16042 vsize=359572 CPUtime=641.37
/proc/16043/stat : 16043 (minisat) R 16042 16019 15940 0 -1 4194304 88573 0 0 0 64058 79 0 0 25 0 1 0 20495343 368201728 88559 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16043/statm: 89893 88559 76 150 0 89740 0
Current children cumulated CPU time (s) 658.46
Current children cumulated vsize (KiB) 381796

[startup+664.703 s]
/proc/loadavg: 2.28 2.08 2.02 3/86 16134
/proc/meminfo: memFree=762632/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=17.09
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1376 58748 0 2 6 2 1607 94 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
[pid=16042] ppid=16019 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16019 16019 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20495343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 232 193 169 0 50 0
[pid=16043] ppid=16042 vsize=359572 CPUtime=642.17
/proc/16043/stat : 16043 (minisat) R 16042 16019 15940 0 -1 4194304 88575 0 0 0 64138 79 0 0 25 0 1 0 20495343 368201728 88561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16043/statm: 89893 88561 76 150 0 89740 0
Current children cumulated CPU time (s) 659.26
Current children cumulated vsize (KiB) 381796

[startup+665.508 s]
/proc/loadavg: 2.28 2.08 2.02 4/86 16134
/proc/meminfo: memFree=777992/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=660.07
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1430 147695 0 2 6 2 65819 180 16 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 660.07
Current children cumulated vsize (KiB) 16868

[startup+665.903 s]
/proc/loadavg: 2.28 2.08 2.02 4/86 16134
/proc/meminfo: memFree=777992/2055920 swapFree=4192812/4192956
[pid=16019] ppid=16017 vsize=16868 CPUtime=660.07
/proc/16019/stat : 16019 (sugar) S 16017 16019 15940 0 -1 4194304 1450 147695 0 2 6 2 65819 180 15 0 1 0 20493606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16019/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 660.07
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 665.966
CPU time (s): 660.532
CPU user time (s): 658.615
CPU system time (s): 1.91671
CPU usage (%): 99.184
Max. virtual memory (cumulated for all children) (KiB): 912340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 658.615
system time used= 1.91671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153190
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= 7604
involuntary context switches= 20268

runsolver used 0.867868 second user time and 2.13767 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-11 19:45:02
IDJOB=2064141
IDBENCH=54126
IDSOLVER=739
FILE ID=node61/2064141-1247334301
PBS_JOBID= 9506682
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064141-1247334301/watcher-2064141-1247334301 -o /tmp/evaluation-result-2064141-1247334301/solver-2064141-1247334301 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2064141-1247334301.xml

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

MD5SUM BENCH= bdbe2078ed8387e97052ed05a12c408b
RANDOM SEED=1687642194

node61.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.229
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.229
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:       1716088 kB
Buffers:         15312 kB
Cached:          74040 kB
SwapCached:          0 kB
Active:         264984 kB
Inactive:        27188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4492 kB
Writeback:           0 kB
Mapped:         218484 kB
Slab:            32772 kB
Committed_AS:   875140 kB
PageTables:       2108 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-11 19:56:08