Trace number 2072083

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.07 1817.15

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-41-40.xml
MD5SUM2508829a3b1ba601629fbc8c12bda7f3
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables1640
Number of constraints81
Maximum constraint arity41
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(81)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:47:35 2009
0.00/0.08	c 0	PID 16791
0.00/0.08	c 0	HOST node54.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072083-1247356055.xml TO HOME/temp.csp
0.00/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-2072083-1247356055.xml' 'HOME/temp.csp'
0.06/0.50	c 1	1 domains, 1640 variables, 0 predicates, 0 relations, 81 constraints
0.06/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	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.06/0.58	c 1	Parsing HOME/temp.csp
0.47/0.68	c 1	parsed 1722 expressions
0.47/0.69	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.69	c 1	Converting to clausal form CSP
0.47/0.71	c 1	converted 173 (10%) expressions
0.47/0.72	c 1	converted 345 (20%) expressions
0.47/0.72	c 1	converted 517 (30%) expressions
0.47/0.72	c 1	converted 689 (40%) expressions
0.47/0.73	c 1	converted 861 (50%) expressions
0.47/0.73	c 1	converted 1034 (60%) expressions
0.47/0.73	c 1	converted 1206 (70%) expressions
0.47/0.73	c 1	converted 1378 (80%) expressions
0.47/0.74	c 1	converted 1550 (90%) expressions
0.94/1.10	c 2	converted 1722 (100%) expressions
0.94/1.10	c 2	CSP : 2369 integers, 0 booleans, 1539 clauses, largest domain size 15
0.94/1.10	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.10	c 2	Propagation in CSP
1.04/1.14	c 2	1400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.15	c 2	CSP : 2369 integers, 0 booleans, 1539 clauses, largest domain size 15
1.04/1.15	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.15	c 2	Simplifing CSP by introducing new Boolean variables
1.04/1.16	c 2	CSP : 2369 integers, 0 booleans, 1539 clauses, largest domain size 15
1.04/1.16	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.19	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.20	c 2	237 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.20	c 2	474 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.20	c 2	711 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.20	c 2	948 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.21	c 2	1185 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.21	c 2	1422 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.22	c 2	1659 (70%) CSP integer variables are encoded (148 clauses, 1988 bytes)
1.14/1.22	c 2	1896 (80%) CSP integer variables are encoded (2019 clauses, 26311 bytes)
1.14/1.22	c 2	2133 (90%) CSP integer variables are encoded (2911 clauses, 37907 bytes)
1.14/1.22	c 2	2369 (100%) CSP integer variables are encoded (2911 clauses, 37907 bytes)
1.23/1.32	c 2	154 (10%) CSP clauses are encoded (16085 clauses, 312708 bytes)
1.33/1.41	c 2	308 (20%) CSP clauses are encoded (29259 clauses, 599221 bytes)
1.44/1.50	c 2	462 (30%) CSP clauses are encoded (42305 clauses, 882102 bytes)
1.44/1.60	c 2	616 (40%) CSP clauses are encoded (55479 clauses, 1201767 bytes)
1.54/1.69	c 2	770 (50%) CSP clauses are encoded (68525 clauses, 1520216 bytes)
1.64/1.74	c 2	924 (60%) CSP clauses are encoded (70524 clauses, 1551121 bytes)
1.64/1.78	c 2	1078 (70%) CSP clauses are encoded (72009 clauses, 1569432 bytes)
1.74/1.82	c 2	1232 (80%) CSP clauses are encoded (73487 clauses, 1587737 bytes)
1.74/1.87	c 2	1386 (90%) CSP clauses are encoded (74947 clauses, 1605834 bytes)
1.84/1.91	c 2	1539 (100%) CSP clauses are encoded (76406 clauses, 1623922 bytes)
1.84/1.91	c 2	1539 CSP clauses encoded
1.84/1.91	c 2	Writing map file : HOME/temp.map
1.84/1.93	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.84/1.93	c 2	SAT : 5280 SAT variables, 76406 SAT clauses, 1623922 bytes
1.84/1.93	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.84/1.97	c 2	SOLVING HOME/temp.cnf
1.84/1.97	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.84/1.97	c 2	This is MiniSat 2.0 beta
1.84/1.97	c 2	WARNING: for repeatability, setting FPU to use double precision
1.84/1.97	c 2	============================[ Problem Statistics ]=============================
1.84/1.97	c 2	|                                                                             |
1.84/1.97	c 2	|  Number of variables:  5280                                                 |
1.84/1.97	c 2	|  Number of clauses:    76406                                                |
1.89/2.02	c 2	|  Parsing time:         0.04         s                                       |
1.89/2.02	c 2	============================[ Search Statistics ]==============================
1.89/2.02	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.89/2.02	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.89/2.02	c 2	===============================================================================
1.89/2.02	c 2	|         0 |    5280    76406   291723 |    25468        0    nan |  0.000 % |
1.89/2.04	c 2	|       101 |    5280    76406   291723 |    28015      101    192 |  0.000 % |
1.89/2.06	c 2	|       251 |    5280    76406   291723 |    30817      251    107 |  0.000 % |
1.89/2.09	c 3	|       476 |    5280    76406   291723 |    33898      476    100 |  0.000 % |
2.00/2.12	c 3	|       814 |    5280    76406   291723 |    37288      814     69 |  0.000 % |
2.00/2.17	c 3	|      1323 |    5280    76406   291723 |    41017     1323     61 |  0.000 % |
2.10/2.29	c 3	|      2082 |    5280    76406   291723 |    45119     2082     79 |  0.000 % |
2.29/2.40	c 3	|      3223 |    5280    76406   291723 |    49631     3223     72 |  0.000 % |
2.50/2.65	c 3	|      4931 |    5280    76406   291723 |    54594     4931     89 |  0.000 % |
2.90/3.07	c 3	|      7493 |    5280    76406   291723 |    60053     7493     97 |  0.000 % |
3.39/3.51	c 4	|     11337 |    5280    76406   291723 |    66059    11337     84 |  0.000 % |
4.97/5.18	c 6	|     17104 |    5280    76406   291723 |    72665    17104    112 |  0.000 % |
6.86/7.05	c 7	|     25753 |    5280    76406   291723 |    79931    25753    107 |  0.000 % |
12.30/12.50	c 13	|     38727 |    5280    76406   291723 |    87924    38727    120 |  0.000 % |
20.72/21.05	c 21	|     58189 |    5280    76406   291723 |    96717    58189    137 |  0.000 % |
44.69/45.26	c 46	|     87381 |    5280    76406   291723 |   106388    87381    154 |  0.000 % |
75.10/75.98	c 76	|    131170 |    5280    76406   291723 |   117027    35261    166 |  0.000 % |
197.25/199.20	c 200	|    196855 |    5280    76406   291723 |   128730   100946    305 |  0.000 % |
300.46/303.41	c 304	|    295381 |    5280    76406   291723 |   141603    83503    159 |  0.000 % |
568.24/573.70	c 574	|    443171 |    5280    76406   291723 |   155764   109720    297 |  0.000 % |
844.01/852.11	c 853	|    664854 |    5280    76406   291723 |   171340    48872    125 |  0.000 % |
1798.97/1816.09	c 1817	|    997379 |    5280    76406   291723 |   188474    73741    217 |  0.000 % |
1800.07/1817.12	c ERROR INTERRUPTED
1800.07/1817.14	s UNKNOWN
1800.07/1817.14	c 1818	CPU 1.89 (0.06 0.01 1.73 0.09)
1800.07/1817.14	c 1818	END Sun Jul 12 02:17:53 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-2072083-1247356055/watcher-2072083-1247356055 -o /tmp/evaluation-result-2072083-1247356055/solver-2072083-1247356055 -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-2072083-1247356055.xml 

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


