Trace number 2057992

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.05 1807.92

General information on the benchmark

Namecsp/frb56-25/
normalized-frb56-25-2-mgd_ext.xml
MD5SUM6cffd350d706cc281e92ff54d514b179
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints511
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension511
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 15:45:34 2009
0.00/0.08	c 0	PID 14039
0.00/0.08	c 0	HOST node3.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2057992-1247319934.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057992-1247319934.xml' 'HOME/temp.csp'
0.07/0.72	c 1	1 domains, 56 variables, 0 predicates, 511 relations, 511 constraints
0.07/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.85	c 1	Parsing HOME/temp.csp
1.40/1.55	c 2	parsed 1079 expressions
1.40/1.56	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.56	c 2	Converting to clausal form CSP
1.40/1.58	c 2	converted 108 (10%) expressions
1.40/1.59	c 2	converted 216 (20%) expressions
1.40/1.60	c 2	converted 324 (30%) expressions
1.49/1.61	c 2	converted 432 (40%) expressions
1.49/1.61	c 2	converted 540 (50%) expressions
1.59/1.74	c 2	converted 648 (60%) expressions
1.69/1.80	c 2	converted 756 (70%) expressions
1.69/1.84	c 2	converted 864 (80%) expressions
1.69/1.89	c 2	converted 972 (90%) expressions
1.79/1.94	c 2	converted 1079 (100%) expressions
1.79/1.94	c 2	CSP : 56 integers, 0 booleans, 511 clauses, largest domain size 25
1.79/1.94	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.79/1.94	c 2	Propagation in CSP
1.79/1.94	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.79/1.94	c 2	CSP : 56 integers, 0 booleans, 511 clauses, largest domain size 25
1.79/1.94	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.79/1.94	c 2	Simplifing CSP by introducing new Boolean variables
1.79/1.94	c 2	CSP : 56 integers, 0 booleans, 511 clauses, largest domain size 25
1.79/1.94	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.90/2.02	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.90/2.03	c 2	6 (10%) CSP integer variables are encoded (138 clauses, 1376 bytes)
1.90/2.03	c 2	12 (20%) CSP integer variables are encoded (276 clauses, 2894 bytes)
1.90/2.04	c 2	17 (30%) CSP integer variables are encoded (391 clauses, 4159 bytes)
1.90/2.04	c 2	23 (40%) CSP integer variables are encoded (529 clauses, 5677 bytes)
1.90/2.04	c 2	28 (50%) CSP integer variables are encoded (644 clauses, 6942 bytes)
1.90/2.04	c 2	34 (60%) CSP integer variables are encoded (782 clauses, 8460 bytes)
1.90/2.04	c 2	40 (70%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.90/2.04	c 2	45 (80%) CSP integer variables are encoded (1035 clauses, 11398 bytes)
1.90/2.04	c 2	51 (90%) CSP integer variables are encoded (1173 clauses, 13192 bytes)
1.90/2.04	c 2	56 (100%) CSP integer variables are encoded (1288 clauses, 14687 bytes)
1.99/2.13	c 2	52 (10%) CSP clauses are encoded (7280 clauses, 117176 bytes)
1.99/2.16	c 2	103 (20%) CSP clauses are encoded (12830 clauses, 219536 bytes)
1.99/2.20	c 2	154 (30%) CSP clauses are encoded (18768 clauses, 335453 bytes)
2.09/2.24	c 2	205 (40%) CSP clauses are encoded (24474 clauses, 448264 bytes)
2.09/2.27	c 2	256 (50%) CSP clauses are encoded (30157 clauses, 560056 bytes)
2.19/2.30	c 2	307 (60%) CSP clauses are encoded (35877 clauses, 672770 bytes)
2.19/2.34	c 2	358 (70%) CSP clauses are encoded (41578 clauses, 786497 bytes)
2.19/2.37	c 2	409 (80%) CSP clauses are encoded (47283 clauses, 900237 bytes)
2.28/2.41	c 2	460 (90%) CSP clauses are encoded (52986 clauses, 1016156 bytes)
2.28/2.45	c 3	511 (100%) CSP clauses are encoded (58700 clauses, 1141831 bytes)
2.28/2.45	c 3	511 CSP clauses encoded
2.28/2.45	c 3	Writing map file : HOME/temp.map
2.28/2.45	c 3	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.28/2.45	c 3	SAT : 1344 SAT variables, 58700 SAT clauses, 1141831 bytes
2.28/2.45	c 3	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/2.50	c 3	SOLVING HOME/temp.cnf
2.33/2.50	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.33/2.51	c 3	This is MiniSat 2.0 beta
2.33/2.51	c 3	WARNING: for repeatability, setting FPU to use double precision
2.33/2.51	c 3	============================[ Problem Statistics ]=============================
2.33/2.51	c 3	|                                                                             |
2.33/2.51	c 3	|  Number of variables:  1344                                                 |
2.33/2.51	c 3	|  Number of clauses:    58700                                                |
2.33/2.54	c 3	|  Parsing time:         0.03         s                                       |
2.33/2.54	c 3	============================[ Search Statistics ]==============================
2.33/2.54	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.33/2.54	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.33/2.54	c 3	===============================================================================
2.33/2.54	c 3	|         0 |    1344    58700   220071 |    19566        0    nan |  0.000 % |
2.33/2.58	c 3	|       100 |    1344    58700   220071 |    21523      100     15 |  0.000 % |
2.35/2.63	c 3	|       250 |    1344    58700   220071 |    23675      250     15 |  0.002 % |
2.35/2.71	c 3	|       475 |    1344    58700   220071 |    26043      475     14 |  0.002 % |
2.35/2.83	c 3	|       814 |    1344    58700   220071 |    28647      814     15 |  0.003 % |
2.35/3.00	c 3	|      1320 |    1344    58700   220071 |    31512     1320     15 |  0.002 % |
3.12/3.31	c 3	|      2080 |    1344    58700   220071 |    34663     2080     15 |  0.003 % |
3.51/3.74	c 4	|      3220 |    1344    58700   220071 |    38129     3220     14 |  0.003 % |
4.21/4.45	c 5	|      4930 |    1344    58700   220071 |    41942     4930     15 |  0.003 % |
5.19/5.42	c 6	|      7493 |    1344    58700   220071 |    46137     7493     16 |  0.001 % |
6.89/7.12	c 7	|     11338 |    1344    58700   220071 |    50750    11338     16 |  0.003 % |
9.56/9.81	c 10	|     17104 |    1344    58700   220071 |    55825    17104     17 |  0.003 % |
13.72/14.09	c 14	|     25755 |    1344    58700   220071 |    61408    25755     17 |  0.003 % |
21.14/21.54	c 22	|     38729 |    1344    58700   220071 |    67549    38729     17 |  0.002 % |
34.42/34.94	c 35	|     58190 |    1344    58700   220071 |    74304    58190     17 |  0.002 % |
54.52/55.29	c 55	|     87382 |    1344    58700   220071 |    81734    26320     21 |  0.001 % |
88.40/89.44	c 90	|    131171 |    1344    58700   220071 |    89908    70109     20 |  0.001 % |
135.85/137.32	c 137	|    196856 |    1344    58700   220071 |    98899    59616     21 |  0.000 % |
215.40/217.68	c 218	|    295382 |    1344    58700   220071 |   108789    73792     23 |  0.002 % |
348.19/351.14	c 351	|    443172 |    1344    58700   220071 |   119667    35657     18 |  0.000 % |
544.71/547.73	c 548	|    664855 |    1344    58700   220071 |   131634    53194     22 |  0.002 % |
869.77/872.90	c 873	|    997381 |    1344    58700   220071 |   144798    47745     23 |  0.002 % |
1404.38/1408.56	c 1409	|   1496170 |    1344    58700   220071 |   159278    50554     19 |  0.002 % |
1800.01/1807.91	sh: line 1: 14063 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.01/1807.91	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1807.91	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1807.91	c ERROR INTERRUPTED
1800.01/1807.91	s UNKNOWN
1800.01/1807.91	c 1808	CPU 1800.03 (0.06 0.02 1799.69 0.26)
1800.01/1807.91	c 1808	END Sat Jul 11 16:15:42 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057992-1247319934/watcher-2057992-1247319934 -o /tmp/evaluation-result-2057992-1247319934/solver-2057992-1247319934 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2057992-1247319934.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.73 4/81 14039
/proc/meminfo: memFree=985640/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=12268 CPUtime=0
/proc/14039/stat : 14039 (sugar) R 14037 14039 13672 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19060980 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14039/statm: 3067 316 241 3 0 167 0

[startup+0.0962199 s]
/proc/loadavg: 1.92 1.95 1.73 4/81 14039
/proc/meminfo: memFree=985640/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=0.07
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19060980 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101215 s]
/proc/loadavg: 1.92 1.95 1.73 4/81 14039
/proc/meminfo: memFree=985640/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=0.07
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19060980 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30125 s]
/proc/loadavg: 1.92 1.95 1.73 4/81 14039
/proc/meminfo: memFree=985640/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=0.07
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19060980 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701313 s]
/proc/loadavg: 1.92 1.95 1.73 4/81 14039
/proc/meminfo: memFree=985640/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=0.07
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19060980 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50244 s]
/proc/loadavg: 1.92 1.95 1.73 4/92 14061
/proc/meminfo: memFree=976592/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=0.7
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1309 5081 0 1 5 2 58 5 16 0 1 0 19060980 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1111 409 3 0 796 0
[pid=14052] ppid=14039 vsize=5356 CPUtime=0
/proc/14052/stat : 14052 (sh) S 14039 14039 13672 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19061057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14052/statm: 1339 233 193 169 0 50 0
[pid=14053] ppid=14052 vsize=862288 CPUtime=0.7
/proc/14053/stat : 14053 (java) S 14052 14039 13672 0 -1 0 6279 0 1 0 67 3 0 0 18 0 9 0 19061058 882982912 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14053/statm: 215572 5562 2158 9 0 210485 0
[pid=14053/tid=14054] ppid=14052 vsize=862288 CPUtime=0.47
/proc/14053/task/14054/stat : 14054 (java) R 14052 14039 13672 0 -1 64 2026 0 1 0 46 1 0 0 21 0 9 0 19061058 882982912 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4126424979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14053/tid=14055] ppid=14052 vsize=862288 CPUtime=0.17
/proc/14053/task/14055/stat : 14055 (java) S 14052 14039 13672 0 -1 64 3250 0 0 0 16 1 0 0 16 0 9 0 19061060 882982912 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14053/tid=14056] ppid=14052 vsize=862288 CPUtime=0
/proc/14053/task/14056/stat : 14056 (java) S 14052 14039 13672 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19061060 882982912 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14053/tid=14057] ppid=14052 vsize=862288 CPUtime=0
/proc/14053/task/14057/stat : 14057 (java) S 14052 14039 13672 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 19061060 882982912 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14053/tid=14058] ppid=14052 vsize=862288 CPUtime=0
/proc/14053/task/14058/stat : 14058 (java) S 14052 14039 13672 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19061062 882982912 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14053/tid=14059] ppid=14052 vsize=862288 CPUtime=0.03
/proc/14053/task/14059/stat : 14059 (java) S 14052 14039 13672 0 -1 64 300 0 0 0 3 0 0 0 16 0 9 0 19061062 882982912 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14053/tid=14060] ppid=14052 vsize=862288 CPUtime=0
/proc/14053/task/14060/stat : 14060 (java) S 14052 14039 13672 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19061062 882982912 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14053/tid=14061] ppid=14052 vsize=862288 CPUtime=0
/proc/14053/task/14061/stat : 14061 (java) S 14052 14039 13672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19061062 882982912 5562 996147200 134512640 134550932 4294955936 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) 884512

