Trace number 1127563

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+minisat-incMSAT (TO) 3600.19 3633.98

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1900-793224_ext.xml
MD5SUM27c9f9d5b607247c984cc21cd7ff5173
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints151
Best CPU time to get the best result obtained on this benchmark231.85
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1738
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1738
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 23 02:18:53 2008
0.00/0.08	c 0	PID 4135
0.00/0.08	c 0	HOST node65.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1127563-1216772333.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127563-1216772333.xml' 'HOME/temp.csp'
0.07/0.73	c 1	1 domains, 40 variables, 0 predicates, 38 relations, 1738 constraints
0.07/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.76	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.84	c 1	Parsing HOME/temp.csp
0.92/1.03	c 1	parsed 1817 expressions
0.92/1.03	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.05	c 1	MAX CSP: 1738 constraints
0.92/1.05	c 1	Converting to clausal form CSP
1.02/1.11	c 1	converted 356 (10%) expressions
1.02/1.13	c 1	converted 712 (20%) expressions
1.02/1.16	c 1	converted 1068 (30%) expressions
1.12/1.24	c 1	converted 1424 (40%) expressions
1.12/1.26	c 1	converted 1779 (50%) expressions
1.12/1.27	c 1	converted 2135 (60%) expressions
1.12/1.28	c 1	converted 2491 (70%) expressions
1.12/1.28	c 1	converted 2847 (80%) expressions
1.20/1.31	c 1	converted 3203 (90%) expressions
1.40/1.52	c 2	converted 3558 (100%) expressions
1.40/1.52	c 2	CSP : 3516 integers, 0 booleans, 5213 clauses, largest domain size 2608
1.40/1.52	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.52	c 2	Propagation in CSP
1.51/1.60	c 2	1732 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.60	c 2	CSP : 3516 integers, 0 booleans, 5213 clauses, largest domain size 1739
1.51/1.60	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.61	c 2	Simplifing CSP by introducing new Boolean variables
1.51/1.61	c 2	CSP : 3516 integers, 0 booleans, 5213 clauses, largest domain size 1739
1.51/1.61	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.66	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.67	c 2	352 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.67	c 2	704 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.67	c 2	1055 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.67	c 2	1407 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.68	c 2	1758 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.69	c 2	2110 (60%) CSP integer variables are encoded (3876 clauses, 50452 bytes)
1.60/1.71	c 2	2462 (70%) CSP integer variables are encoded (20214 clauses, 287961 bytes)
1.60/1.72	c 2	2813 (80%) CSP integer variables are encoded (25960 clauses, 374151 bytes)
1.60/1.72	c 2	3165 (90%) CSP integer variables are encoded (28832 clauses, 417231 bytes)
1.60/1.73	c 2	3516 (100%) CSP integer variables are encoded (32719 clauses, 475536 bytes)
1.60/1.79	c 2	522 (10%) CSP clauses are encoded (33268 clauses, 484231 bytes)
1.71/1.81	c 2	1043 (20%) CSP clauses are encoded (33810 clauses, 493256 bytes)
1.71/1.83	c 2	1564 (30%) CSP clauses are encoded (34354 clauses, 503235 bytes)
1.71/1.89	c 2	2086 (40%) CSP clauses are encoded (51570 clauses, 809104 bytes)
2.10/2.22	c 2	2607 (50%) CSP clauses are encoded (231003 clauses, 4097859 bytes)
3.48/3.66	c 4	3128 (60%) CSP clauses are encoded (1016990 clauses, 20278729 bytes)
7.23/7.43	c 8	3650 (70%) CSP clauses are encoded (3108208 clauses, 63839027 bytes)
7.33/7.55	c 8	4171 (80%) CSP clauses are encoded (3167923 clauses, 65094306 bytes)
7.62/7.84	c 8	4692 (90%) CSP clauses are encoded (3317052 clauses, 68267348 bytes)
8.62/8.85	c 9	5213 (100%) CSP clauses are encoded (3875777 clauses, 80225011 bytes)
8.62/8.85	c 9	5213 CSP clauses encoded
8.62/8.85	c 9	Writing map file : HOME/temp.map
8.62/8.90	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.62/8.90	c 9	SAT : 36235 SAT variables, 3875777 SAT clauses, 80225011 bytes
8.62/8.90	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.72/8.95	c 9	OBJECTIVE minimize _COST
8.72/8.95	c 9	SOLVING HOME/temp.cnf
8.72/8.95	c 9	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
8.72/8.95	c 9	This is MiniSat 2.0 beta incremental
8.72/8.95	c 9	WARNING: for repeatability, setting FPU to use double precision
8.72/8.95	c 9	============================[ Problem Statistics ]=============================
8.72/8.95	c 9	|                                                                             |
8.72/8.96	c 9	|  Number of variables:  36235                                                |
8.72/8.96	c 9	|  Number of clauses:    3875777                                              |
10.46/10.76	c 11	|  Parsing time:         1.56         s                                       |
10.56/10.84	c 11	OK
10.56/10.84	c 11	OBJECTIVE BOUND: 0 <= _COST <= 
10.56/10.84	c 11	SEARCHING: _COST <= 869
10.56/10.84	c 11	============================[ Search Statistics ]==============================
10.56/10.84	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.56/10.84	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.56/10.84	c 11	===============================================================================
10.56/10.84	c 11	|         0 |   36235  3875777 11529182 |  1291925        0    nan |  0.000 % |
12.03/12.39	c 12	===============================================================================
12.03/12.40	c 12	restarts              : 1
12.03/12.40	c 12	conflicts             : 22            (7 /sec)
12.03/12.40	c 12	decisions             : 962           (1.04 % random) (307 /sec)
12.03/12.40	c 12	propagations          : 270306         (86180 /sec)
12.03/12.40	c 12	conflict literals     : 305            (12.61 % deleted)
12.03/12.40	c 12	Memory used           : 166.79 MB
12.03/12.40	c 12	CPU time              : 3.13652 s
12.03/12.40	c 12	
12.03/12.40	c 12	SATISFIABLE
12.13/12.41	c 12	OK
12.13/12.41	c 12	FOUND: _COST <= 869
12.13/12.41	s SATISFIABLE
12.13/12.41	c 12	DECODING HOME/temp.out WITH HOME/temp.map
12.13/12.41	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.13/12.49	c 13	Decoding HOME/temp.out
12.14/12.72	c 13	OBJECTIVE _COST 537
12.14/12.72	o 537
12.14/12.72	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
12.14/12.73	c 13	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.14/12.79	c 13	OK
12.14/12.79	c 13	OBJECTIVE BOUND: 0 <= _COST <= 537
12.14/12.79	c 13	SEARCHING: _COST <= 268
12.14/12.80	c 13	============================[ Search Statistics ]==============================
12.14/12.80	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.14/12.80	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.14/12.80	c 13	===============================================================================
12.14/12.80	c 13	|        22 |   36235  3875777 11529182 |  1291925       22     14 |  0.000 % |
12.79/13.10	c 13	===============================================================================
12.79/13.10	c 13	restarts              : 2
12.79/13.10	c 13	conflicts             : 48            (14 /sec)
12.79/13.10	c 13	decisions             : 1209          (0.91 % random) (348 /sec)
12.79/13.10	c 13	propagations          : 358985         (103380 /sec)
12.79/13.10	c 13	conflict literals     : 911            (18.88 % deleted)
12.79/13.10	c 13	Memory used           : 167.05 MB
12.79/13.11	c 13	CPU time              : 3.47247 s
12.79/13.11	c 13	
12.79/13.11	c 13	SATISFIABLE
12.79/13.12	c 13	OK
12.79/13.12	c 13	FOUND: _COST <= 268
12.79/13.12	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.79/13.12	c 13	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.79/13.20	c 13	Decoding HOME/temp.out
12.80/13.40	c 13	OBJECTIVE _COST 268
12.80/13.40	o 268
12.80/13.40	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
12.80/13.41	c 13	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.80/13.45	c 14	OK
12.80/13.45	c 14	OBJECTIVE BOUND: 0 <= _COST <= 268
12.80/13.45	c 14	SEARCHING: _COST <= 134
12.80/13.45	c 14	============================[ Search Statistics ]==============================
12.80/13.45	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.80/13.45	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.80/13.45	c 14	===============================================================================
12.80/13.45	c 14	|        48 |   22692  3875777 11529182 |  1291925       48     19 |  0.000 % |
13.85/14.27	c 14	|       148 |   22692  3875777 11529182 |  1421118      148     30 | 47.664 % |
15.13/15.58	c 16	|       300 |   22692  3875777 11529182 |  1563230      300     33 | 47.664 % |
17.11/17.56	c 18	|       526 |   22692  3875777 11529182 |  1719553      526     35 | 47.664 % |
19.88/20.39	c 20	|       863 |   22692  3875777 11529182 |  1891508      863     34 | 47.664 % |
24.14/24.64	c 25	|      1369 |   22692  3875777 11529182 |  2080659     1369     35 | 47.664 % |
30.68/31.24	c 31	|      2130 |   22692  3875777 11529182 |  2288725     2130     35 | 47.664 % |
40.38/41.04	c 41	|      3270 |   22692  3875777 11529182 |  2517597     3270     35 | 47.664 % |
55.93/56.70	c 57	|      4981 |   22692  3875777 11529182 |  2769357     4981     35 | 47.664 % |
74.26/75.29	c 75	|      7543 |   18964  1055036  3117302 |  3046293     7533     35 | 47.664 % |
93.77/94.91	c 95	|     11389 |   18964  1055036  3117302 |  3350922    11379     35 | 47.664 % |
124.18/125.68	c 126	|     17156 |   18964  1055036  3117302 |  3686014    17146     34 | 47.664 % |
171.23/173.11	c 173	|     25806 |   18964  1055036  3117302 |  4054616    25796     34 | 47.664 % |
243.62/246.28	c 246	|     38782 |   18964  1055036  3117302 |  4460077    38772     35 | 47.664 % |
352.29/355.92	c 356	|     58243 |   18964  1055036  3117302 |  4906085    58233     35 | 47.664 % |
524.47/529.73	c 530	|     87436 |   18964  1055036  3117302 |  5396694    87426     35 | 47.664 % |
794.85/802.67	c 803	|    131226 |   18964  1055036  3117302 |  5936363   131216     35 | 47.664 % |
1204.51/1216.18	c 1216	|    196910 |   18964  1055036  3117302 |  6529999   196900     34 | 47.664 % |
1875.72/1893.66	c 1894	|    295437 |   18964  1055036  3117302 |  7182999   295427     34 | 47.664 % |
3037.36/3066.03	c 3066	|    443227 |   18964  1055036  3117302 |  7901299   443217     35 | 47.664 % |
3600.09/3633.91	c ERROR INTERRUPTED
3600.09/3633.97	c 3634	CPU 3598.85 (0.07 0.01 3598.78 1.27)
3600.09/3633.97	c 3634	END Wed Jul 23 03:19:27 2008

