Trace number 2085998

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.14 1805.13

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-30.xml
MD5SUM92e81eac5813ec2c00a347b28940089e
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 benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints435
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension435
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 09:18:31 2009
0.05/0.08	c 0	PID 25741
0.05/0.08	c 0	HOST node32.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2085998-1247383111.xml TO HOME/temp.csp
0.05/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-2085998-1247383111.xml' 'HOME/temp.csp'
0.06/0.43	c 0	1 domains, 30 variables, 1 predicates, 0 relations, 435 constraints
0.06/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.46	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.40/0.54	c 0	Parsing HOME/temp.csp
0.40/0.58	c 0	parsed 467 expressions
0.40/0.59	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.59	c 0	Converting to clausal form CSP
0.40/0.63	c 0	converted 47 (10%) expressions
0.40/0.65	c 0	converted 94 (20%) expressions
0.40/0.67	c 0	converted 141 (30%) expressions
0.40/0.69	c 0	converted 187 (40%) expressions
0.40/0.71	c 0	converted 234 (50%) expressions
0.40/0.72	c 0	converted 281 (60%) expressions
0.40/0.73	c 0	converted 327 (70%) expressions
0.40/0.80	c 1	converted 374 (80%) expressions
0.40/0.82	c 1	converted 421 (90%) expressions
0.40/0.82	c 1	converted 467 (100%) expressions
0.40/0.82	c 1	CSP : 30 integers, 0 booleans, 435 clauses, largest domain size 29
0.40/0.82	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.82	c 1	Propagation in CSP
0.40/0.83	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.83	c 1	CSP : 30 integers, 0 booleans, 435 clauses, largest domain size 29
0.40/0.83	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.83	c 1	Simplifing CSP by introducing new Boolean variables
0.40/0.85	c 1	CSP : 30 integers, 870 booleans, 1305 clauses, largest domain size 29
0.40/0.85	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.88	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.40/0.88	c 1	3 (10%) CSP integer variables are encoded (81 clauses, 776 bytes)
0.40/0.89	c 1	6 (20%) CSP integer variables are encoded (162 clauses, 1638 bytes)
0.40/0.89	c 1	9 (30%) CSP integer variables are encoded (243 clauses, 2529 bytes)
0.40/0.89	c 1	12 (40%) CSP integer variables are encoded (324 clauses, 3420 bytes)
0.40/0.89	c 1	15 (50%) CSP integer variables are encoded (405 clauses, 4311 bytes)
0.40/0.89	c 1	18 (60%) CSP integer variables are encoded (486 clauses, 5202 bytes)
0.40/0.89	c 1	21 (70%) CSP integer variables are encoded (567 clauses, 6093 bytes)
0.40/0.89	c 1	24 (80%) CSP integer variables are encoded (648 clauses, 6984 bytes)
0.40/0.89	c 1	27 (90%) CSP integer variables are encoded (729 clauses, 7875 bytes)
0.40/0.90	c 1	30 (100%) CSP integer variables are encoded (810 clauses, 8766 bytes)
0.40/0.92	c 1	131 (10%) CSP clauses are encoded (3405 clauses, 46022 bytes)
0.40/0.92	c 1	261 (20%) CSP clauses are encoded (5943 clauses, 83682 bytes)
0.40/0.93	c 1	392 (30%) CSP clauses are encoded (8538 clauses, 126100 bytes)
0.40/0.95	c 1	522 (40%) CSP clauses are encoded (11076 clauses, 168252 bytes)
0.40/0.95	c 1	653 (50%) CSP clauses are encoded (13671 clauses, 211360 bytes)
0.40/0.97	c 1	783 (60%) CSP clauses are encoded (16209 clauses, 253512 bytes)
0.40/0.97	c 1	914 (70%) CSP clauses are encoded (18804 clauses, 296620 bytes)
0.40/0.98	c 1	1044 (80%) CSP clauses are encoded (21342 clauses, 338772 bytes)
0.40/0.99	c 1	1175 (90%) CSP clauses are encoded (23937 clauses, 381880 bytes)
0.40/1.00	c 1	1305 (100%) CSP clauses are encoded (26475 clauses, 424032 bytes)
0.91/1.00	c 1	1305 CSP clauses encoded
0.91/1.00	c 1	Writing map file : HOME/temp.map
0.91/1.01	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.01	c 1	SAT : 1710 SAT variables, 26475 SAT clauses, 424032 bytes
0.91/1.01	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.04	c 1	SOLVING HOME/temp.cnf
0.91/1.04	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.91/1.04	c 1	This is MiniSat 2.0 beta
0.91/1.04	c 1	WARNING: for repeatability, setting FPU to use double precision
0.91/1.04	c 1	============================[ Problem Statistics ]=============================
0.91/1.04	c 1	|                                                                             |
0.91/1.04	c 1	|  Number of variables:  1710                                                 |
0.91/1.04	c 1	|  Number of clauses:    26475                                                |
0.91/1.06	c 1	|  Parsing time:         0.01         s                                       |
0.91/1.06	c 1	============================[ Search Statistics ]==============================
0.91/1.06	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.91/1.06	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.91/1.06	c 1	===============================================================================
0.91/1.06	c 1	|         0 |    1710    26475    76440 |     8825        0    nan |  0.000 % |
0.91/1.06	c 1	|       100 |    1710    26475    76440 |     9707      100     11 |  0.000 % |
0.91/1.07	c 1	|       250 |    1710    26475    76440 |    10678      250      9 |  0.000 % |
0.91/1.08	c 1	|       476 |    1710    26475    76440 |    11746      476      9 |  0.000 % |
0.91/1.09	c 1	|       815 |    1710    26475    76440 |    12920      815      9 |  0.000 % |
0.94/1.10	c 1	|      1321 |    1710    26475    76440 |    14212     1321      8 |  0.000 % |
0.94/1.13	c 1	|      2080 |    1710    26475    76440 |    15634     2080      8 |  0.000 % |
0.94/1.17	c 1	|      3220 |    1710    26475    76440 |    17197     3220      9 |  0.000 % |
0.94/1.23	c 1	|      4928 |    1710    26475    76440 |    18917     4928      9 |  0.000 % |
0.94/1.36	c 1	|      7491 |    1710    26475    76440 |    20808     7491     10 |  0.000 % |
0.94/1.80	c 2	|     11336 |    1710    26475    76440 |    22889    11336     14 |  0.000 % |
1.98/2.13	c 2	|     17103 |    1710    26475    76440 |    25178    17103     13 |  0.001 % |
2.47/2.68	c 2	|     25753 |    1710    26475    76440 |    27696    25753     12 |  0.000 % |
3.66/3.87	c 4	|     38727 |    1710    26475    76440 |    30466    21435     14 |  0.000 % |
6.04/6.22	c 6	|     58189 |    1710    26475    76440 |    33512    21787     15 |  0.000 % |
9.31/9.52	c 9	|     87382 |    1710    26475    76440 |    36864    28022     16 |  0.000 % |
14.55/14.88	c 15	|    131171 |    1710    26475    76440 |    40550    21424     13 |  0.000 % |
23.46/23.82	c 24	|    196855 |    1710    26475    76440 |    44605    29654     14 |  0.000 % |
43.16/43.79	c 44	|    295382 |    1710    26475    76440 |    49066    33299     18 |  0.000 % |
76.52/77.43	c 77	|    443173 |    1710    26475    76440 |    53972    36322     18 |  0.000 % |
128.65/130.12	c 130	|    664856 |    1710    26475    76440 |    59370    15567     17 |  0.000 % |
215.80/218.15	c 218	|    997382 |    1710    26475    76440 |    65307    26996     16 |  0.000 % |
347.22/350.83	c 351	|   1496170 |    1710    26475    76440 |    71837    63101     16 |  0.000 % |
576.47/580.98	c 581	|   2244352 |    1710    26475    76440 |    79021    63398     17 |  0.000 % |
943.01/947.78	c 948	|   3366626 |    1710    26475    76440 |    86923    16673     17 |  0.000 % |
1537.19/1542.19	c 1542	|   5050037 |    1710    26475    76440 |    95616    31133     18 |  0.000 % |
1800.09/1805.11	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1805.11	c 1805	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/1805.12	c ERROR INTERRUPTED
1800.09/1805.12	s UNKNOWN
1800.09/1805.12	c 1805	CPU 1800.12 (0.05 0.02 1799.7 0.35)
1800.09/1805.12	c 1805	END Sun Jul 12 09:48:36 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-2085998-1247383111/watcher-2085998-1247383111 -o /tmp/evaluation-result-2085998-1247383111/solver-2085998-1247383111 -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-2085998-1247383111.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.00 2.05 2.08 4/85 25741
/proc/meminfo: memFree=1476344/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=18576 CPUtime=0
/proc/25741/stat : 25741 (runsolver) R 25739 25741 25405 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25377565 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25741/statm: 4644 284 249 26 0 2626 0