[startup+3.1027 s]
/proc/loadavg: 1.92 1.95 1.73 3/92 14061
/proc/meminfo: memFree=955088/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 15 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30122 s]
/proc/loadavg: 1.93 1.95 1.73 3/84 14063
/proc/meminfo: memFree=975248/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=5732 CPUtime=3.75
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 1335 0 0 0 374 1 0 0 25 0 1 0 19061231 5869568 1321 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 1433 1321 75 150 0 1280 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 27956

[startup+12.7023 s]
/proc/loadavg: 1.93 1.95 1.73 3/84 14063
/proc/meminfo: memFree=973904/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=7012 CPUtime=10.08
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 1679 0 0 0 1007 1 0 0 25 0 1 0 19061231 7180288 1665 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 1753 1665 75 150 0 1600 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 29236

[startup+25.5013 s]
/proc/loadavg: 1.95 1.96 1.74 3/84 14063
/proc/meminfo: memFree=971856/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=9252 CPUtime=22.76
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 2216 0 0 0 2274 2 0 0 25 0 1 0 19061231 9474048 2202 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 2313 2202 75 150 0 2160 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 31476

[startup+51.1015 s]
/proc/loadavg: 2.02 1.97 1.75 3/84 14063
/proc/meminfo: memFree=968656/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=12504 CPUtime=48.12
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 3019 0 0 0 4809 3 0 0 25 0 1 0 19061231 12804096 3005 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 3126 3005 75 150 0 2973 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 34728

