Trace number 1080070

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.06 1805.82

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-3_ext.xml
MD5SUM40017794d5449d97408a6786f1b506f6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.9898
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:49:39 2008
0.00/0.05	c 0	PID 3248
0.00/0.05	c 0	HOST node4.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080070-1215211779.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080070-1215211779.xml' 'HOME/temp.csp'
0.04/0.95	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.92/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.92/1.00	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.92/1.08	c 1	Parsing HOME/temp.csp
2.00/2.18	c 2	parsed 139 expressions
2.00/2.19	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.00/2.19	c 2	Converting to clausal form CSP
2.11/2.21	c 2	converted 14 (10%) expressions
2.11/2.23	c 2	converted 28 (20%) expressions
2.20/2.39	c 3	converted 42 (30%) expressions
2.20/2.40	c 3	converted 56 (40%) expressions
2.30/2.40	c 3	converted 70 (50%) expressions
2.40/2.50	c 3	converted 84 (60%) expressions
2.50/2.61	c 3	converted 98 (70%) expressions
2.59/2.72	c 3	converted 112 (80%) expressions
2.70/2.84	c 3	converted 126 (90%) expressions
3.00/3.18	c 3	converted 139 (100%) expressions
3.00/3.18	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.00/3.19	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.19	c 3	Propagation in CSP
3.00/3.19	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.00/3.19	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.00/3.19	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.19	c 3	Simplifing CSP by introducing new Boolean variables
3.00/3.19	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.00/3.19	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.19/3.31	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.19/3.32	c 4	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.19/3.32	c 4	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.19/3.32	c 4	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.19/3.33	c 4	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.19/3.33	c 4	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.19/3.33	c 4	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.19/3.33	c 4	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.19/3.33	c 4	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.19/3.33	c 4	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.19/3.33	c 4	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.38/3.53	c 4	6 (10%) CSP clauses are encoded (11156 clauses, 255393 bytes)
3.48/3.66	c 4	12 (20%) CSP clauses are encoded (22000 clauses, 512862 bytes)
3.59/3.80	c 4	18 (30%) CSP clauses are encoded (32751 clauses, 776275 bytes)
3.79/3.94	c 4	24 (40%) CSP clauses are encoded (43576 clauses, 1045479 bytes)
3.88/4.06	c 4	30 (50%) CSP clauses are encoded (53752 clauses, 1293447 bytes)
3.98/4.19	c 4	36 (60%) CSP clauses are encoded (64522 clauses, 1569607 bytes)
4.18/4.33	c 5	42 (70%) CSP clauses are encoded (75387 clauses, 1860522 bytes)
4.28/4.47	c 5	48 (80%) CSP clauses are encoded (86148 clauses, 2148365 bytes)
4.47/4.60	c 5	54 (90%) CSP clauses are encoded (96986 clauses, 2438563 bytes)
4.57/4.71	c 5	59 (100%) CSP clauses are encoded (106025 clauses, 2680488 bytes)
4.57/4.71	c 5	59 CSP clauses encoded
4.57/4.71	c 5	Writing map file : HOME/temp.map
4.57/4.72	c 5	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.57/4.72	c 5	SAT : 380 SAT variables, 106025 SAT clauses, 2680488 bytes
4.57/4.72	c 5	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.57/4.77	c 5	SOLVING HOME/temp.cnf
4.57/4.77	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.57/4.77	c 5	This is MiniSat 2.0 beta
4.57/4.77	c 5	WARNING: for repeatability, setting FPU to use double precision
4.57/4.77	c 5	============================[ Problem Statistics ]=============================
4.57/4.77	c 5	|                                                                             |
4.57/4.77	c 5	|  Number of variables:  380                                                  |
4.57/4.77	c 5	|  Number of clauses:    106025                                               |
4.62/4.84	c 5	|  Parsing time:         0.06         s                                       |
4.62/4.85	c 5	============================[ Search Statistics ]==============================
4.62/4.85	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.62/4.85	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.62/4.85	c 5	===============================================================================
4.62/4.85	c 5	|         0 |     380   106025   581703 |    35341        0    nan |  0.000 % |
4.62/4.89	c 5	|       100 |     380   106025   581703 |    38875      100      8 |  0.001 % |
4.62/4.94	c 5	|       251 |     380   106025   581703 |    42763      251      8 |  0.013 % |
4.62/5.02	c 5	|       477 |     380   106025   581703 |    47039      477      9 |  0.013 % |
4.62/5.14	c 5	|       815 |     380   106025   581703 |    51743      815      9 |  0.013 % |
4.62/5.33	c 6	|      1323 |     380   106025   581703 |    56918     1323     10 |  0.013 % |
5.43/5.60	c 6	|      2084 |     380   106025   581703 |    62609     2084     11 |  0.013 % |
5.82/6.07	c 6	|      3227 |     380   106025   581703 |    68870     3227     11 |  0.013 % |
6.32/6.58	c 7	|      4935 |     380   106025   581703 |    75758     4935     12 |  0.014 % |
7.31/7.56	c 8	|      7498 |     380   106025   581703 |    83333     7498     12 |  0.015 % |
8.39/8.60	c 9	|     11342 |     380   106025   581703 |    91667    11342     13 |  0.012 % |
10.18/10.46	c 11	|     17108 |     380   106025   581703 |   100833    17108     12 |  0.014 % |
14.05/14.30	c 14	|     25757 |     380   106025   581703 |   110917    25757     13 |  0.015 % |
20.18/20.57	c 21	|     38732 |     380   106025   581703 |   122009    38732     13 |  0.015 % |
30.98/31.41	c 32	|     58194 |     380   106025   581703 |   134209    58194     14 |  0.015 % |
55.25/55.97	c 56	|     87386 |     380   106025   581703 |   147630    87386     15 |  0.018 % |
91.91/92.93	c 93	|    131175 |     380   106025   581703 |   162394   131175     16 |  0.005 % |
147.28/148.89	c 149	|    196861 |     380   106025   581703 |   178633    52640     15 |  0.013 % |
212.76/214.92	c 215	|    295388 |     378   104298   573172 |   196496    61518     16 |  0.527 % |
360.76/364.37	c 365	|    443178 |     376   103281   568185 |   216146   113355     18 |  1.053 % |
607.63/612.99	c 613	|    664861 |     372   100532   553957 |   237761    58901     15 |  2.106 % |
999.58/1005.06	c 1005	|    997386 |     370    98552   543123 |   261537    56368     18 |  2.632 % |
1684.31/1690.10	c 1690	|   1496174 |     359    92503   509952 |   287690   176203     17 |  5.532 % |
1800.06/1805.81	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1805.81	c 1806	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1805.81	c ERROR INTERRUPTED
1800.06/1805.81	s UNKNOWN
1800.06/1805.81	c 1806	CPU 4.42 (0.03 0.01 4.39 0.19)
1800.06/1805.81	c 1806	END Sat Jul  5 01:19:45 2008