Verifier Data (download as text)

OK	226	1512
226 unsatisfied constraints, 1512 satisfied constraints

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-1127563-1216772333/watcher-1127563-1216772333 -o /tmp/evaluation-result-1127563-1216772333/solver-1127563-1216772333 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127563-1216772333.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 1.92 1.98 1.95 4/80 4135
/proc/meminfo: memFree=1617696/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=18572 CPUtime=0
/proc/4135/stat : 4135 (runsolver) R 4133 4135 3794 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4320272 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4135/statm: 4643 292 257 25 0 2626 0

[startup+0.087624 s]
/proc/loadavg: 1.92 1.98 1.95 4/80 4135
/proc/meminfo: memFree=1617696/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=16740 CPUtime=0.07
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 4320272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102628 s]
/proc/loadavg: 1.92 1.98 1.95 4/80 4135
/proc/meminfo: memFree=1617696/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=16740 CPUtime=0.07
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 4320272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302656 s]
/proc/loadavg: 1.92 1.98 1.95 4/80 4135
/proc/meminfo: memFree=1617696/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=16740 CPUtime=0.07
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 4320272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701727 s]
/proc/loadavg: 1.92 1.98 1.95 4/80 4135
/proc/meminfo: memFree=1617696/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=16740 CPUtime=0.07
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 4320272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50186 s]
/proc/loadavg: 1.93 1.98 1.95 3/91 4157
/proc/meminfo: memFree=1608520/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=16740 CPUtime=0.7
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1296 4809 0 1 6 1 61 2 15 0 1 0 4320272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4185 1104 409 3 0 764 0
[pid=4148] ppid=4135 vsize=5356 CPUtime=0
/proc/4148/stat : 4148 (sh) S 4135 4135 3794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4320348 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4148/statm: 1339 233 193 169 0 50 0
[pid=4149] ppid=4148 vsize=868256 CPUtime=0.7
/proc/4149/stat : 4149 (java) S 4148 4135 3794 0 -1 0 7082 0 1 0 66 4 0 0 18 0 9 0 4320349 889094144 6308 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4149/statm: 217064 6308 2538 9 0 211639 0
[pid=4149/tid=4150] ppid=4148 vsize=868256 CPUtime=0.38
/proc/4149/task/4150/stat : 4150 (java) R 4148 4135 3794 0 -1 64 2655 0 1 0 37 1 0 0 22 0 9 0 4320349 889094144 6308 996147200 134512640 134550740 4294955920 18446744073709551615 4126583432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4151] ppid=4148 vsize=868256 CPUtime=0.09
/proc/4149/task/4151/stat : 4151 (java) S 4148 4135 3794 0 -1 64 2256 0 0 0 8 1 0 0 16 0 9 0 4320351 889094144 6308 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4152] ppid=4148 vsize=868256 CPUtime=0
/proc/4149/task/4152/stat : 4152 (java) S 4148 4135 3794 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4320351 889094144 6308 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4153] ppid=4148 vsize=868256 CPUtime=0
/proc/4149/task/4153/stat : 4153 (java) S 4148 4135 3794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4320351 889094144 6308 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4154] ppid=4148 vsize=868256 CPUtime=0
/proc/4149/task/4154/stat : 4154 (java) S 4148 4135 3794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4320353 889094144 6308 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4155] ppid=4148 vsize=868256 CPUtime=0.21
/proc/4149/task/4155/stat : 4155 (java) S 4148 4135 3794 0 -1 64 1478 0 0 0 20 1 0 0 16 0 9 0 4320353 889094144 6308 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4156] ppid=4148 vsize=868256 CPUtime=0
/proc/4149/task/4156/stat : 4156 (java) S 4148 4135 3794 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4320353 889094144 6308 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4157] ppid=4148 vsize=868256 CPUtime=0
/proc/4149/task/4157/stat : 4157 (java) S 4148 4135 3794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4320353 889094144 6308 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890352

