Trace number 2080674

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.09 1812.22

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-15.xml
MD5SUM67e24fac9a0a2993042f71634a476dbd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.85972
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1589
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1589
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 05:47:47 2009
0.06/0.08	c 0	PID 21693
0.06/0.08	c 0	HOST node62.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080674-1247370467.xml TO HOME/temp.csp
0.06/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-2080674-1247370467.xml' 'HOME/temp.csp'
0.06/0.51	c 0	1 domains, 225 variables, 4 predicates, 0 relations, 1589 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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.48/0.64	c 1	Parsing HOME/temp.csp
0.48/0.72	c 1	parsed 1819 expressions
0.48/0.73	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.48/0.73	c 1	Converting to clausal form CSP
0.48/0.75	c 1	converted 182 (10%) expressions
0.48/0.85	c 1	converted 364 (20%) expressions
0.48/0.97	c 1	converted 546 (30%) expressions
0.90/1.01	c 1	converted 728 (40%) expressions
0.90/1.04	c 1	converted 910 (50%) expressions
0.90/1.08	c 1	converted 1092 (60%) expressions
0.90/1.10	c 1	converted 1274 (70%) expressions
0.99/1.13	c 1	converted 1456 (80%) expressions
0.99/1.15	c 1	converted 1638 (90%) expressions
0.99/1.17	c 1	converted 1819 (100%) expressions
0.99/1.17	c 1	CSP : 225 integers, 1374 booleans, 4547 clauses, largest domain size 15
0.99/1.17	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.17	c 1	Propagation in CSP
1.08/1.21	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.08/1.21	c 1	CSP : 225 integers, 1374 booleans, 4547 clauses, largest domain size 15
1.08/1.21	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.08/1.22	c 1	Simplifing CSP by introducing new Boolean variables
1.08/1.23	c 1	CSP : 225 integers, 3150 booleans, 6323 clauses, largest domain size 15
1.08/1.24	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.08/1.28	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.19/1.30	c 1	23 (10%) CSP integer variables are encoded (299 clauses, 3153 bytes)
1.19/1.31	c 1	45 (20%) CSP integer variables are encoded (585 clauses, 6299 bytes)
1.19/1.32	c 1	68 (30%) CSP integer variables are encoded (884 clauses, 9588 bytes)
1.19/1.32	c 1	90 (40%) CSP integer variables are encoded (1170 clauses, 13219 bytes)
1.19/1.33	c 1	113 (50%) CSP integer variables are encoded (1469 clauses, 17106 bytes)
1.19/1.33	c 1	135 (60%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
1.19/1.33	c 1	158 (70%) CSP integer variables are encoded (2054 clauses, 24711 bytes)
1.19/1.33	c 1	180 (80%) CSP integer variables are encoded (2340 clauses, 28429 bytes)
1.19/1.33	c 1	203 (90%) CSP integer variables are encoded (2639 clauses, 32316 bytes)
1.19/1.34	c 1	225 (100%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
1.29/1.40	c 1	633 (10%) CSP clauses are encoded (10085 clauses, 152613 bytes)
1.29/1.45	c 1	1265 (20%) CSP clauses are encoded (16989 clauses, 269521 bytes)
1.29/1.48	c 1	1897 (30%) CSP clauses are encoded (24100 clauses, 390515 bytes)
1.39/1.52	c 1	2530 (40%) CSP clauses are encoded (31080 clauses, 509449 bytes)
1.39/1.55	c 2	3162 (50%) CSP clauses are encoded (38098 clauses, 629029 bytes)
1.39/1.58	c 2	3794 (60%) CSP clauses are encoded (45107 clauses, 752959 bytes)
1.48/1.61	c 2	4427 (70%) CSP clauses are encoded (52104 clauses, 879593 bytes)
1.48/1.64	c 2	5059 (80%) CSP clauses are encoded (59031 clauses, 1004921 bytes)
1.48/1.67	c 2	5691 (90%) CSP clauses are encoded (66087 clauses, 1132237 bytes)
1.59/1.70	c 2	6323 (100%) CSP clauses are encoded (73144 clauses, 1260025 bytes)
1.59/1.70	c 2	6323 CSP clauses encoded
1.59/1.70	c 2	Writing map file : HOME/temp.map
1.59/1.71	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.59/1.71	c 2	SAT : 6300 SAT variables, 73144 SAT clauses, 1260025 bytes
1.59/1.71	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.59/1.77	c 2	SOLVING HOME/temp.cnf
1.59/1.77	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.59/1.77	c 2	This is MiniSat 2.0 beta
1.59/1.77	c 2	WARNING: for repeatability, setting FPU to use double precision
1.59/1.77	c 2	============================[ Problem Statistics ]=============================
1.59/1.77	c 2	|                                                                             |
1.59/1.77	c 2	|  Number of variables:  6300                                                 |
1.59/1.77	c 2	|  Number of clauses:    73144                                                |
1.61/1.81	c 2	|  Parsing time:         0.03         s                                       |
1.61/1.81	c 2	============================[ Search Statistics ]==============================
1.61/1.81	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.61/1.81	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.61/1.81	c 2	===============================================================================
1.61/1.81	c 2	|         0 |    6300    73144   205100 |    24381        0    nan |  0.000 % |
1.61/1.84	c 2	|       100 |    6300    73144   205100 |    26819      100      6 |  0.000 % |
1.61/1.85	c 2	|       251 |    6300    73144   205100 |    29501      251      6 |  0.000 % |
1.61/1.87	c 2	|       476 |    6300    73144   205100 |    32451      476      7 |  0.000 % |
1.61/1.90	c 2	|       813 |    6300    73144   205100 |    35696      813      7 |  0.000 % |
1.61/1.92	c 2	|      1319 |    6300    73144   205100 |    39266     1319      8 |  0.000 % |
1.61/1.95	c 2	|      2078 |    6300    73144   205100 |    43193     2078      8 |  0.000 % |
1.61/2.00	c 2	|      3218 |    6300    73144   205100 |    47512     3218      9 |  0.000 % |
1.61/2.05	c 2	|      4926 |    6300    73144   205100 |    52263     4926     10 |  0.000 % |
1.93/2.15	c 2	|      7488 |    6300    73144   205100 |    57489     7488     10 |  0.000 % |
2.12/2.31	c 2	|     11333 |    6300    73144   205100 |    63238    11333     10 |  0.000 % |
2.32/2.54	c 3	|     17101 |    6300    73144   205100 |    69562    17101     10 |  0.000 % |
2.82/3.01	c 3	|     25751 |    6300    73144   205100 |    76519    25751     11 |  0.000 % |
3.50/3.73	c 4	|     38726 |    6300    73144   205100 |    84170    38726     11 |  0.000 % |
5.19/5.47	c 5	|     58187 |    6300    73144   205100 |    92588    58187     13 |  0.000 % |
8.06/8.34	c 8	|     87380 |    6300    73144   205100 |   101846    87380     13 |  0.000 % |
15.00/15.34	c 15	|    131170 |    6300    73144   205100 |   112031    39151     15 |  0.000 % |
25.29/25.79	c 26	|    196854 |    6300    73144   205100 |   123234   104835     15 |  0.000 % |
60.36/61.17	c 61	|    295380 |    6300    73144   205100 |   135558    90475     17 |  0.000 % |
74.73/75.62	c 76	|    443171 |    6300    73144   205100 |   149114   113790     14 |  0.000 % |
126.83/128.20	c 128	|    664854 |    6300    73144   205100 |   164025    60178     18 |  0.000 % |
272.65/275.42	c 275	|    997379 |    6300    73144   205100 |   180427    86386     16 |  0.000 % |
519.91/525.01	c 525	|   1496167 |    6300    73144   205100 |   198470    81128     16 |  0.000 % |
950.58/959.54	c 960	|   2244350 |    6300    73144   205100 |   218317    90143     15 |  0.000 % |
1754.59/1766.52	c 1766	|   3366625 |    6296    73036   204848 |   240149   198764     17 |  0.064 % |
1800.09/1812.22	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1812.22	c 1812	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.09/1812.22	c ERROR INTERRUPTED
1800.09/1812.22	s UNKNOWN
1800.09/1812.22	c 1812	CPU 1.63 (0.06 0.01 1.46 0.1)
1800.09/1812.22	c 1812	END Sun Jul 12 06:17:59 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-2080674-1247370467/watcher-2080674-1247370467 -o /tmp/evaluation-result-2080674-1247370467/solver-2080674-1247370467 -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-2080674-1247370467.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.09 2.09 2.09 4/80 21693
/proc/meminfo: memFree=1565368/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=12268 CPUtime=0
/proc/21693/stat : 21693 (sugar) R 21691 21693 18254 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24110607 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 236455599779 0 0 4224 0 0 0 0 17 1 0 0
/proc/21693/statm: 3067 316 241 3 0 167 0

[startup+0.0796419 s]
/proc/loadavg: 2.09 2.09 2.09 4/80 21693
/proc/meminfo: memFree=1565368/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16740 CPUtime=0.06
/proc/21693/stat : 21693 (sugar) R 21691 21693 18254 0 -1 4194304 1108 0 0 0 5 1 0 0 18 0 1 0 24110607 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 236455917316 0 0 4224 0 0 0 0 17 1 0 0
/proc/21693/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102647 s]
/proc/loadavg: 2.09 2.09 2.09 4/80 21693
/proc/meminfo: memFree=1565368/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=0.06
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24110607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302671 s]
/proc/loadavg: 2.09 2.09 2.09 4/80 21693
/proc/meminfo: memFree=1565368/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=0.06
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24110607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701713 s]
/proc/loadavg: 2.09 2.09 2.09 4/80 21693
/proc/meminfo: memFree=1565368/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=0.48
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1309 5056 0 1 5 1 39 3 16 0 1 0 24110607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16868

