Trace number 1125267

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.13 3631.66

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-06-22_ext.xml
MD5SUM00621646c81f1cc9daed991163bba876
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints22
Best CPU time to get the best result obtained on this benchmark7.60484
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints1210
Maximum constraint arity2
Maximum domain size22
Number of constraints which are defined in extension1210
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 16 02:37:42 2008
0.00/0.08	c 0	PID 29294
0.06/0.08	c 0	HOST node61.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1125267-1216168661.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125267-1216168661.xml' 'HOME/temp.csp'
0.06/0.78	c 0	3 domains, 100 variables, 0 predicates, 1033 relations, 1210 constraints
0.06/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.84	c 0	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.75/0.92	c 1	Parsing HOME/temp.csp
1.49/1.64	c 1	parsed 2346 expressions
1.49/1.65	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.49/1.67	c 1	MAX CSP: 1210 constraints
1.49/1.67	c 1	Converting to clausal form CSP
1.59/1.78	c 1	converted 356 (10%) expressions
1.59/1.79	c 1	converted 712 (20%) expressions
1.69/1.82	c 1	converted 1068 (30%) expressions
1.69/1.89	c 2	converted 1424 (40%) expressions
1.80/1.96	c 2	converted 1780 (50%) expressions
1.98/2.11	c 2	converted 2136 (60%) expressions
2.18/2.31	c 2	converted 2492 (70%) expressions
2.18/2.39	c 2	converted 2848 (80%) expressions
2.28/2.43	c 2	converted 3204 (90%) expressions
2.49/2.62	c 2	converted 3559 (100%) expressions
2.49/2.62	c 2	CSP : 2520 integers, 0 booleans, 3629 clauses, largest domain size 1816
2.49/2.62	c 2	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.62	c 2	Propagation in CSP
2.49/2.69	c 2	1204 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.49/2.69	c 2	CSP : 2520 integers, 0 booleans, 3629 clauses, largest domain size 1211
2.49/2.69	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.69	c 2	Simplifing CSP by introducing new Boolean variables
2.49/2.70	c 2	CSP : 2520 integers, 0 booleans, 3629 clauses, largest domain size 1211
2.49/2.70	c 2	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.80	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.69/2.82	c 2	252 (10%) CSP integer variables are encoded (1612 clauses, 18931 bytes)
2.69/2.83	c 2	504 (20%) CSP integer variables are encoded (1612 clauses, 18931 bytes)
2.69/2.83	c 2	756 (30%) CSP integer variables are encoded (1612 clauses, 18931 bytes)
2.69/2.83	c 2	1008 (40%) CSP integer variables are encoded (1612 clauses, 18931 bytes)
2.69/2.83	c 2	1260 (50%) CSP integer variables are encoded (1612 clauses, 18931 bytes)
2.69/2.84	c 2	1512 (60%) CSP integer variables are encoded (3980 clauses, 49715 bytes)
2.69/2.85	c 2	1764 (70%) CSP integer variables are encoded (15373 clauses, 212071 bytes)
2.69/2.86	c 2	2016 (80%) CSP integer variables are encoded (19225 clauses, 269851 bytes)
2.69/2.86	c 2	2268 (90%) CSP integer variables are encoded (21158 clauses, 298846 bytes)
2.69/2.86	c 2	2520 (100%) CSP integer variables are encoded (23771 clauses, 338041 bytes)
2.88/3.01	c 3	363 (10%) CSP clauses are encoded (30100 clauses, 475377 bytes)
2.97/3.10	c 3	726 (20%) CSP clauses are encoded (35973 clauses, 613121 bytes)
2.97/3.19	c 3	1089 (30%) CSP clauses are encoded (41577 clauses, 745666 bytes)
3.08/3.25	c 3	1452 (40%) CSP clauses are encoded (52066 clauses, 945396 bytes)
3.26/3.42	c 3	1815 (50%) CSP clauses are encoded (139983 clauses, 2552028 bytes)
4.16/4.36	c 4	2178 (60%) CSP clauses are encoded (527082 clauses, 10344261 bytes)
5.95/6.18	c 6	2541 (70%) CSP clauses are encoded (1542965 clauses, 31491702 bytes)
6.05/6.24	c 6	2904 (80%) CSP clauses are encoded (1572660 clauses, 32111852 bytes)
6.14/6.37	c 6	3267 (90%) CSP clauses are encoded (1645767 clauses, 33662216 bytes)
6.63/6.88	c 7	3629 (100%) CSP clauses are encoded (1917881 clauses, 39476221 bytes)
6.63/6.88	c 7	3629 CSP clauses encoded
6.63/6.88	c 7	Writing map file : HOME/temp.map
6.74/6.91	c 7	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.74/6.91	c 7	SAT : 26290 SAT variables, 1917881 SAT clauses, 39476221 bytes
6.74/6.91	c 7	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.75/7.01	c 7	OBJECTIVE minimize _COST
6.75/7.01	c 7	SOLVING HOME/temp.cnf
6.75/7.01	c 7	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
6.75/7.01	c 7	This is MiniSat 2.0 beta incremental
6.75/7.01	c 7	WARNING: for repeatability, setting FPU to use double precision
6.75/7.01	c 7	============================[ Problem Statistics ]=============================
6.75/7.01	c 7	|                                                                             |
6.75/7.01	c 7	|  Number of variables:  26290                                                |
6.75/7.01	c 7	|  Number of clauses:    1917881                                              |
7.62/7.93	c 8	|  Parsing time:         0.77         s                                       |
7.62/7.97	c 8	OK
7.62/7.97	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.62/7.97	c 8	SEARCHING: _COST <= 605
7.62/7.97	c 8	============================[ Search Statistics ]==============================
7.62/7.97	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.62/7.97	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.62/7.97	c 8	===============================================================================
7.62/7.97	c 8	|         0 |   26290  1917881  5711106 |   639293        0    nan |  0.000 % |
8.32/8.62	c 8	|       101 |   26290  1917881  5711106 |   703223      101     22 |  0.001 % |
8.52/8.84	c 8	|       251 |   26290  1917881  5711106 |   773545      251     29 |  0.001 % |
8.81/9.10	c 9	===============================================================================
8.81/9.10	c 9	restarts              : 3
8.81/9.10	c 9	conflicts             : 319           (165 /sec)
8.81/9.10	c 9	decisions             : 3917          (0.69 % random) (2026 /sec)
8.81/9.10	c 9	propagations          : 443694         (229453 /sec)
8.81/9.10	c 9	conflict literals     : 8250           (11.38 % deleted)
8.81/9.10	c 9	Memory used           : 81.91 MB
8.81/9.10	c 9	CPU time              : 1.93371 s
8.81/9.10	c 9	
8.81/9.10	c 9	SATISFIABLE
8.81/9.11	c 9	OK
8.81/9.11	c 9	FOUND: _COST <= 605
8.81/9.11	s SATISFIABLE
8.81/9.11	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.81/9.11	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.81/9.19	c 9	Decoding HOME/temp.out
8.83/9.35	c 9	OBJECTIVE _COST 368
8.83/9.35	o 368
8.83/9.35	v 21 20 21 8 4 17 0 21 21 21 19 19 21 13 8 21 6 21 3 5 21 19 17 13 13 5 21 2 13 4 21 12 2 12 9 13 1 3 20 1 2 8 5 11 9 16 17 4 16 13 14 14 6 10 9 1 1 21 10 21 7 17 13 4 17 5 21 5 21 4 3 9 10 10 8 13 2 1 9 6 4 11 3 9 7 3 13 10 7 16 21 9 13 0 21 21 21 21 8 -1
8.83/9.36	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.83/9.39	c 9	OK
8.83/9.39	c 9	OBJECTIVE BOUND: 0 <= _COST <= 368
8.83/9.39	c 9	SEARCHING: _COST <= 184
8.83/9.39	c 9	============================[ Search Statistics ]==============================
8.83/9.39	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.83/9.39	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.83/9.39	c 9	===============================================================================
8.83/9.39	c 9	|       319 |   26290  1917881  5711106 |   639293      319     26 |  0.001 % |
9.19/9.58	c 9	|       419 |   26290  1917881  5711106 |   703223      419     25 | 36.132 % |
9.49/9.85	c 9	|       570 |   26290  1917881  5711106 |   773545      570     24 | 36.132 % |
9.68/10.05	c 10	|       796 |   26290  1917881  5711106 |   850899      796     24 | 36.132 % |
9.98/10.38	c 10	|      1133 |   26290  1917881  5711106 |   935989     1133     22 | 36.132 % |
10.38/10.76	c 10	===============================================================================
10.38/10.77	c 10	restarts              : 8
10.38/10.77	c 10	conflicts             : 1462          (441 /sec)
10.38/10.77	c 10	decisions             : 7066          (0.64 % random) (2130 /sec)
10.38/10.77	c 10	propagations          : 1356375        (408855 /sec)
10.38/10.77	c 10	conflict literals     : 38231          (18.71 % deleted)
10.38/10.77	c 10	Memory used           : 82.30 MB
10.38/10.77	c 10	CPU time              : 3.3175 s
10.38/10.77	c 10	
10.38/10.77	c 10	SATISFIABLE
10.38/10.78	c 10	OK
10.38/10.78	c 10	FOUND: _COST <= 184
10.38/10.78	c 10	DECODING HOME/temp.out WITH HOME/temp.map
10.38/10.78	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.46/10.86	c 10	Decoding HOME/temp.out
10.67/11.02	c 11	OBJECTIVE _COST 184
10.67/11.02	o 184
10.67/11.03	v 7 20 18 21 17 19 20 21 21 21 0 3 1 13 10 5 13 1 7 7 10 10 8 1 8 9 11 0 4 13 12 12 13 3 11 0 3 9 14 13 11 6 13 11 9 16 17 13 7 10 8 9 6 13 6 13 1 21 6 21 8 17 17 10 5 15 3 5 17 5 13 2 7 3 4 13 2 13 3 8 6 8 4 12 0 13 2 21 7 16 21 9 2 13 21 21 21 21 13 -1
10.67/11.03	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.67/11.05	c 11	OK
10.67/11.05	c 11	OBJECTIVE BOUND: 0 <= _COST <= 184
10.67/11.05	c 11	SEARCHING: _COST <= 92
10.67/11.05	c 11	============================[ Search Statistics ]==============================
10.67/11.05	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.67/11.05	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.67/11.05	c 11	===============================================================================
10.67/11.05	c 11	|      1462 |   16791  1917881  5711106 |   639293     1462     26 | 36.132 % |
10.86/11.27	c 11	|      1562 |   16791  1917881  5711106 |   703223     1562     26 | 45.885 % |
11.06/11.47	c 11	|      1712 |   16791  1917881  5711106 |   773545     1712     25 | 45.885 % |
11.46/11.81	c 11	|      1937 |   16791  1917881  5711106 |   850899     1937     24 | 45.885 % |
12.05/12.41	c 12	|      2277 |   16791  1917881  5711106 |   935989     2277     24 | 45.885 % |
12.94/13.32	c 13	|      2783 |   16791  1917881  5711106 |  1029588     2783     24 | 45.885 % |
13.84/14.29	c 14	|      3542 |   16791  1917881  5711106 |  1132547     3542     24 | 45.885 % |
15.12/15.54	c 15	|      4682 |   16791  1917881  5711106 |  1245802     4682     24 | 45.885 % |
17.50/17.99	c 18	|      6391 |   16791  1917881  5711106 |  1370382     6391     25 | 45.885 % |
21.76/22.23	c 22	|      8953 |   14227   534756  1596894 |  1507421     8930     26 | 45.885 % |
26.12/26.61	c 26	|     12797 |   14227   534756  1596894 |  1658163    12774     27 | 45.885 % |
33.16/33.73	c 33	|     18563 |   14227   534756  1596894 |  1823979    18540     27 | 45.885 % |
43.66/44.38	c 44	|     27212 |   14227   534756  1596894 |  2006377    27189     26 | 45.885 % |
64.38/65.29	c 65	|     40186 |   14227   534756  1596894 |  2207015    40163     28 | 45.885 % |
94.90/96.08	c 96	|     59647 |   14227   534756  1596894 |  2427716    59624     29 | 45.885 % |
142.78/144.38	c 144	|     88840 |   14227   534756  1596894 |  2670488    88817     29 | 45.885 % |
233.79/236.14	c 236	|    132629 |   14227   534756  1596894 |  2937537   132606     30 | 45.885 % |
382.90/386.51	c 386	|    198314 |   14227   534756  1596894 |  3231290   198291     31 | 45.885 % |
630.46/636.25	c 636	|    296840 |   14227   534756  1596894 |  3554419   296817     32 | 45.885 % |
1153.92/1164.21	c 1164	|    444629 |   14227   534756  1596894 |  3909861   444606     31 | 45.885 % |
2009.57/2027.34	c 2027	|    666314 |   14227   534756  1596894 |  4300848   666291     33 | 45.885 % |
3600.04/3631.61	c ERROR INTERRUPTED
3600.04/3631.66	c 3631	CPU 3598.91 (0.06 0.02 3598.85 1.16)
3600.04/3631.66	c 3631	END Wed Jul 16 03:38:13 2008

