Trace number 1050836

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.04 1816.73

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-67-12-a3.xml
MD5SUM984657641bd36a115ed9da3d36149bb4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.215966
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints2277
Maximum constraint arity3
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2277
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 Thu Jul  3 04:07:28 2008
0.00/0.04	c 0	PID 26606
0.00/0.04	c 0	HOST node68.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1050836-1215050848.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-1050836-1215050848.xml' 'HOME/temp.csp'
0.03/0.50	c 1	2 domains, 78 variables, 3 predicates, 0 relations, 2277 constraints
0.03/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	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.47/0.60	c 1	Parsing HOME/temp.csp
0.47/0.78	c 1	parsed 2360 expressions
0.47/0.78	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.78	c 1	Converting to clausal form CSP
0.47/0.84	c 1	converted 236 (10%) expressions
0.47/0.95	c 1	converted 472 (20%) expressions
0.47/0.98	c 1	converted 708 (30%) expressions
0.47/1.00	c 1	converted 944 (40%) expressions
0.93/1.01	c 1	converted 1180 (50%) expressions
0.93/1.02	c 1	converted 1416 (60%) expressions
0.93/1.03	c 1	converted 1652 (70%) expressions
0.93/1.03	c 1	converted 1888 (80%) expressions
0.93/1.04	c 1	converted 2124 (90%) expressions
0.93/1.05	c 1	converted 2360 (100%) expressions
0.93/1.05	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 68
0.93/1.05	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.05	c 1	Propagation in CSP
1.03/1.13	c 1	572 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.13	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 67
1.03/1.13	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.16	c 1	CSP : 78 integers, 4290 booleans, 6633 clauses, largest domain size 67
1.03/1.16	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.22	c 1	8 (10%) CSP integer variables are encoded (440 clauses, 4692 bytes)
1.14/1.22	c 1	16 (20%) CSP integer variables are encoded (886 clauses, 9598 bytes)
1.14/1.22	c 1	24 (30%) CSP integer variables are encoded (1375 clauses, 15764 bytes)
1.14/1.23	c 1	32 (40%) CSP integer variables are encoded (1851 clauses, 21952 bytes)
1.14/1.23	c 1	39 (50%) CSP integer variables are encoded (2260 clauses, 27269 bytes)
1.14/1.23	c 1	47 (60%) CSP integer variables are encoded (2731 clauses, 33392 bytes)
1.14/1.23	c 1	55 (70%) CSP integer variables are encoded (3199 clauses, 39476 bytes)
1.14/1.23	c 1	63 (80%) CSP integer variables are encoded (3665 clauses, 45534 bytes)
1.14/1.23	c 1	71 (90%) CSP integer variables are encoded (4118 clauses, 51423 bytes)
1.14/1.23	c 1	78 (100%) CSP integer variables are encoded (4510 clauses, 56519 bytes)
1.23/1.31	c 1	664 (10%) CSP clauses are encoded (31272 clauses, 507242 bytes)
1.23/1.38	c 2	1327 (20%) CSP clauses are encoded (57872 clauses, 989390 bytes)
1.33/1.43	c 2	1990 (30%) CSP clauses are encoded (84662 clauses, 1493281 bytes)
1.33/1.49	c 2	2654 (40%) CSP clauses are encoded (110636 clauses, 1981525 bytes)
1.43/1.54	c 2	3317 (50%) CSP clauses are encoded (137245 clauses, 2481917 bytes)
1.43/1.59	c 2	3980 (60%) CSP clauses are encoded (163298 clauses, 2971703 bytes)
1.53/1.64	c 2	4644 (70%) CSP clauses are encoded (189686 clauses, 3467901 bytes)
1.53/1.69	c 2	5307 (80%) CSP clauses are encoded (215787 clauses, 3958575 bytes)
1.63/1.74	c 2	5970 (90%) CSP clauses are encoded (241714 clauses, 4445937 bytes)
2.02/2.20	c 2	6633 (100%) CSP clauses are encoded (504097 clauses, 8657517 bytes)
2.02/2.20	c 2	6633 CSP clauses encoded
2.02/2.20	c 2	Writing map file : HOME/temp.map
2.12/2.21	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.21	c 2	SAT : 8878 SAT variables, 504097 SAT clauses, 8657517 bytes
2.12/2.21	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.24	c 2	SOLVING HOME/temp.cnf
2.12/2.24	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.12/2.25	c 2	This is MiniSat 2.0 beta
2.12/2.25	c 2	WARNING: for repeatability, setting FPU to use double precision
2.12/2.25	c 2	============================[ Problem Statistics ]=============================
2.12/2.25	c 2	|                                                                             |
2.12/2.25	c 2	|  Number of variables:  8878                                                 |
2.12/2.25	c 2	|  Number of clauses:    504097                                               |
2.15/2.49	c 3	|  Parsing time:         0.20         s                                       |
2.15/2.50	c 3	============================[ Search Statistics ]==============================
2.15/2.50	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.15/2.50	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.15/2.50	c 3	===============================================================================
2.15/2.50	c 3	|         0 |    8878   504097  1484197 |   168032        0    nan |  0.000 % |
2.15/2.79	c 3	|       101 |    8878   504097  1484197 |   184835      101      8 |  0.000 % |
3.18/3.31	c 3	|       251 |    8878   504097  1484197 |   203319      251      9 |  0.000 % |
3.66/3.87	c 4	|       476 |    8878   504097  1484197 |   223651      476      9 |  0.000 % |
4.46/4.61	c 5	|       813 |    8878   504097  1484197 |   246016      813      9 |  0.000 % |
5.36/5.60	c 6	|      1320 |    8877   504097  1484197 |   270617     1319      9 |  1.521 % |
7.24/7.44	c 8	|      2080 |    8876   504097  1484197 |   297679     2077      9 |  2.253 % |
9.41/9.62	c 10	|      3219 |    8678   484709  1428430 |   327447     3213     10 |  2.253 % |
12.78/13.09	c 13	|      4927 |    8677   484709  1428430 |   360192     4920     10 |  3.267 % |
19.02/19.36	c 19	|      7489 |    8588   475325  1401208 |   396211     7481     11 |  3.267 % |
28.73/29.16	c 29	|     11333 |    8588   475325  1401208 |   435832    11325     11 |  3.267 % |
42.20/42.76	c 43	|     17099 |    8588   475325  1401208 |   479415    17091     12 |  3.267 % |
61.31/62.08	c 62	|     25748 |    8588   475325  1401208 |   527357    25740     12 |  3.267 % |
98.66/99.72	c 100	|     38722 |    8588   475325  1401208 |   580093    38714     13 |  3.267 % |
156.80/158.44	c 159	|     58183 |    8563   473175  1394833 |   638102    55773     13 |  3.548 % |
229.90/232.21	c 232	|     87376 |    8563   473175  1394833 |   701912    84966     13 |  3.549 % |
362.24/365.86	c 366	|    131165 |    8563   473175  1394833 |   772104   128755     14 |  3.549 % |
627.21/633.35	c 633	|    196851 |    8563   473175  1394833 |   849314   194441     15 |  3.548 % |
1092.98/1103.53	c 1104	|    295377 |    8563   473175  1394833 |   934245   292967     16 |  3.548 % |
1800.04/1816.71	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1816.71	c 1817	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.04/1816.72	c ERROR INTERRUPTED
1800.04/1816.72	s UNKNOWN
1800.04/1816.72	c 1817	CPU 1.97 (0.03 0.01 1.94 0.17)
1800.04/1816.72	c 1817	END Thu Jul  3 04:37:45 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-1050836-1215050848/watcher-1050836-1215050848 -o /tmp/evaluation-result-1050836-1215050848/solver-1050836-1215050848 -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-1050836-1215050848.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.97 2.01 2.00 4/81 26606
/proc/meminfo: memFree=1817216/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=12272 CPUtime=0
/proc/26606/stat : 26606 (sugar) R 26604 26606 24607 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 1984054375 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 213121022974 0 0 4224 0 0 0 0 17 1 0 0
/proc/26606/statm: 3068 364 274 3 0 168 0

