Trace number 2067254

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 1805.1

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-25-25.xml
MD5SUM2ef474be97b3a0256ef01f42c3cd9f45
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.54116
Satisfiable
(Un)Satisfiability was proved
Number of variables938
Number of constraints700
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension700
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 Sat Jul 11 22:27:14 2009
0.00/0.07	c 0	PID 15857
0.00/0.07	c 0	HOST node82.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2067254-1247344034.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2067254-1247344034.xml' 'HOME/temp.csp'
0.06/0.48	c 1	1 domains, 938 variables, 6 predicates, 0 relations, 700 constraints
0.06/0.49	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.49	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.45/0.57	c 1	Parsing HOME/temp.csp
0.45/0.67	c 1	parsed 1645 expressions
0.45/0.67	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.67	c 1	Converting to clausal form CSP
0.45/0.69	c 1	converted 165 (10%) expressions
0.45/0.70	c 1	converted 329 (20%) expressions
0.45/0.70	c 1	converted 494 (30%) expressions
0.45/0.70	c 1	converted 658 (40%) expressions
0.45/0.71	c 1	converted 823 (50%) expressions
0.45/0.82	c 1	converted 987 (60%) expressions
0.45/1.00	c 1	converted 1152 (70%) expressions
0.45/1.07	c 1	converted 1316 (80%) expressions
1.03/1.14	c 1	converted 1481 (90%) expressions
1.13/1.27	c 1	converted 1645 (100%) expressions
1.13/1.27	c 1	CSP : 3038 integers, 0 booleans, 4900 clauses, largest domain size 10
1.13/1.27	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.27	c 1	Propagation in CSP
1.23/1.34	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.34	c 2	CSP : 3038 integers, 0 booleans, 4900 clauses, largest domain size 10
1.23/1.34	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.35	c 2	Simplifing CSP by introducing new Boolean variables
1.23/1.35	c 2	CSP : 3038 integers, 0 booleans, 4900 clauses, largest domain size 10
1.23/1.35	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.40	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.40	c 2	304 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.41	c 2	608 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.41	c 2	912 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.42	c 2	1216 (40%) CSP integer variables are encoded (807 clauses, 10516 bytes)
1.33/1.42	c 2	1519 (50%) CSP integer variables are encoded (1817 clauses, 23646 bytes)
1.33/1.43	c 2	1823 (60%) CSP integer variables are encoded (2830 clauses, 36815 bytes)
1.33/1.43	c 2	2127 (70%) CSP integer variables are encoded (3785 clauses, 49230 bytes)
1.33/1.43	c 2	2431 (80%) CSP integer variables are encoded (4900 clauses, 63725 bytes)
1.33/1.43	c 2	2735 (90%) CSP integer variables are encoded (6014 clauses, 78207 bytes)
1.33/1.43	c 2	3038 (100%) CSP integer variables are encoded (7125 clauses, 92939 bytes)
1.33/1.49	c 2	490 (10%) CSP clauses are encoded (14691 clauses, 225135 bytes)
1.43/1.53	c 2	980 (20%) CSP clauses are encoded (23301 clauses, 381095 bytes)
1.43/1.57	c 2	1470 (30%) CSP clauses are encoded (31911 clauses, 537055 bytes)
1.52/1.62	c 2	1960 (40%) CSP clauses are encoded (40521 clauses, 693015 bytes)
1.52/1.65	c 2	2450 (50%) CSP clauses are encoded (48865 clauses, 842485 bytes)
1.62/1.70	c 2	2940 (60%) CSP clauses are encoded (59715 clauses, 1044653 bytes)
1.62/1.75	c 2	3430 (70%) CSP clauses are encoded (70565 clauses, 1247653 bytes)
1.73/1.80	c 2	3920 (80%) CSP clauses are encoded (81415 clauses, 1450653 bytes)
1.73/1.85	c 2	4410 (90%) CSP clauses are encoded (92265 clauses, 1653653 bytes)
2.71/2.88	c 3	4900 (100%) CSP clauses are encoded (149515 clauses, 3083801 bytes)
2.71/2.88	c 3	4900 CSP clauses encoded
2.71/2.88	c 3	Writing map file : HOME/temp.map
2.71/2.89	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.71/2.89	c 3	SAT : 10163 SAT variables, 149515 SAT clauses, 3083801 bytes
2.71/2.89	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.81/2.95	c 3	SOLVING HOME/temp.cnf
2.81/2.95	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.81/2.95	c 3	This is MiniSat 2.0 beta
2.81/2.95	c 3	WARNING: for repeatability, setting FPU to use double precision
2.81/2.95	c 3	============================[ Problem Statistics ]=============================
2.81/2.95	c 3	|                                                                             |
2.81/2.95	c 3	|  Number of variables:  10163                                                |
2.81/2.95	c 3	|  Number of clauses:    149515                                               |
2.83/3.03	c 3	|  Parsing time:         0.07         s                                       |
2.83/3.04	c 3	============================[ Search Statistics ]==============================
2.83/3.04	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.83/3.04	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.83/3.04	c 3	===============================================================================
2.83/3.04	c 3	|         0 |   10163   149515   591568 |    49838        0    nan |  0.000 % |
2.83/3.05	c 3	|       101 |   10163   149515   591568 |    54822      101     31 |  0.000 % |
2.83/3.06	c 3	|       252 |   10163   149515   591568 |    60304      252     31 |  0.000 % |
2.83/3.08	c 3	|       477 |   10163   149515   591568 |    66334      477     35 |  0.000 % |
2.83/3.11	c 3	|       816 |   10163   149515   591568 |    72968      816     64 |  0.000 % |
2.83/3.15	c 3	|      1322 |   10163   149515   591568 |    80265     1322     57 |  0.000 % |
2.83/3.24	c 3	|      2081 |   10163   149515   591568 |    88291     2081     90 |  0.000 % |
3.17/3.33	c 4	|      3220 |   10163   149515   591568 |    97120     3220     75 |  0.000 % |
3.36/3.56	c 4	|      4928 |   10163   149515   591568 |   106832     4928     77 |  0.000 % |
3.66/3.84	c 4	|      7491 |   10163   149515   591568 |   117516     7491     70 |  0.000 % |
4.56/4.75	c 5	|     11336 |   10163   149515   591568 |   129267    11336    105 |  0.000 % |
6.86/7.01	c 7	|     17102 |   10163   149515   591568 |   142194    17102    143 |  0.000 % |
11.46/11.62	c 12	|     25751 |   10163   149515   591568 |   156414    25751    173 |  0.000 % |
22.46/22.64	c 23	|     38725 |   10163   149515   591568 |   172055    38725    200 |  0.000 % |
48.04/48.26	c 48	|     58188 |   10163   149515   591568 |   189260    58188    219 |  0.000 % |
113.22/113.41	c 114	|     87380 |   10163   149515   591568 |   208187    87380    231 |  0.000 % |
223.26/223.52	c 224	|    131170 |   10163   149515   591568 |   229005   131170    243 |  0.000 % |
423.46/423.89	c 424	|    196855 |   10163   149515   591568 |   251906   196855    255 |  0.000 % |
654.36/654.85	c 655	|    295381 |   10163   149515   591568 |   277097    65947    162 |  0.000 % |
1044.15/1045.64	c 1046	|    443171 |   10163   149515   591568 |   304806   213737    256 |  0.000 % |
1800.05/1805.01	c ERROR INTERRUPTED
1800.05/1805.06	s UNKNOWN
1800.05/1805.06	c 1805	CPU 2.83 (0.05 0.01 2.63 0.14)
1800.05/1805.06	c 1805	END Sat Jul 11 22:57:19 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-2067254-1247344034/watcher-2067254-1247344034 -o /tmp/evaluation-result-2067254-1247344034/solver-2067254-1247344034 -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-2067254-1247344034.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.14 2.09 2.07 4/82 15857
/proc/meminfo: memFree=1523360/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=12272 CPUtime=0
/proc/15857/stat : 15857 (sugar) R 15855 15857 13941 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 21468387 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 0 0 0
/proc/15857/statm: 3068 327 246 3 0 168 0