[startup+0.068376 s]
/proc/loadavg: 2.00 2.05 2.08 4/85 25741
/proc/meminfo: memFree=1476344/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16212 CPUtime=0.05
/proc/25741/stat : 25741 (sugar) R 25739 25741 25405 0 -1 4194304 974 0 0 0 4 1 0 0 18 0 1 0 25377565 16601088 942 996147200 4194304 4206940 548682068608 18446744073709551615 268233694449 0 0 4224 0 0 0 0 17 1 0 0
/proc/25741/statm: 4053 942 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101377 s]
/proc/loadavg: 2.00 2.05 2.08 4/85 25741
/proc/meminfo: memFree=1476344/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.06
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25377565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.3014 s]
/proc/loadavg: 2.00 2.05 2.08 4/85 25741
/proc/meminfo: memFree=1476344/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.06
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25377565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701443 s]
/proc/loadavg: 2.00 2.05 2.08 4/85 25741
/proc/meminfo: memFree=1476344/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.4
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1309 4589 0 1 5 1 30 4 15 0 1 0 25377565 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16868

[startup+1.50153 s]
/proc/loadavg: 2.00 2.05 2.08 3/96 25763
/proc/meminfo: memFree=1460704/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 15 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 16868

[startup+3.10271 s]
/proc/loadavg: 2.00 2.05 2.08 3/88 25765
/proc/meminfo: memFree=1469280/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 15 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=5568 CPUtime=2.03
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 1137 0 0 0 203 0 0 0 25 0 1 0 25377670 5701632 1123 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/25765/statm: 1392 1123 76 150 0 1239 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 27792