[startup+3.10212 s]
/proc/loadavg: 1.93 1.98 1.95 3/91 4157
/proc/meminfo: memFree=1594952/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=16740 CPUtime=0.7
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1297 4809 0 1 6 1 61 2 15 0 1 0 4320272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4185 1104 409 3 0 764 0
[pid=4148] ppid=4135 vsize=5356 CPUtime=0
/proc/4148/stat : 4148 (sh) S 4135 4135 3794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4320348 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4148/statm: 1339 233 193 169 0 50 0
[pid=4149] ppid=4148 vsize=868480 CPUtime=2.29
/proc/4149/stat : 4149 (java) S 4148 4135 3794 0 -1 0 7826 0 1 0 212 17 0 0 18 0 9 0 4320349 889323520 6621 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4149/statm: 217120 6621 2564 9 0 211667 0
[pid=4149/tid=4150] ppid=4148 vsize=868480 CPUtime=1.73
/proc/4149/task/4150/stat : 4150 (java) R 4148 4135 3794 0 -1 64 3135 0 1 0 163 10 0 0 25 0 9 0 4320349 889323520 6621 996147200 134512640 134550740 4294955920 18446744073709551615 4127015384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4151] ppid=4148 vsize=868480 CPUtime=0.25
/proc/4149/task/4151/stat : 4151 (java) S 4148 4135 3794 0 -1 64 2473 0 0 0 21 4 0 0 16 0 9 0 4320351 889323520 6621 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4152] ppid=4148 vsize=868480 CPUtime=0
/proc/4149/task/4152/stat : 4152 (java) S 4148 4135 3794 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4320351 889323520 6621 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4153] ppid=4148 vsize=868480 CPUtime=0
/proc/4149/task/4153/stat : 4153 (java) S 4148 4135 3794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4320351 889323520 6621 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4154] ppid=4148 vsize=868480 CPUtime=0
/proc/4149/task/4154/stat : 4154 (java) S 4148 4135 3794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4320353 889323520 6621 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4155] ppid=4148 vsize=868480 CPUtime=0.28
/proc/4149/task/4155/stat : 4155 (java) S 4148 4135 3794 0 -1 64 1525 0 0 0 27 1 0 0 16 0 9 0 4320353 889323520 6621 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4156] ppid=4148 vsize=868480 CPUtime=0
/proc/4149/task/4156/stat : 4156 (java) S 4148 4135 3794 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4320353 889323520 6621 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4157] ppid=4148 vsize=868480 CPUtime=0
/proc/4149/task/4157/stat : 4157 (java) S 4148 4135 3794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4320353 889323520 6621 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890576

