Trace number 2080619

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.06 1810.93

General information on the benchmark

Namecsp/knights/
normalized-knights-80-9.xml
MD5SUMdcac56c0e48723f8c0ddbfc8ec2d0014
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.1836
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:44:46 2009
0.00/0.08	c 0	PID 21654
0.07/0.08	c 0	HOST node54.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080619-1247370285.xml TO HOME/temp.csp
0.07/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-2080619-1247370285.xml' 'HOME/temp.csp'
0.07/0.25	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 36 constraints
0.07/0.25	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.22/0.34	c 0	Parsing HOME/temp.csp
0.22/0.36	c 0	parsed 48 expressions
0.22/0.37	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.37	c 0	Converting to clausal form CSP
0.22/0.39	c 0	converted 5 (10%) expressions
0.22/0.39	c 0	converted 10 (20%) expressions
0.22/0.41	c 0	converted 15 (30%) expressions
0.22/0.43	c 0	converted 20 (40%) expressions
0.22/0.43	c 0	converted 24 (50%) expressions
0.22/0.44	c 0	converted 29 (60%) expressions
0.22/0.45	c 0	converted 34 (70%) expressions
0.22/0.46	c 0	converted 39 (80%) expressions
0.22/0.46	c 0	converted 44 (90%) expressions
0.22/0.46	c 0	converted 48 (100%) expressions
0.22/0.47	c 0	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 6400
0.22/0.47	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.47	c 0	Propagation in CSP
0.22/0.47	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.22/0.47	c 0	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 6400
0.22/0.47	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.48	c 0	Simplifing CSP by introducing new Boolean variables
0.22/0.48	c 0	CSP : 45 integers, 144 booleans, 306 clauses, largest domain size 6400
0.22/0.48	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.50	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.22/0.57	c 0	5 (10%) CSP integer variables are encoded (31990 clauses, 457708 bytes)
0.22/0.60	c 0	9 (20%) CSP integer variables are encoded (57582 clauses, 841588 bytes)
0.22/0.61	c 0	14 (30%) CSP integer variables are encoded (57972 clauses, 847438 bytes)
0.22/0.61	c 0	18 (40%) CSP integer variables are encoded (58284 clauses, 852118 bytes)
0.22/0.61	c 0	23 (50%) CSP integer variables are encoded (58674 clauses, 857968 bytes)
0.22/0.61	c 0	27 (60%) CSP integer variables are encoded (58986 clauses, 862648 bytes)
0.22/0.61	c 0	32 (70%) CSP integer variables are encoded (59376 clauses, 868498 bytes)
0.22/0.61	c 0	36 (80%) CSP integer variables are encoded (59688 clauses, 873178 bytes)
0.22/0.61	c 0	41 (90%) CSP integer variables are encoded (60078 clauses, 879028 bytes)
0.22/0.61	c 0	45 (100%) CSP integer variables are encoded (60390 clauses, 883708 bytes)
0.22/0.75	c 0	31 (10%) CSP clauses are encoded (125643 clauses, 2225884 bytes)
0.22/0.92	c 0	62 (20%) CSP clauses are encoded (215876 clauses, 4118804 bytes)
0.22/0.97	c 0	92 (30%) CSP clauses are encoded (243046 clauses, 4699495 bytes)
1.04/1.18	c 1	123 (40%) CSP clauses are encoded (346002 clauses, 6904169 bytes)
1.14/1.29	c 1	153 (50%) CSP clauses are encoded (404630 clauses, 8193741 bytes)
1.24/1.40	c 1	184 (60%) CSP clauses are encoded (457089 clauses, 9330749 bytes)
1.43/1.51	c 1	215 (70%) CSP clauses are encoded (515868 clauses, 10606790 bytes)
1.53/1.63	c 1	245 (80%) CSP clauses are encoded (580891 clauses, 12020186 bytes)
1.63/1.73	c 1	276 (90%) CSP clauses are encoded (633350 clauses, 13157194 bytes)
1.63/1.76	c 1	306 (100%) CSP clauses are encoded (647730 clauses, 13473376 bytes)
1.63/1.76	c 1	306 CSP clauses encoded
1.63/1.76	c 1	Writing map file : HOME/temp.map
1.63/1.76	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.76	c 1	SAT : 60579 SAT variables, 647730 SAT clauses, 13473376 bytes
1.63/1.76	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.77	c 1	SOLVING HOME/temp.cnf
1.63/1.77	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.63/1.77	c 1	This is MiniSat 2.0 beta
1.63/1.77	c 1	WARNING: for repeatability, setting FPU to use double precision
1.63/1.78	c 1	============================[ Problem Statistics ]=============================
1.63/1.78	c 1	|                                                                             |
1.63/1.78	c 1	|  Number of variables:  60579                                                |
1.63/1.78	c 1	|  Number of clauses:    647730                                               |
2.02/2.16	c 2	|  Parsing time:         0.32         s                                       |
2.02/2.19	c 2	============================[ Search Statistics ]==============================
2.02/2.19	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.02/2.19	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.02/2.19	c 2	===============================================================================
2.02/2.19	c 2	|         0 |   60579   647730  1876824 |   215910        0    nan |  0.000 % |
2.41/2.57	c 2	|       100 |   60579   647730  1876824 |   237501      100     10 |  0.000 % |
3.11/3.22	c 3	|       250 |   60579   647730  1876824 |   261251      250     10 |  0.000 % |
3.80/3.99	c 3	|       475 |   60579   647730  1876824 |   287376      475     10 |  0.001 % |
5.09/5.27	c 5	|       812 |   60579   647730  1876824 |   316113      812     11 |  0.000 % |
6.08/6.20	c 6	|      1319 |   60579   647730  1876824 |   347725     1319     11 |  0.000 % |
18.46/18.77	c 18	|      2078 |   60579   647730  1876824 |   382497     2078     12 |  0.000 % |
24.60/24.91	c 24	|      3217 |   60579   647730  1876824 |   420747     3217     12 |  0.000 % |
34.21/34.69	c 34	|      4925 |   60579   647730  1876824 |   462822     4925     13 |  0.000 % |
48.56/49.13	c 49	|      7488 |   60579   647730  1876824 |   509104     7488     13 |  0.000 % |
76.78/77.69	c 77	|     11333 |   60579   647730  1876824 |   560014    11333     13 |  0.000 % |
92.63/93.68	c 93	|     17100 |   60579   647730  1876824 |   616016    17100     14 |  0.000 % |
141.38/142.81	c 142	|     25749 |   60579   647730  1876824 |   677618    25749     14 |  0.000 % |
217.55/219.76	c 219	|     38723 |   60579   647730  1876824 |   745379    38723     14 |  0.000 % |
265.69/268.37	c 268	|     58184 |   60579   647730  1876824 |   819917    58184     14 |  0.000 % |
338.51/341.84	c 341	|     87378 |   60579   647730  1876824 |   901909    87378     14 |  0.000 % |
675.40/681.98	c 681	|    131168 |   60579   647730  1876824 |   992100   131168     14 |  0.000 % |
1203.91/1214.58	c 1214	|    196852 |   60579   647730  1876824 |  1091310   196852     14 |  0.000 % |
1800.06/1810.91	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1810.91	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1810.92	c ERROR INTERRUPTED
1800.06/1810.92	s UNKNOWN
1800.06/1810.92	c 1810	CPU 1.71 (0.06 0.01 1.44 0.2)
1800.06/1810.92	c 1810	END Sun Jul 12 06:14:56 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-2080619-1247370285/watcher-2080619-1247370285 -o /tmp/evaluation-result-2080619-1247370285/solver-2080619-1247370285 -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-2080619-1247370285.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.93 2.04 2.03 4/75 21654
/proc/meminfo: memFree=1726792/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=18576 CPUtime=0
/proc/21654/stat : 21654 (runsolver) R 21652 21654 18273 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24093336 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21654/statm: 4644 284 249 26 0 2626 0

