Trace number 1127260

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+minisatMSAT (TO) 3600.04 3601.53

General information on the benchmark

Namemaxcsp/cnf/2-40-2100-3000/
normalized-cnf-2-40-2400-421722_ext.xml
MD5SUMf79aca6fdaa209b12c2cdef49e18e5f0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints279
Best CPU time to get the best result obtained on this benchmark1.53877
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints680
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension680
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Tue Jul 22 21:15:27 2008
0.02/0.04	c 0	PID 3523
0.02/0.04	c 0	HOST node89.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1127260-1216754127.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127260-1216754127.xml' 'HOME/temp.csp'
0.03/0.59	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 680 constraints
0.03/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.60	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.68	c 1	Parsing HOME/temp.csp
0.40/0.80	c 1	parsed 735 expressions
0.40/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.82	c 1	MAX CSP: 680 constraints
0.40/0.82	c 1	Converting to clausal form CSP
0.40/0.86	c 1	converted 142 (10%) expressions
0.40/0.87	c 1	converted 284 (20%) expressions
0.40/0.88	c 1	converted 426 (30%) expressions
0.40/0.89	c 1	converted 568 (40%) expressions
0.40/0.90	c 1	converted 709 (50%) expressions
0.40/0.91	c 1	converted 851 (60%) expressions
0.40/0.92	c 1	converted 993 (70%) expressions
0.40/0.99	c 1	converted 1135 (80%) expressions
0.40/0.99	c 1	converted 1277 (90%) expressions
0.78/1.10	c 1	converted 1418 (100%) expressions
0.88/1.10	c 1	CSP : 1400 integers, 0 booleans, 2039 clauses, largest domain size 1021
0.88/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.10	c 1	Propagation in CSP
0.88/1.15	c 1	676 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.88/1.15	c 1	CSP : 1400 integers, 0 booleans, 2039 clauses, largest domain size 681
0.88/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.15	c 1	Simplifing CSP by introducing new Boolean variables
0.88/1.15	c 1	CSP : 1400 integers, 0 booleans, 2039 clauses, largest domain size 681
0.88/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.19	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.97/1.20	c 1	140 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.20	c 1	280 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.20	c 1	420 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.21	c 1	560 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.21	c 1	700 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.22	c 1	840 (60%) CSP integer variables are encoded (5853 clauses, 75596 bytes)
0.97/1.22	c 1	980 (70%) CSP integer variables are encoded (7367 clauses, 95278 bytes)
0.97/1.23	c 1	1120 (80%) CSP integer variables are encoded (8908 clauses, 115354 bytes)
0.97/1.23	c 1	1260 (90%) CSP integer variables are encoded (9875 clauses, 129859 bytes)
0.97/1.23	c 1	1400 (100%) CSP integer variables are encoded (11221 clauses, 150049 bytes)
0.97/1.26	c 1	204 (10%) CSP clauses are encoded (11521 clauses, 153253 bytes)
0.97/1.28	c 1	408 (20%) CSP clauses are encoded (11821 clauses, 156658 bytes)
0.97/1.29	c 1	612 (30%) CSP clauses are encoded (12114 clauses, 160081 bytes)
1.17/1.44	c 2	816 (40%) CSP clauses are encoded (50019 clauses, 814273 bytes)
1.46/1.77	c 2	1020 (50%) CSP clauses are encoded (256163 clauses, 4597187 bytes)
1.46/1.79	c 2	1224 (60%) CSP clauses are encoded (264679 clauses, 4747455 bytes)
1.87/2.16	c 2	1428 (70%) CSP clauses are encoded (492143 clauses, 8937677 bytes)
1.87/2.19	c 2	1632 (80%) CSP clauses are encoded (501983 clauses, 9131332 bytes)
1.97/2.23	c 2	1836 (90%) CSP clauses are encoded (525515 clauses, 9625920 bytes)
2.07/2.38	c 3	2039 (100%) CSP clauses are encoded (612647 clauses, 11479050 bytes)
2.07/2.38	c 3	2039 CSP clauses encoded
2.07/2.38	c 3	Writing map file : HOME/temp.map
2.07/2.39	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.39	c 3	SAT : 12621 SAT variables, 612647 SAT clauses, 11479050 bytes
2.07/2.39	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.16/2.43	c 3	OBJECTIVE minimize _COST
2.16/2.43	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.16/2.43	c 3	SEARCHING: _COST <= 340
2.16/2.43	c 3	SOLVING HOME/temp.cnf
2.16/2.43	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.16/2.43	c 3	This is MiniSat 2.0 beta
2.16/2.43	c 3	WARNING: for repeatability, setting FPU to use double precision
2.16/2.43	c 3	============================[ Problem Statistics ]=============================
2.16/2.43	c 3	|                                                                             |
2.16/2.43	c 3	|  Number of variables:  12621                                                |
2.16/2.43	c 3	|  Number of clauses:    612648                                               |
2.18/2.72	c 3	|  Parsing time:         0.25         s                                       |
2.18/2.92	c 3	============================[ Search Statistics ]==============================
2.18/2.92	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.92	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.92	c 3	===============================================================================
2.18/2.92	c 3	|         0 |    9221   391043  1148007 |   130347        0    nan |  0.000 % |
2.93/3.22	c 3	|       101 |    9216   391043  1148007 |   143382       97     11 | 27.526 % |
3.11/3.48	c 4	|       251 |    9208   391043  1148007 |   157720      236     11 | 30.798 % |
3.21/3.60	c 4	|       479 |    9208   391043  1148007 |   173492      464     20 | 30.798 % |
3.41/3.77	c 4	|       817 |    9208   391043  1148007 |   190842      801     21 | 30.838 % |
3.71/4.08	c 4	|      1323 |    9208   391043  1148007 |   209926     1307     23 | 30.838 % |
4.21/4.56	c 5	|      2085 |    9207   391043  1148007 |   230918     2068     27 | 30.909 % |
4.70/5.03	c 5	|      3224 |    8720   368222  1081243 |   254010     3099     26 | 30.909 % |
5.70/6.07	c 6	|      4932 |    8694   366463  1076063 |   279411     4803     28 | 31.115 % |
6.89/7.25	c 7	|      7495 |    8694   366463  1076063 |   307352     7366     29 | 31.115 % |
8.77/9.17	c 9	|     11340 |    8694   366463  1076063 |   338088    11211     28 | 31.115 % |
12.64/13.02	c 13	|     17106 |    8694   366463  1076063 |   371897    16977     27 | 31.115 % |
18.40/18.89	c 19	===============================================================================
18.40/18.89	c 19	restarts              : 12
18.40/18.89	c 19	conflicts             : 23769          (1460 /sec)
18.40/18.89	c 19	decisions             : 31415          (0.80 % random) (1930 /sec)
18.40/18.89	c 19	propagations          : 13501893       (829379 /sec)
18.40/18.89	c 19	conflict literals     : 633320         (23.33 % deleted)
18.40/18.89	c 19	Memory used           : 26.16 MB
18.40/18.89	c 19	CPU time              : 16.2795 s
18.40/18.89	c 19	
18.40/18.90	c 19	SATISFIABLE
18.50/18.90	c 19	FOUND: _COST <= 340
18.50/18.90	s SATISFIABLE
18.50/18.90	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.50/18.90	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.50/18.98	c 19	Decoding HOME/temp.out
18.50/19.11	c 19	OBJECTIVE _COST 340
18.50/19.11	o 340
18.50/19.11	v 1 1 1 1 1 0 1 0 0 0 1 1 1 0 0 0 1 1 1 0 0 1 0 0 1 0 1 1 1 1 1 1 1 0 1 0 0 0 1 0
18.50/19.12	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.50/19.16	c 19	OBJECTIVE BOUND: 0 <= _COST <= 340
18.50/19.16	c 19	SEARCHING: _COST <= 170
18.50/19.16	c 19	SOLVING HOME/temp.cnf
18.50/19.16	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.50/19.17	c 19	This is MiniSat 2.0 beta
18.50/19.17	c 19	WARNING: for repeatability, setting FPU to use double precision
18.50/19.17	c 19	============================[ Problem Statistics ]=============================
18.50/19.17	c 19	|                                                                             |
18.50/19.17	c 19	|  Number of variables:  12621                                                |
18.50/19.17	c 19	|  Number of clauses:    612648                                               |
18.72/19.47	c 20	|  Parsing time:         0.26         s                                       |
19.23/19.75	c 20	============================[ Search Statistics ]==============================
19.23/19.75	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.23/19.75	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.23/19.75	c 20	===============================================================================
19.23/19.75	c 20	|         0 |    7351   255638   747232 |    85212        0    nan |  0.000 % |
19.44/19.92	c 20	|       101 |    7346   255638   747232 |    93733       98     15 | 42.231 % |
19.44/19.98	c 20	|       252 |    7346   255638   747232 |   103107      249     15 | 42.231 % |
19.64/20.11	c 20	|       477 |    7343   255638   747232 |   113418      466     13 | 43.840 % |
19.73/20.26	c 20	|       814 |    7343   255638   747232 |   124759      803     15 | 43.840 % |
19.93/20.49	c 21	|      1320 |    7343   255638   747232 |   137235     1309     16 | 43.840 % |
20.34/20.83	c 21	|      2079 |    7087   235867   688813 |   150959     2066     16 | 44.093 % |
20.83/21.32	c 21	|      3219 |    7086   235867   688813 |   166055     3202     16 | 44.917 % |
21.73/22.29	c 22	|      4928 |    6952   225458   658035 |   182660     4903     15 | 44.917 % |
23.13/23.63	c 24	|      7490 |    6826   216571   631796 |   200927     7456     16 | 45.916 % |
25.13/25.69	c 26	|     11334 |    6826   216571   631796 |   221019    11296     17 | 46.462 % |
28.33/28.89	c 29	|     17100 |    6722   209422   610691 |   243121    17058     17 | 46.763 % |
35.03/35.53	c 36	|     25754 |    6668   205325   598580 |   267433    25705     18 | 47.168 % |
46.63/47.18	c 47	|     38729 |    6668   205325   598580 |   294177    38680     20 | 47.168 % |
67.92/68.45	c 69	|     58192 |    6647   203972   594593 |   323594    58126     20 | 47.334 % |
114.31/114.84	c 115	|     87384 |    6647   203972   594593 |   355954    87318     20 | 47.334 % |
207.99/208.53	c 209	|    131173 |    6647   203972   594593 |   391549   131107     21 | 47.334 % |
378.34/378.95	c 379	|    196857 |    6581   199507   581418 |   430704   196780     21 | 47.857 % |
693.56/694.29	c 694	|    295383 |    6547   197109   574337 |   473775   295293     20 | 48.253 % |
951.78/952.55	c 953	===============================================================================
951.78/952.55	c 953	restarts              : 19
951.78/952.55	c 953	conflicts             : 377488         (405 /sec)
951.78/952.55	c 953	decisions             : 499058         (0.98 % random) (535 /sec)
951.78/952.55	c 953	propagations          : 226600020      (242875 /sec)
951.78/952.55	c 953	conflict literals     : 7457284        (42.60 % deleted)
951.78/952.55	c 953	Memory used           : 55.09 MB
951.78/952.55	c 953	CPU time              : 932.989 s
951.78/952.55	c 953	
951.78/952.55	c 953	UNSATISFIABLE
951.78/952.56	c 953	NOT FOUND: _COST <= 170
951.78/952.56	c 953	OBJECTIVE BOUND: 171 <= _COST <= 340
951.78/952.56	c 953	SEARCHING: _COST <= 255
951.78/952.56	c 953	SOLVING HOME/temp.cnf
951.78/952.56	c 953	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
951.78/952.57	c 953	This is MiniSat 2.0 beta
951.78/952.57	c 953	WARNING: for repeatability, setting FPU to use double precision
951.78/952.57	c 953	============================[ Problem Statistics ]=============================
951.78/952.57	c 953	|                                                                             |
951.78/952.57	c 953	|  Number of variables:  12621                                                |
951.78/952.57	c 953	|  Number of clauses:    612648                                               |
951.87/952.87	c 953	|  Parsing time:         0.26         s                                       |
951.87/953.11	c 953	============================[ Search Statistics ]==============================
951.87/953.11	c 953	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
951.87/953.11	c 953	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
951.87/953.11	c 953	===============================================================================
951.87/953.11	c 953	|         0 |    8286   326953   958457 |   108984        0    nan |  0.000 % |
951.87/953.31	c 953	|       101 |    8279   326953   958457 |   119882       97     19 | 34.879 % |
951.87/953.37	c 954	|       252 |    8279   326953   958457 |   131871      248     19 | 34.878 % |
951.87/953.47	c 954	|       477 |    8279   326953   958457 |   145058      473     20 | 34.878 % |
952.89/953.67	c 954	|       814 |    8279   326953   958457 |   159563      807     22 | 35.314 % |
953.19/953.90	c 954	|      1320 |    8279   326953   958457 |   175520     1309     20 | 35.861 % |
953.49/954.22	c 954	|      2081 |    8278   326953   958457 |   193072     2069     21 | 35.956 % |
953.89/954.66	c 955	|      3221 |    8083   316308   927245 |   212379     3206     19 | 36.011 % |
954.59/955.36	c 955	|      4932 |    8083   316308   927245 |   233617     4917     18 | 36.011 % |
955.79/956.59	c 957	|      7495 |    8076   315537   924953 |   256979     7480     20 | 36.012 % |
957.69/958.43	c 959	|     11339 |    8046   313500   918942 |   282677    11322     21 | 36.249 % |
961.89/962.68	c 963	|     17107 |    7951   308388   903936 |   310945    17083     21 | 37.002 % |
968.78/969.51	c 970	|     25758 |    7950   308388   903936 |   342039    25733     25 | 37.121 % |
978.68/979.47	c 980	|     38734 |    7936   307582   901570 |   376243    38709     24 | 37.121 % |
997.87/998.68	c 999	|     58197 |    7908   305525   895490 |   413867    58165     26 | 37.351 % |
1032.66/1033.40	c 1034	|     87389 |    7876   303881   890668 |   455254    87353     26 | 37.596 % |
1102.55/1103.38	c 1104	|    131178 |    7876   303881   890668 |   500780   131142     26 | 37.596 % |
1249.00/1249.89	c 1250	|    196862 |    7846   301934   884927 |   550858   196822     24 | 37.834 % |
1547.82/1548.75	c 1549	|    295388 |    7846   301934   884927 |   605943   295348     24 | 37.834 % |
2155.75/2156.89	c 2157	|    443177 |    7846   301934   884927 |   666538   443137     24 | 37.834 % |
3198.15/3199.56	c 3200	|    664860 |    7846   301934   884927 |   733192   664820     25 | 37.834 % |
3600.04/3601.51	c ERROR INTERRUPTED
3600.04/3601.53	c 3602	CPU 951.45 (0.04 0.01 951.41 0.42)
3600.04/3601.53	c 3602	END Tue Jul 22 22:15:29 2008