Verifier Data (download as text)

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

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-1080070-1215211779/watcher-1080070-1215211779 -o /tmp/evaluation-result-1080070-1215211779/solver-1080070-1215211779 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1080070-1215211779.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.00 4/81 3248
/proc/meminfo: memFree=1691160/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=12268 CPUtime=0
/proc/3248/stat : 3248 (sugar) R 3246 3248 2716 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2000153296 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259913382501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3248/statm: 3067 316 241 3 0 167 0

[startup+0.0950981 s]
/proc/loadavg: 2.01 2.04 2.00 4/81 3248
/proc/meminfo: memFree=1691160/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=0.04
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000153296 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101097 s]
/proc/loadavg: 2.01 2.04 2.00 4/81 3248
/proc/meminfo: memFree=1691160/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=0.04
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000153296 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301115 s]
/proc/loadavg: 2.01 2.04 2.00 4/81 3248
/proc/meminfo: memFree=1691160/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=0.04
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000153296 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701157 s]
/proc/loadavg: 2.01 2.04 2.00 4/81 3248
/proc/meminfo: memFree=1691160/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=0.04
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000153296 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50124 s]
/proc/loadavg: 2.01 2.04 2.00 3/85 3260
/proc/meminfo: memFree=1683192/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=0.93
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 973 6997 0 1 3 1 83 6 16 0 1 0 2000153296 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 13600