[startup+0 s]
/proc/loadavg: 1.98 2.04 2.08 3/81 16791
/proc/meminfo: memFree=1826416/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=12132 CPUtime=0
/proc/16791/stat : 16791 (sugar) R 16789 16791 15419 0 -1 4194304 223 0 0 0 0 0 0 0 20 0 1 0 22670335 12423168 191 996147200 4194304 4206940 548682068608 18446744073709551615 234211414753 0 0 4224 0 0 0 0 17 1 0 0
/proc/16791/statm: 3033 191 142 3 0 133 0

[startup+0.095414 s]
/proc/loadavg: 1.98 2.04 2.08 3/81 16791
/proc/meminfo: memFree=1826416/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=0.06
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22670335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.107342 s]
/proc/loadavg: 1.98 2.04 2.08 3/81 16791
/proc/meminfo: memFree=1826416/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=0.06
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22670335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301531 s]
/proc/loadavg: 1.98 2.04 2.08 3/81 16791
/proc/meminfo: memFree=1826416/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=0.06
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22670335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701581 s]
/proc/loadavg: 1.98 2.04 2.08 3/81 16791
/proc/meminfo: memFree=1826416/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=0.47
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1309 4837 0 1 5 1 38 3 15 0 1 0 22670335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.50168 s]
/proc/loadavg: 1.98 2.04 2.08 4/92 16813
/proc/meminfo: memFree=1811224/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=0.47
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1310 4837 0 1 5 1 38 3 15 0 1 0 22670335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1111 409 3 0 796 0
[pid=16804] ppid=16791 vsize=5356 CPUtime=0
/proc/16804/stat : 16804 (sh) S 16791 16791 15419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22670386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16804/statm: 1339 233 193 169 0 50 0
[pid=16805] ppid=16804 vsize=868612 CPUtime=0.97
/proc/16805/stat : 16805 (java) S 16804 16791 15419 0 -1 0 6767 0 1 0 92 5 0 0 18 0 9 0 22670386 889458688 5946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16805/statm: 217153 5946 2589 9 0 211630 0
[pid=16805/tid=16806] ppid=16804 vsize=868612 CPUtime=0.66
/proc/16805/task/16806/stat : 16806 (java) R 16804 16791 15419 0 -1 64 2772 0 1 0 64 2 0 0 22 0 9 0 22670387 889458688 5946 996147200 134512640 134550932 4294955936 18446744073709551615 4126430014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16805/tid=16807] ppid=16804 vsize=868612 CPUtime=0.06
/proc/16805/task/16807/stat : 16807 (java) S 16804 16791 15419 0 -1 64 1772 0 0 0 6 0 0 0 16 0 9 0 22670388 889458688 5946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16805/tid=16808] ppid=16804 vsize=868612 CPUtime=0
/proc/16805/task/16808/stat : 16808 (java) S 16804 16791 15419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22670388 889458688 5946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16805/tid=16809] ppid=16804 vsize=868612 CPUtime=0
/proc/16805/task/16809/stat : 16809 (java) S 16804 16791 15419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22670388 889458688 5946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16805/tid=16810] ppid=16804 vsize=868612 CPUtime=0
/proc/16805/task/16810/stat : 16810 (java) S 16804 16791 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22670390 889458688 5946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16805/tid=16811] ppid=16804 vsize=868612 CPUtime=0.21
/proc/16805/task/16811/stat : 16811 (java) S 16804 16791 15419 0 -1 64 1524 0 0 0 20 1 0 0 16 0 9 0 22670390 889458688 5946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16805/tid=16812] ppid=16804 vsize=868612 CPUtime=0
/proc/16805/task/16812/stat : 16812 (java) S 16804 16791 15419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22670390 889458688 5946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16805/tid=16813] ppid=16804 vsize=868612 CPUtime=0
/proc/16805/task/16813/stat : 16813 (java) S 16804 16791 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22670390 889458688 5946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890836

