Trace number 1127555

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.14 3633.15

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1200-713329_ext.xml
MD5SUMf71dfd8edd807b123e55434a5924aecf
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints79
Best CPU time to get the best result obtained on this benchmark93.7078
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1130
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1130
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:39 2008
0.00/0.08	c 0	PID 3980
0.06/0.08	c 0	HOST node66.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1127555-1216772318.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-1127555-1216772318.xml' 'HOME/temp.csp'
0.06/0.67	c 0	1 domains, 40 variables, 0 predicates, 34 relations, 1130 constraints
0.06/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	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.06/0.79	c 0	Parsing HOME/temp.csp
1.00/1.15	c 1	parsed 1205 expressions
1.00/1.15	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.17	c 1	MAX CSP: 1130 constraints
1.00/1.17	c 1	Converting to clausal form CSP
1.09/1.22	c 1	converted 234 (10%) expressions
1.09/1.24	c 1	converted 468 (20%) expressions
1.09/1.25	c 1	converted 702 (30%) expressions
1.09/1.28	c 1	converted 936 (40%) expressions
1.20/1.35	c 1	converted 1169 (50%) expressions
1.20/1.36	c 1	converted 1403 (60%) expressions
1.20/1.37	c 1	converted 1637 (70%) expressions
1.20/1.38	c 1	converted 1871 (80%) expressions
1.20/1.39	c 1	converted 2105 (90%) expressions
1.40/1.53	c 1	converted 2338 (100%) expressions
1.40/1.53	c 1	CSP : 2300 integers, 0 booleans, 3389 clauses, largest domain size 1696
1.40/1.53	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.53	c 1	Propagation in CSP
1.40/1.59	c 1	1125 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.40/1.59	c 1	CSP : 2300 integers, 0 booleans, 3389 clauses, largest domain size 1131
1.40/1.59	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.59	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.60	c 1	CSP : 2300 integers, 0 booleans, 3389 clauses, largest domain size 1131
1.40/1.60	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.63	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.50/1.64	c 1	230 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/1.65	c 1	460 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/1.65	c 1	690 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/1.65	c 1	920 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/1.65	c 1	1150 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/1.66	c 1	1380 (60%) CSP integer variables are encoded (2276 clauses, 29652 bytes)
1.50/1.68	c 1	1610 (70%) CSP integer variables are encoded (12842 clauses, 175809 bytes)
1.50/1.69	c 1	1840 (80%) CSP integer variables are encoded (16419 clauses, 229464 bytes)
1.50/1.69	c 1	2070 (90%) CSP integer variables are encoded (18179 clauses, 255864 bytes)
1.50/1.69	c 1	2300 (100%) CSP integer variables are encoded (20558 clauses, 291549 bytes)
1.60/1.73	c 1	339 (10%) CSP clauses are encoded (20905 clauses, 297073 bytes)
1.60/1.76	c 1	678 (20%) CSP clauses are encoded (21259 clauses, 302895 bytes)
1.60/1.77	c 1	1017 (30%) CSP clauses are encoded (21612 clauses, 309090 bytes)
1.70/1.81	c 1	1356 (40%) CSP clauses are encoded (29342 clauses, 444397 bytes)
1.79/1.95	c 1	1695 (50%) CSP clauses are encoded (106171 clauses, 1846814 bytes)
2.68/2.81	c 2	2034 (60%) CSP clauses are encoded (445012 clauses, 8652141 bytes)
4.26/4.45	c 4	2373 (70%) CSP clauses are encoded (1331501 clauses, 27102639 bytes)
4.36/4.51	c 4	2712 (80%) CSP clauses are encoded (1357478 clauses, 27643736 bytes)
4.46/4.63	c 4	3051 (90%) CSP clauses are encoded (1421345 clauses, 28996541 bytes)
4.86/5.08	c 5	3389 (100%) CSP clauses are encoded (1658967 clauses, 34071010 bytes)
4.86/5.08	c 5	3389 CSP clauses encoded
4.86/5.08	c 5	Writing map file : HOME/temp.map
4.96/5.10	c 5	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.96/5.10	c 5	SAT : 22858 SAT variables, 1658967 SAT clauses, 34071010 bytes
4.96/5.10	c 5	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.96/5.15	c 5	OBJECTIVE minimize _COST
4.96/5.15	c 5	SOLVING HOME/temp.cnf
4.96/5.15	c 5	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
4.96/5.15	c 5	This is MiniSat 2.0 beta incremental
4.96/5.15	c 5	WARNING: for repeatability, setting FPU to use double precision
4.96/5.15	c 5	============================[ Problem Statistics ]=============================
4.96/5.15	c 5	|                                                                             |
4.96/5.15	c 5	|  Number of variables:  22858                                                |
4.96/5.15	c 5	|  Number of clauses:    1658967                                              |
5.72/5.93	c 5	|  Parsing time:         0.67         s                                       |
5.72/5.96	c 5	OK
5.72/5.96	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
5.72/5.96	c 5	SEARCHING: _COST <= 565
5.72/5.96	c 5	============================[ Search Statistics ]==============================
5.72/5.96	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.72/5.96	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.72/5.96	c 5	===============================================================================
5.72/5.96	c 5	|         0 |   22858  1658967  4915238 |   552989        0    nan |  0.000 % |
6.31/6.56	c 6	|       100 |   22858  1658967  4915238 |   608287      100     27 |  0.001 % |
6.51/6.76	c 6	|       251 |   22858  1658967  4915238 |   669116      251     26 |  0.001 % |
6.71/6.96	c 6	|       477 |   22858  1658967  4915238 |   736028      477     25 |  0.001 % |
6.81/7.02	c 6	===============================================================================
6.81/7.03	c 6	restarts              : 4
6.81/7.03	c 6	conflicts             : 589           (337 /sec)
6.81/7.03	c 6	decisions             : 1274          (0.39 % random) (728 /sec)
6.81/7.03	c 6	propagations          : 505580         (288947 /sec)
6.81/7.03	c 6	conflict literals     : 14279          (14.99 % deleted)
6.81/7.03	c 6	Memory used           : 73.08 MB
6.81/7.03	c 6	CPU time              : 1.74973 s
6.81/7.03	c 6	
6.81/7.03	c 6	SATISFIABLE
6.81/7.03	c 6	OK
6.81/7.03	c 6	FOUND: _COST <= 565
6.81/7.03	s SATISFIABLE
6.81/7.03	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.81/7.03	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.84/7.11	c 7	Decoding HOME/temp.out
6.84/7.26	c 7	OBJECTIVE _COST 565
6.84/7.26	o 565
6.84/7.26	v 1 1 1 1 0 0 1 1 0 1 0 0 0 1 1 1 0 1 0 1 1 1 1 0 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 0
6.84/7.26	c 7	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.84/7.30	c 7	OK
6.84/7.30	c 7	OBJECTIVE BOUND: 0 <= _COST <= 565
6.84/7.30	c 7	SEARCHING: _COST <= 282
6.84/7.30	c 7	============================[ Search Statistics ]==============================
6.84/7.31	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.84/7.31	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.84/7.31	c 7	===============================================================================
6.84/7.31	c 7	|       589 |   22858  1658967  4915238 |   552989      589     24 |  0.001 % |
7.17/7.40	c 7	===============================================================================
7.17/7.41	c 7	restarts              : 5
7.17/7.41	c 7	conflicts             : 589           (317 /sec)
7.17/7.41	c 7	decisions             : 1582          (0.44 % random) (851 /sec)
7.17/7.41	c 7	propagations          : 528438         (284150 /sec)
7.17/7.41	c 7	conflict literals     : 14279          (14.99 % deleted)
7.17/7.41	c 7	Memory used           : 73.47 MB
7.17/7.41	c 7	CPU time              : 1.85972 s
7.17/7.41	c 7	
7.17/7.41	c 7	SATISFIABLE
7.17/7.41	c 7	OK
7.17/7.41	c 7	FOUND: _COST <= 282
7.17/7.41	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.17/7.41	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.17/7.49	c 7	Decoding HOME/temp.out
7.36/7.65	c 7	OBJECTIVE _COST 282
7.36/7.65	o 282
7.36/7.65	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
7.36/7.65	c 7	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.36/7.69	c 7	OK
7.36/7.69	c 7	OBJECTIVE BOUND: 0 <= _COST <= 282
7.36/7.69	c 7	SEARCHING: _COST <= 141
7.36/7.69	c 7	============================[ Search Statistics ]==============================
7.36/7.69	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.36/7.69	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.36/7.69	c 7	===============================================================================
7.36/7.69	c 7	|       589 |   16643  1658967  4915238 |   552989      589     24 |  0.001 % |
7.84/8.13	c 8	|       689 |   16641  1658967  4915238 |   608287      689     27 | 42.056 % |
8.43/8.71	c 8	|       841 |   16641  1658967  4915238 |   669116      841     30 | 42.056 % |
8.72/9.00	c 8	===============================================================================
8.72/9.00	c 8	restarts              : 8
8.72/9.00	c 8	conflicts             : 906           (286 /sec)
8.72/9.00	c 8	decisions             : 2120          (0.57 % random) (670 /sec)
8.72/9.00	c 8	propagations          : 1086225        (343468 /sec)
8.72/9.00	c 8	conflict literals     : 27714          (21.51 % deleted)
8.72/9.00	c 8	Memory used           : 73.73 MB
8.72/9.00	c 8	CPU time              : 3.16252 s
8.72/9.00	c 8	
8.72/9.00	c 8	SATISFIABLE
8.72/9.01	c 8	OK
8.72/9.01	c 8	FOUND: _COST <= 141
8.72/9.01	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.72/9.01	c 8	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.72/9.09	c 9	Decoding HOME/temp.out
8.73/9.23	c 9	OBJECTIVE _COST 141
8.73/9.23	o 141
8.73/9.24	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 0 1 1
8.73/9.24	c 9	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.73/9.28	c 9	OK
8.73/9.28	c 9	OBJECTIVE BOUND: 0 <= _COST <= 141
8.73/9.28	c 9	SEARCHING: _COST <= 70
8.73/9.28	c 9	============================[ Search Statistics ]==============================
8.73/9.28	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.73/9.28	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.73/9.28	c 9	===============================================================================
8.73/9.28	c 9	|       906 |   13245  1658967  4915238 |   552989      906     31 | 42.056 % |
9.18/9.52	c 9	|      1006 |   13245  1658967  4915238 |   608287     1006     30 | 51.317 % |
9.48/9.90	c 9	|      1156 |   13245  1658967  4915238 |   669116     1156     28 | 51.317 % |
10.17/10.57	c 10	|      1381 |   13245  1658967  4915238 |   736028     1381     28 | 51.317 % |
11.46/11.85	c 11	|      1718 |   13245  1658967  4915238 |   809631     1718     28 | 51.317 % |
13.44/13.84	c 13	|      2224 |   13245  1658967  4915238 |   890594     2224     28 | 51.317 % |
16.31/16.75	c 16	|      2984 |   13245  1658967  4915238 |   979653     2984     28 | 51.317 % |
20.57/21.06	c 21	|      4124 |   13245  1658967  4915238 |  1077619     4124     28 | 51.317 % |
25.82/26.35	c 26	|      5832 |   11128   390905  1145253 |  1185381     5502     28 | 51.317 % |
31.47/32.10	c 32	|      8394 |   11128   390905  1145253 |  1303919     8064     28 | 51.317 % |
39.19/39.89	c 39	|     12239 |   11128   390905  1145253 |  1434311    11909     28 | 51.317 % |
51.18/51.99	c 51	|     18005 |   11128   390905  1145253 |  1577742    17675     28 | 51.317 % |
70.61/71.59	c 71	|     26654 |   11128   390905  1145253 |  1735516    26324     28 | 51.317 % |
101.91/103.12	c 103	|     39629 |   11128   390905  1145253 |  1909068    39299     28 | 51.317 % |
152.23/153.96	c 153	|     59092 |   11128   390905  1145253 |  2099974    58762     28 | 51.317 % |
237.15/239.68	c 239	|     88284 |   11128   390905  1145253 |  2309972    87954     28 | 51.317 % |
366.58/370.26	c 370	|    132073 |   11128   390905  1145253 |  2540969   131743     29 | 51.317 % |
602.93/608.71	c 608	|    197757 |   11128   390905  1145253 |  2795066   197427     29 | 51.317 % |
981.58/990.88	c 990	|    296284 |   11128   390905  1145253 |  3074573   295954     29 | 51.317 % |
1603.82/1618.78	c 1618	|    444074 |   11128   390905  1145253 |  3382030   443744     28 | 51.317 % |
2863.47/2889.82	c 2889	|    665758 |   11128   390905  1145253 |  3720233   665428     28 | 51.317 % |
3600.06/3633.11	c ERROR INTERRUPTED
3600.06/3633.15	c 3633	CPU 3599.17 (0.07 0.02 3599.1 0.91)
3600.06/3633.15	c 3633	END Wed Jul 23 03:19:12 2008