[startup+102.307 s]
/proc/loadavg: 2.01 1.97 1.76 3/84 14063
/proc/meminfo: memFree=965968/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=15204 CPUtime=98.83
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 3665 0 0 0 9880 3 0 0 25 0 1 0 19061231 15568896 3651 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 3801 3651 75 150 0 3648 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 37428

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.77 3/84 14063
/proc/meminfo: memFree=964368/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=16740 CPUtime=158.26
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 4040 0 0 0 15822 4 0 0 25 0 1 0 19061231 17141760 4026 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 4185 4026 75 150 0 4032 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 38964

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 1.78 3/84 14063
/proc/meminfo: memFree=962832/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=18416 CPUtime=217.69
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 4426 0 0 0 21764 5 0 0 25 0 1 0 19061231 18857984 4412 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 4604 4412 75 150 0 4451 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (KiB) 40640

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

[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=28884 CPUtime=1296.63
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 6978 0 0 0 129652 11 0 0 25 0 1 0 19061231 29577216 6964 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14063/statm: 7221 6964 75 150 0 7068 0
Current children cumulated CPU time (s) 1298.98
Current children cumulated vsize (KiB) 51108

[startup+1362.3 s]
/proc/loadavg: 1.95 1.97 1.90 3/75 14136
/proc/meminfo: memFree=966176/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=29228 CPUtime=1356.25
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 7058 0 0 0 135614 11 0 0 25 0 1 0 19061231 29929472 7044 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 7307 7044 75 150 0 7154 0
Current children cumulated CPU time (s) 1358.6
Current children cumulated vsize (KiB) 51452

[startup+1422.31 s]
/proc/loadavg: 1.98 1.97 1.91 3/75 14136
/proc/meminfo: memFree=966048/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=29228 CPUtime=1415.7
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 7060 0 0 0 141558 12 0 0 25 0 1 0 19061231 29929472 7046 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 7307 7046 75 150 0 7154 0
Current children cumulated CPU time (s) 1418.05
Current children cumulated vsize (KiB) 51452

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 14136
/proc/meminfo: memFree=965984/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=29228 CPUtime=1475.13
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 7060 0 0 0 147501 12 0 0 25 0 1 0 19061231 29929472 7046 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 7307 7046 75 150 0 7154 0
Current children cumulated CPU time (s) 1477.48
Current children cumulated vsize (KiB) 51452

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 14136
/proc/meminfo: memFree=965088/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=30152 CPUtime=1534.56
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 7294 0 0 0 153444 12 0 0 25 0 1 0 19061231 30875648 7280 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 7538 7280 75 150 0 7385 0
Current children cumulated CPU time (s) 1536.91
Current children cumulated vsize (KiB) 52376

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 14136
/proc/meminfo: memFree=964896/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=30460 CPUtime=1594
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 7333 0 0 0 159388 12 0 0 25 0 1 0 19061231 31191040 7319 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 7615 7319 75 150 0 7462 0
Current children cumulated CPU time (s) 1596.35
Current children cumulated vsize (KiB) 52684

[startup+1662.3 s]
/proc/loadavg: 2.06 1.99 1.91 3/75 14136
/proc/meminfo: memFree=964640/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=30760 CPUtime=1653.43
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 7398 0 0 0 165331 12 0 0 25 0 1 0 19061231 31498240 7384 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 7690 7384 75 150 0 7537 0
Current children cumulated CPU time (s) 1655.78
Current children cumulated vsize (KiB) 52984

[startup+1722.3 s]
/proc/loadavg: 2.08 2.00 1.92 3/75 14136
/proc/meminfo: memFree=964576/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=30760 CPUtime=1712.87
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 7402 0 0 0 171275 12 0 0 25 0 1 0 19061231 31498240 7388 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 7690 7388 75 150 0 7537 0
Current children cumulated CPU time (s) 1715.22
Current children cumulated vsize (KiB) 52984

[startup+1782.3 s]
/proc/loadavg: 2.08 2.01 1.93 3/75 14136
/proc/meminfo: memFree=964448/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=30760 CPUtime=1772.29
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 7424 0 0 0 177217 12 0 0 25 0 1 0 19061231 31498240 7410 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 7690 7410 75 150 0 7537 0
Current children cumulated CPU time (s) 1774.64
Current children cumulated vsize (KiB) 52984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.05 2.01 1.93 3/75 14136
/proc/meminfo: memFree=964448/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=30760 CPUtime=1797.66
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 7425 0 0 0 179754 12 0 0 25 0 1 0 19061231 31498240 7411 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 7690 7411 75 150 0 7537 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 52984

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

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

[startup+1807.9 s]
/proc/loadavg: 2.05 2.01 1.93 3/75 14136
/proc/meminfo: memFree=964448/2055920 swapFree=4192956/4192956
[pid=14039] ppid=14037 vsize=16868 CPUtime=2.35
/proc/14039/stat : 14039 (sugar) S 14037 14039 13672 0 -1 4194304 1376 15290 0 2 6 2 215 12 16 0 1 0 19060980 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14039/statm: 4217 1113 409 3 0 796 0
[pid=14062] ppid=14039 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14039 14039 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19061230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 232 193 169 0 50 0
[pid=14063] ppid=14062 vsize=30760 CPUtime=1797.66
/proc/14063/stat : 14063 (minisat) R 14062 14039 13672 0 -1 4194304 7425 0 0 0 179754 12 0 0 25 0 1 0 19061231 31498240 7411 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/14063/statm: 7690 7411 75 150 0 7537 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 52984

Child status: 0
Real time (s): 1807.92
CPU time (s): 1800.05
CPU user time (s): 1799.76
CPU system time (s): 0.287956
CPU usage (%): 99.5646
Max. virtual memory (cumulated for all children) (KiB): 886724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.287956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24577
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2365
involuntary context switches= 27924

runsolver used 2.13267 second user time and 6.10107 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-11 15:45:34
IDJOB=2057992
IDBENCH=53431
IDSOLVER=739
FILE ID=node3/2057992-1247319934
PBS_JOBID= 9506621
Free space on /tmp= 66384 MiB

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

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

MD5SUM BENCH= 6cffd350d706cc281e92ff54d514b179
RANDOM SEED=113864898

node3.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.259
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.259
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:        986120 kB
Buffers:         55340 kB
Cached:         904888 kB
SwapCached:          0 kB
Active:         283832 kB
Inactive:       709208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        986120 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:          53232 kB
Slab:            61884 kB
Committed_AS:   182820 kB
PageTables:       1836 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= 66380 MiB
End job on node3 at 2009-07-11 16:15:44