Trace number 2066363

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-35-45.xml
MD5SUM761c2deb5b05f3480656e30f48462e50
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3150
Number of constraints160
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension160
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:06:08 2009
0.00/0.08	c 0	PID 16257
0.06/0.08	c 0	HOST node14.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2066363-1247342768.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-2066363-1247342768.xml' 'HOME/temp.csp'
0.06/0.51	c 1	1 domains, 3150 variables, 2 predicates, 0 relations, 160 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.76	c 1	parsed 3313 expressions
0.48/0.77	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.48/0.77	c 1	Converting to clausal form CSP
0.48/0.79	c 1	converted 332 (10%) expressions
0.48/0.80	c 1	converted 663 (20%) expressions
0.48/0.80	c 1	converted 994 (30%) expressions
0.48/0.81	c 1	converted 1326 (40%) expressions
0.48/0.82	c 1	converted 1657 (50%) expressions
0.48/0.82	c 1	converted 1988 (60%) expressions
0.48/0.82	c 1	converted 2320 (70%) expressions
0.48/0.82	c 1	converted 2651 (80%) expressions
0.48/0.82	c 1	converted 2982 (90%) expressions
1.09/1.28	c 2	converted 3313 (100%) expressions
1.09/1.28	c 2	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.09/1.28	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.28	c 2	Propagation in CSP
1.19/1.37	c 2	2730 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.19/1.37	c 2	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.19/1.37	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.38	c 2	Simplifing CSP by introducing new Boolean variables
1.19/1.38	c 2	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.19/1.38	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.43	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.29/1.44	c 2	459 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.29/1.44	c 2	918 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.29/1.44	c 2	1377 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.29/1.45	c 2	1836 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.29/1.45	c 2	2295 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.29/1.45	c 2	2754 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.29/1.46	c 2	3213 (70%) CSP integer variables are encoded (427 clauses, 5615 bytes)
1.29/1.46	c 2	3672 (80%) CSP integer variables are encoded (3538 clauses, 46058 bytes)
1.29/1.47	c 2	4131 (90%) CSP integer variables are encoded (5490 clauses, 71434 bytes)
1.29/1.47	c 2	4590 (100%) CSP integer variables are encoded (5490 clauses, 71434 bytes)
1.39/1.56	c 2	304 (10%) CSP clauses are encoded (20962 clauses, 373082 bytes)
1.49/1.64	c 2	608 (20%) CSP clauses are encoded (36434 clauses, 688298 bytes)
1.58/1.73	c 2	912 (30%) CSP clauses are encoded (51906 clauses, 1029594 bytes)
1.68/1.82	c 2	1216 (40%) CSP clauses are encoded (67378 clauses, 1370890 bytes)
1.77/1.90	c 2	1520 (50%) CSP clauses are encoded (82850 clauses, 1712186 bytes)
1.87/2.01	c 2	1824 (60%) CSP clauses are encoded (93798 clauses, 1941002 bytes)
1.97/2.18	c 3	2128 (70%) CSP clauses are encoded (97206 clauses, 1982523 bytes)
2.17/2.35	c 3	2432 (80%) CSP clauses are encoded (100614 clauses, 2025017 bytes)
2.38/2.53	c 3	2736 (90%) CSP clauses are encoded (104022 clauses, 2070905 bytes)
2.57/2.71	c 3	3040 (100%) CSP clauses are encoded (107430 clauses, 2117549 bytes)
2.57/2.71	c 3	3040 CSP clauses encoded
2.57/2.71	c 3	Writing map file : HOME/temp.map
2.57/2.73	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.57/2.73	c 3	SAT : 10080 SAT variables, 107430 SAT clauses, 2117549 bytes
2.57/2.73	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.57/2.76	c 3	SOLVING HOME/temp.cnf
2.57/2.76	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.57/2.77	c 3	This is MiniSat 2.0 beta
2.57/2.77	c 3	WARNING: for repeatability, setting FPU to use double precision
2.57/2.77	c 3	============================[ Problem Statistics ]=============================
2.57/2.77	c 3	|                                                                             |
2.57/2.77	c 3	|  Number of variables:  10080                                                |
2.57/2.77	c 3	|  Number of clauses:    107430                                               |
2.62/2.83	c 3	|  Parsing time:         0.05         s                                       |
2.62/2.83	c 3	============================[ Search Statistics ]==============================
2.62/2.83	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.62/2.83	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.62/2.83	c 3	===============================================================================
2.62/2.83	c 3	|         0 |   10080   107430   361170 |    35810        0    nan |  0.000 % |
2.62/2.85	c 3	|       100 |   10080   107430   361170 |    39391      100    107 |  0.000 % |
2.62/2.86	c 3	|       250 |   10080   107430   361170 |    43330      250     56 |  0.000 % |
2.62/2.88	c 3	|       476 |   10080   107430   361170 |    47663      476     44 |  0.000 % |
2.62/2.91	c 3	|       813 |   10080   107430   361170 |    52429      813     37 |  0.000 % |
2.62/2.95	c 3	|      1319 |   10080   107430   361170 |    57672     1319     41 |  0.000 % |
2.62/3.03	c 3	|      2078 |   10080   107430   361170 |    63439     2078     44 |  0.000 % |
2.62/3.11	c 4	|      3217 |   10080   107430   361170 |    69783     3217     35 |  0.000 % |
3.14/3.31	c 4	|      4925 |   10080   107430   361170 |    76761     4925     41 |  0.000 % |
3.43/3.62	c 4	|      7487 |   10080   107430   361170 |    84438     7487     45 |  0.000 % |
4.03/4.25	c 5	|     11332 |   10080   107430   361170 |    92881    11332     56 |  0.000 % |
4.92/5.18	c 6	|     17099 |   10080   107430   361170 |   102170    17099     60 |  0.000 % |
6.30/6.55	c 7	|     25748 |   10080   107430   361170 |   112387    25748     65 |  0.000 % |
8.88/9.16	c 10	|     38724 |   10080   107430   361170 |   123625    38724     67 |  0.000 % |
17.10/17.50	c 18	|     58185 |   10080   107430   361170 |   135988    58185     75 |  0.000 % |
29.68/30.16	c 31	|     87377 |   10080   107430   361170 |   149587    87377     77 |  0.000 % |
81.98/82.94	c 83	|    131168 |   10080   107430   361170 |   164545   131168     89 |  0.000 % |
147.06/148.65	c 149	|    196852 |   10080   107430   361170 |   181000    44112    137 |  0.000 % |
247.67/249.42	c 250	|    295378 |   10080   107430   361170 |   199100   142638    126 |  0.000 % |
498.16/500.07	c 500	|    443168 |   10080   107430   361170 |   219010   104917    138 |  0.000 % |
799.87/803.00	c 803	|    664851 |   10080   107430   361170 |   240911   125374     83 |  0.000 % |
1291.27/1297.85	c 1298	|    997377 |   10080   107430   361170 |   265002   232567     78 |  0.000 % |
1800.05/1811.42	c ERROR INTERRUPTED
1800.05/1811.43	s UNKNOWN
1800.05/1811.43	c 1812	CPU 2.62 (0.06 0.01 2.45 0.1)
1800.05/1811.43	c 1812	END Sat Jul 11 22:36:20 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-2066363-1247342768/watcher-2066363-1247342768 -o /tmp/evaluation-result-2066363-1247342768/solver-2066363-1247342768 -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-2066363-1247342768.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 16257
/proc/meminfo: memFree=1389000/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=18576 CPUtime=0
/proc/16257/stat : 16257 (runsolver) R 16255 16257 15337 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21343778 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16257/statm: 4644 284 249 26 0 2626 0