[startup+0.084711 s]
/proc/loadavg: 1.93 2.04 2.03 4/75 21654
/proc/meminfo: memFree=1726792/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16740 CPUtime=0.07
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24093336 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101441 s]
/proc/loadavg: 1.93 2.04 2.03 4/75 21654
/proc/meminfo: memFree=1726792/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=0.07
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301461 s]
/proc/loadavg: 1.93 2.04 2.03 4/75 21654
/proc/meminfo: memFree=1726792/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=0.22
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1292 4060 0 1 6 1 12 3 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 16868

[startup+0.70151 s]
/proc/loadavg: 1.93 2.04 2.03 4/75 21654
/proc/meminfo: memFree=1726792/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=0.22
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1310 4060 0 1 6 1 12 3 15 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 16868

[startup+1.50261 s]
/proc/loadavg: 1.93 2.04 2.03 3/86 21676
/proc/meminfo: memFree=1711664/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=0.22
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1310 4060 0 1 6 1 12 3 15 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21667] ppid=21654 vsize=5356 CPUtime=0
/proc/21667/stat : 21667 (sh) S 21654 21654 18273 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24093362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21667/statm: 1339 233 193 169 0 50 0
[pid=21668] ppid=21667 vsize=864424 CPUtime=1.21
/proc/21668/stat : 21668 (java) S 21667 21654 18273 0 -1 0 5278 0 1 0 108 13 0 0 18 0 9 0 24093362 885170176 4278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21668/statm: 216106 4278 2589 9 0 210583 0
[pid=21668/tid=21669] ppid=21667 vsize=864424 CPUtime=1.02
/proc/21668/task/21669/stat : 21669 (java) R 21667 21654 18273 0 -1 64 2989 0 1 0 94 8 0 0 25 0 9 0 24093363 885170176 4278 996147200 134512640 134550932 4294955936 18446744073709551615 4126502703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21668/tid=21670] ppid=21667 vsize=864424 CPUtime=0.1
/proc/21668/task/21670/stat : 21670 (java) S 21667 21654 18273 0 -1 64 1274 0 0 0 7 3 0 0 16 0 9 0 24093365 885170176 4278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21668/tid=21671] ppid=21667 vsize=864424 CPUtime=0
/proc/21668/task/21671/stat : 21671 (java) S 21667 21654 18273 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24093365 885170176 4278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21668/tid=21672] ppid=21667 vsize=864424 CPUtime=0
/proc/21668/task/21672/stat : 21672 (java) S 21667 21654 18273 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24093365 885170176 4278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21668/tid=21673] ppid=21667 vsize=864424 CPUtime=0
/proc/21668/task/21673/stat : 21673 (java) S 21667 21654 18273 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24093367 885170176 4278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21668/tid=21674] ppid=21667 vsize=864424 CPUtime=0.06
/proc/21668/task/21674/stat : 21674 (java) S 21667 21654 18273 0 -1 64 317 0 0 0 6 0 0 0 16 0 9 0 24093367 885170176 4278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21668/tid=21675] ppid=21667 vsize=864424 CPUtime=0
/proc/21668/task/21675/stat : 21675 (java) S 21667 21654 18273 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24093367 885170176 4278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21668/tid=21676] ppid=21667 vsize=864424 CPUtime=0
/proc/21668/task/21676/stat : 21676 (java) S 21667 21654 18273 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24093367 885170176 4278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886648

