Trace number 1036120

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.13+minisat? (TO) 1800.13 1811.73

General information on the benchmark

Namecsp/frb56-25/
normalized-frb56-25-2_ext.xml
MD5SUM968eb3ab86487a42dec411dd96f748b2
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables56
Number of constraints627
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension627
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 01:45:09 2008
0.00/0.04	c 0	PID 438
0.00/0.05	c 0	HOST node55.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1036120-1214955909.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1036120-1214955909.xml' 'HOME/temp.csp'
0.03/0.93	c 1	1 domains, 56 variables, 0 predicates, 627 relations, 627 constraints
0.03/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.97	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.06	c 1	Parsing HOME/temp.csp
1.59/1.76	c 1	parsed 1311 expressions
1.59/1.76	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.59/1.76	c 1	Converting to clausal form CSP
1.59/1.79	c 1	converted 132 (10%) expressions
1.69/1.80	c 1	converted 263 (20%) expressions
1.69/1.81	c 1	converted 394 (30%) expressions
1.69/1.82	c 1	converted 525 (40%) expressions
1.69/1.83	c 1	converted 656 (50%) expressions
1.79/1.95	c 2	converted 787 (60%) expressions
1.89/2.00	c 2	converted 918 (70%) expressions
1.89/2.05	c 2	converted 1049 (80%) expressions
2.00/2.11	c 2	converted 1180 (90%) expressions
2.00/2.16	c 2	converted 1311 (100%) expressions
2.00/2.16	c 2	CSP : 56 integers, 0 booleans, 627 clauses, largest domain size 25
2.00/2.16	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.16	c 2	Propagation in CSP
2.00/2.17	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.00/2.17	c 2	CSP : 56 integers, 0 booleans, 627 clauses, largest domain size 25
2.00/2.17	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.17	c 2	Simplifing CSP by introducing new Boolean variables
2.00/2.17	c 2	CSP : 56 integers, 0 booleans, 627 clauses, largest domain size 25
2.00/2.17	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.25	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.10/2.26	c 2	6 (10%) CSP integer variables are encoded (138 clauses, 1376 bytes)
2.10/2.26	c 2	12 (20%) CSP integer variables are encoded (276 clauses, 2894 bytes)
2.10/2.26	c 2	17 (30%) CSP integer variables are encoded (391 clauses, 4159 bytes)
2.10/2.26	c 2	23 (40%) CSP integer variables are encoded (529 clauses, 5677 bytes)
2.10/2.26	c 2	28 (50%) CSP integer variables are encoded (644 clauses, 6942 bytes)
2.10/2.27	c 2	34 (60%) CSP integer variables are encoded (782 clauses, 8460 bytes)
2.10/2.27	c 2	40 (70%) CSP integer variables are encoded (920 clauses, 9978 bytes)
2.10/2.27	c 2	45 (80%) CSP integer variables are encoded (1035 clauses, 11398 bytes)
2.10/2.27	c 2	51 (90%) CSP integer variables are encoded (1173 clauses, 13192 bytes)
2.10/2.27	c 2	56 (100%) CSP integer variables are encoded (1288 clauses, 14687 bytes)
2.19/2.35	c 2	63 (10%) CSP clauses are encoded (7953 clauses, 129342 bytes)
2.19/2.40	c 2	126 (20%) CSP clauses are encoded (14556 clauses, 251124 bytes)
2.30/2.44	c 2	189 (30%) CSP clauses are encoded (21203 clauses, 381828 bytes)
2.30/2.48	c 2	251 (40%) CSP clauses are encoded (27696 clauses, 509704 bytes)
2.39/2.51	c 2	314 (50%) CSP clauses are encoded (34322 clauses, 640898 bytes)
2.39/2.55	c 2	377 (60%) CSP clauses are encoded (40934 clauses, 771237 bytes)
2.39/2.59	c 2	439 (70%) CSP clauses are encoded (47442 clauses, 901354 bytes)
2.49/2.63	c 2	502 (80%) CSP clauses are encoded (54031 clauses, 1032894 bytes)
2.49/2.67	c 2	565 (90%) CSP clauses are encoded (60615 clauses, 1166978 bytes)
2.59/2.71	c 2	627 (100%) CSP clauses are encoded (67137 clauses, 1310706 bytes)
2.59/2.71	c 2	627 CSP clauses encoded
2.59/2.71	c 2	Writing map file : HOME/temp.map
2.59/2.71	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.71	c 2	SAT : 1344 SAT variables, 67137 SAT clauses, 1310706 bytes
2.59/2.71	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.75	c 2	SOLVING HOME/temp.cnf
2.59/2.75	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.59/2.75	c 2	This is MiniSat 2.0 beta
2.59/2.75	c 2	WARNING: for repeatability, setting FPU to use double precision
2.59/2.75	c 2	============================[ Problem Statistics ]=============================
2.59/2.75	c 2	|                                                                             |
2.59/2.76	c 2	|  Number of variables:  1344                                                 |
2.59/2.76	c 2	|  Number of clauses:    67137                                                |
2.59/2.79	c 2	|  Parsing time:         0.03         s                                       |
2.59/2.80	c 2	============================[ Search Statistics ]==============================
2.59/2.80	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.59/2.80	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.59/2.80	c 2	===============================================================================
2.59/2.80	c 2	|         0 |    1344    67137   252769 |    22379        0    nan |  0.000 % |
2.63/2.83	c 3	|       101 |    1344    67137   252769 |    24616      101     15 |  0.000 % |
2.63/2.88	c 3	|       251 |    1344    67137   252769 |    27078      251     15 |  0.003 % |
2.63/2.94	c 3	|       476 |    1344    67137   252769 |    29786      476     15 |  0.001 % |
2.63/3.03	c 3	|       814 |    1344    67137   252769 |    32765      814     15 |  0.002 % |
2.63/3.17	c 3	|      1321 |    1344    67137   252769 |    36041     1321     15 |  0.002 % |
3.16/3.39	c 3	|      2081 |    1344    67137   252769 |    39645     2081     15 |  0.004 % |
3.55/3.72	c 3	|      3220 |    1344    67137   252769 |    43610     3220     16 |  0.001 % |
4.05/4.29	c 4	|      4928 |    1344    67137   252769 |    47971     4928     16 |  0.001 % |
5.04/5.25	c 5	|      7490 |    1344    67137   252769 |    52768     7490     16 |  0.002 % |
6.52/6.71	c 6	|     11335 |    1344    67137   252769 |    58045    11335     16 |  0.004 % |
8.90/9.15	c 9	|     17101 |    1344    67137   252769 |    63849    17101     16 |  0.004 % |
13.15/13.43	c 13	|     25753 |    1344    67137   252769 |    70234    25753     17 |  0.002 % |
20.59/20.92	c 21	|     38728 |    1344    67137   252769 |    77258    38728     18 |  0.004 % |
34.15/34.63	c 34	|     58189 |    1344    67137   252769 |    84984    58189     18 |  0.002 % |
61.89/62.68	c 62	|     87382 |    1344    67137   252769 |    93482    19047     16 |  0.004 % |
92.69/93.78	c 93	|    131171 |    1344    67137   252769 |   102830    62836     17 |  0.002 % |
150.55/152.10	c 152	|    196856 |    1344    67137   252769 |   113113    41167     20 |  0.002 % |
253.07/255.69	c 255	|    295382 |    1344    67137   252769 |   124425    46108     20 |  0.004 % |
406.70/410.70	c 410	|    443171 |    1344    67137   252769 |   136867    89665     22 |  0.002 % |
662.57/669.07	c 669	|    664855 |    1344    67137   252769 |   150554    81697     20 |  0.004 % |
1064.24/1074.59	c 1074	|    997380 |    1344    67137   252769 |   165610    23053     18 |  0.001 % |
1648.84/1660.47	c 1660	|   1496168 |    1344    67137   252769 |   182171    90667     21 |  0.001 % |
1800.08/1811.71	sh: line 1:   462 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.08/1811.71	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1811.71	c 1811	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1811.72	c ERROR INTERRUPTED
1800.08/1811.72	s UNKNOWN
1800.08/1811.72	c 1811	CPU 1799.85 (0.04 0.01 1799.81 0.25)
1800.08/1811.72	c 1811	END Wed Jul  2 02:15:20 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1036120-1214955909/watcher-1036120-1214955909 -o /tmp/evaluation-result-1036120-1214955909/solver-1036120-1214955909 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1036120-1214955909.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 438
/proc/meminfo: memFree=1711048/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=18572 CPUtime=0
/proc/438/stat : 438 (runsolver) R 436 438 31798 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1525257675 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/438/statm: 4643 292 257 25 0 2626 0