Verifier Data (download as text)

OK	163	1047
163 unsatisfied constraints, 1047 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-1125267-1216168661/watcher-1125267-1216168661 -o /tmp/evaluation-result-1125267-1216168661/solver-1125267-1216168661 -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-1125267-1216168661.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: 2.63 2.61 2.59 5/80 29294
/proc/meminfo: memFree=1676728/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=12132 CPUtime=0
/proc/29294/stat : 29294 (sugar++) R 29292 29294 28675 0 -1 4194304 216 0 0 0 0 0 0 0 21 0 1 0 73564936 12423168 184 996147200 4194304 4206940 548682068528 18446744073709551615 246406353633 0 0 4224 0 0 0 0 17 1 0 0
/proc/29294/statm: 3033 184 142 3 0 133 0

[startup+0.0812159 s]
/proc/loadavg: 2.63 2.61 2.59 5/80 29294
/proc/meminfo: memFree=1676728/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=16740 CPUtime=0.06
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 73564936 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100913 s]
/proc/loadavg: 2.63 2.61 2.59 5/80 29294
/proc/meminfo: memFree=1676728/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=16740 CPUtime=0.06
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73564936 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301946 s]
/proc/loadavg: 2.63 2.61 2.59 5/80 29294
/proc/meminfo: memFree=1676728/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=16740 CPUtime=0.06
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73564936 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702015 s]
/proc/loadavg: 2.63 2.61 2.59 5/80 29294
/proc/meminfo: memFree=1676728/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=16740 CPUtime=0.06
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73564936 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50215 s]
/proc/loadavg: 2.63 2.61 2.59 3/91 29316
/proc/meminfo: memFree=1667296/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=16740 CPUtime=0.75
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1297 5310 0 1 5 1 63 6 15 0 1 0 73564936 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4185 1104 409 3 0 764 0
[pid=29307] ppid=29294 vsize=5356 CPUtime=0
/proc/29307/stat : 29307 (sh) S 29294 29294 28675 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 73565021 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29307/statm: 1339 233 193 169 0 50 0
[pid=29308] ppid=29307 vsize=864012 CPUtime=0.64
/proc/29308/stat : 29308 (java) S 29307 29294 28675 0 -1 0 6653 0 1 0 60 4 0 0 18 0 9 0 73565021 884748288 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29308/statm: 216003 5940 2532 9 0 210585 0
[pid=29308/tid=29309] ppid=29307 vsize=864012 CPUtime=0.36
/proc/29308/task/29309/stat : 29309 (java) R 29307 29294 28675 0 -1 64 2458 0 1 0 35 1 0 0 22 0 9 0 73565022 884748288 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4126555767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29310] ppid=29307 vsize=864012 CPUtime=0.17
/proc/29308/task/29310/stat : 29310 (java) S 29307 29294 28675 0 -1 64 3165 0 0 0 16 1 0 0 16 0 9 0 73565023 884748288 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29311] ppid=29307 vsize=864012 CPUtime=0
/proc/29308/task/29311/stat : 29311 (java) S 29307 29294 28675 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73565023 884748288 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29312] ppid=29307 vsize=864012 CPUtime=0
/proc/29308/task/29312/stat : 29312 (java) S 29307 29294 28675 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73565023 884748288 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29313] ppid=29307 vsize=864012 CPUtime=0
/proc/29308/task/29313/stat : 29313 (java) S 29307 29294 28675 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73565025 884748288 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29314] ppid=29307 vsize=864012 CPUtime=0.07
/proc/29308/task/29314/stat : 29314 (java) S 29307 29294 28675 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 73565025 884748288 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29315] ppid=29307 vsize=864012 CPUtime=0
/proc/29308/task/29315/stat : 29315 (java) S 29307 29294 28675 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73565025 884748288 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29316] ppid=29307 vsize=864012 CPUtime=0
/proc/29308/task/29316/stat : 29316 (java) S 29307 29294 28675 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73565025 884748288 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886108