[startup+3.10181 s]
/proc/loadavg: 1.93 2.04 2.03 3/78 21678
/proc/meminfo: memFree=1683824/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 15 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=34220 CPUtime=1.3
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 8346 0 0 0 124 6 0 0 25 0 1 0 24093514 35041280 8332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21678/statm: 8555 8332 75 150 0 8402 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 56444

[startup+6.30222 s]
/proc/loadavg: 1.94 2.04 2.03 3/78 21678
/proc/meminfo: memFree=1676848/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=34220 CPUtime=4.47
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 8346 0 0 0 441 6 0 0 25 0 1 0 24093514 35041280 8332 996147200 134512640 135127466 4294956256 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 1 0 0
/proc/21678/statm: 8555 8332 75 150 0 8402 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 56444

[startup+12.702 s]
/proc/loadavg: 1.94 2.04 2.03 3/78 21678
/proc/meminfo: memFree=1676336/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=34616 CPUtime=10.81
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 8441 0 0 0 1075 6 0 0 25 0 1 0 24093514 35446784 8427 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/21678/statm: 8654 8427 75 150 0 8501 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 56840

[startup+25.5017 s]
/proc/loadavg: 1.95 2.03 2.03 3/78 21678
/proc/meminfo: memFree=1676208/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=34616 CPUtime=23.49
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 8456 0 0 0 2343 6 0 0 25 0 1 0 24093514 35446784 8442 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21678/statm: 8654 8442 75 150 0 8501 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 56840

