Trace number 2090684

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.12 1813.42

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-52_ext.xml
MD5SUM8342dcde68d4511323ef1441cc68ba7f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.1773
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 11:33:55 2009
0.00/0.07	c 0	PID 30181
0.00/0.08	c 0	HOST node81.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2090684-1247391234.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-2090684-1247391234.xml' 'HOME/temp.csp'
0.07/0.52	c 0	1 domains, 40 variables, 0 predicates, 135 relations, 135 constraints
0.07/0.55	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.55	c 0	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.51/0.62	c 0	Parsing HOME/temp.csp
0.95/1.07	c 1	parsed 311 expressions
0.95/1.08	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.08	c 1	Converting to clausal form CSP
0.95/1.10	c 1	converted 32 (10%) expressions
1.05/1.11	c 1	converted 63 (20%) expressions
1.05/1.12	c 1	converted 94 (30%) expressions
1.05/1.12	c 1	converted 125 (40%) expressions
1.05/1.13	c 1	converted 156 (50%) expressions
1.05/1.16	c 1	converted 187 (60%) expressions
1.05/1.20	c 1	converted 218 (70%) expressions
1.14/1.23	c 1	converted 249 (80%) expressions
1.24/1.35	c 1	converted 280 (90%) expressions
1.24/1.40	c 1	converted 311 (100%) expressions
1.24/1.40	c 1	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.24/1.40	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.40	c 1	Propagation in CSP
1.24/1.40	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.24/1.40	c 1	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.24/1.40	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.40	c 1	Simplifing CSP by introducing new Boolean variables
1.34/1.40	c 1	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.34/1.40	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.46	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.34/1.47	c 1	4 (10%) CSP integer variables are encoded (152 clauses, 1526 bytes)
1.34/1.48	c 1	8 (20%) CSP integer variables are encoded (304 clauses, 3198 bytes)
1.34/1.48	c 1	12 (30%) CSP integer variables are encoded (456 clauses, 4870 bytes)
1.34/1.48	c 1	16 (40%) CSP integer variables are encoded (608 clauses, 6542 bytes)
1.34/1.48	c 1	20 (50%) CSP integer variables are encoded (760 clauses, 8214 bytes)
1.34/1.48	c 1	24 (60%) CSP integer variables are encoded (912 clauses, 9886 bytes)
1.34/1.48	c 1	28 (70%) CSP integer variables are encoded (1064 clauses, 11739 bytes)
1.34/1.48	c 1	32 (80%) CSP integer variables are encoded (1216 clauses, 13715 bytes)
1.34/1.48	c 1	36 (90%) CSP integer variables are encoded (1368 clauses, 15691 bytes)
1.34/1.49	c 1	40 (100%) CSP integer variables are encoded (1520 clauses, 17667 bytes)
1.44/1.55	c 1	14 (10%) CSP clauses are encoded (6523 clauses, 104246 bytes)
1.44/1.59	c 1	27 (20%) CSP clauses are encoded (11144 clauses, 193365 bytes)
1.53/1.62	c 1	41 (30%) CSP clauses are encoded (16099 clauses, 290903 bytes)
1.53/1.65	c 1	54 (40%) CSP clauses are encoded (20697 clauses, 382650 bytes)
1.53/1.68	c 1	68 (50%) CSP clauses are encoded (25647 clauses, 482165 bytes)
1.63/1.71	c 1	81 (60%) CSP clauses are encoded (30266 clauses, 574868 bytes)
1.63/1.74	c 1	95 (70%) CSP clauses are encoded (35223 clauses, 675438 bytes)
1.63/1.77	c 1	108 (80%) CSP clauses are encoded (39848 clauses, 770920 bytes)
1.63/1.80	c 1	122 (90%) CSP clauses are encoded (44848 clauses, 876337 bytes)
1.73/1.83	c 1	135 (100%) CSP clauses are encoded (49484 clauses, 982682 bytes)
1.73/1.83	c 1	135 CSP clauses encoded
1.73/1.83	c 1	Writing map file : HOME/temp.map
1.73/1.83	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.83	c 1	SAT : 1560 SAT variables, 49484 SAT clauses, 982682 bytes
1.73/1.83	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.86	c 1	SOLVING HOME/temp.cnf
1.73/1.86	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.73/1.87	c 1	This is MiniSat 2.0 beta
1.73/1.87	c 1	WARNING: for repeatability, setting FPU to use double precision
1.73/1.87	c 1	============================[ Problem Statistics ]=============================
1.73/1.87	c 1	|                                                                             |
1.73/1.87	c 1	|  Number of variables:  1560                                                 |
1.73/1.87	c 1	|  Number of clauses:    49484                                                |
1.73/1.89	c 1	|  Parsing time:         0.02         s                                       |
1.73/1.90	c 1	============================[ Search Statistics ]==============================
1.73/1.90	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.73/1.90	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.73/1.90	c 1	===============================================================================
1.73/1.90	c 1	|         0 |    1560    49484   185491 |    16494        0    nan |  0.000 % |
1.78/1.92	c 2	|       100 |    1560    49484   185491 |    18144      100     16 |  0.000 % |
1.78/1.94	c 2	|       251 |    1560    49484   185491 |    19958      251     15 |  0.000 % |
1.78/1.98	c 2	|       476 |    1560    49484   185491 |    21954      476     13 |  0.003 % |
1.78/2.03	c 2	|       813 |    1560    49484   185491 |    24149      813     12 |  0.003 % |
2.00/2.11	c 2	|      1319 |    1560    49484   185491 |    26564     1319     13 |  0.003 % |
2.10/2.23	c 2	|      2078 |    1560    49484   185491 |    29221     2078     13 |  0.002 % |
2.30/2.45	c 2	|      3217 |    1560    49484   185491 |    32143     3217     13 |  0.002 % |
2.59/2.78	c 2	|      4926 |    1560    49484   185491 |    35357     4926     12 |  0.003 % |
3.10/3.26	c 3	|      7488 |    1560    49484   185491 |    38893     7488     13 |  0.002 % |
3.88/4.07	c 4	|     11334 |    1560    49484   185491 |    42782    11334     13 |  0.001 % |
5.39/5.55	c 5	|     17100 |    1560    49484   185491 |    47061    17100     14 |  0.001 % |
8.27/8.41	c 8	|     25749 |    1560    49484   185491 |    51767    25749     15 |  0.002 % |
13.94/14.13	c 14	|     38723 |    1560    49484   185491 |    56944    38723     15 |  0.003 % |
25.09/25.33	c 25	|     58184 |    1560    49484   185491 |    62638    16861     14 |  0.003 % |
35.33/35.64	c 35	|     87377 |    1559    49435   185351 |    68902    24360     14 |  0.064 % |
56.08/56.53	c 56	|    131166 |    1558    49368   185126 |    75792    35031     14 |  0.128 % |
87.37/88.15	c 88	|    196850 |    1558    49368   185126 |    83371    39977     17 |  0.129 % |
137.30/138.58	c 138	|    295376 |    1558    49368   185126 |    91708    70999     16 |  0.130 % |
223.97/226.00	c 226	|    443165 |    1558    49368   185126 |   100879    66560     19 |  0.129 % |
372.20/375.78	c 375	|    664848 |    1558    49368   185126 |   110967    40115     17 |  0.129 % |
599.41/603.31	c 603	|    997375 |    1558    49368   185126 |   122064    98034     18 |  0.131 % |
982.60/988.16	c 988	|   1496163 |    1556    49252   184768 |   134271    52280     18 |  0.256 % |
1614.47/1626.02	c 1626	|   2244345 |    1547    48798   183118 |   147698    45780     16 |  0.833 % |
1800.08/1813.41	sh: line 1: 30205 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.08/1813.41	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1813.41	c 1813	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.08/1813.41	c ERROR INTERRUPTED
1800.08/1813.42	s UNKNOWN
1800.08/1813.42	c 1813	CPU 1800.09 (0.06 0.01 1799.79 0.23)
1800.08/1813.42	c 1813	END Sun Jul 12 12:04:08 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-2090684-1247391234/watcher-2090684-1247391234 -o /tmp/evaluation-result-2090684-1247391234/solver-2090684-1247391234 -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-2090684-1247391234.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: 2.01 2.02 2.00 4/75 30181
/proc/meminfo: memFree=1821304/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=2504 CPUtime=0
/proc/30181/stat : 30181 (sugar) R 30179 30181 25873 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 26188532 2564096 26 996147200 4194304 4206940 548682068608 18446744073709551615 269804962768 0 0 4096 0 0 0 0 17 1 0 0
/proc/30181/statm: 626 26 19 3 0 5 0