[startup+1.50181 s]
/proc/loadavg: 2.09 2.09 2.09 4/91 21715
/proc/meminfo: memFree=1550688/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=0.49
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1310 5056 0 1 6 1 39 3 15 0 1 0 24110607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1111 409 3 0 796 0
[pid=21706] ppid=21693 vsize=5356 CPUtime=0
/proc/21706/stat : 21706 (sh) S 21693 21693 18254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24110664 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21706/statm: 1339 233 193 169 0 50 0
[pid=21707] ppid=21706 vsize=868672 CPUtime=0.9
/proc/21707/stat : 21707 (java) S 21706 21693 18254 0 -1 0 6948 0 1 0 86 4 0 0 18 0 9 0 24110664 889520128 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21707/statm: 217168 6147 2591 9 0 211645 0
[pid=21707/tid=21708] ppid=21706 vsize=868672 CPUtime=0.57
/proc/21707/task/21708/stat : 21708 (java) R 21706 21693 18254 0 -1 64 2762 0 1 0 55 2 0 0 24 0 9 0 24110665 889520128 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4126901203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21707/tid=21709] ppid=21706 vsize=868672 CPUtime=0.09
/proc/21707/task/21709/stat : 21709 (java) S 21706 21693 18254 0 -1 64 1978 0 0 0 9 0 0 0 16 0 9 0 24110666 889520128 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21707/tid=21710] ppid=21706 vsize=868672 CPUtime=0
/proc/21707/task/21710/stat : 21710 (java) S 21706 21693 18254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24110666 889520128 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21707/tid=21711] ppid=21706 vsize=868672 CPUtime=0
/proc/21707/task/21711/stat : 21711 (java) S 21706 21693 18254 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24110666 889520128 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21707/tid=21712] ppid=21706 vsize=868672 CPUtime=0
/proc/21707/task/21712/stat : 21712 (java) S 21706 21693 18254 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24110668 889520128 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21707/tid=21713] ppid=21706 vsize=868672 CPUtime=0.21
/proc/21707/task/21713/stat : 21713 (java) S 21706 21693 18254 0 -1 64 1509 0 0 0 21 0 0 0 16 0 9 0 24110669 889520128 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21707/tid=21714] ppid=21706 vsize=868672 CPUtime=0
/proc/21707/task/21714/stat : 21714 (java) S 21706 21693 18254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24110669 889520128 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21707/tid=21715] ppid=21706 vsize=868672 CPUtime=0
/proc/21707/task/21715/stat : 21715 (java) S 21706 21693 18254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24110669 889520128 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890896