[startup+51.1019 s]
/proc/loadavg: 1.97 2.03 2.03 3/78 21678
/proc/meminfo: memFree=1675632/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=35016 CPUtime=48.83
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 8548 0 0 0 4877 6 0 0 25 0 1 0 24093514 35856384 8534 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21678/statm: 8754 8534 75 150 0 8601 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 57240

[startup+102.307 s]
/proc/loadavg: 1.98 2.02 2.02 3/78 21678
/proc/meminfo: memFree=1673840/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=36136 CPUtime=99.56
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 8802 0 0 0 9949 7 0 0 25 0 1 0 24093514 37003264 8788 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21678/statm: 9034 8788 75 150 0 8881 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 58360

[startup+162.302 s]
/proc/loadavg: 1.99 2.02 2.02 3/78 21678
/proc/meminfo: memFree=1671920/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=37096 CPUtime=158.98
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 9043 0 0 0 15891 7 0 0 25 0 1 0 24093514 37986304 9029 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/21678/statm: 9274 9029 75 150 0 9121 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 59320

[startup+222.302 s]
/proc/loadavg: 1.99 2.01 2.01 3/78 21678
/proc/meminfo: memFree=1670128/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1805424/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=54900 CPUtime=1349.93
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 13313 0 0 0 134980 13 0 0 25 0 1 0 24093514 56217600 13299 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21678/statm: 13725 13299 75 150 0 13572 0
Current children cumulated CPU time (s) 1351.64
Current children cumulated vsize (KiB) 77124

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 21757
/proc/meminfo: memFree=1816240/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=55560 CPUtime=1409.91
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 13520 0 0 0 140977 14 0 0 25 0 1 0 24093514 56893440 13506 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/21678/statm: 13890 13506 75 150 0 13737 0
Current children cumulated CPU time (s) 1411.62
Current children cumulated vsize (KiB) 77784

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 21757
/proc/meminfo: memFree=1815728/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=56404 CPUtime=1469.88
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 13721 0 0 0 146974 14 0 0 25 0 1 0 24093514 57757696 13707 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/21678/statm: 14101 13707 75 150 0 13948 0
Current children cumulated CPU time (s) 1471.59
Current children cumulated vsize (KiB) 78628

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 21757
/proc/meminfo: memFree=1814704/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=57276 CPUtime=1529.85
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 13944 0 0 0 152971 14 0 0 25 0 1 0 24093514 58650624 13930 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/21678/statm: 14319 13930 75 150 0 14166 0
Current children cumulated CPU time (s) 1531.56
Current children cumulated vsize (KiB) 79500

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 21757
/proc/meminfo: memFree=1813232/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=58680 CPUtime=1589.83
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 14298 0 0 0 158968 15 0 0 25 0 1 0 24093514 60088320 14284 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/21678/statm: 14670 14284 75 150 0 14517 0
Current children cumulated CPU time (s) 1591.54
Current children cumulated vsize (KiB) 80904

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 21757
/proc/meminfo: memFree=1811696/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=60128 CPUtime=1649.8
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 14666 0 0 0 164965 15 0 0 25 0 1 0 24093514 61571072 14652 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21678/statm: 15032 14652 75 150 0 14879 0
Current children cumulated CPU time (s) 1651.51
Current children cumulated vsize (KiB) 82352

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 21757
/proc/meminfo: memFree=1810872/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=60824 CPUtime=1709.78
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 14864 0 0 0 170963 15 0 0 25 0 1 0 24093514 62283776 14850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21678/statm: 15206 14850 75 150 0 15053 0
Current children cumulated CPU time (s) 1711.49
Current children cumulated vsize (KiB) 83048

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 21757
/proc/meminfo: memFree=1810360/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=61228 CPUtime=1769.76
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 14963 0 0 0 176960 16 0 0 25 0 1 0 24093514 62697472 14949 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21678/statm: 15307 14949 75 150 0 15154 0
Current children cumulated CPU time (s) 1771.47
Current children cumulated vsize (KiB) 83452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 21757
/proc/meminfo: memFree=1810040/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=61512 CPUtime=1798.35
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 15033 0 0 0 179819 16 0 0 25 0 1 0 24093514 62988288 15019 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21678/statm: 15378 15019 75 150 0 15225 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 83736

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

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