[startup+6.30108 s]
/proc/loadavg: 2.00 2.05 2.08 3/88 25765
/proc/meminfo: memFree=1467552/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=6228 CPUtime=5.19
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 1325 0 0 0 519 0 0 0 25 0 1 0 25377670 6377472 1311 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/25765/statm: 1557 1311 76 150 0 1404 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 28452

[startup+12.7018 s]
/proc/loadavg: 2.00 2.05 2.08 3/88 25765
/proc/meminfo: memFree=1466144/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=7692 CPUtime=11.53
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 1700 0 0 0 1153 0 0 0 25 0 1 0 25377670 7876608 1686 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25765/statm: 1923 1686 76 150 0 1770 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 29916

[startup+25.5013 s]
/proc/loadavg: 2.00 2.04 2.08 3/88 25765
/proc/meminfo: memFree=1464800/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=9128 CPUtime=24.2
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 2045 0 0 0 2420 0 0 0 25 0 1 0 25377670 9347072 2031 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25765/statm: 2282 2031 76 150 0 2129 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 31352

[startup+51.1012 s]
/proc/loadavg: 2.00 2.04 2.08 3/88 25765
/proc/meminfo: memFree=1462624/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=11324 CPUtime=49.54
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 2578 0 0 0 4953 1 0 0 25 0 1 0 25377670 11595776 2564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25765/statm: 2831 2564 76 150 0 2678 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 33548

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.07 3/88 25765
/proc/meminfo: memFree=1436128/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=13700 CPUtime=100.18
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 3147 0 0 0 10016 2 0 0 25 0 1 0 25377670 14028800 3133 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25765/statm: 3425 3133 76 150 0 3272 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 35924

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.07 3/88 25765
/proc/meminfo: memFree=1433632/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=16100 CPUtime=159.6
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 3745 0 0 0 15957 3 0 0 25 0 1 0 25377670 16486400 3731 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25765/statm: 4025 3731 76 150 0 3872 0
Current children cumulated CPU time (s) 160.54
Current children cumulated vsize (KiB) 38324

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.06 3/88 25765
/proc/meminfo: memFree=1432544/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=17276 CPUtime=219.02
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 4004 0 0 0 21898 4 0 0 25 0 1 0 25377670 17690624 3990 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25765/statm: 4319 3990 76 150 0 4166 0
Current children cumulated CPU time (s) 219.96
Current children cumulated vsize (KiB) 39500

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.06 3/88 25765
/proc/meminfo: memFree=1405856/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=19176 CPUtime=278.44
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 4430 0 0 0 27840 4 0 0 25 0 1 0 25377670 19636224 4416 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/25765/statm: 4794 4416 76 150 0 4641 0
Current children cumulated CPU time (s) 279.38
Current children cumulated vsize (KiB) 41400

[startup+342.301 s]

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