[startup+3.10199 s]
/proc/loadavg: 2.09 2.09 2.09 3/83 21717
/proc/meminfo: memFree=1555552/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 15 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=7892 CPUtime=1.31
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 1824 0 0 0 130 1 0 0 25 0 1 0 24110785 8081408 1810 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/21717/statm: 1973 1810 76 150 0 1820 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 30116

[startup+6.30136 s]
/proc/loadavg: 2.08 2.09 2.09 3/83 21717
/proc/meminfo: memFree=1550880/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=11920 CPUtime=4.48
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 2825 0 0 0 446 2 0 0 25 0 1 0 24110785 12206080 2811 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21717/statm: 2980 2811 76 150 0 2827 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 34144

[startup+12.7011 s]
/proc/loadavg: 2.07 2.09 2.09 3/83 21717
/proc/meminfo: memFree=1546208/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=15276 CPUtime=10.81
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 3663 0 0 0 1078 3 0 0 25 0 1 0 24110785 15642624 3649 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21717/statm: 3819 3649 76 150 0 3666 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 37500

[startup+25.5026 s]
/proc/loadavg: 2.06 2.08 2.09 3/83 21717
/proc/meminfo: memFree=1545120/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=16736 CPUtime=23.48
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 4022 0 0 0 2345 3 0 0 25 0 1 0 24110785 17137664 4008 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21717/statm: 4184 4008 76 150 0 4031 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 38960