[startup+0.072869 s]
/proc/loadavg: 1.97 2.01 2.00 4/81 26606
/proc/meminfo: memFree=1817216/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=0.03
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1984054375 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101699 s]
/proc/loadavg: 1.97 2.01 2.00 4/81 26606
/proc/meminfo: memFree=1817216/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=0.03
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1984054375 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301735 s]
/proc/loadavg: 1.97 2.01 2.00 4/81 26606
/proc/meminfo: memFree=1817216/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=0.03
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1984054375 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7018 s]
/proc/loadavg: 1.97 2.01 2.00 4/81 26606
/proc/meminfo: memFree=1817216/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=0.47
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 973 5193 0 1 2 1 41 3 16 0 1 0 1984054375 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 1.97 2.01 2.00 3/92 26628
/proc/meminfo: memFree=1803624/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=0.48
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 974 5193 0 1 3 1 41 3 15 0 1 0 1984054375 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 797 370 3 0 500 0
[pid=26619] ppid=26606 vsize=5356 CPUtime=0
/proc/26619/stat : 26619 (sh) S 26606 26606 24607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984054427 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26619/statm: 1339 233 193 169 0 50 0
[pid=26620] ppid=26619 vsize=868380 CPUtime=0.95
/proc/26620/stat : 26620 (java) S 26619 26606 24607 0 -1 0 6925 0 1 0 89 6 0 0 19 0 9 0 1984054427 889221120 6096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 217095 6096 2562 9 0 211642 0
[pid=26620/tid=26621] ppid=26619 vsize=868380 CPUtime=0.62
/proc/26620/task/26621/stat : 26621 (java) R 26619 26606 24607 0 -1 64 2774 0 1 0 59 3 0 0 19 0 9 0 1984054428 889221120 6096 996147200 134512640 134550740 4294955952 18446744073709551615 4126919260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26619 vsize=868380 CPUtime=0.09
/proc/26620/task/26622/stat : 26622 (java) S 26619 26606 24607 0 -1 64 1985 0 0 0 8 1 0 0 16 0 9 0 1984054429 889221120 6096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26620/tid=26623] ppid=26619 vsize=868380 CPUtime=0
/proc/26620/task/26623/stat : 26623 (java) S 26619 26606 24607 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984054430 889221120 6096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26620/tid=26624] ppid=26619 vsize=868380 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26619 26606 24607 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984054430 889221120 6096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26619 vsize=868380 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26619 26606 24607 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984054432 889221120 6096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26619 vsize=868380 CPUtime=0.21
/proc/26620/task/26626/stat : 26626 (java) S 26619 26606 24607 0 -1 64 1474 0 0 0 21 0 0 0 16 0 9 0 1984054432 889221120 6096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26620/tid=26627] ppid=26619 vsize=868380 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26619 26606 24607 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984054432 889221120 6096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26620/tid=26628] ppid=26619 vsize=868380 CPUtime=0
/proc/26620/task/26628/stat : 26628 (java) S 26619 26606 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984054432 889221120 6096 996147200 134512640 134550740 4294955952 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) 887336