Verifier Data (download as text)

OK	303	377
303 unsatisfied constraints, 377 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-1127260-1216754127/watcher-1127260-1216754127 -o /tmp/evaluation-result-1127260-1216754127/solver-1127260-1216754127 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127260-1216754127.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.45 1.88 1.95 4/73 3523
/proc/meminfo: memFree=1805800/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=18572 CPUtime=0
/proc/3523/stat : 3523 (runsolver) R 3521 3523 3447 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2497721 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 249069890855 0 0 4096 24578 0 0 0 17 0 0 0
/proc/3523/statm: 4643 292 257 25 0 2626 0

[startup+0.033396 s]
/proc/loadavg: 1.45 1.88 1.95 4/73 3523
/proc/meminfo: memFree=1805800/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13204 CPUtime=0.02
/proc/3523/stat : 3523 (sugar) R 3521 3523 3447 0 -1 4194304 680 0 0 0 2 0 0 0 18 0 1 0 2497721 13520896 648 996147200 4194304 4206940 548682068592 18446744073709551615 249069736673 0 0 4224 0 0 0 0 17 1 0 0
/proc/3523/statm: 3301 648 334 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101186 s]
/proc/loadavg: 1.45 1.88 1.95 4/73 3523
/proc/meminfo: memFree=1805800/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13600 CPUtime=0.03
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 2497721 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.303233 s]
/proc/loadavg: 1.45 1.88 1.95 4/73 3523
/proc/meminfo: memFree=1805800/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13600 CPUtime=0.03
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 2497721 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701184 s]
/proc/loadavg: 1.45 1.88 1.95 4/73 3523
/proc/meminfo: memFree=1805800/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13600 CPUtime=0.4
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 974 4368 0 168 3 0 29 8 15 0 1 0 2497721 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 1.45 1.88 1.95 4/94 3566
/proc/meminfo: memFree=1760752/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13600 CPUtime=0.4
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 974 4368 0 168 3 0 29 8 15 0 1 0 2497721 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3400 797 370 3 0 500 0
[pid=3547] ppid=3523 vsize=5356 CPUtime=0
/proc/3547/stat : 3547 (sh) S 3523 3523 3447 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2497781 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3547/statm: 1339 233 193 169 0 50 0
[pid=3548] ppid=3547 vsize=868464 CPUtime=0.86
/proc/3548/stat : 3548 (java) S 3547 3523 3447 0 -1 0 6611 0 11 0 82 4 0 0 20 0 9 0 2497782 889307136 5799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3548/statm: 217116 5799 2563 9 0 211663 0
[pid=3548/tid=3549] ppid=3547 vsize=868464 CPUtime=0.54
/proc/3548/task/3549/stat : 3549 (java) R 3547 3523 3447 0 -1 64 2769 0 6 0 52 2 0 0 20 0 9 0 2497782 889307136 5799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3548/tid=3552] ppid=3547 vsize=868464 CPUtime=0.07
/proc/3548/task/3552/stat : 3552 (java) S 3547 3523 3447 0 -1 64 1671 0 5 0 6 1 0 0 16 0 9 0 2497784 889307136 5799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3548/tid=3553] ppid=3547 vsize=868464 CPUtime=0
/proc/3548/task/3553/stat : 3553 (java) S 3547 3523 3447 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2497784 889307136 5799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3548/tid=3554] ppid=3547 vsize=868464 CPUtime=0
/proc/3548/task/3554/stat : 3554 (java) S 3547 3523 3447 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2497784 889307136 5799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3548/tid=3559] ppid=3547 vsize=868464 CPUtime=0
/proc/3548/task/3559/stat : 3559 (java) S 3547 3523 3447 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2497786 889307136 5799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3548/tid=3560] ppid=3547 vsize=868464 CPUtime=0.23
/proc/3548/task/3560/stat : 3560 (java) S 3547 3523 3447 0 -1 64 1479 0 0 0 23 0 0 0 16 0 9 0 2497786 889307136 5799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3548/tid=3561] ppid=3547 vsize=868464 CPUtime=0
/proc/3548/task/3561/stat : 3561 (java) S 3547 3523 3447 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2497786 889307136 5799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3548/tid=3562] ppid=3547 vsize=868464 CPUtime=0
/proc/3548/task/3562/stat : 3562 (java) S 3547 3523 3447 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2497786 889307136 5799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 887420