[startup+3.10238 s]
/proc/loadavg: 2.01 2.04 2.00 4/92 3270
/proc/meminfo: memFree=1662464/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=0.93
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 973 6997 0 1 3 1 83 6 15 0 1 0 2000153296 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 797 370 3 0 500 0
[pid=3261] ppid=3248 vsize=5356 CPUtime=0
/proc/3261/stat : 3261 (sh) S 3248 3248 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000153397 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3261/statm: 1339 233 193 169 0 50 0
[pid=3262] ppid=3261 vsize=864212 CPUtime=2.07
/proc/3262/stat : 3262 (java) S 3261 3248 2716 0 -1 0 14652 0 1 0 198 9 0 0 18 0 9 0 2000153397 884953088 13896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3262/statm: 216053 13896 2540 9 0 210628 0
[pid=3262/tid=3263] ppid=3261 vsize=864212 CPUtime=1.02
/proc/3262/task/3263/stat : 3263 (java) R 3261 3248 2716 0 -1 64 3186 0 1 0 100 2 0 0 25 0 9 0 2000153398 884953088 13896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3262/tid=3264] ppid=3261 vsize=864212 CPUtime=0.97
/proc/3262/task/3264/stat : 3264 (java) R 3261 3248 2716 0 -1 64 10448 0 0 0 92 5 0 0 17 0 9 0 2000153399 884953088 13896 996147200 134512640 134550740 4294955952 18446744073709551615 102723069 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3262/tid=3265] ppid=3261 vsize=864212 CPUtime=0
/proc/3262/task/3265/stat : 3265 (java) S 3261 3248 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000153399 884953088 13896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3262/tid=3266] ppid=3261 vsize=864212 CPUtime=0
/proc/3262/task/3266/stat : 3266 (java) S 3261 3248 2716 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000153399 884953088 13896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3262/tid=3267] ppid=3261 vsize=864212 CPUtime=0
/proc/3262/task/3267/stat : 3267 (java) S 3261 3248 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000153401 884953088 13896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3262/tid=3268] ppid=3261 vsize=864212 CPUtime=0.05
/proc/3262/task/3268/stat : 3268 (java) S 3261 3248 2716 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 2000153401 884953088 13896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3262/tid=3269] ppid=3261 vsize=864212 CPUtime=0
/proc/3262/task/3269/stat : 3269 (java) S 3261 3248 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000153401 884953088 13896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3262/tid=3270] ppid=3261 vsize=864212 CPUtime=0
/proc/3262/task/3270/stat : 3270 (java) S 3261 3248 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000153401 884953088 13896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883168