[startup+1810.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 21757
/proc/meminfo: memFree=1810040/2055920 swapFree=4192812/4192956
[pid=21654] ppid=21652 vsize=16868 CPUtime=1.71
/proc/21654/stat : 21654 (sugar) S 21652 21654 18273 0 -1 4194304 1373 9718 0 2 6 1 144 20 16 0 1 0 24093336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21654/statm: 4217 1111 409 3 0 796 0
[pid=21677] ppid=21654 vsize=5356 CPUtime=0
/proc/21677/stat : 21677 (sh) S 21654 21654 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24093514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21677/statm: 1339 232 193 169 0 50 0
[pid=21678] ppid=21677 vsize=61512 CPUtime=1798.35
/proc/21678/stat : 21678 (minisat) R 21677 21654 18273 0 -1 4194304 15033 0 0 0 179819 16 0 0 25 0 1 0 24093514 62988288 15019 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21678/statm: 15378 15019 75 150 0 15225 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 83736

Child status: 0

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

Real time (s): 1810.93
CPU time (s): 1800.06
CPU user time (s): 1799.69
CPU system time (s): 0.37
CPU usage (%): 99.3998
Max. virtual memory (cumulated for all children) (KiB): 886648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.50977
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= 11564
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= 4000
involuntary context switches= 3862

runsolver used 2.14967 second user time and 6.13007 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 05:44:45
IDJOB=2080619
IDBENCH=57115
IDSOLVER=739
FILE ID=node54/2080619-1247370285
PBS_JOBID= 9507063
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-80-9.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-2080619-1247370285/watcher-2080619-1247370285 -o /tmp/evaluation-result-2080619-1247370285/solver-2080619-1247370285 -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-2080619-1247370285.xml

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

MD5SUM BENCH= dcac56c0e48723f8c0ddbfc8ec2d0014
RANDOM SEED=1440195002

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:       1727272 kB
Buffers:         10056 kB
Cached:         135192 kB
SwapCached:          0 kB
Active:         236688 kB
Inactive:        45116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:         147752 kB
Slab:            31712 kB
Committed_AS:   288180 kB
PageTables:       2036 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= 66412 MiB
End job on node54 at 2009-07-12 06:14:58