Verifier Data (download as text)

OK	139	991
139 unsatisfied constraints, 991 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-1127555-1216772318/watcher-1127555-1216772318 -o /tmp/evaluation-result-1127555-1216772318/solver-1127555-1216772318 -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-1127555-1216772318.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.00 2.00 2.00 4/80 3980
/proc/meminfo: memFree=1417840/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=12268 CPUtime=0
/proc/3980/stat : 3980 (sugar++) R 3978 3980 3596 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4318769 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 227607804517 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3980/statm: 3067 316 241 3 0 167 0

[startup+0.0815119 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 3980
/proc/meminfo: memFree=1417840/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16740 CPUtime=0.06
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 4318769 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102084 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 3980
/proc/meminfo: memFree=1417840/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16740 CPUtime=0.06
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4318769 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30194 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 3980
/proc/meminfo: memFree=1417840/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16740 CPUtime=0.06
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4318769 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701986 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 3980
/proc/meminfo: memFree=1417840/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16740 CPUtime=0.06
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1236 128 0 0 5 1 0 0 15 0 1 0 4318769 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50208 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 4002
/proc/meminfo: memFree=1409048/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16740 CPUtime=0.63
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1296 4701 0 1 5 1 54 3 15 0 1 0 4318769 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4185 1104 409 3 0 764 0
[pid=3993] ppid=3980 vsize=5356 CPUtime=0
/proc/3993/stat : 3993 (sh) S 3980 3980 3596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4318840 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3993/statm: 1339 233 193 169 0 50 0
[pid=3994] ppid=3993 vsize=868284 CPUtime=0.77
/proc/3994/stat : 3994 (java) S 3993 3980 3596 0 -1 0 5485 0 1 0 73 4 0 0 18 0 9 0 4318840 889122816 4916 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3994/statm: 217071 4916 1730 9 0 211646 0
[pid=3994/tid=3995] ppid=3993 vsize=868284 CPUtime=0.52
/proc/3994/task/3995/stat : 3995 (java) R 3993 3980 3596 0 -1 64 2643 0 1 0 51 1 0 0 21 0 9 0 4318841 889122816 4916 996147200 134512640 134550740 4294955920 18446744073709551615 4126827050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=3996] ppid=3993 vsize=868284 CPUtime=0.03
/proc/3994/task/3996/stat : 3996 (java) S 3993 3980 3596 0 -1 64 698 0 0 0 3 0 0 0 16 0 9 0 4318842 889122816 4916 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=3997] ppid=3993 vsize=868284 CPUtime=0
/proc/3994/task/3997/stat : 3997 (java) S 3993 3980 3596 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4318842 889122816 4916 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=3998] ppid=3993 vsize=868284 CPUtime=0
/proc/3994/task/3998/stat : 3998 (java) S 3993 3980 3596 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 4318842 889122816 4916 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=3999] ppid=3993 vsize=868284 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3993 3980 3596 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4318844 889122816 4916 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=4000] ppid=3993 vsize=868284 CPUtime=0.19
/proc/3994/task/4000/stat : 4000 (java) S 3993 3980 3596 0 -1 64 1453 0 0 0 18 1 0 0 16 0 9 0 4318844 889122816 4916 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=4001] ppid=3993 vsize=868284 CPUtime=0
/proc/3994/task/4001/stat : 4001 (java) S 3993 3980 3596 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4318845 889122816 4916 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=4002] ppid=3993 vsize=868284 CPUtime=0
/proc/3994/task/4002/stat : 4002 (java) S 3993 3980 3596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4318845 889122816 4916 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) 890380