[startup+51.1025 s]
/proc/loadavg: 2.04 2.08 2.08 3/83 21717
/proc/meminfo: memFree=1542112/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=19532 CPUtime=48.84
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 4730 0 0 0 4881 3 0 0 25 0 1 0 24110785 20000768 4716 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/21717/statm: 4883 4716 76 150 0 4730 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 41756

[startup+102.307 s]
/proc/loadavg: 2.05 2.08 2.08 3/83 21717
/proc/meminfo: memFree=1535136/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=26820 CPUtime=99.57
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 6466 0 0 0 9953 4 0 0 25 0 1 0 24110785 27463680 6452 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21717/statm: 6705 6452 76 150 0 6552 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 49044

[startup+162.302 s]
/proc/loadavg: 2.05 2.07 2.08 3/83 21717
/proc/meminfo: memFree=1528160/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=33492 CPUtime=159.01
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 8159 0 0 0 15895 6 0 0 25 0 1 0 24110785 34295808 8145 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/21717/statm: 8373 8145 76 150 0 8220 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 55716

[startup+222.302 s]
/proc/loadavg: 2.25 2.12 2.10 3/83 21719
/proc/meminfo: memFree=1526496/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1446904/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=62220 CPUtime=1290.82
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 14830 0 0 0 129065 17 0 0 25 0 1 0 24110785 63713280 14816 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/21717/statm: 15555 14816 76 150 0 15402 0
Current children cumulated CPU time (s) 1292.43
Current children cumulated vsize (KiB) 84444

