Trace number 1036912

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.15 1811.12

General information on the benchmark

Namecsp/frb45-21/
normalized-frb45-21-3_ext.xml
MD5SUMa242dc724dbeba5e827013b08bcc75c7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark148.506
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints476
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension476
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 02:51:42 2008
0.00/0.04	c 0	PID 359
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1036912-1214959902.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-1036912-1214959902.xml' 'HOME/temp.csp'
0.03/0.77	c 1	1 domains, 45 variables, 0 predicates, 476 relations, 476 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	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.74/0.87	c 1	Parsing HOME/temp.csp
1.12/1.30	c 2	parsed 998 expressions
1.22/1.30	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.30	c 2	Converting to clausal form CSP
1.22/1.33	c 2	converted 100 (10%) expressions
1.22/1.33	c 2	converted 200 (20%) expressions
1.22/1.34	c 2	converted 300 (30%) expressions
1.22/1.34	c 2	converted 400 (40%) expressions
1.22/1.34	c 2	converted 499 (50%) expressions
1.32/1.43	c 2	converted 599 (60%) expressions
1.32/1.46	c 2	converted 699 (70%) expressions
1.32/1.48	c 2	converted 799 (80%) expressions
1.42/1.52	c 2	converted 899 (90%) expressions
1.42/1.54	c 2	converted 998 (100%) expressions
1.42/1.55	c 2	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.42/1.55	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.55	c 2	Propagation in CSP
1.42/1.55	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.55	c 2	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.42/1.55	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.55	c 2	Simplifing CSP by introducing new Boolean variables
1.42/1.55	c 2	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.42/1.55	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.60	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.61	c 2	5 (10%) CSP integer variables are encoded (95 clauses, 903 bytes)
1.53/1.61	c 2	9 (20%) CSP integer variables are encoded (171 clauses, 1739 bytes)
1.53/1.62	c 2	14 (30%) CSP integer variables are encoded (266 clauses, 2784 bytes)
1.53/1.62	c 2	18 (40%) CSP integer variables are encoded (342 clauses, 3620 bytes)
1.53/1.62	c 2	23 (50%) CSP integer variables are encoded (437 clauses, 4665 bytes)
1.53/1.62	c 2	27 (60%) CSP integer variables are encoded (513 clauses, 5501 bytes)
1.53/1.62	c 2	32 (70%) CSP integer variables are encoded (608 clauses, 6546 bytes)
1.53/1.62	c 2	36 (80%) CSP integer variables are encoded (684 clauses, 7382 bytes)
1.53/1.62	c 2	41 (90%) CSP integer variables are encoded (779 clauses, 8427 bytes)
1.53/1.62	c 2	45 (100%) CSP integer variables are encoded (855 clauses, 9263 bytes)
1.53/1.69	c 2	48 (10%) CSP clauses are encoded (4392 clauses, 67258 bytes)
1.63/1.71	c 2	96 (20%) CSP clauses are encoded (7936 clauses, 127389 bytes)
1.63/1.73	c 2	143 (30%) CSP clauses are encoded (11452 clauses, 192438 bytes)
1.63/1.76	c 2	191 (40%) CSP clauses are encoded (14969 clauses, 259015 bytes)
1.63/1.78	c 2	238 (50%) CSP clauses are encoded (18425 clauses, 324432 bytes)
1.72/1.80	c 2	286 (60%) CSP clauses are encoded (21956 clauses, 391313 bytes)
1.72/1.82	c 2	334 (70%) CSP clauses are encoded (25459 clauses, 457531 bytes)
1.72/1.84	c 2	381 (80%) CSP clauses are encoded (28955 clauses, 523645 bytes)
1.72/1.86	c 2	429 (90%) CSP clauses are encoded (32515 clauses, 591055 bytes)
1.72/1.88	c 2	476 (100%) CSP clauses are encoded (36036 clauses, 657741 bytes)
1.72/1.88	c 2	476 CSP clauses encoded
1.72/1.88	c 2	Writing map file : HOME/temp.map
1.72/1.89	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.89	c 2	SAT : 900 SAT variables, 36036 SAT clauses, 657741 bytes
1.72/1.89	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.89	c 2	SOLVING HOME/temp.cnf
1.72/1.89	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.72/1.90	c 2	This is MiniSat 2.0 beta
1.72/1.90	c 2	WARNING: for repeatability, setting FPU to use double precision
1.72/1.90	c 2	============================[ Problem Statistics ]=============================
1.72/1.90	c 2	|                                                                             |
1.82/1.90	c 2	|  Number of variables:  900                                                  |
1.82/1.90	c 2	|  Number of clauses:    36036                                                |
1.82/1.92	c 2	|  Parsing time:         0.02         s                                       |
1.82/1.92	c 2	============================[ Search Statistics ]==============================
1.82/1.92	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.82/1.92	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.82/1.92	c 2	===============================================================================
1.82/1.92	c 2	|         0 |     900    36036   134059 |    12012        0    nan |  0.000 % |
1.82/1.94	c 2	|       100 |     900    36036   134059 |    13213      100     14 |  0.000 % |
1.82/1.96	c 2	|       250 |     900    36036   134059 |    14534      250     13 |  0.005 % |
1.82/2.00	c 2	|       475 |     900    36036   134059 |    15987      475     13 |  0.004 % |
1.82/2.05	c 2	|       812 |     900    36036   134059 |    17586      812     13 |  0.005 % |
2.01/2.14	c 2	|      1318 |     900    36036   134059 |    19345     1318     14 |  0.005 % |
2.11/2.25	c 3	|      2077 |     900    36036   134059 |    21279     2077     13 |  0.004 % |
2.30/2.43	c 3	|      3218 |     900    36036   134059 |    23407     3218     13 |  0.005 % |
2.60/2.74	c 3	|      4927 |     900    36036   134059 |    25748     4927     13 |  0.006 % |
3.00/3.16	c 3	|      7489 |     900    36036   134059 |    28323     7489     13 |  0.006 % |
3.79/3.92	c 4	|     11334 |     900    36036   134059 |    31156    11334     14 |  0.006 % |
5.27/5.42	c 6	|     17102 |     900    36036   134059 |    34271    17102     14 |  0.004 % |
8.05/8.22	c 8	|     25751 |     900    36036   134059 |    37698    25751     14 |  0.006 % |
12.60/12.82	c 13	|     38725 |     900    36036   134059 |    41468    14175     15 |  0.006 % |
18.94/19.26	c 20	|     58186 |     900    36036   134059 |    45615    33636     16 |  0.006 % |
29.93/30.37	c 31	|     87382 |     900    36036   134059 |    50177    30640     16 |  0.003 % |
50.54/51.17	c 51	|    131171 |     900    36036   134059 |    55194    40694     15 |  0.006 % |
80.56/81.42	c 82	|    196855 |     900    36036   134059 |    60714    24948     16 |  0.006 % |
126.71/128.06	c 128	|    295382 |     900    36036   134059 |    66785    34001     17 |  0.006 % |
205.56/207.61	c 208	|    443171 |     900    36036   134059 |    73464    32300     18 |  0.007 % |
322.94/326.16	c 326	|    664854 |     899    35940   133785 |    80810    40082     18 |  0.111 % |
515.89/520.90	c 521	|    997379 |     899    35940   133785 |    88891    58906     18 |  0.117 % |
820.86/828.82	c 829	|   1496167 |     898    35837   133415 |    97780    30765     19 |  0.223 % |
1298.13/1308.93	c 1309	|   2244349 |     897    35733   133114 |   107559    50780     18 |  0.334 % |
1800.10/1811.11	sh: line 1:   383 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.10/1811.11	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.10/1811.11	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.10/1811.11	c ERROR INTERRUPTED
1800.10/1811.11	s UNKNOWN
1800.10/1811.11	c 1811	CPU 1799.91 (0.03 0.01 1799.88 0.21)
1800.10/1811.11	c 1811	END Wed Jul  2 03:21:53 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-1036912-1214959902/watcher-1036912-1214959902 -o /tmp/evaluation-result-1036912-1214959902/solver-1036912-1214959902 -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-1036912-1214959902.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.97 1.99 4/80 359
/proc/meminfo: memFree=1467752/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=12268 CPUtime=0
/proc/359/stat : 359 (sugar) R 357 359 31471 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1974965503 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/359/statm: 3067 316 241 3 0 167 0