[startup+3.10227 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 4002
/proc/meminfo: memFree=1397656/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16740 CPUtime=0.64
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1297 4701 0 1 6 1 54 3 15 0 1 0 4318769 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4185 1104 409 3 0 764 0
[pid=3993] ppid=3980 vsize=5356 CPUtime=0
/proc/3993/stat : 3993 (sh) S 3980 3980 3596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4318840 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3993/statm: 1339 233 193 169 0 50 0
[pid=3994] ppid=3993 vsize=868512 CPUtime=2.34
/proc/3994/stat : 3994 (java) S 3993 3980 3596 0 -1 0 7308 0 1 0 219 15 0 0 18 0 9 0 4318840 889356288 6179 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3994/statm: 217128 6179 2563 9 0 211675 0
[pid=3994/tid=3995] ppid=3993 vsize=868512 CPUtime=1.87
/proc/3994/task/3995/stat : 3995 (java) R 3993 3980 3596 0 -1 64 3082 0 1 0 178 9 0 0 25 0 9 0 4318841 889356288 6179 996147200 134512640 134550740 4294955920 18446744073709551615 4126968718 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=3996] ppid=3993 vsize=868512 CPUtime=0.18
/proc/3994/task/3996/stat : 3996 (java) S 3993 3980 3596 0 -1 64 2034 0 0 0 15 3 0 0 16 0 9 0 4318842 889356288 6179 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=3997] ppid=3993 vsize=868512 CPUtime=0
/proc/3994/task/3997/stat : 3997 (java) S 3993 3980 3596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4318842 889356288 6179 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=3998] ppid=3993 vsize=868512 CPUtime=0
/proc/3994/task/3998/stat : 3998 (java) S 3993 3980 3596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4318842 889356288 6179 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=3999] ppid=3993 vsize=868512 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3993 3980 3596 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4318844 889356288 6179 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=4000] ppid=3993 vsize=868512 CPUtime=0.26
/proc/3994/task/4000/stat : 4000 (java) S 3993 3980 3596 0 -1 64 1499 0 0 0 25 1 0 0 16 0 9 0 4318844 889356288 6179 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=4001] ppid=3993 vsize=868512 CPUtime=0
/proc/3994/task/4001/stat : 4001 (java) S 3993 3980 3596 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4318845 889356288 6179 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3994/tid=4002] ppid=3993 vsize=868512 CPUtime=0
/proc/3994/task/4002/stat : 4002 (java) S 3993 3980 3596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4318845 889356288 6179 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890608