[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=32904 CPUtime=1296.54
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 7577 0 0 0 129632 22 0 0 25 0 1 0 25377670 33693696 7563 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25765/statm: 8226 7563 76 150 0 8073 0
Current children cumulated CPU time (s) 1297.48
Current children cumulated vsize (KiB) 55128

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26697
/proc/meminfo: memFree=1873400/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=33280 CPUtime=1356.51
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 7669 0 0 0 135629 22 0 0 25 0 1 0 25377670 34078720 7655 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/25765/statm: 8320 7655 76 150 0 8167 0
Current children cumulated CPU time (s) 1357.45
Current children cumulated vsize (KiB) 55504

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26697
/proc/meminfo: memFree=1872824/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=33772 CPUtime=1416.49
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 7791 0 0 0 141627 22 0 0 25 0 1 0 25377670 34582528 7777 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25765/statm: 8443 7777 76 150 0 8290 0
Current children cumulated CPU time (s) 1417.43
Current children cumulated vsize (KiB) 55996

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26697
/proc/meminfo: memFree=1872312/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=34292 CPUtime=1476.47
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 7909 0 0 0 147625 22 0 0 25 0 1 0 25377670 35115008 7895 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/25765/statm: 8573 7895 76 150 0 8420 0
Current children cumulated CPU time (s) 1477.41
Current children cumulated vsize (KiB) 56516

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26697
/proc/meminfo: memFree=1872120/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=34576 CPUtime=1536.44
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 7959 0 0 0 153622 22 0 0 25 0 1 0 25377670 35405824 7945 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/25765/statm: 8644 7945 76 150 0 8491 0
Current children cumulated CPU time (s) 1537.38
Current children cumulated vsize (KiB) 56800

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 26698
/proc/meminfo: memFree=1871664/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=35232 CPUtime=1596.42
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 8068 0 0 0 159620 22 0 0 25 0 1 0 25377670 36077568 8054 996147200 134512640 135127466 4294956256 18446744073709551615 134528932 0 0 4096 3 0 0 0 17 0 0 0
/proc/25765/statm: 8808 8054 76 150 0 8655 0
Current children cumulated CPU time (s) 1597.36
Current children cumulated vsize (KiB) 57456

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 26698
/proc/meminfo: memFree=1871088/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=35648 CPUtime=1656.4
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 8183 0 0 0 165617 23 0 0 25 0 1 0 25377670 36503552 8169 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25765/statm: 8912 8169 76 150 0 8759 0
Current children cumulated CPU time (s) 1657.34
Current children cumulated vsize (KiB) 57872

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 26698
/proc/meminfo: memFree=1870704/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=36144 CPUtime=1716.37
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 8282 0 0 0 171614 23 0 0 25 0 1 0 25377670 37011456 8268 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 0 0 0
/proc/25765/statm: 9036 8268 76 150 0 8883 0
Current children cumulated CPU time (s) 1717.31
Current children cumulated vsize (KiB) 58368

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 26698
/proc/meminfo: memFree=1870064/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=36708 CPUtime=1776.35
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 8422 0 0 0 177612 23 0 0 25 0 1 0 25377670 37588992 8408 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25765/statm: 9177 8408 76 150 0 9024 0
Current children cumulated CPU time (s) 1777.29
Current children cumulated vsize (KiB) 58932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 26698
/proc/meminfo: memFree=1869808/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=36980 CPUtime=1799.15
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 8483 0 0 0 179891 24 0 0 25 0 1 0 25377670 37867520 8469 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25765/statm: 9245 8469 76 150 0 9092 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 59204

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

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

[startup+1805.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 26698
/proc/meminfo: memFree=1869808/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=16868 CPUtime=0.94
/proc/25741/stat : 25741 (sugar) S 25739 25741 25405 0 -1 4194304 1374 11197 0 2 5 2 78 9 16 0 1 0 25377565 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25741/statm: 4217 1112 409 3 0 796 0
[pid=25764] ppid=25741 vsize=5356 CPUtime=0
/proc/25764/stat : 25764 (sh) S 25741 25741 25405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25377670 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25764/statm: 1339 232 193 169 0 50 0
[pid=25765] ppid=25764 vsize=36980 CPUtime=1799.15
/proc/25765/stat : 25765 (minisat) R 25764 25741 25405 0 -1 4194304 8483 0 0 0 179891 24 0 0 25 0 1 0 25377670 37867520 8469 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25765/statm: 9245 8469 76 150 0 9092 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 59204

Child status: 0
Real time (s): 1805.13
CPU time (s): 1800.14
CPU user time (s): 1799.76
CPU system time (s): 0.373943
CPU usage (%): 99.7237
Max. virtual memory (cumulated for all children) (KiB): 890804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.373943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21542
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= 1359
involuntary context switches= 15509

runsolver used 2.00669 second user time and 5.30519 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 09:18:31
IDJOB=2085998
IDBENCH=58545
IDSOLVER=739
FILE ID=node32/2085998-1247383111
PBS_JOBID= 9507289
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-30.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-2085998-1247383111/watcher-2085998-1247383111 -o /tmp/evaluation-result-2085998-1247383111/solver-2085998-1247383111 -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-2085998-1247383111.xml

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

MD5SUM BENCH= 92e81eac5813ec2c00a347b28940089e
RANDOM SEED=1848903438

node32.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.236
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.236
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:       1476824 kB
Buffers:          8044 kB
Cached:          61316 kB
SwapCached:          0 kB
Active:         506660 kB
Inactive:        20752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:         473844 kB
Slab:            35748 kB
Committed_AS:   904732 kB
PageTables:       2756 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= 66368 MiB
End job on node32 at 2009-07-12 09:48:38