[startup+3.10242 s]
/proc/loadavg: 1.45 1.88 1.95 3/94 3566
/proc/meminfo: memFree=1737904/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=2.18
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1074 11583 0 179 3 0 195 20 15 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 13732

[startup+6.30172 s]
/proc/loadavg: 1.50 1.88 1.95 3/77 3569
/proc/meminfo: memFree=1702960/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=2.18
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1074 11583 0 179 3 0 195 20 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3567] ppid=3523 vsize=5356 CPUtime=0
/proc/3567/stat : 3567 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2497964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3567/statm: 1339 232 193 169 0 50 0
[pid=3568] ppid=3567 vsize=26608 CPUtime=3.82
/proc/3568/stat : 3568 (minisat) R 3567 3523 3447 0 -1 4194304 6443 0 0 0 379 3 0 0 25 0 1 0 2497964 27246592 6429 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/3568/statm: 6652 6429 76 150 0 6499 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 45696

[startup+12.7023 s]
/proc/loadavg: 1.62 1.90 1.95 3/77 3569
/proc/meminfo: memFree=1702336/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=2.18
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1074 11583 0 179 3 0 195 20 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3567] ppid=3523 vsize=5356 CPUtime=0
/proc/3567/stat : 3567 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2497964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3567/statm: 1339 232 193 169 0 50 0
[pid=3568] ppid=3567 vsize=26608 CPUtime=10.16
/proc/3568/stat : 3568 (minisat) R 3567 3523 3447 0 -1 4194304 6459 0 0 0 1013 3 0 0 25 0 1 0 2497964 27246592 6445 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3568/statm: 6652 6445 76 150 0 6499 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 45696