[startup+0.0835789 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 438
/proc/meminfo: memFree=1711048/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=0.03
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1525257675 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102581 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 438
/proc/meminfo: memFree=1711048/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=0.03
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1525257675 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302618 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 438
/proc/meminfo: memFree=1711048/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=0.03
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1525257675 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702684 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 438
/proc/meminfo: memFree=1711048/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=0.03
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1525257675 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50182 s]
/proc/loadavg: 2.07 2.00 1.92 3/87 456
/proc/meminfo: memFree=1706000/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=0.89
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 973 5087 0 1 3 0 82 4 16 0 1 0 1525257675 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 797 370 3 0 500 0
[pid=451] ppid=438 vsize=5356 CPUtime=0
/proc/451/stat : 451 (sh) S 438 438 31798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1525257773 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/451/statm: 1339 233 193 169 0 50 0
[pid=452] ppid=451 vsize=864044 CPUtime=0.5
/proc/452/stat : 452 (java) S 451 438 31798 0 -1 0 6173 0 1 0 48 2 0 0 18 0 9 0 1525257773 884781056 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 216011 5467 2532 9 0 210593 0
[pid=452/tid=453] ppid=451 vsize=864044 CPUtime=0.32
/proc/452/task/453/stat : 453 (java) R 451 438 31798 0 -1 64 2455 0 1 0 32 0 0 0 21 0 9 0 1525257774 884781056 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=454] ppid=451 vsize=864044 CPUtime=0.09
/proc/452/task/454/stat : 454 (java) S 451 438 31798 0 -1 64 2696 0 0 0 9 0 0 0 16 0 9 0 1525257775 884781056 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=455] ppid=451 vsize=864044 CPUtime=0
/proc/452/task/455/stat : 455 (java) S 451 438 31798 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1525257775 884781056 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=456] ppid=451 vsize=864044 CPUtime=0
/proc/452/task/456/stat : 456 (java) S 451 438 31798 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1525257775 884781056 5467 996147200 134512640 134550740 4294955952 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) 883000