[startup+3.10244 s]
/proc/loadavg: 2.63 2.61 2.59 5/91 29316
/proc/meminfo: memFree=1642080/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=16740 CPUtime=0.76
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1297 5310 0 1 5 2 63 6 15 0 1 0 73564936 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4185 1104 409 3 0 764 0
[pid=29307] ppid=29294 vsize=5356 CPUtime=0
/proc/29307/stat : 29307 (sh) S 29294 29294 28675 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 73565021 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29307/statm: 1339 233 193 169 0 50 0
[pid=29308] ppid=29307 vsize=868520 CPUtime=2.21
/proc/29308/stat : 29308 (java) S 29307 29294 28675 0 -1 0 13374 0 1 0 213 8 0 0 18 0 9 0 73565021 889364480 12544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29308/statm: 217130 12544 2565 9 0 211677 0
[pid=29308/tid=29309] ppid=29307 vsize=868520 CPUtime=1.14
/proc/29308/task/29309/stat : 29309 (java) R 29307 29294 28675 0 -1 64 3011 0 1 0 111 3 0 0 20 0 9 0 73565022 889364480 12544 996147200 134512640 134550740 4294955920 18446744073709551615 4127032391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29310] ppid=29307 vsize=868520 CPUtime=0.78
/proc/29308/task/29310/stat : 29310 (java) S 29307 29294 28675 0 -1 64 8173 0 0 0 75 3 0 0 16 0 9 0 73565023 889364480 12544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29311] ppid=29307 vsize=868520 CPUtime=0
/proc/29308/task/29311/stat : 29311 (java) S 29307 29294 28675 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73565023 889364480 12544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29312] ppid=29307 vsize=868520 CPUtime=0
/proc/29308/task/29312/stat : 29312 (java) S 29307 29294 28675 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73565023 889364480 12544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29313] ppid=29307 vsize=868520 CPUtime=0
/proc/29308/task/29313/stat : 29313 (java) S 29307 29294 28675 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73565025 889364480 12544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29314] ppid=29307 vsize=868520 CPUtime=0.26
/proc/29308/task/29314/stat : 29314 (java) S 29307 29294 28675 0 -1 64 1494 0 0 0 25 1 0 0 15 0 9 0 73565025 889364480 12544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29315] ppid=29307 vsize=868520 CPUtime=0
/proc/29308/task/29315/stat : 29315 (java) S 29307 29294 28675 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73565025 889364480 12544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29316] ppid=29307 vsize=868520 CPUtime=0
/proc/29308/task/29316/stat : 29316 (java) S 29307 29294 28675 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73565025 889364480 12544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890616