[startup+6.30163 s]
/proc/loadavg: 1.93 1.98 1.95 3/91 4157
/proc/meminfo: memFree=1556056/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=16740 CPUtime=0.7
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1297 4809 0 1 6 1 61 2 16 0 1 0 4320272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4185 1104 409 3 0 764 0
[pid=4148] ppid=4135 vsize=5356 CPUtime=0
/proc/4148/stat : 4148 (sh) S 4135 4135 3794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4320348 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4148/statm: 1339 233 193 169 0 50 0
[pid=4149] ppid=4148 vsize=868480 CPUtime=5.46
/proc/4149/stat : 4149 (java) S 4148 4135 3794 0 -1 0 8843 0 1 0 503 43 0 0 18 0 9 0 4320349 889323520 6622 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4149/statm: 217120 6622 2564 9 0 211667 0
[pid=4149/tid=4150] ppid=4148 vsize=868480 CPUtime=4.68
/proc/4149/task/4150/stat : 4150 (java) R 4148 4135 3794 0 -1 64 4151 0 1 0 436 32 0 0 25 0 9 0 4320349 889323520 6622 996147200 134512640 134550740 4294955920 18446744073709551615 4126883537 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4151] ppid=4148 vsize=868480 CPUtime=0.46
/proc/4149/task/4151/stat : 4151 (java) S 4148 4135 3794 0 -1 64 2473 0 0 0 38 8 0 0 16 0 9 0 4320351 889323520 6622 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4152] ppid=4148 vsize=868480 CPUtime=0
/proc/4149/task/4152/stat : 4152 (java) S 4148 4135 3794 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4320351 889323520 6622 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4153] ppid=4148 vsize=868480 CPUtime=0
/proc/4149/task/4153/stat : 4153 (java) S 4148 4135 3794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4320351 889323520 6622 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4154] ppid=4148 vsize=868480 CPUtime=0
/proc/4149/task/4154/stat : 4154 (java) S 4148 4135 3794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4320353 889323520 6622 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4155] ppid=4148 vsize=868480 CPUtime=0.28
/proc/4149/task/4155/stat : 4155 (java) S 4148 4135 3794 0 -1 64 1526 0 0 0 27 1 0 0 17 0 9 0 4320353 889323520 6622 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4156] ppid=4148 vsize=868480 CPUtime=0
/proc/4149/task/4156/stat : 4156 (java) S 4148 4135 3794 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4320353 889323520 6622 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4157] ppid=4148 vsize=868480 CPUtime=0
/proc/4149/task/4157/stat : 4157 (java) S 4148 4135 3794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4320353 889323520 6622 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890576