[startup+1362.3 s]
/proc/loadavg: 2.01 2.07 2.08 3/87 21981
/proc/meminfo: memFree=1422840/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=62644 CPUtime=1350.56
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 14932 0 0 0 135039 17 0 0 25 0 1 0 24110785 64147456 14918 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21717/statm: 15661 14918 76 150 0 15508 0
Current children cumulated CPU time (s) 1352.17
Current children cumulated vsize (KiB) 84868

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.07 3/87 21981
/proc/meminfo: memFree=1422264/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=63188 CPUtime=1410.29
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 15072 0 0 0 141012 17 0 0 25 0 1 0 24110785 64704512 15058 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21717/statm: 15797 15058 76 150 0 15644 0
Current children cumulated CPU time (s) 1411.9
Current children cumulated vsize (KiB) 85412

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/87 21981
/proc/meminfo: memFree=1421496/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=63984 CPUtime=1470.03
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 15250 0 0 0 146985 18 0 0 25 0 1 0 24110785 65519616 15236 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/21717/statm: 15996 15236 76 150 0 15843 0
Current children cumulated CPU time (s) 1471.64
Current children cumulated vsize (KiB) 86208

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/87 21981
/proc/meminfo: memFree=1419896/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=65772 CPUtime=1529.77
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 15657 0 0 0 152959 18 0 0 25 0 1 0 24110785 67350528 15643 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21717/statm: 16443 15643 76 150 0 16290 0
Current children cumulated CPU time (s) 1531.38
Current children cumulated vsize (KiB) 87996

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/87 21981
/proc/meminfo: memFree=1418936/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=66812 CPUtime=1589.5
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 15881 0 0 0 158932 18 0 0 25 0 1 0 24110785 68415488 15867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21717/statm: 16703 15867 76 150 0 16550 0
Current children cumulated CPU time (s) 1591.11
Current children cumulated vsize (KiB) 89036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/87 21981
/proc/meminfo: memFree=1418360/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=67272 CPUtime=1649.23
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 16006 0 0 0 164905 18 0 0 25 0 1 0 24110785 68886528 15992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21717/statm: 16818 15992 76 150 0 16665 0
Current children cumulated CPU time (s) 1650.84
Current children cumulated vsize (KiB) 89496

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/87 21981
/proc/meminfo: memFree=1416632/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=69308 CPUtime=1708.98
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 16449 0 0 0 170879 19 0 0 25 0 1 0 24110785 70971392 16435 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/21717/statm: 17327 16435 76 150 0 17174 0
Current children cumulated CPU time (s) 1710.59
Current children cumulated vsize (KiB) 91532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/87 21981
/proc/meminfo: memFree=1395064/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=72936 CPUtime=1768.7
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 17380 0 0 0 176850 20 0 0 25 0 1 0 24110785 74686464 17366 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/21717/statm: 18234 17366 76 150 0 18081 0
Current children cumulated CPU time (s) 1770.31
Current children cumulated vsize (KiB) 95160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.2 s]
/proc/loadavg: 2.00 2.00 2.03 3/87 21981
/proc/meminfo: memFree=1394872/2055920 swapFree=4192952/4192956
[pid=21693] ppid=21691 vsize=16868 CPUtime=1.61
/proc/21693/stat : 21693 (sugar) S 21691 21693 18254 0 -1 4194304 1376 12350 0 2 6 1 145 9 16 0 1 0 24110607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21693/statm: 4217 1113 409 3 0 796 0
[pid=21716] ppid=21693 vsize=5356 CPUtime=0
/proc/21716/stat : 21716 (sh) S 21693 21693 18254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24110784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21716/statm: 1339 232 193 169 0 50 0
[pid=21717] ppid=21716 vsize=73072 CPUtime=1798.48
/proc/21717/stat : 21717 (minisat) R 21716 21693 18254 0 -1 4194304 17413 0 0 0 179827 21 0 0 25 0 1 0 24110785 74825728 17399 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21717/statm: 18268 17399 76 150 0 18115 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 95296

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 21693 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=528767
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=120981
# CPU time returned by wait4() is 1.64975
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.22
CPU time (s): 1800.09
CPU user time (s): 1799.78
CPU system time (s): 0.31
CPU usage (%): 99.3304
Max. virtual memory (cumulated for all children) (KiB): 890896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.52877
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14195
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= 2597
involuntary context switches= 2494

runsolver used 2.15067 second user time and 5.66114 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 05:47:47
IDJOB=2080674
IDBENCH=57126
IDSOLVER=739
FILE ID=node62/2080674-1247370467
PBS_JOBID= 9507071
Free space on /tmp= 66348 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-15.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-2080674-1247370467/watcher-2080674-1247370467 -o /tmp/evaluation-result-2080674-1247370467/solver-2080674-1247370467 -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-2080674-1247370467.xml

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

MD5SUM BENCH= 67e24fac9a0a2993042f71634a476dbd
RANDOM SEED=975916438

node62.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.220
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.220
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:       1565912 kB
Buffers:         65068 kB
Cached:         235964 kB
SwapCached:          4 kB
Active:         215452 kB
Inactive:       197596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565912 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:         129932 kB
Slab:            61712 kB
Committed_AS:   922216 kB
PageTables:       2080 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= 66348 MiB
End job on node62 at 2009-07-12 06:18:01