[startup+0.096221 s]
/proc/loadavg: 2.01 2.02 2.00 4/75 30181
/proc/meminfo: memFree=1821304/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=0.07
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 26188532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.10222 s]
/proc/loadavg: 2.01 2.02 2.00 4/75 30181
/proc/meminfo: memFree=1821304/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=0.07
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 26188532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301241 s]
/proc/loadavg: 2.01 2.02 2.00 4/75 30181
/proc/meminfo: memFree=1821304/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=0.07
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 26188532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701288 s]
/proc/loadavg: 2.01 2.02 2.00 4/75 30181
/proc/meminfo: memFree=1821304/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=0.51
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1309 4744 0 1 6 1 39 5 15 0 1 0 26188532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30181/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50237 s]
/proc/loadavg: 2.01 2.02 2.00 3/86 30203
/proc/meminfo: memFree=1804896/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=0.51
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1310 4744 0 1 6 1 39 5 15 0 1 0 26188532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30181/statm: 4217 1111 409 3 0 796 0
[pid=30194] ppid=30181 vsize=5356 CPUtime=0
/proc/30194/stat : 30194 (sh) S 30181 30181 25873 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26188587 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30194/statm: 1339 233 193 169 0 50 0
[pid=30195] ppid=30194 vsize=864488 CPUtime=0.93
/proc/30195/stat : 30195 (java) S 30194 30181 25873 0 -1 0 8961 0 1 0 88 5 0 0 18 0 9 0 26188587 885235712 8207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30195/statm: 216122 8207 2590 9 0 210599 0
[pid=30195/tid=30196] ppid=30194 vsize=864488 CPUtime=0.47
/proc/30195/task/30196/stat : 30196 (java) R 30194 30181 25873 0 -1 64 2796 0 1 0 45 2 0 0 18 0 9 0 26188588 885235712 8207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30195/tid=30197] ppid=30194 vsize=864488 CPUtime=0.38
/proc/30195/task/30197/stat : 30197 (java) S 30194 30181 25873 0 -1 64 5141 0 0 0 36 2 0 0 17 0 9 0 26188589 885235712 8207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30195/tid=30198] ppid=30194 vsize=864488 CPUtime=0
/proc/30195/task/30198/stat : 30198 (java) S 30194 30181 25873 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26188590 885235712 8209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30195/tid=30199] ppid=30194 vsize=864488 CPUtime=0
/proc/30195/task/30199/stat : 30199 (java) S 30194 30181 25873 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26188590 885235712 8209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30195/tid=30200] ppid=30194 vsize=864488 CPUtime=0
/proc/30195/task/30200/stat : 30200 (java) S 30194 30181 25873 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26188592 885235712 8209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30195/tid=30201] ppid=30194 vsize=864488 CPUtime=0.05
/proc/30195/task/30201/stat : 30201 (java) S 30194 30181 25873 0 -1 64 323 0 0 0 5 0 0 0 16 0 9 0 26188592 885235712 8209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30195/tid=30202] ppid=30194 vsize=864488 CPUtime=0
/proc/30195/task/30202/stat : 30202 (java) S 30194 30181 25873 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26188592 885235712 8209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30195/tid=30203] ppid=30194 vsize=864488 CPUtime=0
/proc/30195/task/30203/stat : 30203 (java) S 30194 30181 25873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26188592 885235712 8209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886712