[startup+0.100587 s]
/proc/loadavg: 2.14 2.09 2.07 4/82 15857
/proc/meminfo: memFree=1523360/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=0.06
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21468387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201605 s]
/proc/loadavg: 2.14 2.09 2.07 4/82 15857
/proc/meminfo: memFree=1523360/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=0.06
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21468387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301625 s]
/proc/loadavg: 2.14 2.09 2.07 4/82 15857
/proc/meminfo: memFree=1523360/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=0.06
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21468387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701694 s]
/proc/loadavg: 2.14 2.09 2.07 4/82 15857
/proc/meminfo: memFree=1523360/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=0.45
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1309 4936 0 1 5 1 35 4 15 0 1 0 21468387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15857/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16868

[startup+1.50284 s]
/proc/loadavg: 2.14 2.09 2.07 3/93 15879
/proc/meminfo: memFree=1506568/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=0.45
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1310 4936 0 1 5 1 35 4 15 0 1 0 21468387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15857/statm: 4217 1111 409 3 0 796 0
[pid=15870] ppid=15857 vsize=5356 CPUtime=0
/proc/15870/stat : 15870 (sh) S 15857 15857 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21468437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15870/statm: 1339 233 193 169 0 50 0
[pid=15871] ppid=15870 vsize=868696 CPUtime=0.98
/proc/15871/stat : 15871 (java) S 15870 15857 13941 0 -1 0 7285 0 1 0 93 5 0 0 18 0 9 0 21468437 889544704 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15871/statm: 217174 6459 2590 9 0 211651 0
[pid=15871/tid=15872] ppid=15870 vsize=868696 CPUtime=0.6
/proc/15871/task/15872/stat : 15872 (java) R 15870 15857 13941 0 -1 64 2770 0 1 0 58 2 0 0 24 0 9 0 21468438 889544704 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4126984692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15871/tid=15873] ppid=15870 vsize=868696 CPUtime=0.15
/proc/15871/task/15873/stat : 15873 (java) S 15870 15857 13941 0 -1 64 2291 0 0 0 14 1 0 0 16 0 9 0 21468439 889544704 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15871/tid=15874] ppid=15870 vsize=868696 CPUtime=0
/proc/15871/task/15874/stat : 15874 (java) S 15870 15857 13941 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21468439 889544704 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15871/tid=15875] ppid=15870 vsize=868696 CPUtime=0
/proc/15871/task/15875/stat : 15875 (java) S 15870 15857 13941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21468439 889544704 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15871/tid=15876] ppid=15870 vsize=868696 CPUtime=0
/proc/15871/task/15876/stat : 15876 (java) S 15870 15857 13941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21468441 889544704 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15871/tid=15877] ppid=15870 vsize=868696 CPUtime=0.2
/proc/15871/task/15877/stat : 15877 (java) S 15870 15857 13941 0 -1 64 1526 0 0 0 19 1 0 0 16 0 9 0 21468441 889544704 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15871/tid=15878] ppid=15870 vsize=868696 CPUtime=0
/proc/15871/task/15878/stat : 15878 (java) S 15870 15857 13941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21468441 889544704 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15871/tid=15879] ppid=15870 vsize=868696 CPUtime=0
/proc/15871/task/15879/stat : 15879 (java) S 15870 15857 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21468441 889544704 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890920