[startup+12.7017 s]
/proc/loadavg: 1.94 1.98 1.95 3/82 4158
/proc/meminfo: memFree=1368424/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=8.74
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1577 14768 0 2 7 1 795 71 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=170792 CPUtime=3.4
/proc/4158/stat : 4158 (minisat-inc) S 4135 4135 3794 0 -1 4194304 41147 0 0 0 314 26 0 0 25 0 1 0 4321167 174891008 41094 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/4158/statm: 42698 41094 78 151 0 42544 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 187796

[startup+25.5028 s]
/proc/loadavg: 1.95 1.98 1.95 3/82 4178
/proc/meminfo: memFree=1368680/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=171188 CPUtime=15.68
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 41270 0 0 0 1542 26 0 0 25 0 1 0 4321167 175296512 41215 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 42797 41215 79 151 0 42643 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 188192

[startup+51.1029 s]
/proc/loadavg: 1.96 1.98 1.95 3/82 4178
/proc/meminfo: memFree=1355368/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=171336 CPUtime=41.04
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 41287 0 0 0 4078 26 0 0 25 0 1 0 4321167 175448064 41232 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 42834 41232 79 151 0 42680 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 188340

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.95 3/82 4180
/proc/meminfo: memFree=1355048/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=171336 CPUtime=91.76
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 41302 0 0 0 9150 26 0 0 25 0 1 0 4321167 175448064 41247 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 42834 41247 79 151 0 42680 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 188340

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.95 3/82 4180
/proc/meminfo: memFree=1354984/2055920 swapFree=4192956/4192956

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