[startup+6.30165 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4003
/proc/meminfo: memFree=1357600/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=4.99
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1496 12924 0 2 6 2 456 35 15 0 1 0 4318769 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1146 414 3 0 797 0
[pid=4003] ppid=3980 vsize=74568 CPUtime=1.13
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 17819 0 0 0 103 10 0 0 25 0 1 0 4319284 76357632 17768 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 18642 17768 69 151 0 18488 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 91440

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4033
/proc/meminfo: memFree=1307936/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=75624 CPUtime=6.66
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 18111 0 0 0 655 11 0 0 25 0 1 0 4319284 77438976 18054 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 18906 18054 80 151 0 18752 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 92496

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4033
/proc/meminfo: memFree=1308128/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=75888 CPUtime=19.34
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 18161 0 0 0 1923 11 0 0 25 0 1 0 4319284 77709312 18104 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 18972 18104 80 151 0 18818 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 92760

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4033
/proc/meminfo: memFree=1308128/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=75888 CPUtime=44.7
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 18179 0 0 0 4459 11 0 0 25 0 1 0 4319284 77709312 18122 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 18972 18122 80 151 0 18818 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 92760

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4035
/proc/meminfo: memFree=1307744/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=76052 CPUtime=95.43
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 18226 0 0 0 9531 12 0 0 25 0 1 0 4319284 77877248 18169 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 19013 18169 80 151 0 18859 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 92924

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4035
/proc/meminfo: memFree=1307360/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=76560 CPUtime=154.87
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 18289 0 0 0 15475 12 0 0 25 0 1 0 4319284 78397440 18232 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 19140 18232 80 151 0 18986 0
Current children cumulated CPU time (s) 160.56
Current children cumulated vsize (KiB) 93432

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4035
/proc/meminfo: memFree=1306912/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=76880 CPUtime=214.31
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 18407 0 0 0 21419 12 0 0 25 0 1 0 4319284 78725120 18350 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 19220 18350 80 151 0 19066 0
Current children cumulated CPU time (s) 220

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

[pid=4003] ppid=3980 vsize=145924 CPUtime=2889.98
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 35216 0 0 0 288961 37 0 0 25 0 1 0 4319284 149426176 35142 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 36481 35142 80 151 0 36327 0
Current children cumulated CPU time (s) 2895.67
Current children cumulated vsize (KiB) 162796

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4041
/proc/meminfo: memFree=1236448/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=147128 CPUtime=2949.44
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 35562 0 0 0 294906 38 0 0 25 0 1 0 4319284 150659072 35488 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 36782 35488 80 151 0 36628 0
Current children cumulated CPU time (s) 2955.13
Current children cumulated vsize (KiB) 164000

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4079
/proc/meminfo: memFree=1254232/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=148448 CPUtime=3008.91
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 35897 0 0 0 300851 40 0 0 25 0 1 0 4319284 152010752 35823 996147200 134512640 135134323 4294956192 18446744073709551615 134529369 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 37112 35823 80 151 0 36958 0
Current children cumulated CPU time (s) 3014.6
Current children cumulated vsize (KiB) 165320

[startup+3102.3 s]
/proc/loadavg: 2.15 2.03 2.01 4/82 4079
/proc/meminfo: memFree=1204056/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=150368 CPUtime=3068.36
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 36380 0 0 0 306795 41 0 0 25 0 1 0 4319284 153976832 36298 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 37592 36298 80 151 0 37438 0
Current children cumulated CPU time (s) 3074.05
Current children cumulated vsize (KiB) 167240

[startup+3162.3 s]
/proc/loadavg: 2.59 2.18 2.06 4/82 4079
/proc/meminfo: memFree=1198168/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=152936 CPUtime=3127.81
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 36739 0 0 0 312740 41 0 0 25 0 1 0 4319284 156606464 36657 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 38234 36657 80 151 0 38080 0
Current children cumulated CPU time (s) 3133.5
Current children cumulated vsize (KiB) 169808

[startup+3222.3 s]
/proc/loadavg: 2.68 2.28 2.10 3/82 4079
/proc/meminfo: memFree=1196632/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=154524 CPUtime=3187.28
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 37067 0 0 0 318686 42 0 0 25 0 1 0 4319284 158232576 36985 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 38631 36985 80 151 0 38477 0
Current children cumulated CPU time (s) 3192.97
Current children cumulated vsize (KiB) 171396

[startup+3282.3 s]
/proc/loadavg: 2.63 2.34 2.13 3/82 4079
/proc/meminfo: memFree=1195224/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=155848 CPUtime=3246.73
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 37410 0 0 0 324631 42 0 0 25 0 1 0 4319284 159588352 37328 996147200 134512640 135134323 4294956192 18446744073709551615 134529607 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 38962 37328 80 151 0 38808 0
Current children cumulated CPU time (s) 3252.42
Current children cumulated vsize (KiB) 172720

[startup+3342.3 s]
/proc/loadavg: 2.81 2.43 2.17 4/82 4079
/proc/meminfo: memFree=1193816/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=157076 CPUtime=3306.2
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 37738 0 0 0 330577 43 0 0 25 0 1 0 4319284 160845824 37656 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 39269 37656 80 151 0 39115 0
Current children cumulated CPU time (s) 3311.89
Current children cumulated vsize (KiB) 173948

[startup+3402.31 s]
/proc/loadavg: 2.60 2.44 2.19 4/82 4079
/proc/meminfo: memFree=1192024/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=158964 CPUtime=3365.66
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 38176 0 0 0 336523 43 0 0 25 0 1 0 4319284 162779136 38094 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 39741 38094 80 151 0 39587 0
Current children cumulated CPU time (s) 3371.35
Current children cumulated vsize (KiB) 175836

[startup+3462.3 s]
/proc/loadavg: 2.44 2.42 2.19 4/82 4079
/proc/meminfo: memFree=1190616/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=160152 CPUtime=3425.11
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 38492 0 0 0 342468 43 0 0 25 0 1 0 4319284 163995648 38410 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 40038 38410 80 151 0 39884 0
Current children cumulated CPU time (s) 3430.8
Current children cumulated vsize (KiB) 177024

[startup+3522.3 s]
/proc/loadavg: 2.50 2.43 2.21 4/82 4079
/proc/meminfo: memFree=1189272/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=161340 CPUtime=3484.58
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 38823 0 0 0 348414 44 0 0 25 0 1 0 4319284 165212160 38741 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 40335 38741 80 151 0 40181 0
Current children cumulated CPU time (s) 3490.27
Current children cumulated vsize (KiB) 178212

[startup+3582.3 s]
/proc/loadavg: 2.68 2.49 2.24 3/82 4079
/proc/meminfo: memFree=1188120/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=163048 CPUtime=3544.03
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 39156 0 0 0 354359 44 0 0 25 0 1 0 4319284 166961152 39074 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 40762 39074 80 151 0 40608 0
Current children cumulated CPU time (s) 3549.72
Current children cumulated vsize (KiB) 179920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.1 s]
/proc/loadavg: 2.69 2.53 2.27 4/82 4079
/proc/meminfo: memFree=1186904/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=163972 CPUtime=3594.37
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 39419 0 0 0 359393 44 0 0 25 0 1 0 4319284 167907328 39337 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 40993 39337 80 151 0 40839 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 180844

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

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