[startup+3.10121 s]
/proc/loadavg: 1.97 2.01 2.00 3/92 26628
/proc/meminfo: memFree=1792744/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 15 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 13600

[startup+6.30176 s]
/proc/loadavg: 2.05 2.03 2.01 3/84 26630
/proc/meminfo: memFree=1783144/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=24228 CPUtime=4
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 5779 0 0 0 396 4 0 0 25 0 1 0 1984054600 24809472 5765 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 6057 5765 75 150 0 5904 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 43184

[startup+12.7028 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 26630
/proc/meminfo: memFree=1783080/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=24364 CPUtime=10.34
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 5796 0 0 0 1030 4 0 0 25 0 1 0 1984054600 24948736 5782 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 6091 5782 75 150 0 5938 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 43320

[startup+25.502 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 26630
/proc/meminfo: memFree=1783080/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=24508 CPUtime=23.01
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 5820 0 0 0 2297 4 0 0 25 0 1 0 1984054600 25096192 5806 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 6127 5806 75 150 0 5974 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 43464

[startup+51.1014 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 26630
/proc/meminfo: memFree=1782376/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=25108 CPUtime=48.36
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 5967 0 0 0 4832 4 0 0 25 0 1 0 1984054600 25710592 5953 996147200 134512640 135127466 4294956272 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 6277 5953 75 150 0 6124 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 44064

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 26630
/proc/meminfo: memFree=1780520/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=26724 CPUtime=99.08
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 6387 0 0 0 9904 4 0 0 25 0 1 0 1984054600 27365376 6373 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 6681 6373 75 150 0 6528 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 45680

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 26630
/proc/meminfo: memFree=1779048/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=28132 CPUtime=158.52
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 6748 0 0 0 15847 5 0 0 25 0 1 0 1984054600 28807168 6734 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 7033 6734 75 150 0 6880 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 47088

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26630
/proc/meminfo: memFree=1776936/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=30236 CPUtime=217.94
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 7257 0 0 0 21789 5 0 0 25 0 1 0 1984054600 30961664 7243 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 7559 7243 75 150 0 7406 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 49192

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

/proc/meminfo: memFree=1747752/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=58108 CPUtime=1347.18
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 14024 0 0 0 134706 12 0 0 25 0 1 0 1984054600 59502592 14010 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 14527 14010 75 150 0 14374 0
Current children cumulated CPU time (s) 1349.33
Current children cumulated vsize (KiB) 77064

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26630
/proc/meminfo: memFree=1746664/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=59388 CPUtime=1406.62
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 14308 0 0 0 140650 12 0 0 25 0 1 0 1984054600 60813312 14294 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 14847 14294 75 150 0 14694 0
Current children cumulated CPU time (s) 1408.77
Current children cumulated vsize (KiB) 78344

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26630
/proc/meminfo: memFree=1745640/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=60348 CPUtime=1466.04
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 14578 0 0 0 146592 12 0 0 25 0 1 0 1984054600 61796352 14564 996147200 134512640 135127466 4294956272 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 15087 14564 75 150 0 14934 0
Current children cumulated CPU time (s) 1468.19
Current children cumulated vsize (KiB) 79304

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26630
/proc/meminfo: memFree=1744488/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=61320 CPUtime=1525.49
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 14837 0 0 0 152536 13 0 0 25 0 1 0 1984054600 62791680 14823 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 15330 14823 75 150 0 15177 0
Current children cumulated CPU time (s) 1527.64
Current children cumulated vsize (KiB) 80276

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 26630
/proc/meminfo: memFree=1743208/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=62480 CPUtime=1584.92
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 15112 0 0 0 158479 13 0 0 25 0 1 0 1984054600 63979520 15098 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 15620 15098 75 150 0 15467 0
Current children cumulated CPU time (s) 1587.07
Current children cumulated vsize (KiB) 81436

[startup+1662.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/84 26632
/proc/meminfo: memFree=1742056/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=63484 CPUtime=1644.35
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 15345 0 0 0 164422 13 0 0 25 0 1 0 1984054600 65007616 15331 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 15871 15331 75 150 0 15718 0
Current children cumulated CPU time (s) 1646.5
Current children cumulated vsize (KiB) 82440

[startup+1722.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/84 26632
/proc/meminfo: memFree=1741032/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=64280 CPUtime=1703.79
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 15563 0 0 0 170365 14 0 0 25 0 1 0 1984054600 65822720 15549 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26630/statm: 16070 15549 75 150 0 15917 0
Current children cumulated CPU time (s) 1705.94
Current children cumulated vsize (KiB) 83236

[startup+1782.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/84 26674
/proc/meminfo: memFree=1573352/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=65384 CPUtime=1763.5
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 15816 0 0 0 176336 14 0 0 25 0 1 0 1984054600 66953216 15802 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26630/statm: 16346 15802 75 150 0 16193 0
Current children cumulated CPU time (s) 1765.65
Current children cumulated vsize (KiB) 84340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.7 s]
/proc/loadavg: 2.09 2.06 2.01 3/84 26674
/proc/meminfo: memFree=1572712/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=66064 CPUtime=1797.89
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 15989 0 0 0 179775 14 0 0 25 0 1 0 1984054600 67649536 15975 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/26630/statm: 16516 15975 75 150 0 16363 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 85020

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

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

[startup+1816.7 s]
/proc/loadavg: 2.09 2.06 2.01 3/84 26674
/proc/meminfo: memFree=1572712/2055920 swapFree=4180444/4192956
[pid=26606] ppid=26604 vsize=13600 CPUtime=2.15
/proc/26606/stat : 26606 (sugar) S 26604 26606 24607 0 -1 4194304 1032 12644 0 2 3 1 194 17 16 0 1 0 1984054375 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26606/statm: 3400 798 370 3 0 500 0
[pid=26629] ppid=26606 vsize=5356 CPUtime=0
/proc/26629/stat : 26629 (sh) S 26606 26606 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984054600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26629/statm: 1339 232 193 169 0 50 0
[pid=26630] ppid=26629 vsize=66064 CPUtime=1797.89
/proc/26630/stat : 26630 (minisat) R 26629 26606 24607 0 -1 4194304 15989 0 0 0 179775 14 0 0 25 0 1 0 1984054600 67649536 15975 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/26630/statm: 16516 15975 75 150 0 16363 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 85020

Child status: 0

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

Real time (s): 1816.73
CPU time (s): 1800.04
CPU user time (s): 1799.72
CPU system time (s): 0.32
CPU usage (%): 99.0815
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9797
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14102
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= 4051
involuntary context switches= 3988

runsolver used 2.17967 second user time and 6.09007 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-03 04:07:28
IDJOB=1050836
IDBENCH=55380
IDSOLVER=346
FILE ID=node68/1050836-1215050848
PBS_JOBID= 7875039
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-67-12-a3.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-1050836-1215050848/watcher-1050836-1215050848 -o /tmp/evaluation-result-1050836-1215050848/solver-1050836-1215050848 -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-1050836-1215050848.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 984657641bd36a115ed9da3d36149bb4
RANDOM SEED=2054899939

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1817696 kB
Buffers:         11828 kB
Cached:         118564 kB
SwapCached:       6560 kB
Active:          99488 kB
Inactive:        82372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817696 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:          67664 kB
Slab:            41652 kB
Committed_AS:  4183528 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node68 at 2008-07-03 04:37:47