[startup+3.10115 s]
/proc/loadavg: 2.14 2.09 2.07 3/93 15879
/proc/meminfo: memFree=1502280/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 15 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 16868

[startup+6.30175 s]
/proc/loadavg: 2.13 2.09 2.07 3/85 15881
/proc/meminfo: memFree=1500688/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=18564 CPUtime=3.34
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 4478 0 0 0 331 3 0 0 25 0 1 0 21468682 19009536 4464 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 4641 4464 75 150 0 4488 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 40788

[startup+12.7019 s]
/proc/loadavg: 2.12 2.09 2.07 3/85 15881
/proc/meminfo: memFree=1488208/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=30300 CPUtime=9.73
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 7386 0 0 0 968 5 0 0 25 0 1 0 21468682 31027200 7372 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 7575 7372 75 150 0 7422 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 52524

[startup+25.5013 s]
/proc/loadavg: 2.09 2.08 2.07 3/85 15881
/proc/meminfo: memFree=1472592/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=45200 CPUtime=22.52
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 11123 0 0 0 2243 9 0 0 25 0 1 0 21468682 46284800 11109 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 11300 11109 75 150 0 11147 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 67424

[startup+51.1011 s]
/proc/loadavg: 2.06 2.08 2.07 3/85 15881
/proc/meminfo: memFree=1453200/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=64712 CPUtime=48.11
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 15993 0 0 0 4795 16 0 0 25 0 1 0 21468682 66265088 15979 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 16178 15979 75 150 0 16025 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 86936