[startup+6.303 s]
/proc/loadavg: 2.58 2.60 2.58 4/91 29316
/proc/meminfo: memFree=1609312/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=16740 CPUtime=0.76
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1297 5310 0 1 5 2 63 6 16 0 1 0 73564936 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4185 1104 409 3 0 764 0
[pid=29307] ppid=29294 vsize=5356 CPUtime=0
/proc/29307/stat : 29307 (sh) S 29294 29294 28675 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 73565021 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29307/statm: 1339 233 193 169 0 50 0
[pid=29308] ppid=29307 vsize=868520 CPUtime=5.38
/proc/29308/stat : 29308 (java) S 29307 29294 28675 0 -1 0 13735 0 1 0 509 29 0 0 18 0 9 0 73565021 889364480 12558 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29308/statm: 217130 12558 2565 9 0 211677 0
[pid=29308/tid=29309] ppid=29307 vsize=868520 CPUtime=4.15
/proc/29308/task/29309/stat : 29309 (java) R 29307 29294 28675 0 -1 64 3360 0 1 0 393 22 0 0 25 0 9 0 73565022 889364480 12558 996147200 134512640 134550740 4294955920 18446744073709551615 4126570568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29310] ppid=29307 vsize=868520 CPUtime=0.91
/proc/29308/task/29310/stat : 29310 (java) S 29307 29294 28675 0 -1 64 8173 0 0 0 86 5 0 0 16 0 9 0 73565023 889364480 12558 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29311] ppid=29307 vsize=868520 CPUtime=0
/proc/29308/task/29311/stat : 29311 (java) S 29307 29294 28675 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73565023 889364480 12558 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29312] ppid=29307 vsize=868520 CPUtime=0
/proc/29308/task/29312/stat : 29312 (java) S 29307 29294 28675 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73565023 889364480 12558 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29313] ppid=29307 vsize=868520 CPUtime=0
/proc/29308/task/29313/stat : 29313 (java) S 29307 29294 28675 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73565025 889364480 12558 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29314] ppid=29307 vsize=868520 CPUtime=0.29
/proc/29308/task/29314/stat : 29314 (java) S 29307 29294 28675 0 -1 64 1506 0 0 0 28 1 0 0 17 0 9 0 73565025 889364480 12558 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29315] ppid=29307 vsize=868520 CPUtime=0
/proc/29308/task/29315/stat : 29315 (java) S 29307 29294 28675 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73565025 889364480 12558 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29308/tid=29316] ppid=29307 vsize=868520 CPUtime=0
/proc/29308/task/29316/stat : 29316 (java) S 29307 29294 28675 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73565025 889364480 12558 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890616