[startup+6.30269 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 3272
/proc/meminfo: memFree=1676928/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 15 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=8300 CPUtime=1.5
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 1969 0 0 0 149 1 0 0 25 0 1 0 2000153774 8499200 1955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3272/statm: 2075 1955 75 150 0 1922 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27256

[startup+12.7023 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 3272
/proc/meminfo: memFree=1675264/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=10020 CPUtime=7.84
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 2374 0 0 0 783 1 0 0 25 0 1 0 2000153774 10260480 2360 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3272/statm: 2505 2360 75 150 0 2352 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 28976

[startup+25.5015 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 3272
/proc/meminfo: memFree=1672960/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=12252 CPUtime=20.51
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 2938 0 0 0 2049 2 0 0 25 0 1 0 2000153774 12546048 2924 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3272/statm: 3063 2924 75 150 0 2910 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 31208

[startup+51.102 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 3272
/proc/meminfo: memFree=1669760/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=15576 CPUtime=45.88
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 3761 0 0 0 4585 3 0 0 25 0 1 0 2000153774 15949824 3747 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3272/statm: 3894 3747 75 150 0 3741 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 34532

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 3272
/proc/meminfo: memFree=1663872/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=21636 CPUtime=96.6
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 5212 0 0 0 9655 5 0 0 25 0 1 0 2000153774 22155264 5198 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 1 0 0
/proc/3272/statm: 5409 5198 75 150 0 5256 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 40592

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 3272
/proc/meminfo: memFree=1661504/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=23988 CPUtime=156.04
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 5786 0 0 0 15599 5 0 0 25 0 1 0 2000153774 24563712 5772 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3272/statm: 5997 5772 75 150 0 5844 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 42944

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 3272
/proc/meminfo: memFree=1661312/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=24152 CPUtime=215.47
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 5834 0 0 0 21542 5 0 0 25 0 1 0 2000153774 24731648 5820 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/3272/statm: 6038 5820 75 150 0 5885 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 43108

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

/proc/meminfo: memFree=1645640/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=38516 CPUtime=1292.14
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 9293 0 0 0 129203 11 0 0 25 0 1 0 2000153774 39440384 9271 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/3272/statm: 9629 9271 75 150 0 9476 0
Current children cumulated CPU time (s) 1296.76
Current children cumulated vsize (KiB) 57472

[startup+1362.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/75 3308
/proc/meminfo: memFree=1643912/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=40144 CPUtime=1352.12
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 9723 0 0 0 135200 12 0 0 25 0 1 0 2000153774 41107456 9701 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3272/statm: 10036 9701 75 150 0 9883 0
Current children cumulated CPU time (s) 1356.74
Current children cumulated vsize (KiB) 59100

[startup+1422.31 s]
/proc/loadavg: 2.05 2.04 2.00 3/75 3308
/proc/meminfo: memFree=1643528/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=40564 CPUtime=1412.1
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 9822 0 0 0 141198 12 0 0 25 0 1 0 2000153774 41537536 9800 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/3272/statm: 10141 9800 75 150 0 9988 0
Current children cumulated CPU time (s) 1416.72
Current children cumulated vsize (KiB) 59520

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/75 3308
/proc/meminfo: memFree=1643272/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=40920 CPUtime=1472.07
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 9893 0 0 0 147195 12 0 0 25 0 1 0 2000153774 41902080 9871 996147200 134512640 135127466 4294956256 18446744073709551615 134527872 0 0 4096 3 0 0 0 17 0 0 0
/proc/3272/statm: 10230 9871 75 150 0 10077 0
Current children cumulated CPU time (s) 1476.69
Current children cumulated vsize (KiB) 59876

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 3308
/proc/meminfo: memFree=1642824/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=41392 CPUtime=1532.05
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 10011 0 0 0 153193 12 0 0 25 0 1 0 2000153774 42385408 9989 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3272/statm: 10348 9989 75 150 0 10195 0
Current children cumulated CPU time (s) 1536.67
Current children cumulated vsize (KiB) 60348

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 3308
/proc/meminfo: memFree=1642760/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=41560 CPUtime=1592.02
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 10034 0 0 0 159190 12 0 0 25 0 1 0 2000153774 42557440 10012 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3272/statm: 10390 10012 75 150 0 10237 0
Current children cumulated CPU time (s) 1596.64
Current children cumulated vsize (KiB) 60516

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 3308
/proc/meminfo: memFree=1642568/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=41732 CPUtime=1652
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 10077 0 0 0 165188 12 0 0 25 0 1 0 2000153774 42733568 10055 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3272/statm: 10433 10055 75 150 0 10280 0
Current children cumulated CPU time (s) 1656.62
Current children cumulated vsize (KiB) 60688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 3308
/proc/meminfo: memFree=1642248/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=42204 CPUtime=1711.97
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 10177 0 0 0 171185 12 0 0 25 0 1 0 2000153774 43216896 10155 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3272/statm: 10551 10155 75 150 0 10398 0
Current children cumulated CPU time (s) 1716.59
Current children cumulated vsize (KiB) 61160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3308
/proc/meminfo: memFree=1641864/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=42344 CPUtime=1771.95
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 10207 0 0 0 177183 12 0 0 25 0 1 0 2000153774 43360256 10185 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3272/statm: 10586 10185 75 150 0 10433 0
Current children cumulated CPU time (s) 1776.57
Current children cumulated vsize (KiB) 61300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3308
/proc/meminfo: memFree=1641608/2055920 swapFree=4180028/4192956
[pid=3248] ppid=3246 vsize=13600 CPUtime=4.62
/proc/3248/stat : 3248 (sugar) S 3246 3248 2716 0 -1 4194304 1031 22610 0 2 3 1 439 19 16 0 1 0 2000153296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3248/statm: 3400 798 370 3 0 500 0
[pid=3271] ppid=3248 vsize=5356 CPUtime=0
/proc/3271/stat : 3271 (sh) S 3248 3248 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000153773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3271/statm: 1339 232 193 169 0 50 0
[pid=3272] ppid=3271 vsize=42512 CPUtime=1795.44
/proc/3272/stat : 3272 (minisat) R 3271 3248 2716 0 -1 4194304 10264 0 0 0 179532 12 0 0 25 0 1 0 2000153774 43532288 10242 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3272/statm: 10628 10242 75 150 0 10475 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 61468

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3248 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=430326
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=215967
# CPU time returned by wait4() is 4.64629
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.82
CPU time (s): 1800.06
CPU user time (s): 1799.74
CPU system time (s): 0.32
CPU usage (%): 99.6809
Max. virtual memory (cumulated for all children) (KiB): 883280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.43033
system time used= 0.215967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24068
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= 2391
involuntary context switches= 2301

runsolver used 2.11968 second user time and 6.10307 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-05 00:49:39
IDJOB=1080070
IDBENCH=56932
IDSOLVER=346
FILE ID=node4/1080070-1215211779
PBS_JOBID= 7881779
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-3_ext.xml
COMMAND LINE= DIR/sugar -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-1080070-1215211779/watcher-1080070-1215211779 -o /tmp/evaluation-result-1080070-1215211779/solver-1080070-1215211779 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1080070-1215211779.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 40017794d5449d97408a6786f1b506f6
RANDOM SEED=1270365834

node4.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.213
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.213
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:       1691640 kB
Buffers:         67932 kB
Cached:         214616 kB
SwapCached:       6792 kB
Active:         214608 kB
Inactive:        91256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691640 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            2552 kB
Writeback:           0 kB
Mapped:          39724 kB
Slab:            43560 kB
Committed_AS:  3337040 kB
PageTables:       2012 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= 66500 MiB
End job on node4 at 2008-07-05 01:19:47