[startup+25.5016 s]
/proc/loadavg: 1.70 1.90 1.95 3/77 3591
/proc/meminfo: memFree=1700608/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=18.72
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1194 22234 0 180 3 0 1842 27 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3580] ppid=3523 vsize=5356 CPUtime=0
/proc/3580/stat : 3580 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2499638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3580/statm: 1339 232 193 169 0 50 0
[pid=3581] ppid=3580 vsize=26872 CPUtime=6.31
/proc/3581/stat : 3581 (minisat) R 3580 3523 3447 0 -1 4194304 6529 0 0 0 627 4 0 0 25 0 1 0 2499638 27516928 6515 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3581/statm: 6718 6515 75 150 0 6565 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 45960

[startup+51.101 s]
/proc/loadavg: 1.80 1.91 1.95 3/77 3591
/proc/meminfo: memFree=1700096/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=18.73
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1194 22234 0 180 4 0 1842 27 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3580] ppid=3523 vsize=5356 CPUtime=0
/proc/3580/stat : 3580 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2499638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3580/statm: 1339 232 193 169 0 50 0
[pid=3581] ppid=3580 vsize=27164 CPUtime=31.9
/proc/3581/stat : 3581 (minisat) R 3580 3523 3447 0 -1 4194304 6601 0 0 0 3186 4 0 0 25 0 1 0 2499638 27815936 6578 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3581/statm: 6791 6578 75 150 0 6638 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 46252