[startup+3.10189 s]
/proc/loadavg: 1.98 2.04 2.08 3/84 16815
/proc/meminfo: memFree=1816216/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 15 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=9124 CPUtime=1.11
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 2174 0 0 0 110 1 0 0 25 0 1 0 22670533 9342976 2160 996147200 134512640 135127466 4294956256 18446744073709551615 134705398 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 2281 2160 76 150 0 2128 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 31348

[startup+6.3023 s]
/proc/loadavg: 1.90 2.02 2.08 3/76 16843
/proc/meminfo: memFree=1869336/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=16860 CPUtime=4.27
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 4110 0 0 0 424 3 0 0 25 0 1 0 22670533 17264640 4096 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 4215 4096 76 150 0 4062 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 39084

[startup+12.7011 s]
/proc/loadavg: 1.91 2.02 2.08 3/76 16843
/proc/meminfo: memFree=1858200/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=27236 CPUtime=10.61
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 6713 0 0 0 1057 4 0 0 25 0 1 0 22670533 27889664 6699 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 6809 6699 76 150 0 6656 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 49460

[startup+25.5017 s]
/proc/loadavg: 1.93 2.02 2.07 3/76 16843
/proc/meminfo: memFree=1836056/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=48436 CPUtime=23.29
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 11949 0 0 0 2320 9 0 0 25 0 1 0 22670533 49598464 11935 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 12109 11935 76 150 0 11956 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 70660