[startup+3.10154 s]
/proc/loadavg: 2.01 2.02 2.00 3/78 30205
/proc/meminfo: memFree=1812448/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 15 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=4944 CPUtime=1.21
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 1123 0 0 0 121 0 0 0 25 0 1 0 26188719 5062656 1109 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 1236 1109 75 150 0 1083 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 27168

[startup+6.30189 s]
/proc/loadavg: 2.01 2.02 2.00 3/78 30205
/proc/meminfo: memFree=1810528/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=6212 CPUtime=4.4
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 1437 0 0 0 439 1 0 0 25 0 1 0 26188719 6361088 1423 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 1553 1423 75 150 0 1400 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 28436

[startup+12.7016 s]
/proc/loadavg: 2.01 2.02 2.00 3/78 30205
/proc/meminfo: memFree=1808040/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=7696 CPUtime=10.77
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 1805 0 0 0 1076 1 0 0 25 0 1 0 26188719 7880704 1791 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 1924 1791 75 150 0 1771 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 29920

[startup+25.5029 s]
/proc/loadavg: 2.00 2.02 2.00 3/78 30205
/proc/meminfo: memFree=1805736/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=9768 CPUtime=23.5
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 2324 0 0 0 2349 1 0 0 25 0 1 0 26188719 10002432 2310 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 2442 2310 75 150 0 2289 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 31992