[pid=4158] ppid=4135 vsize=179324 CPUtime=2885.63
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 43051 0 0 0 288525 38 0 0 25 0 1 0 4321167 183627776 42988 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 44831 42988 79 151 0 44677 0
Current children cumulated CPU time (s) 2894.98
Current children cumulated vsize (KiB) 196328

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 4186
/proc/meminfo: memFree=1345576/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=180312 CPUtime=2945.08
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 43287 0 0 0 294470 38 0 0 25 0 1 0 4321167 184639488 43224 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 45078 43224 79 151 0 44924 0
Current children cumulated CPU time (s) 2954.43
Current children cumulated vsize (KiB) 197316

[startup+3042.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 4186
/proc/meminfo: memFree=1344488/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=181532 CPUtime=3004.54
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 43580 0 0 0 300416 38 0 0 25 0 1 0 4321167 185888768 43517 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 45383 43517 79 151 0 45229 0
Current children cumulated CPU time (s) 3013.89
Current children cumulated vsize (KiB) 198536

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4186
/proc/meminfo: memFree=1342632/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=183376 CPUtime=3063.99
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 44014 0 0 0 306360 39 0 0 25 0 1 0 4321167 187777024 43951 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 45844 43951 79 151 0 45690 0
Current children cumulated CPU time (s) 3073.34
Current children cumulated vsize (KiB) 200380

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4186
/proc/meminfo: memFree=1341352/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=184596 CPUtime=3123.44
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 44326 0 0 0 312305 39 0 0 25 0 1 0 4321167 189026304 44263 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 46149 44263 79 151 0 45995 0
Current children cumulated CPU time (s) 3132.79
Current children cumulated vsize (KiB) 201600

[startup+3222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 4186
/proc/meminfo: memFree=1340008/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=185968 CPUtime=3182.9
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 44657 0 0 0 318250 40 0 0 25 0 1 0 4321167 190431232 44594 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 46492 44594 79 151 0 46338 0
Current children cumulated CPU time (s) 3192.25
Current children cumulated vsize (KiB) 202972

[startup+3282.3 s]
/proc/loadavg: 2.27 2.07 2.02 3/82 4186
/proc/meminfo: memFree=1338856/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=187924 CPUtime=3242.36
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 44926 0 0 0 324196 40 0 0 25 0 1 0 4321167 192434176 44863 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 46981 44863 79 151 0 46827 0
Current children cumulated CPU time (s) 3251.71
Current children cumulated vsize (KiB) 204928

[startup+3342.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/82 4186
/proc/meminfo: memFree=1337768/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=188980 CPUtime=3301.81
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 45197 0 0 0 330140 41 0 0 25 0 1 0 4321167 193515520 45134 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 47245 45134 79 151 0 47091 0
Current children cumulated CPU time (s) 3311.16
Current children cumulated vsize (KiB) 205984

[startup+3402.31 s]
/proc/loadavg: 2.05 2.05 2.01 3/82 4186
/proc/meminfo: memFree=1336616/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=190036 CPUtime=3361.27
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 45469 0 0 0 336086 41 0 0 25 0 1 0 4321167 194596864 45406 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 47509 45406 79 151 0 47355 0
Current children cumulated CPU time (s) 3370.62
Current children cumulated vsize (KiB) 207040

[startup+3462.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/82 4186
/proc/meminfo: memFree=1335272/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=191356 CPUtime=3420.72
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 45787 0 0 0 342030 42 0 0 25 0 1 0 4321167 195948544 45724 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 47839 45724 79 151 0 47685 0
Current children cumulated CPU time (s) 3430.07
Current children cumulated vsize (KiB) 208360

[startup+3522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 4186
/proc/meminfo: memFree=1334184/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=192532 CPUtime=3480.18
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 46067 0 0 0 347976 42 0 0 25 0 1 0 4321167 197152768 46004 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 48133 46004 79 151 0 47979 0
Current children cumulated CPU time (s) 3489.53
Current children cumulated vsize (KiB) 209536

[startup+3582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 4186
/proc/meminfo: memFree=1332968/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=193588 CPUtime=3539.63
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 46358 0 0 0 353920 43 0 0 25 0 1 0 4321167 198234112 46295 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 48397 46295 79 151 0 48243 0
Current children cumulated CPU time (s) 3548.98
Current children cumulated vsize (KiB) 210592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 4253
/proc/meminfo: memFree=1329384/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=194644 CPUtime=3590.74
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 46616 0 0 0 359027 47 0 0 25 0 1 0 4321167 199315456 46553 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 48661 46553 79 151 0 48507 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 211648

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

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

[startup+3633.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 4253
/proc/meminfo: memFree=1329384/2055920 swapFree=4192956/4192956
[pid=4135] ppid=4133 vsize=17004 CPUtime=9.35
/proc/4135/stat : 4135 (sugar++) S 4133 4135 3794 0 -1 4194304 1666 22715 0 4 7 1 850 77 16 0 1 0 4320272 17412096 1162 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4135/statm: 4251 1162 414 3 0 830 0
[pid=4158] ppid=4135 vsize=194644 CPUtime=3590.74
/proc/4158/stat : 4158 (minisat-inc) R 4135 4135 3794 0 -1 4194304 46616 0 0 0 359027 47 0 0 25 0 1 0 4321167 199315456 46553 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 48661 46553 79 151 0 48507 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 211648

Child status: 0
Real time (s): 3633.98
CPU time (s): 3600.19
CPU user time (s): 3598.86
CPU system time (s): 1.3318
CPU usage (%): 99.0702
Max. virtual memory (cumulated for all children) (KiB): 890576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.86
system time used= 1.3318
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71075
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18595
involuntary context switches= 100423

runsolver used 3.68544 second user time and 12.0372 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-23 02:18:53
IDJOB=1127563
IDBENCH=63615
IDSOLVER=367
FILE ID=node65/1127563-1216772333
PBS_JOBID= 7974092
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-1100-2000/normalized-cnf-3-40-1900-793224_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127563-1216772333/watcher-1127563-1216772333 -o /tmp/evaluation-result-1127563-1216772333/solver-1127563-1216772333 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127563-1216772333.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 27c9f9d5b607247c984cc21cd7ff5173
RANDOM SEED=1169301258

node65.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.279
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.279
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:       1618240 kB
Buffers:         25204 kB
Cached:         325132 kB
SwapCached:          0 kB
Active:         314696 kB
Inactive:        78332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3148 kB
Writeback:           0 kB
Mapped:          63020 kB
Slab:            29908 kB
Committed_AS:   889668 kB
PageTables:       1908 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node65 at 2008-07-23 03:19:29