[startup+3.1011 s]
/proc/loadavg: 2.07 2.00 1.92 4/91 460
/proc/meminfo: memFree=1681968/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 15 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 13600

[startup+6.30166 s]
/proc/loadavg: 2.07 2.00 1.92 3/83 462
/proc/meminfo: memFree=1701296/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=6284 CPUtime=3.5
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 1456 0 0 0 350 0 0 0 25 0 1 0 1525257951 6434816 1442 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/462/statm: 1571 1442 75 150 0 1418 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 25240

[startup+12.7018 s]
/proc/loadavg: 2.06 2.00 1.92 3/83 462
/proc/meminfo: memFree=1699824/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=7768 CPUtime=9.84
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 1817 0 0 0 983 1 0 0 25 0 1 0 1525257951 7954432 1803 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/462/statm: 1942 1803 75 150 0 1789 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 26724

[startup+25.503 s]
/proc/loadavg: 2.05 2.00 1.92 3/83 462
/proc/meminfo: memFree=1697328/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=10128 CPUtime=22.51
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 2411 0 0 0 2250 1 0 0 25 0 1 0 1525257951 10371072 2397 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/462/statm: 2532 2397 75 150 0 2379 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 29084

[startup+51.1024 s]
/proc/loadavg: 2.03 2.00 1.92 3/83 462
/proc/meminfo: memFree=1694128/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=13296 CPUtime=47.87
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 3203 0 0 0 4784 3 0 0 25 0 1 0 1525257951 13615104 3189 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/462/statm: 3324 3189 75 150 0 3171 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 32252

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.92 3/83 462
/proc/meminfo: memFree=1692656/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=14488 CPUtime=98.59
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 3501 0 0 0 9856 3 0 0 25 0 1 0 1525257951 14835712 3487 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/462/statm: 3622 3487 75 150 0 3469 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 33444

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 462
/proc/meminfo: memFree=1690544/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=16840 CPUtime=158.02
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 4071 0 0 0 15798 4 0 0 25 0 1 0 1525257951 17244160 4057 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/462/statm: 4210 4057 75 150 0 4057 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 35796

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 462
/proc/meminfo: memFree=1688880/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=18652 CPUtime=217.45
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 4495 0 0 0 21741 4 0 0 25 0 1 0 1525257951 19099648 4481 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/462/statm: 4663 4481 75 150 0 4510 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 37608

[startup+282.302 s]
/proc/loadavg: 2.05 2.01 1.92 3/83 462
/proc/meminfo: memFree=1687472/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0

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