[startup+12.7011 s]
/proc/loadavg: 2.70 2.62 2.59 3/82 29337
/proc/meminfo: memFree=1550632/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 15 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=84404 CPUtime=5.08
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 20608 0 0 0 496 12 0 0 25 0 1 0 73565637 86429696 20553 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 21101 20553 80 151 0 20947 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 101404

[startup+25.5014 s]
/proc/loadavg: 2.76 2.64 2.60 4/82 29337
/proc/meminfo: memFree=1550376/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=84932 CPUtime=17.76
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 20741 0 0 0 1764 12 0 0 25 0 1 0 73565637 86970368 20686 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 21233 20686 80 151 0 21079 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 101932

[startup+51.1018 s]
/proc/loadavg: 2.76 2.65 2.60 4/82 29337
/proc/meminfo: memFree=1550312/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=85092 CPUtime=43.13
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 20772 0 0 0 4301 12 0 0 25 0 1 0 73565637 87134208 20717 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 21273 20717 80 151 0 21119 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 102092

[startup+102.307 s]
/proc/loadavg: 2.66 2.64 2.60 4/82 29337
/proc/meminfo: memFree=1550120/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=85388 CPUtime=93.88
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 20844 0 0 0 9376 12 0 0 25 0 1 0 73565637 87437312 20781 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 21347 20781 80 151 0 21193 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 102388