[startup+3633.1 s]
/proc/loadavg: 2.69 2.53 2.27 4/82 4079
/proc/meminfo: memFree=1186904/2055920 swapFree=4192956/4192956
[pid=3980] ppid=3978 vsize=16872 CPUtime=5.69
/proc/3980/stat : 3980 (sugar++) S 3978 3980 3596 0 -1 4194304 1719 24569 0 5 7 2 517 43 16 0 1 0 4318769 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3980/statm: 4218 1147 414 3 0 797 0
[pid=4003] ppid=3980 vsize=163972 CPUtime=3594.37
/proc/4003/stat : 4003 (minisat-inc) R 3980 3980 3596 0 -1 4194304 39419 0 0 0 359393 44 0 0 25 0 1 0 4319284 167907328 39337 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4003/statm: 40993 39337 80 151 0 40839 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 180844

Child status: 0
Real time (s): 3633.15
CPU time (s): 3600.14
CPU user time (s): 3599.18
CPU system time (s): 0.958854
CPU usage (%): 99.0913
Max. virtual memory (cumulated for all children) (KiB): 890608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.18
system time used= 0.958854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65786
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9419
involuntary context switches= 156620

runsolver used 4.6193 second user time and 10.6224 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-23 02:18:38
IDJOB=1127555
IDBENCH=63614
IDSOLVER=367
FILE ID=node66/1127555-1216772318
PBS_JOBID= 7974103
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-1200-713329_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-1127555-1216772318/watcher-1127555-1216772318 -o /tmp/evaluation-result-1127555-1216772318/solver-1127555-1216772318 -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-1127555-1216772318.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f71dfd8edd807b123e55434a5924aecf
RANDOM SEED=1396356039

node66.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.235
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.235
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:       1418320 kB
Buffers:         35616 kB
Cached:         478056 kB
SwapCached:          0 kB
Active:         205888 kB
Inactive:       364164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1418320 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             900 kB
Writeback:           0 kB
Mapped:          76776 kB
Slab:            52644 kB
Committed_AS:   891708 kB
PageTables:       1880 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 node66 at 2008-07-23 03:19:14