[startup+0.077287 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 359
/proc/meminfo: memFree=1467752/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=0.03
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1974965503 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.1021 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 359
/proc/meminfo: memFree=1467752/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=0.03
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1974965503 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301142 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 359
/proc/meminfo: memFree=1467752/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=0.03
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1974965503 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70122 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 359
/proc/meminfo: memFree=1467752/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=0.03
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1974965503 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50238 s]
/proc/loadavg: 1.99 1.97 1.99 4/91 381
/proc/meminfo: memFree=1459024/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=0.74
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 973 4871 0 1 2 1 67 4 15 0 1 0 1974965503 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 797 370 3 0 500 0
[pid=372] ppid=359 vsize=5356 CPUtime=0
/proc/372/stat : 372 (sh) S 359 359 31471 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974965582 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/372/statm: 1339 233 193 169 0 50 0
[pid=373] ppid=372 vsize=864324 CPUtime=0.68
/proc/373/stat : 373 (java) S 372 359 31471 0 -1 0 7304 0 1 0 64 4 0 0 18 0 9 0 1974965582 885067776 6587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/373/statm: 216081 6587 2540 9 0 210656 0
[pid=373/tid=374] ppid=372 vsize=864324 CPUtime=0.38
/proc/373/task/374/stat : 374 (java) R 372 359 31471 0 -1 64 2587 0 1 0 37 1 0 0 18 0 9 0 1974965583 885067776 6587 996147200 134512640 134550740 4294955952 18446744073709551615 4126579223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=373/tid=375] ppid=372 vsize=864324 CPUtime=0.19
/proc/373/task/375/stat : 375 (java) S 372 359 31471 0 -1 64 3687 0 0 0 18 1 0 0 16 0 9 0 1974965584 885067776 6587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=373/tid=376] ppid=372 vsize=864324 CPUtime=0
/proc/373/task/376/stat : 376 (java) S 372 359 31471 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974965584 885067776 6587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=373/tid=377] ppid=372 vsize=864324 CPUtime=0
/proc/373/task/377/stat : 377 (java) S 372 359 31471 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1974965584 885067776 6587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=373/tid=378] ppid=372 vsize=864324 CPUtime=0
/proc/373/task/378/stat : 378 (java) S 372 359 31471 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974965586 885067776 6587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=373/tid=379] ppid=372 vsize=864324 CPUtime=0.08
/proc/373/task/379/stat : 379 (java) S 372 359 31471 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 1974965586 885067776 6587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=373/tid=380] ppid=372 vsize=864324 CPUtime=0
/proc/373/task/380/stat : 380 (java) S 372 359 31471 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1974965586 885067776 6587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=373/tid=381] ppid=372 vsize=864324 CPUtime=0
/proc/373/task/381/stat : 381 (java) S 372 359 31471 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974965586 885067776 6587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883280