[startup+162.301 s]
/proc/loadavg: 2.58 2.62 2.59 3/82 29337
/proc/meminfo: memFree=1549992/2055920 swapFree=4192812/4192956

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

[pid=29317] ppid=29294 vsize=190144 CPUtime=2830.19
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 46438 0 0 0 282961 58 0 0 25 0 1 0 73565637 194707456 46375 996147200 134512640 135134323 4294956192 18446744073709551615 134532153 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 47536 46375 80 151 0 47382 0
Current children cumulated CPU time (s) 2837.46
Current children cumulated vsize (KiB) 207144

[startup+2922.3 s]
/proc/loadavg: 2.48 2.53 2.58 4/82 29416
/proc/meminfo: memFree=1406960/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=191992 CPUtime=2889.66
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 46906 0 0 0 288908 58 0 0 25 0 1 0 73565637 196599808 46843 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 47998 46843 80 151 0 47844 0
Current children cumulated CPU time (s) 2896.93
Current children cumulated vsize (KiB) 208992

[startup+2982.3 s]
/proc/loadavg: 2.64 2.57 2.59 4/82 29416
/proc/meminfo: memFree=1404208/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=194056 CPUtime=2949.14
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 47409 0 0 0 294855 59 0 0 25 0 1 0 73565637 198713344 47346 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 48514 47346 80 151 0 48360 0
Current children cumulated CPU time (s) 2956.41
Current children cumulated vsize (KiB) 211056