[startup+102.307 s]
/proc/loadavg: 1.91 1.92 1.95 3/77 3591
/proc/meminfo: memFree=1698944/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=18.73
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1194 22234 0 180 4 0 1842 27 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3580] ppid=3523 vsize=5356 CPUtime=0
/proc/3580/stat : 3580 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2499638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3580/statm: 1339 232 193 169 0 50 0
[pid=3581] ppid=3580 vsize=27440 CPUtime=83.09
/proc/3581/stat : 3581 (minisat) R 3580 3523 3447 0 -1 4194304 6667 0 0 0 8305 4 0 0 25 0 1 0 2499638 28098560 6644 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3581/statm: 6860 6644 75 150 0 6707 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 46528

[startup+162.302 s]
/proc/loadavg: 1.97 1.93 1.95 3/77 3591
/proc/meminfo: memFree=1691456/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=18.73
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1194 22234 0 180 4 0 1842 27 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3580] ppid=3523 vsize=5356 CPUtime=0
/proc/3580/stat : 3580 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2499638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3580/statm: 1339 232 193 169 0 50 0
[pid=3581] ppid=3580 vsize=31440 CPUtime=143.07
/proc/3581/stat : 3581 (minisat) R 3580 3523 3447 0 -1 4194304 7624 0 0 0 14302 5 0 0 25 0 1 0 2499638 32194560 7601 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/3581/statm: 7860 7601 75 150 0 7707 0
Current children cumulated CPU time (s) 161.8
Current children cumulated vsize (KiB) 50528