[startup+102.302 s]
/proc/loadavg: 2.02 2.06 2.06 3/85 15881
/proc/meminfo: memFree=1427856/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=89860 CPUtime=99.29
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 22221 0 0 0 9907 22 0 0 25 0 1 0 21468682 92016640 22207 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 22465 22207 75 150 0 22312 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 112084

[startup+162.302 s]
/proc/loadavg: 2.12 2.08 2.07 3/85 15881
/proc/meminfo: memFree=1399760/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=118036 CPUtime=159.26
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 29260 0 0 0 15895 31 0 0 25 0 1 0 21468682 120868864 29246 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 29509 29246 75 150 0 29356 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 140260

[startup+222.308 s]
/proc/loadavg: 2.19 2.09 2.07 3/85 15881
/proc/meminfo: memFree=1375504/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=141976 CPUtime=219.23
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 35228 0 0 0 21886 37 0 0 25 0 1 0 21468682 145383424 35214 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 35494 35214 75 150 0 35341 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 164200


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

/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=305636 CPUtime=1296.48
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 75950 0 0 0 129513 135 0 0 25 0 1 0 21468682 312971264 75936 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15881/statm: 76409 75936 75 150 0 76256 0
Current children cumulated CPU time (s) 1299.31
Current children cumulated vsize (KiB) 327860

[startup+1362.3 s]
/proc/loadavg: 4.23 3.84 2.94 2/76 15939
/proc/meminfo: memFree=1351968/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=318776 CPUtime=1356.28
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 79169 0 0 0 135480 148 0 0 25 0 1 0 21468682 326426624 79155 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/15881/statm: 79694 79155 75 150 0 79541 0
Current children cumulated CPU time (s) 1359.11
Current children cumulated vsize (KiB) 341000

[startup+1422.3 s]
/proc/loadavg: 3.35 3.69 2.95 3/77 15969
/proc/meminfo: memFree=1613080/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=331920 CPUtime=1416.14
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 82439 0 0 0 141456 158 0 0 25 0 1 0 21468682 339886080 82425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 82980 82425 75 150 0 82827 0
Current children cumulated CPU time (s) 1418.97
Current children cumulated vsize (KiB) 354144

[startup+1482.31 s]
/proc/loadavg: 2.53 3.40 2.89 3/77 15969
/proc/meminfo: memFree=1600408/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=344892 CPUtime=1475.88
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 85635 0 0 0 147426 162 0 0 25 0 1 0 21468682 353169408 85621 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 86223 85621 75 150 0 86070 0
Current children cumulated CPU time (s) 1478.71
Current children cumulated vsize (KiB) 367116

[startup+1542.3 s]
/proc/loadavg: 2.19 3.14 2.83 3/77 15969
/proc/meminfo: memFree=1588952/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=356760 CPUtime=1535.62
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 88539 0 0 0 153398 164 0 0 25 0 1 0 21468682 365322240 88525 996147200 134512640 135127466 4294956256 18446744073709551615 134531120 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 89190 88525 75 150 0 89037 0
Current children cumulated CPU time (s) 1538.45
Current children cumulated vsize (KiB) 378984