[startup+51.1017 s]
/proc/loadavg: 2.00 2.02 2.00 3/78 30205
/proc/meminfo: memFree=1805608/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=9908 CPUtime=48.96
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 2352 0 0 0 4895 1 0 0 25 0 1 0 26188719 10145792 2338 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 2477 2338 75 150 0 2324 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 32132

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 30254
/proc/meminfo: memFree=1707232/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=12432 CPUtime=99.66
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 2974 0 0 0 9964 2 0 0 25 0 1 0 26188719 12730368 2960 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 3108 2960 75 150 0 2955 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 34656

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 30254
/proc/meminfo: memFree=1704800/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=14572 CPUtime=159.1
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 3516 0 0 0 15906 4 0 0 25 0 1 0 26188719 14921728 3502 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 3643 3502 75 150 0 3490 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 36796

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30254
/proc/meminfo: memFree=1693152/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0

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

[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=25704 CPUtime=1232.62
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 6268 0 0 0 123254 8 0 0 25 0 1 0 26188719 26320896 6254 996147200 134512640 135127466 4294956256 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 6426 6254 75 150 0 6273 0
Current children cumulated CPU time (s) 1234.4
Current children cumulated vsize (KiB) 47928

[startup+1302.3 s]
/proc/loadavg: 2.04 2.09 2.03 3/78 30307
/proc/meminfo: memFree=1781872/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=25980 CPUtime=1292.05
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 6313 0 0 0 129197 8 0 0 25 0 1 0 26188719 26603520 6299 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 6495 6299 75 150 0 6342 0
Current children cumulated CPU time (s) 1293.83
Current children cumulated vsize (KiB) 48204

[startup+1362.3 s]
/proc/loadavg: 2.01 2.08 2.02 3/78 30307
/proc/meminfo: memFree=1781744/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=25980 CPUtime=1351.48
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 6334 0 0 0 135140 8 0 0 25 0 1 0 26188719 26603520 6320 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 6495 6320 75 150 0 6342 0
Current children cumulated CPU time (s) 1353.26
Current children cumulated vsize (KiB) 48204

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.01 3/78 30307
/proc/meminfo: memFree=1781040/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=26256 CPUtime=1410.92
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 6397 0 0 0 141083 9 0 0 25 0 1 0 26188719 26886144 6383 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 6564 6383 75 150 0 6411 0
Current children cumulated CPU time (s) 1412.7
Current children cumulated vsize (KiB) 48480

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/78 30307
/proc/meminfo: memFree=1780400/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=26528 CPUtime=1470.35
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 6460 0 0 0 147026 9 0 0 25 0 1 0 26188719 27164672 6446 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 6632 6446 75 150 0 6479 0
Current children cumulated CPU time (s) 1472.13
Current children cumulated vsize (KiB) 48752

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/78 30307
/proc/meminfo: memFree=1778864/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=28024 CPUtime=1529.78
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 6833 0 0 0 152968 10 0 0 25 0 1 0 26188719 28696576 6819 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 7006 6819 75 150 0 6853 0
Current children cumulated CPU time (s) 1531.56
Current children cumulated vsize (KiB) 50248

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/78 30307
/proc/meminfo: memFree=1778096/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=28452 CPUtime=1589.22
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 6920 0 0 0 158912 10 0 0 25 0 1 0 26188719 29134848 6906 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 7113 6906 75 150 0 6960 0
Current children cumulated CPU time (s) 1591
Current children cumulated vsize (KiB) 50676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/78 30313
/proc/meminfo: memFree=1777008/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=28640 CPUtime=1648.62
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 6961 0 0 0 164852 10 0 0 25 0 1 0 26188719 29327360 6947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 7160 6947 75 150 0 7007 0
Current children cumulated CPU time (s) 1650.4
Current children cumulated vsize (KiB) 50864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/78 30313
/proc/meminfo: memFree=1775024/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=28640 CPUtime=1708.06
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 6978 0 0 0 170796 10 0 0 25 0 1 0 26188719 29327360 6964 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 7160 6964 75 150 0 7007 0
Current children cumulated CPU time (s) 1709.84
Current children cumulated vsize (KiB) 50864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/78 30313
/proc/meminfo: memFree=1773936/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=28908 CPUtime=1767.49
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 6990 0 0 0 176739 10 0 0 25 0 1 0 26188719 29601792 6976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 7227 6976 75 150 0 7074 0
Current children cumulated CPU time (s) 1769.27
Current children cumulated vsize (KiB) 51132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/78 30313
/proc/meminfo: memFree=1773616/2055920 swapFree=4192812/4192956
[pid=30181] ppid=30179 vsize=16868 CPUtime=1.78
/proc/30181/stat : 30181 (sugar) S 30179 30181 25873 0 -1 4194304 1376 14063 0 2 6 1 159 12 16 0 1 0 26188532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30181/statm: 4217 1113 409 3 0 796 0
[pid=30204] ppid=30181 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (sh) S 30181 30181 25873 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26188719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 232 193 169 0 50 0
[pid=30205] ppid=30204 vsize=28908 CPUtime=1798.3
/proc/30205/stat : 30205 (minisat) R 30204 30181 25873 0 -1 4194304 6991 0 0 0 179820 10 0 0 25 0 1 0 26188719 29601792 6977 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30205/statm: 7227 6977 75 150 0 7074 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 51132

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

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

Child status: 0
Real time (s): 1813.42
CPU time (s): 1800.12
CPU user time (s): 1799.86
CPU system time (s): 0.25796
CPU usage (%): 99.2663
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.25796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23178
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= 2051
involuntary context switches= 43068

runsolver used 2.33564 second user time and 5.9121 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 11:33:55
IDJOB=2090684
IDBENCH=59857
IDSOLVER=739
FILE ID=node81/2090684-1247391234
PBS_JOBID= 9507196
Free space on /tmp= 126680 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-52_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-2090684-1247391234/watcher-2090684-1247391234 -o /tmp/evaluation-result-2090684-1247391234/solver-2090684-1247391234 -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-2090684-1247391234.xml

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

MD5SUM BENCH= 8342dcde68d4511323ef1441cc68ba7f
RANDOM SEED=1636493192

node81.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.233
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.233
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:       1821784 kB
Buffers:         26072 kB
Cached:         112852 kB
SwapCached:          0 kB
Active:         116408 kB
Inactive:        54180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          42916 kB
Slab:            48600 kB
Committed_AS:   224020 kB
PageTables:       1932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126680 MiB
End job on node81 at 2009-07-12 12:04:10