[startup+222.301 s]
/proc/loadavg: 1.99 1.94 1.95 3/77 3591
/proc/meminfo: memFree=1685440/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=18.73
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1194 22234 0 180 4 0 1842 27 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3580] ppid=3523 vsize=5356 CPUtime=0
/proc/3580/stat : 3580 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2499638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3580/statm: 1339 232 193 169 0 50 0
[pid=3581] ppid=3580 vsize=34388 CPUtime=203.05
/proc/3581/stat : 3581 (minisat) R 3580 3523 3447 0 -1 4194304 8393 0 0 0 20299 6 0 0 25 0 1 0 2499638 35213312 8370 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3581/statm: 8597 8370 75 150 0 8444 0
Current children cumulated CPU time (s) 221.78
Current children cumulated vsize (KiB) 53476

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

/proc/meminfo: memFree=1514176/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=951.87
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1249 36134 0 180 4 1 95141 41 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3594] ppid=3523 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2592978 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 232 193 169 0 50 0
[pid=3595] ppid=3594 vsize=115572 CPUtime=2209.1
/proc/3595/stat : 3595 (minisat) R 3594 3523 3447 0 -1 4194304 28185 0 0 0 220881 29 0 0 25 0 1 0 2592979 118345728 28141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3595/statm: 28893 28141 75 150 0 28740 0
Current children cumulated CPU time (s) 3160.97
Current children cumulated vsize (KiB) 134660

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 3601
/proc/meminfo: memFree=1511872/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=951.87
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1249 36134 0 180 4 1 95141 41 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3594] ppid=3523 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2592978 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 232 193 169 0 50 0
[pid=3595] ppid=3594 vsize=117568 CPUtime=2269.07
/proc/3595/stat : 3595 (minisat) R 3594 3523 3447 0 -1 4194304 28672 0 0 0 226878 29 0 0 25 0 1 0 2592979 120389632 28628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3595/statm: 29392 28628 75 150 0 29239 0
Current children cumulated CPU time (s) 3220.94
Current children cumulated vsize (KiB) 136656

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 3601
/proc/meminfo: memFree=1509696/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=951.87
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1249 36134 0 180 4 1 95141 41 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3594] ppid=3523 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2592978 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 232 193 169 0 50 0
[pid=3595] ppid=3594 vsize=119732 CPUtime=2329.06
/proc/3595/stat : 3595 (minisat) R 3594 3523 3447 0 -1 4194304 29213 0 0 0 232876 30 0 0 25 0 1 0 2592979 122605568 29169 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3595/statm: 29933 29169 75 150 0 29780 0
Current children cumulated CPU time (s) 3280.93
Current children cumulated vsize (KiB) 138820

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 3601
/proc/meminfo: memFree=1507392/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=951.87
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1249 36134 0 180 4 1 95141 41 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3594] ppid=3523 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2592978 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 232 193 169 0 50 0
[pid=3595] ppid=3594 vsize=121956 CPUtime=2389.04
/proc/3595/stat : 3595 (minisat) R 3594 3523 3447 0 -1 4194304 29769 0 0 0 238873 31 0 0 25 0 1 0 2592979 124882944 29725 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3595/statm: 30489 29725 75 150 0 30336 0
Current children cumulated CPU time (s) 3340.91
Current children cumulated vsize (KiB) 141044

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 3601
/proc/meminfo: memFree=1505280/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=951.87
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1249 36134 0 180 4 1 95141 41 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3594] ppid=3523 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2592978 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 232 193 169 0 50 0
[pid=3595] ppid=3594 vsize=125324 CPUtime=2449.03
/proc/3595/stat : 3595 (minisat) R 3594 3523 3447 0 -1 4194304 30294 0 0 0 244872 31 0 0 25 0 1 0 2592979 128331776 30250 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3595/statm: 31331 30250 75 150 0 31178 0
Current children cumulated CPU time (s) 3400.9
Current children cumulated vsize (KiB) 144412

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 3601
/proc/meminfo: memFree=1502592/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=951.87
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1249 36134 0 180 4 1 95141 41 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3594] ppid=3523 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2592978 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 232 193 169 0 50 0
[pid=3595] ppid=3594 vsize=127904 CPUtime=2509.01
/proc/3595/stat : 3595 (minisat) R 3594 3523 3447 0 -1 4194304 30912 0 0 0 250869 32 0 0 25 0 1 0 2592979 130973696 30868 996147200 134512640 135127466 4294956256 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 1 0 0
/proc/3595/statm: 31976 30868 75 150 0 31823 0
Current children cumulated CPU time (s) 3460.88
Current children cumulated vsize (KiB) 146992