[startup+51.102 s]
/proc/loadavg: 1.95 2.02 2.07 3/76 16843
/proc/meminfo: memFree=1812952/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=71908 CPUtime=48.65
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 17781 0 0 0 4850 15 0 0 25 0 1 0 22670533 73633792 17767 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 17977 17767 76 150 0 17824 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 94132

[startup+102.306 s]
/proc/loadavg: 1.98 2.01 2.07 3/76 16843
/proc/meminfo: memFree=1803352/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=80696 CPUtime=99.37
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 19996 0 0 0 9920 17 0 0 25 0 1 0 22670533 82632704 19982 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 20174 19982 76 150 0 20021 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 102920

[startup+162.301 s]
/proc/loadavg: 1.99 2.01 2.06 3/76 16843
/proc/meminfo: memFree=1767192/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=117344 CPUtime=158.81
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 29091 0 0 0 15855 26 0 0 25 0 1 0 22670533 120160256 29077 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 29336 29077 76 150 0 29183 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 139568

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 2.06 3/76 16845
/proc/meminfo: memFree=1726360/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1693016/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=191108 CPUtime=1347.54
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 47351 0 0 0 134709 45 0 0 25 0 1 0 22670533 195694592 47337 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 47777 47337 76 150 0 47624 0
Current children cumulated CPU time (s) 1349.43
Current children cumulated vsize (KiB) 213332

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16851
/proc/meminfo: memFree=1691480/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=192900 CPUtime=1406.98
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 47744 0 0 0 140652 46 0 0 25 0 1 0 22670533 197529600 47730 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 48225 47730 76 150 0 48072 0
Current children cumulated CPU time (s) 1408.87
Current children cumulated vsize (KiB) 215124

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16851
/proc/meminfo: memFree=1690456/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=194196 CPUtime=1466.41
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 47994 0 0 0 146595 46 0 0 25 0 1 0 22670533 198856704 47980 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 48549 47980 76 150 0 48396 0
Current children cumulated CPU time (s) 1468.3
Current children cumulated vsize (KiB) 216420

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16851
/proc/meminfo: memFree=1689368/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=195324 CPUtime=1525.84
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 48235 0 0 0 152538 46 0 0 25 0 1 0 22670533 200011776 48221 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 48831 48221 76 150 0 48678 0
Current children cumulated CPU time (s) 1527.73
Current children cumulated vsize (KiB) 217548

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16851
/proc/meminfo: memFree=1682904/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=202412 CPUtime=1585.29
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 49863 0 0 0 158480 49 0 0 25 0 1 0 22670533 207269888 49849 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 50603 49849 76 150 0 50450 0
Current children cumulated CPU time (s) 1587.18
Current children cumulated vsize (KiB) 224636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16851
/proc/meminfo: memFree=1675096/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=210472 CPUtime=1644.72
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 51800 0 0 0 164421 51 0 0 25 0 1 0 22670533 215523328 51786 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 52618 51786 76 150 0 52465 0
Current children cumulated CPU time (s) 1646.61
Current children cumulated vsize (KiB) 232696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16851
/proc/meminfo: memFree=1665752/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=219932 CPUtime=1704.16
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 54116 0 0 0 170363 53 0 0 25 0 1 0 22670533 225210368 54102 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 54983 54102 76 150 0 54830 0
Current children cumulated CPU time (s) 1706.05
Current children cumulated vsize (KiB) 242156

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16851
/proc/meminfo: memFree=1665560/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=219932 CPUtime=1763.59
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 54116 0 0 0 176306 53 0 0 25 0 1 0 22670533 225210368 54102 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16815/statm: 54983 54102 76 150 0 54830 0
Current children cumulated CPU time (s) 1765.48
Current children cumulated vsize (KiB) 242156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16880
/proc/meminfo: memFree=1654024/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=219932 CPUtime=1798.18
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 54116 0 0 0 179764 54 0 0 25 0 1 0 22670533 225210368 54102 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16815/statm: 54983 54102 76 150 0 54830 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 242156

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

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

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16880
/proc/meminfo: memFree=1654024/2055920 swapFree=4192812/4192956
[pid=16791] ppid=16789 vsize=16868 CPUtime=1.89
/proc/16791/stat : 16791 (sugar) S 16789 16791 15419 0 -1 4194304 1376 11953 0 2 6 1 173 9 16 0 1 0 22670335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16791/statm: 4217 1113 409 3 0 796 0
[pid=16814] ppid=16791 vsize=5356 CPUtime=0
/proc/16814/stat : 16814 (sh) S 16791 16791 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22670532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16814/statm: 1339 232 193 169 0 50 0
[pid=16815] ppid=16814 vsize=219932 CPUtime=1798.18
/proc/16815/stat : 16815 (minisat) R 16814 16791 15419 0 -1 4194304 54116 0 0 0 179764 54 0 0 25 0 1 0 22670533 225210368 54102 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16815/statm: 54983 54102 76 150 0 54830 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 242156

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16791 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=797726
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=115982
# CPU time returned by wait4() is 1.91371
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.15
CPU time (s): 1800.07
CPU user time (s): 1799.43
CPU system time (s): 0.64
CPU usage (%): 99.0601
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79773
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13712
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= 2552
involuntary context switches= 2520

runsolver used 2.28465 second user time and 5.99909 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 01:47:35
IDJOB=2072083
IDBENCH=55579
IDSOLVER=739
FILE ID=node54/2072083-1247356055
PBS_JOBID= 9506941
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-41-40.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-2072083-1247356055/watcher-2072083-1247356055 -o /tmp/evaluation-result-2072083-1247356055/solver-2072083-1247356055 -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-2072083-1247356055.xml

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

MD5SUM BENCH= 2508829a3b1ba601629fbc8c12bda7f3
RANDOM SEED=1291098018

node54.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.232
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.232
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:       1827024 kB
Buffers:         13836 kB
Cached:          90000 kB
SwapCached:          0 kB
Active:         155188 kB
Inactive:        27088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          96232 kB
Slab:            31632 kB
Committed_AS:   911120 kB
PageTables:       1880 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= 66408 MiB
End job on node54 at 2009-07-12 02:17:55