[startup+0.083007 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 16257
/proc/meminfo: memFree=1389000/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16740 CPUtime=0.06
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21343778 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101576 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 16257
/proc/meminfo: memFree=1389000/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=0.06
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21343778 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301597 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 16257
/proc/meminfo: memFree=1389000/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=0.06
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21343778 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701664 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 16257
/proc/meminfo: memFree=1389000/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=0.48
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1309 5042 0 1 5 1 39 3 16 0 1 0 21343778 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16868

[startup+1.50281 s]
/proc/loadavg: 1.91 1.98 1.99 4/85 16279
/proc/meminfo: memFree=1376240/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=0.49
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1310 5042 0 1 6 1 39 3 15 0 1 0 21343778 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1111 409 3 0 796 0
[pid=16270] ppid=16257 vsize=5356 CPUtime=0
/proc/16270/stat : 16270 (sh) S 16257 16257 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21343835 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16270/statm: 1339 233 193 169 0 50 0
[pid=16271] ppid=16270 vsize=868700 CPUtime=0.9
/proc/16271/stat : 16271 (java) S 16270 16257 15337 0 -1 0 7163 0 1 0 85 5 0 0 18 0 9 0 21343836 889548800 6350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16271/statm: 217175 6350 2589 9 0 211652 0
[pid=16271/tid=16272] ppid=16270 vsize=868700 CPUtime=0.56
/proc/16271/task/16272/stat : 16272 (java) R 16270 16257 15337 0 -1 64 2762 0 1 0 54 2 0 0 18 0 9 0 21343836 889548800 6350 996147200 134512640 134550932 4294955936 18446744073709551615 4126886708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16271/tid=16273] ppid=16270 vsize=868700 CPUtime=0.1
/proc/16271/task/16273/stat : 16273 (java) S 16270 16257 15337 0 -1 64 2174 0 0 0 9 1 0 0 16 0 9 0 21343838 889548800 6350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16271/tid=16274] ppid=16270 vsize=868700 CPUtime=0
/proc/16271/task/16274/stat : 16274 (java) S 16270 16257 15337 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21343838 889548800 6350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16271/tid=16275] ppid=16270 vsize=868700 CPUtime=0
/proc/16271/task/16275/stat : 16275 (java) S 16270 16257 15337 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21343838 889548800 6350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16271/tid=16276] ppid=16270 vsize=868700 CPUtime=0
/proc/16271/task/16276/stat : 16276 (java) S 16270 16257 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21343840 889548800 6350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16271/tid=16277] ppid=16270 vsize=868700 CPUtime=0.22
/proc/16271/task/16277/stat : 16277 (java) S 16270 16257 15337 0 -1 64 1529 0 0 0 21 1 0 0 16 0 9 0 21343840 889548800 6350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16271/tid=16278] ppid=16270 vsize=868700 CPUtime=0
/proc/16271/task/16278/stat : 16278 (java) S 16270 16257 15337 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21343840 889548800 6350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16271/tid=16279] ppid=16270 vsize=868700 CPUtime=0
/proc/16271/task/16279/stat : 16279 (java) S 16270 16257 15337 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21343840 889548800 6350 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) 890924