[startup+3.10169 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 383
/proc/meminfo: memFree=1461712/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 15 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=4172 CPUtime=1.18
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 873 0 0 0 118 0 0 0 25 0 1 0 1974965693 4272128 859 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/383/statm: 1043 859 75 150 0 890 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 23128

[startup+6.30232 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 383
/proc/meminfo: memFree=1460240/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=5432 CPUtime=4.34
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 1178 0 0 0 434 0 0 0 25 0 1 0 1974965693 5562368 1164 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/383/statm: 1358 1164 75 150 0 1205 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24388

[startup+12.7016 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 383
/proc/meminfo: memFree=1458320/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=7188 CPUtime=10.68
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 1604 0 0 0 1067 1 0 0 25 0 1 0 1974965693 7360512 1590 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/383/statm: 1797 1590 75 150 0 1644 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 26144

[startup+25.5011 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 383
/proc/meminfo: memFree=1456848/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=8460 CPUtime=23.35
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 1900 0 0 0 2334 1 0 0 25 0 1 0 1974965693 8663040 1886 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/383/statm: 2115 1886 75 150 0 1962 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 27416

[startup+51.1011 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 383
/proc/meminfo: memFree=1456144/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=9408 CPUtime=48.72
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 2150 0 0 0 4870 2 0 0 25 0 1 0 1974965693 9633792 2136 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/383/statm: 2352 2136 75 150 0 2199 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 28364

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 383
/proc/meminfo: memFree=1454224/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=11136 CPUtime=99.44
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 2606 0 0 0 9941 3 0 0 25 0 1 0 1974965693 11403264 2592 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/383/statm: 2784 2592 75 150 0 2631 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 30092

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 383
/proc/meminfo: memFree=1453200/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=12224 CPUtime=158.87
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 2832 0 0 0 15884 3 0 0 25 0 1 0 1974965693 12517376 2818 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/383/statm: 3056 2818 75 150 0 2903 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 31180

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 383
/proc/meminfo: memFree=1452368/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=22632 CPUtime=1289.71
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 5340 0 0 0 128964 7 0 0 25 0 1 0 1974965693 23175168 5326 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/383/statm: 5658 5326 75 150 0 5505 0
Current children cumulated CPU time (s) 1291.53
Current children cumulated vsize (KiB) 41588

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 441
/proc/meminfo: memFree=1470656/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=23048 CPUtime=1349.68
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 5430 0 0 0 134961 7 0 0 25 0 1 0 1974965693 23601152 5416 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/383/statm: 5762 5416 75 150 0 5609 0
Current children cumulated CPU time (s) 1351.5
Current children cumulated vsize (KiB) 42004

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 441
/proc/meminfo: memFree=1469824/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=23624 CPUtime=1409.65
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 5585 0 0 0 140958 7 0 0 25 0 1 0 1974965693 24190976 5571 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/383/statm: 5906 5571 75 150 0 5753 0
Current children cumulated CPU time (s) 1411.47
Current children cumulated vsize (KiB) 42580

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 441
/proc/meminfo: memFree=1468416/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=24848 CPUtime=1469.63
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 5868 0 0 0 146955 8 0 0 25 0 1 0 1974965693 25444352 5854 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/383/statm: 6212 5854 75 150 0 6059 0
Current children cumulated CPU time (s) 1471.45
Current children cumulated vsize (KiB) 43804

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 441
/proc/meminfo: memFree=1467776/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=25144 CPUtime=1529.6
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 5942 0 0 0 152952 8 0 0 25 0 1 0 1974965693 25747456 5928 996147200 134512640 135127466 4294956272 18446744073709551615 134530979 0 0 4096 3 0 0 0 17 0 0 0
/proc/383/statm: 6286 5928 75 150 0 6133 0
Current children cumulated CPU time (s) 1531.42
Current children cumulated vsize (KiB) 44100

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 441
/proc/meminfo: memFree=1467200/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=25288 CPUtime=1589.57
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 5987 0 0 0 158949 8 0 0 25 0 1 0 1974965693 25894912 5973 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/383/statm: 6322 5973 75 150 0 6169 0
Current children cumulated CPU time (s) 1591.39
Current children cumulated vsize (KiB) 44244

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 441
/proc/meminfo: memFree=1466560/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=25880 CPUtime=1649.54
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 6121 0 0 0 164946 8 0 0 25 0 1 0 1974965693 26501120 6107 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/383/statm: 6470 6107 75 150 0 6317 0
Current children cumulated CPU time (s) 1651.36
Current children cumulated vsize (KiB) 44836

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 441
/proc/meminfo: memFree=1466240/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=26084 CPUtime=1709.52
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 6165 0 0 0 170943 9 0 0 25 0 1 0 1974965693 26710016 6151 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/383/statm: 6521 6151 75 150 0 6368 0
Current children cumulated CPU time (s) 1711.34
Current children cumulated vsize (KiB) 45040

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 441
/proc/meminfo: memFree=1465600/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=26228 CPUtime=1769.49
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 6199 0 0 0 176940 9 0 0 25 0 1 0 1974965693 26857472 6185 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/383/statm: 6557 6185 75 150 0 6404 0
Current children cumulated CPU time (s) 1771.31
Current children cumulated vsize (KiB) 45184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.1 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 441
/proc/meminfo: memFree=1465536/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=26364 CPUtime=1798.28
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 6214 0 0 0 179819 9 0 0 25 0 1 0 1974965693 26996736 6200 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/383/statm: 6591 6200 75 150 0 6438 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 45320

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

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

[startup+1811.1 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 441
/proc/meminfo: memFree=1465536/2055924 swapFree=4180432/4192956
[pid=359] ppid=357 vsize=13600 CPUtime=1.82
/proc/359/stat : 359 (sugar) S 357 359 31471 0 -1 4194304 1031 13030 0 2 3 1 168 10 16 0 1 0 1974965503 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/359/statm: 3400 798 370 3 0 500 0
[pid=382] ppid=359 vsize=5356 CPUtime=0
/proc/382/stat : 382 (sh) S 359 359 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974965693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/382/statm: 1339 232 193 169 0 50 0
[pid=383] ppid=382 vsize=26364 CPUtime=1798.28
/proc/383/stat : 383 (minisat) R 382 359 31471 0 -1 4194304 6214 0 0 0 179819 9 0 0 25 0 1 0 1974965693 26996736 6200 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/383/statm: 6591 6200 75 150 0 6438 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 45320

Child status: 0
Real time (s): 1811.12
CPU time (s): 1800.15
CPU user time (s): 1799.92
CPU system time (s): 0.230964
CPU usage (%): 99.3941
Max. virtual memory (cumulated for all children) (KiB): 883392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20892
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= 2093
involuntary context switches= 50557

runsolver used 2.43363 second user time and 5.81212 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-02 02:51:42
IDJOB=1036912
IDBENCH=53479
IDSOLVER=346
FILE ID=node6/1036912-1214959902
PBS_JOBID= 7870322
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb45-21/normalized-frb45-21-3_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-1036912-1214959902/watcher-1036912-1214959902 -o /tmp/evaluation-result-1036912-1214959902/solver-1036912-1214959902 -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-1036912-1214959902.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a242dc724dbeba5e827013b08bcc75c7
RANDOM SEED=183559150

node6.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1468296 kB
Buffers:         56752 kB
Cached:         405300 kB
SwapCached:       6536 kB
Active:         105600 kB
Inactive:       403188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1468296 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          63072 kB
Slab:            63920 kB
Committed_AS:  3965152 kB
PageTables:       2000 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= 66548 MiB
End job on node6 at 2008-07-02 03:21:55