[startup+3042.3 s]
/proc/loadavg: 2.69 2.58 2.59 3/82 29416
/proc/meminfo: memFree=1401968/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=196084 CPUtime=3008.61
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 47925 0 0 0 300802 59 0 0 25 0 1 0 73565637 200790016 47862 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 49021 47862 80 151 0 48867 0
Current children cumulated CPU time (s) 3015.88
Current children cumulated vsize (KiB) 213084

[startup+3102.31 s]
/proc/loadavg: 2.67 2.58 2.59 4/82 29416
/proc/meminfo: memFree=1399920/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=197964 CPUtime=3068.09
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 48420 0 0 0 306749 60 0 0 25 0 1 0 73565637 202715136 48357 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 49491 48357 80 151 0 49337 0
Current children cumulated CPU time (s) 3075.36
Current children cumulated vsize (KiB) 214964

[startup+3162.3 s]
/proc/loadavg: 2.53 2.55 2.58 4/82 29416
/proc/meminfo: memFree=1398000/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=199788 CPUtime=3127.58
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 48897 0 0 0 312697 61 0 0 25 0 1 0 73565637 204582912 48834 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 49947 48834 80 151 0 49793 0
Current children cumulated CPU time (s) 3134.85
Current children cumulated vsize (KiB) 216788

[startup+3222.3 s]
/proc/loadavg: 2.62 2.57 2.58 3/82 29416
/proc/meminfo: memFree=1395888/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=201848 CPUtime=3187.04
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 49408 0 0 0 318643 61 0 0 25 0 1 0 73565637 206692352 49345 996147200 134512640 135134323 4294956192 18446744073709551615 134532120 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 50462 49345 80 151 0 50308 0
Current children cumulated CPU time (s) 3194.31
Current children cumulated vsize (KiB) 218848

[startup+3282.3 s]
/proc/loadavg: 2.52 2.54 2.56 3/82 29416
/proc/meminfo: memFree=1393776/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=204032 CPUtime=3246.52
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 49934 0 0 0 324590 62 0 0 25 0 1 0 73565637 208928768 49871 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 51008 49871 80 151 0 50854 0
Current children cumulated CPU time (s) 3253.79
Current children cumulated vsize (KiB) 221032