[startup+3522.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 3601
/proc/meminfo: memFree=1500544/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=951.87
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1249 36134 0 180 4 1 95141 41 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3594] ppid=3523 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2592978 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 232 193 169 0 50 0
[pid=3595] ppid=3594 vsize=129704 CPUtime=2568.99
/proc/3595/stat : 3595 (minisat) R 3594 3523 3447 0 -1 4194304 31363 0 0 0 256867 32 0 0 25 0 1 0 2592979 132816896 31319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3595/statm: 32426 31319 75 150 0 32273 0
Current children cumulated CPU time (s) 3520.86
Current children cumulated vsize (KiB) 148792

[startup+3582.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/77 3601
/proc/meminfo: memFree=1500224/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=951.87
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1249 36134 0 180 4 1 95141 41 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3594] ppid=3523 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2592978 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 232 193 169 0 50 0
[pid=3595] ppid=3594 vsize=129836 CPUtime=2628.97
/proc/3595/stat : 3595 (minisat) R 3594 3523 3447 0 -1 4194304 31377 0 0 0 262865 32 0 0 25 0 1 0 2592979 132952064 31333 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3595/statm: 32459 31333 75 150 0 32306 0
Current children cumulated CPU time (s) 3580.84
Current children cumulated vsize (KiB) 148924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 3601
/proc/meminfo: memFree=1500224/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=951.87
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1249 36134 0 180 4 1 95141 41 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3594] ppid=3523 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2592978 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 232 193 169 0 50 0
[pid=3595] ppid=3594 vsize=129836 CPUtime=2648.17
/proc/3595/stat : 3595 (minisat) R 3594 3523 3447 0 -1 4194304 31377 0 0 0 264785 32 0 0 25 0 1 0 2592979 132952064 31333 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/3595/statm: 32459 31333 75 150 0 32306 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 148924

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

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