[startup+3.10108 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 16279
/proc/meminfo: memFree=1368176/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 15 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 16868

[startup+6.30164 s]
/proc/loadavg: 1.92 1.98 1.99 3/77 16281
/proc/meminfo: memFree=1371184/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=14940 CPUtime=3.48
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 3582 0 0 0 346 2 0 0 25 0 1 0 21344055 15298560 3568 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/16281/statm: 3735 3568 76 150 0 3582 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 37164

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/77 16281
/proc/meminfo: memFree=1360432/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=24464 CPUtime=9.83
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 5965 0 0 0 979 4 0 0 25 0 1 0 21344055 25051136 5951 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16281/statm: 6116 5951 76 150 0 5963 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 46688

[startup+25.502 s]
/proc/loadavg: 1.94 1.98 1.99 3/77 16281
/proc/meminfo: memFree=1348784/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=35508 CPUtime=22.5
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 8726 0 0 0 2244 6 0 0 25 0 1 0 21344055 36360192 8712 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16281/statm: 8877 8712 76 150 0 8724 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 57732

[startup+51.1014 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 16281
/proc/meminfo: memFree=1333680/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=51104 CPUtime=47.86
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 12581 0 0 0 4776 10 0 0 25 0 1 0 21344055 52330496 12567 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16281/statm: 12776 12567 76 150 0 12623 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 73328

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 16281
/proc/meminfo: memFree=1309616/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=75400 CPUtime=98.57
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 18507 0 0 0 9842 15 0 0 25 0 1 0 21344055 77209600 18493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16281/statm: 18850 18493 76 150 0 18697 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 97624

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 16281
/proc/meminfo: memFree=1300592/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=83740 CPUtime=158.02
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 20611 0 0 0 15785 17 0 0 25 0 1 0 21344055 85749760 20597 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16281/statm: 20935 20597 76 150 0 20782 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 105964

[startup+222.308 s]
/proc/loadavg: 2.20 2.04 2.01 3/85 16325
/proc/meminfo: memFree=1224176/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=85720 CPUtime=217.97
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 21086 0 0 0 21778 19 0 0 25 0 1 0 21344055 87777280 21072 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16281/statm: 21430 21072 76 150 0 21277 0
Current children cumulated CPU time (s) 220.59
Current children cumulated vsize (KiB) 107944


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

/proc/meminfo: memFree=954040/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=135120 CPUtime=1293.11
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 33342 0 0 0 129275 36 0 0 25 0 1 0 21344055 138362880 33328 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/16281/statm: 33780 33328 76 150 0 33627 0
Current children cumulated CPU time (s) 1295.73
Current children cumulated vsize (KiB) 157344

[startup+1362.3 s]
/proc/loadavg: 2.13 2.25 2.19 3/85 16325
/proc/meminfo: memFree=951352/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=136488 CPUtime=1352.54
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 33673 0 0 0 135218 36 0 0 25 0 1 0 21344055 139763712 33659 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16281/statm: 34122 33659 76 150 0 33969 0
Current children cumulated CPU time (s) 1355.16
Current children cumulated vsize (KiB) 158712

[startup+1422.31 s]
/proc/loadavg: 2.04 2.20 2.18 3/85 16325
/proc/meminfo: memFree=951096/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=136732 CPUtime=1411.99
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 33730 0 0 0 141162 37 0 0 25 0 1 0 21344055 140013568 33716 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/16281/statm: 34183 33716 76 150 0 34030 0
Current children cumulated CPU time (s) 1414.61
Current children cumulated vsize (KiB) 158956

[startup+1482.3 s]
/proc/loadavg: 2.06 2.18 2.17 3/85 16325
/proc/meminfo: memFree=944888/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=139268 CPUtime=1471.42
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 34213 0 0 0 147105 37 0 0 25 0 1 0 21344055 142610432 34199 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/16281/statm: 34817 34199 76 150 0 34664 0
Current children cumulated CPU time (s) 1474.04
Current children cumulated vsize (KiB) 161492

[startup+1542.3 s]
/proc/loadavg: 2.02 2.14 2.16 3/85 16325
/proc/meminfo: memFree=941624/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=142304 CPUtime=1530.85
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 34804 0 0 0 153047 38 0 0 25 0 1 0 21344055 145719296 34790 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16281/statm: 35576 34790 76 150 0 35423 0
Current children cumulated CPU time (s) 1533.47
Current children cumulated vsize (KiB) 164528

[startup+1602.3 s]
/proc/loadavg: 2.01 2.12 2.15 3/85 16325
/proc/meminfo: memFree=938808/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=145876 CPUtime=1590.3
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 35543 0 0 0 158992 38 0 0 25 0 1 0 21344055 149377024 35529 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/16281/statm: 36469 35529 76 150 0 36316 0
Current children cumulated CPU time (s) 1592.92
Current children cumulated vsize (KiB) 168100

[startup+1662.3 s]
/proc/loadavg: 2.00 2.09 2.13 3/85 16325
/proc/meminfo: memFree=938360/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=146360 CPUtime=1649.74
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 35631 0 0 0 164935 39 0 0 25 0 1 0 21344055 149872640 35617 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16281/statm: 36590 35617 76 150 0 36437 0
Current children cumulated CPU time (s) 1652.36
Current children cumulated vsize (KiB) 168584

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.12 3/85 16325
/proc/meminfo: memFree=938232/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=146480 CPUtime=1709.17
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 35668 0 0 0 170878 39 0 0 25 0 1 0 21344055 149995520 35654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16281/statm: 36620 35654 76 150 0 36467 0
Current children cumulated CPU time (s) 1711.79
Current children cumulated vsize (KiB) 168704

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.11 3/85 16325
/proc/meminfo: memFree=937848/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=146964 CPUtime=1768.6
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 35773 0 0 0 176821 39 0 0 25 0 1 0 21344055 150491136 35759 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/16281/statm: 36741 35759 76 150 0 36588 0
Current children cumulated CPU time (s) 1771.22
Current children cumulated vsize (KiB) 169188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.4 s]
/proc/loadavg: 2.00 2.05 2.11 3/85 16325
/proc/meminfo: memFree=937016/2055920 swapFree=4192956/4192956
[pid=16257] ppid=16255 vsize=16868 CPUtime=2.62
/proc/16257/stat : 16257 (sugar) S 16255 16257 15337 0 -1 4194304 1376 12616 0 2 6 1 245 10 16 0 1 0 21343778 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16257/statm: 4217 1113 409 3 0 796 0
[pid=16280] ppid=16257 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16257 16257 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21344055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 232 193 169 0 50 0
[pid=16281] ppid=16280 vsize=147864 CPUtime=1797.43
/proc/16281/stat : 16281 (minisat) R 16280 16257 15337 0 -1 4194304 35984 0 0 0 179703 40 0 0 25 0 1 0 21344055 151412736 35970 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16281/statm: 36966 35970 76 150 0 36813 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 170088

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 16257 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=519616
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=126980
# CPU time returned by wait4() is 2.6466
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.43
CPU time (s): 1800.05
CPU user time (s): 1799.54
CPU system time (s): 0.51
CPU usage (%): 99.3716
Max. virtual memory (cumulated for all children) (KiB): 890924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.51962
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14375
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= 3047
involuntary context switches= 2925

runsolver used 2.15567 second user time and 6.02608 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-11 22:06:08
IDJOB=2066363
IDBENCH=54512
IDSOLVER=739
FILE ID=node14/2066363-1247342768
PBS_JOBID= 9506675
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-35-45.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-2066363-1247342768/watcher-2066363-1247342768 -o /tmp/evaluation-result-2066363-1247342768/solver-2066363-1247342768 -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-2066363-1247342768.xml

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

MD5SUM BENCH= 761c2deb5b05f3480656e30f48462e50
RANDOM SEED=652184788

node14.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.265
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.265
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:       1389480 kB
Buffers:         66476 kB
Cached:         510504 kB
SwapCached:          0 kB
Active:          95792 kB
Inactive:       517192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389480 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          47220 kB
Slab:            38536 kB
Committed_AS:   171092 kB
PageTables:       1924 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= 66492 MiB
End job on node14 at 2009-07-11 22:36:22