[startup+3342.3 s]
/proc/loadavg: 2.68 2.58 2.57 4/82 29416
/proc/meminfo: memFree=1392176/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=205512 CPUtime=3305.99
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 50336 0 0 0 330537 62 0 0 25 0 1 0 73565637 210444288 50273 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 51378 50273 80 151 0 51224 0
Current children cumulated CPU time (s) 3313.26
Current children cumulated vsize (KiB) 222512

[startup+3402.31 s]
/proc/loadavg: 2.74 2.61 2.58 3/82 29416
/proc/meminfo: memFree=1389936/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=207772 CPUtime=3365.48
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 50892 0 0 0 336485 63 0 0 25 0 1 0 73565637 212758528 50829 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 51943 50829 80 151 0 51789 0
Current children cumulated CPU time (s) 3372.75
Current children cumulated vsize (KiB) 224772

[startup+3462.3 s]
/proc/loadavg: 2.73 2.63 2.59 3/82 29416
/proc/meminfo: memFree=1388208/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=209576 CPUtime=3424.95
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 51302 0 0 0 342432 63 0 0 25 0 1 0 73565637 214605824 51239 996147200 134512640 135134323 4294956192 18446744073709551615 134531955 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 52394 51239 80 151 0 52240 0
Current children cumulated CPU time (s) 3432.22
Current children cumulated vsize (KiB) 226576

[startup+3522.3 s]
/proc/loadavg: 2.65 2.63 2.59 4/82 29416
/proc/meminfo: memFree=1386672/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=211040 CPUtime=3484.44
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 51702 0 0 0 348380 64 0 0 25 0 1 0 73565637 216104960 51639 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 52760 51639 80 151 0 52606 0
Current children cumulated CPU time (s) 3491.71
Current children cumulated vsize (KiB) 228040

[startup+3582.3 s]
/proc/loadavg: 2.56 2.60 2.58 4/82 29416
/proc/meminfo: memFree=1385072/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=212692 CPUtime=3543.91
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 52090 0 0 0 354327 64 0 0 25 0 1 0 73565637 217796608 52027 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 53173 52027 80 151 0 53019 0
Current children cumulated CPU time (s) 3551.18
Current children cumulated vsize (KiB) 229692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.6 s]
/proc/loadavg: 2.55 2.59 2.57 3/82 29416
/proc/meminfo: memFree=1383600/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=17000 CPUtime=7.27
/proc/29294/stat : 29294 (sugar++) S 29292 29294 28675 0 -1 4194304 1656 27289 0 4 6 2 671 48 16 0 1 0 73564936 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29294/statm: 4250 1149 414 3 0 829 0
[pid=29317] ppid=29294 vsize=214116 CPUtime=3592.77
/proc/29317/stat : 29317 (minisat-inc) R 29294 29294 28675 0 -1 4194304 52455 0 0 0 359213 64 0 0 25 0 1 0 73565637 219254784 52392 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29317/statm: 53529 52392 80 151 0 53375 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 231116

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

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

Child status: 0
Real time (s): 3631.66
CPU time (s): 3600.13
CPU user time (s): 3598.92
CPU system time (s): 1.21181
CPU usage (%): 99.1317
Max. virtual memory (cumulated for all children) (KiB): 890616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.92
system time used= 1.21182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81480
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= 6951
involuntary context switches= 82747

runsolver used 4.72628 second user time and 8.93664 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-16 02:37:42
IDJOB=1125267
IDBENCH=63098
IDSOLVER=367
FILE ID=node61/1125267-1216168661
PBS_JOBID= 7905744
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-06-22_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-1125267-1216168661/watcher-1125267-1216168661 -o /tmp/evaluation-result-1125267-1216168661/solver-1125267-1216168661 -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-1125267-1216168661.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 00621646c81f1cc9daed991163bba876
RANDOM SEED=512128750

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.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:       1677208 kB
Buffers:         76596 kB
Cached:         152428 kB
SwapCached:          0 kB
Active:         273148 kB
Inactive:        50000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:         114488 kB
Slab:            40672 kB
Committed_AS:  1113836 kB
PageTables:       2088 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= 66556 MiB
End job on node61 at 2008-07-16 03:38:15