[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=29856 CPUtime=1288.28
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 7214 0 0 0 128819 9 0 0 25 0 1 0 1525257951 30572544 7200 996147200 134512640 135127466 4294956272 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/462/statm: 7464 7200 75 150 0 7311 0
Current children cumulated CPU time (s) 1290.91
Current children cumulated vsize (KiB) 48812

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 557
/proc/meminfo: memFree=1744232/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=30008 CPUtime=1348.25
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 7233 0 0 0 134816 9 0 0 25 0 1 0 1525257951 30728192 7219 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/462/statm: 7502 7219 75 150 0 7349 0
Current children cumulated CPU time (s) 1350.88
Current children cumulated vsize (KiB) 48964

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 557
/proc/meminfo: memFree=1743976/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=30184 CPUtime=1408.23
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 7291 0 0 0 140814 9 0 0 25 0 1 0 1525257951 30908416 7277 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/462/statm: 7546 7277 75 150 0 7393 0
Current children cumulated CPU time (s) 1410.86
Current children cumulated vsize (KiB) 49140

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 557
/proc/meminfo: memFree=1743848/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=30332 CPUtime=1468.19
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 7313 0 0 0 146810 9 0 0 25 0 1 0 1525257951 31059968 7299 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/462/statm: 7583 7299 75 150 0 7430 0
Current children cumulated CPU time (s) 1470.82
Current children cumulated vsize (KiB) 49288

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 557
/proc/meminfo: memFree=1743472/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=30612 CPUtime=1528.16
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 7388 0 0 0 152807 9 0 0 25 0 1 0 1525257951 31346688 7374 996147200 134512640 135127466 4294956272 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/462/statm: 7653 7374 75 150 0 7500 0
Current children cumulated CPU time (s) 1530.79
Current children cumulated vsize (KiB) 49568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 557
/proc/meminfo: memFree=1741872/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=32228 CPUtime=1588.14
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 7785 0 0 0 158804 10 0 0 25 0 1 0 1525257951 33001472 7771 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/462/statm: 8057 7771 75 150 0 7904 0
Current children cumulated CPU time (s) 1590.77
Current children cumulated vsize (KiB) 51184

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 1.98 3/75 557
/proc/meminfo: memFree=1741552/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=32524 CPUtime=1648.11
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 7865 0 0 0 164801 10 0 0 25 0 1 0 1525257951 33304576 7851 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/462/statm: 8131 7851 75 150 0 7978 0
Current children cumulated CPU time (s) 1650.74
Current children cumulated vsize (KiB) 51480

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.98 3/75 557
/proc/meminfo: memFree=1741488/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=32676 CPUtime=1708.08
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 7891 0 0 0 170798 10 0 0 25 0 1 0 1525257951 33460224 7877 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/462/statm: 8169 7877 75 150 0 8016 0
Current children cumulated CPU time (s) 1710.71
Current children cumulated vsize (KiB) 51632

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 1.99 3/75 557
/proc/meminfo: memFree=1741104/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=33016 CPUtime=1768.05
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 7964 0 0 0 176795 10 0 0 25 0 1 0 1525257951 33808384 7950 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/462/statm: 8254 7950 75 150 0 8101 0
Current children cumulated CPU time (s) 1770.68
Current children cumulated vsize (KiB) 51972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.71 s]
/proc/loadavg: 2.10 2.04 1.99 3/75 557
/proc/meminfo: memFree=1740784/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=33192 CPUtime=1797.45
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 8043 0 0 0 179735 10 0 0 25 0 1 0 1525257951 33988608 8029 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/462/statm: 8298 8029 75 150 0 8145 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 52148

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

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

[startup+1811.71 s]
/proc/loadavg: 2.10 2.04 1.99 3/75 557
/proc/meminfo: memFree=1740784/2055920 swapFree=4180384/4192956
[pid=438] ppid=436 vsize=13600 CPUtime=2.63
/proc/438/stat : 438 (sugar) S 436 438 31798 0 -1 4194304 1031 15739 0 2 4 1 245 13 16 0 1 0 1525257675 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/438/statm: 3400 798 370 3 0 500 0
[pid=461] ppid=438 vsize=5356 CPUtime=0
/proc/461/stat : 461 (sh) S 438 438 31798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525257951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/461/statm: 1339 232 193 169 0 50 0
[pid=462] ppid=461 vsize=33192 CPUtime=1797.45
/proc/462/stat : 462 (minisat) R 461 438 31798 0 -1 4194304 8043 0 0 0 179735 10 0 0 25 0 1 0 1525257951 33988608 8029 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/462/statm: 8298 8029 75 150 0 8145 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 52148

Child status: 0
Real time (s): 1811.73
CPU time (s): 1800.13
CPU user time (s): 1799.86
CPU system time (s): 0.271958
CPU usage (%): 99.3598
Max. virtual memory (cumulated for all children) (KiB): 883264

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

runsolver used 2.36364 second user time and 5.52016 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-02 01:45:09
IDJOB=1036120
IDBENCH=53435
IDSOLVER=346
FILE ID=node55/1036120-1214955909
PBS_JOBID= 7870224
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb56-25/normalized-frb56-25-2_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1036120-1214955909/watcher-1036120-1214955909 -o /tmp/evaluation-result-1036120-1214955909/solver-1036120-1214955909 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1036120-1214955909.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 968eb3ab86487a42dec411dd96f748b2
RANDOM SEED=1949931901

node55.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.261
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.261
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:       1711528 kB
Buffers:         25240 kB
Cached:         178728 kB
SwapCached:       6492 kB
Active:         147524 kB
Inactive:       132972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711528 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          90000 kB
Slab:            49004 kB
Committed_AS:  3689408 kB
PageTables:       1892 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= 66544 MiB
End job on node55 at 2008-07-02 02:15:22