[startup+1602.3 s]
/proc/loadavg: 2.07 2.93 2.78 3/77 15969
/proc/meminfo: memFree=1582744/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=362752 CPUtime=1595.36
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 90020 0 0 0 159371 165 0 0 25 0 1 0 21468682 371458048 90006 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 90688 90006 75 150 0 90535 0
Current children cumulated CPU time (s) 1598.19
Current children cumulated vsize (KiB) 384976

[startup+1662.3 s]
/proc/loadavg: 2.02 2.76 2.72 3/77 15969
/proc/meminfo: memFree=1582680/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=362752 CPUtime=1655.11
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 90026 0 0 0 165346 165 0 0 25 0 1 0 21468682 371458048 90012 996147200 134512640 135127466 4294956256 18446744073709551615 134528874 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 90688 90012 75 150 0 90535 0
Current children cumulated CPU time (s) 1657.94
Current children cumulated vsize (KiB) 384976

[startup+1722.3 s]
/proc/loadavg: 2.06 2.63 2.68 3/77 15969
/proc/meminfo: memFree=1582616/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=362752 CPUtime=1714.87
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 90030 0 0 0 171321 166 0 0 25 0 1 0 21468682 371458048 90016 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 90688 90016 75 150 0 90535 0
Current children cumulated CPU time (s) 1717.7
Current children cumulated vsize (KiB) 384976

[startup+1782.3 s]
/proc/loadavg: 2.07 2.53 2.64 3/77 15969
/proc/meminfo: memFree=1582552/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=362752 CPUtime=1774.62
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 90037 0 0 0 177296 166 0 0 25 0 1 0 21468682 371458048 90023 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 90688 90023 75 150 0 90535 0
Current children cumulated CPU time (s) 1777.45
Current children cumulated vsize (KiB) 384976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 2.12 2.50 2.63 3/77 15969
/proc/meminfo: memFree=1582488/2055920 swapFree=4192812/4192956
[pid=15857] ppid=15855 vsize=16868 CPUtime=2.83
/proc/15857/stat : 15857 (sugar) S 15855 15857 13941 0 -1 4194304 1376 12675 0 2 5 1 263 14 16 0 1 0 21468387 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15857/statm: 4217 1113 409 3 0 796 0
[pid=15880] ppid=15857 vsize=5356 CPUtime=0
/proc/15880/stat : 15880 (sh) S 15857 15857 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21468682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15880/statm: 1339 232 193 169 0 50 0
[pid=15881] ppid=15880 vsize=362752 CPUtime=1797.22
/proc/15881/stat : 15881 (minisat) R 15880 15857 13941 0 -1 4194304 90037 0 0 0 179556 166 0 0 25 0 1 0 21468682 371458048 90023 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15881/statm: 90688 90023 75 150 0 90535 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 384976

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 15857 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=692590
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=167974
# CPU time returned by wait4() is 2.86056
# 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): 1805.1
CPU time (s): 1800.05
CPU user time (s): 1798.24
CPU system time (s): 1.81
CPU usage (%): 99.72
Max. virtual memory (cumulated for all children) (KiB): 890920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.69259
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14434
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= 3484
involuntary context switches= 3402

runsolver used 2.31265 second user time and 5.60715 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-11 22:27:14
IDJOB=2067254
IDBENCH=54625
IDSOLVER=739
FILE ID=node82/2067254-1247344034
PBS_JOBID= 9506649
Free space on /tmp= 66136 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-25-25.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-2067254-1247344034/watcher-2067254-1247344034 -o /tmp/evaluation-result-2067254-1247344034/solver-2067254-1247344034 -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-2067254-1247344034.xml

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

MD5SUM BENCH= 2ef474be97b3a0256ef01f42c3cd9f45
RANDOM SEED=556855199

node82.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1523840 kB
Buffers:         24992 kB
Cached:          94552 kB
SwapCached:          0 kB
Active:         441700 kB
Inactive:        35872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1500 kB
Writeback:           0 kB
Mapped:         378448 kB
Slab:            38840 kB
Committed_AS:   510332 kB
PageTables:       2712 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= 66140 MiB
End job on node82 at 2009-07-11 22:57:21