[startup+3601.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 3601
/proc/meminfo: memFree=1500224/2055920 swapFree=4192956/4192956
[pid=3523] ppid=3521 vsize=13732 CPUtime=951.87
/proc/3523/stat : 3523 (sugar) S 3521 3523 3447 0 -1 4194304 1249 36134 0 180 4 1 95141 41 16 0 1 0 2497721 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3523/statm: 3433 822 374 3 0 533 0
[pid=3594] ppid=3523 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3523 3523 3447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2592978 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 232 193 169 0 50 0
[pid=3595] ppid=3594 vsize=129836 CPUtime=2648.17
/proc/3595/stat : 3595 (minisat) R 3594 3523 3447 0 -1 4194304 31377 0 0 0 264785 32 0 0 25 0 1 0 2592979 132952064 31333 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/3595/statm: 32459 31333 75 150 0 32306 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 148924

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3523 and gives
#  childrusage.ru_utime.tv_sec=951
#  childrusage.ru_utime.tv_usec=455356
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=439933
# CPU time returned by wait4() is 951.895
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3601.53
CPU time (s): 3600.04
CPU user time (s): 3599.3
CPU system time (s): 0.74
CPU usage (%): 99.9586
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 951.455
system time used= 0.439933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37726
page faults= 180
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5007
involuntary context switches= 6289

runsolver used 4.13637 second user time and 10.1645 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-22 21:15:27
IDJOB=1127260
IDBENCH=63147
IDSOLVER=368
FILE ID=node89/1127260-1216754127
PBS_JOBID= 7974066
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-2100-3000/normalized-cnf-2-40-2400-421722_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127260-1216754127/watcher-1127260-1216754127 -o /tmp/evaluation-result-1127260-1216754127/solver-1127260-1216754127 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127260-1216754127.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f79aca6fdaa209b12c2cdef49e18e5f0
RANDOM SEED=117692442

node89.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.239
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.239
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1806664 kB
Buffers:         18160 kB
Cached:         174008 kB
SwapCached:          0 kB
Active:         146268 kB
Inactive:        61196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806664 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2216 kB
Writeback:           0 kB
Mapped:          25948 kB
Slab:            27296 kB
Committed_AS:    74964 kB
PageTables:       1728 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= 66548 MiB
End job on node89 at 2008-07-22 22:15:31