Trace number 2080905

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 1812.92

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-21.xml
MD5SUM5f0f8f8470d45e3c8d6ee9b012898b2b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints1995
Maximum constraint arity2
Maximum domain size63
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1995
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 06:06:02 2009
0.00/0.08	c 0	PID 27583
0.00/0.08	c 0	HOST node1.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080905-1247371562.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080905-1247371562.xml' 'HOME/temp.csp'
0.06/0.74	c 1	1 domains, 63 variables, 2 predicates, 0 relations, 1995 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.85	c 1	Parsing HOME/temp.csp
0.70/0.93	c 1	parsed 2061 expressions
0.70/0.94	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.70/0.94	c 1	Converting to clausal form CSP
0.92/1.03	c 1	converted 207 (10%) expressions
1.02/1.14	c 1	converted 413 (20%) expressions
1.02/1.17	c 1	converted 619 (30%) expressions
1.02/1.19	c 1	converted 825 (40%) expressions
1.11/1.20	c 1	converted 1031 (50%) expressions
1.11/1.21	c 1	converted 1237 (60%) expressions
1.11/1.22	c 1	converted 1443 (70%) expressions
1.11/1.23	c 1	converted 1649 (80%) expressions
1.11/1.24	c 1	converted 1855 (90%) expressions
1.11/1.25	c 1	converted 2061 (100%) expressions
1.11/1.25	c 1	CSP : 63 integers, 0 booleans, 2037 clauses, largest domain size 61
1.11/1.25	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.25	c 1	Propagation in CSP
1.11/1.27	c 1	252 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.27	c 1	CSP : 63 integers, 0 booleans, 2037 clauses, largest domain size 59
1.11/1.27	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.28	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.32	c 1	CSP : 63 integers, 3906 booleans, 5943 clauses, largest domain size 59
1.21/1.32	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.38	c 1	7 (10%) CSP integer variables are encoded (357 clauses, 3779 bytes)
1.21/1.38	c 1	13 (20%) CSP integer variables are encoded (585 clauses, 6287 bytes)
1.21/1.38	c 1	19 (30%) CSP integer variables are encoded (741 clauses, 8003 bytes)
1.21/1.38	c 1	26 (40%) CSP integer variables are encoded (1042 clauses, 11449 bytes)
1.21/1.38	c 1	32 (50%) CSP integer variables are encoded (1294 clauses, 14725 bytes)
1.21/1.39	c 1	38 (60%) CSP integer variables are encoded (1474 clauses, 17065 bytes)
1.21/1.39	c 1	45 (70%) CSP integer variables are encoded (1719 clauses, 20250 bytes)
1.21/1.39	c 1	51 (80%) CSP integer variables are encoded (1995 clauses, 23838 bytes)
1.21/1.39	c 1	57 (90%) CSP integer variables are encoded (2199 clauses, 26490 bytes)
1.21/1.39	c 1	63 (100%) CSP integer variables are encoded (2331 clauses, 28206 bytes)
1.32/1.45	c 1	595 (10%) CSP clauses are encoded (17128 clauses, 273776 bytes)
1.32/1.49	c 1	1189 (20%) CSP clauses are encoded (30246 clauses, 499649 bytes)
1.41/1.52	c 2	1783 (30%) CSP clauses are encoded (40887 clauses, 682531 bytes)
1.41/1.55	c 2	2378 (40%) CSP clauses are encoded (48954 clauses, 820462 bytes)
1.41/1.56	c 2	2972 (50%) CSP clauses are encoded (54336 clauses, 911367 bytes)
1.41/1.58	c 2	3566 (60%) CSP clauses are encoded (62236 clauses, 1047534 bytes)
1.51/1.61	c 2	4161 (70%) CSP clauses are encoded (75945 clauses, 1297122 bytes)
1.51/1.63	c 2	4755 (80%) CSP clauses are encoded (87134 clauses, 1503404 bytes)
1.51/1.65	c 2	5349 (90%) CSP clauses are encoded (95149 clauses, 1649723 bytes)
1.51/1.68	c 2	5943 (100%) CSP clauses are encoded (107543 clauses, 1880457 bytes)
1.51/1.68	c 2	5943 CSP clauses encoded
1.51/1.68	c 2	Writing map file : HOME/temp.map
1.51/1.68	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.68	c 2	SAT : 6300 SAT variables, 107543 SAT clauses, 1880457 bytes
1.51/1.68	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.71	c 2	SOLVING HOME/temp.cnf
1.60/1.71	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.60/1.72	c 2	This is MiniSat 2.0 beta
1.60/1.72	c 2	WARNING: for repeatability, setting FPU to use double precision
1.60/1.72	c 2	============================[ Problem Statistics ]=============================
1.60/1.72	c 2	|                                                                             |
1.60/1.72	c 2	|  Number of variables:  6300                                                 |
1.60/1.72	c 2	|  Number of clauses:    107543                                               |
1.60/1.78	c 2	|  Parsing time:         0.05         s                                       |
1.60/1.78	c 2	============================[ Search Statistics ]==============================
1.60/1.79	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.60/1.79	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.60/1.79	c 2	===============================================================================
1.60/1.79	c 2	|         0 |    6054   107297   310438 |    35765        0    nan |  0.000 % |
1.62/1.83	c 2	|       100 |    6054   107297   310438 |    39342      100     12 |  3.905 % |
1.62/1.98	c 2	|       251 |    6054   107297   310438 |    43276      251     15 |  3.905 % |
1.99/2.12	c 2	|       476 |    6054   107297   310438 |    47604      476     16 |  3.905 % |
2.28/2.44	c 2	|       813 |    6054   107297   310438 |    52364      813     17 |  3.906 % |
2.68/2.87	c 3	|      1320 |    6054   107297   310438 |    57600     1320     17 |  3.905 % |
3.36/3.58	c 4	|      2079 |    6054   107297   310438 |    63361     2079     17 |  3.905 % |
4.45/4.66	c 5	|      3218 |    6054   107297   310438 |    69697     3218     18 |  3.906 % |
6.34/6.55	c 7	|      4926 |    6054   107297   310438 |    76666     4926     19 |  3.906 % |
8.91/9.16	c 9	|      7489 |    6054   107297   310438 |    84333     7489     20 |  3.906 % |
12.47/12.72	c 13	|     11336 |    6054   107297   310438 |    92766    11336     19 |  3.905 % |
18.51/18.88	c 19	|     17104 |    6054   107297   310438 |   102043    17104     20 |  3.906 % |
30.29/30.70	c 31	|     25756 |    6054   107297   310438 |   112247    25756     20 |  3.906 % |
49.99/50.65	c 51	|     38731 |    6054   107297   310438 |   123472    38731     19 |  3.906 % |
83.44/84.46	c 84	|     58192 |    6054   107297   310438 |   135820    58192     21 |  3.906 % |
144.71/146.35	c 146	|     87386 |    6054   107297   310438 |   149402    87386     22 |  3.905 % |
255.71/258.49	c 258	|    131176 |    6054   107297   310438 |   164342   131176     21 |  3.905 % |
398.21/402.33	c 402	|    196862 |    6052   107281   310393 |   180776    45267     19 |  3.937 % |
605.81/612.00	c 612	|    295388 |    6052   107281   310393 |   198854   143793     22 |  3.937 % |
1020.58/1030.79	c 1031	|    443177 |    6052   107281   310393 |   218739   110929     21 |  3.937 % |
1639.97/1652.84	c 1653	|    664862 |    6050   107247   310294 |   240613   127351     23 |  3.969 % |
1800.00/1812.91	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1812.91	c 1813	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.00/1812.91	c ERROR INTERRUPTED
1800.00/1812.91	s UNKNOWN
1800.00/1812.92	c 1813	CPU 1.62 (0.06 0.02 1.43 0.11)
1800.00/1812.92	c 1813	END Sun Jul 12 06:36:15 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-2080905-1247371562/watcher-2080905-1247371562 -o /tmp/evaluation-result-2080905-1247371562/solver-2080905-1247371562 -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-2080905-1247371562.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: 2.00 2.00 2.00 4/82 27583
/proc/meminfo: memFree=1617896/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=12000 CPUtime=0
/proc/27583/stat : 27583 (sugar) R 27581 27583 24491 0 -1 4194304 160 0 0 0 0 0 0 0 20 0 1 0 24223947 12288000 128 996147200 4194304 4206940 548682068608 18446744073709551615 259353153183 0 0 4224 0 0 0 0 17 1 0 0
/proc/27583/statm: 3000 128 94 3 0 100 0

[startup+0.0994671 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 27583
/proc/meminfo: memFree=1617896/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=0.06
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24223947 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101465 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 27583
/proc/meminfo: memFree=1617896/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=0.06
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24223947 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301479 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 27583
/proc/meminfo: memFree=1617896/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=0.06
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24223947 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70153 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 27583
/proc/meminfo: memFree=1617896/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=0.06
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24223947 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50262 s]
/proc/loadavg: 2.08 2.02 2.01 4/93 27605
/proc/meminfo: memFree=1608464/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=0.71
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1310 5164 0 1 6 1 60 4 16 0 1 0 24223947 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1111 409 3 0 796 0
[pid=27596] ppid=27583 vsize=5356 CPUtime=0
/proc/27596/stat : 27596 (sh) S 27583 27583 24491 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24224024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27596/statm: 1339 233 193 169 0 50 0
[pid=27597] ppid=27596 vsize=868584 CPUtime=0.7
/proc/27597/stat : 27597 (java) S 27596 27583 24491 0 -1 0 6896 0 1 0 66 4 0 0 18 0 9 0 24224024 889430016 6118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27597/statm: 217146 6118 2589 9 0 211623 0
[pid=27597/tid=27598] ppid=27596 vsize=868584 CPUtime=0.41
/proc/27597/task/27598/stat : 27598 (java) R 27596 27583 24491 0 -1 64 2741 0 1 0 39 2 0 0 19 0 9 0 24224025 889430016 6118 996147200 134512640 134550932 4294955936 18446744073709551615 4126515400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27597/tid=27599] ppid=27596 vsize=868584 CPUtime=0.07
/proc/27597/task/27599/stat : 27599 (java) S 27596 27583 24491 0 -1 64 1973 0 0 0 7 0 0 0 16 0 9 0 24224026 889430016 6118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27597/tid=27600] ppid=27596 vsize=868584 CPUtime=0
/proc/27597/task/27600/stat : 27600 (java) S 27596 27583 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24224027 889430016 6118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27597/tid=27601] ppid=27596 vsize=868584 CPUtime=0
/proc/27597/task/27601/stat : 27601 (java) S 27596 27583 24491 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24224027 889430016 6118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27597/tid=27602] ppid=27596 vsize=868584 CPUtime=0
/proc/27597/task/27602/stat : 27602 (java) S 27596 27583 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24224029 889430016 6118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27597/tid=27603] ppid=27596 vsize=868584 CPUtime=0.2
/proc/27597/task/27603/stat : 27603 (java) S 27596 27583 24491 0 -1 64 1483 0 0 0 19 1 0 0 16 0 9 0 24224029 889430016 6118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27597/tid=27604] ppid=27596 vsize=868584 CPUtime=0
/proc/27597/task/27604/stat : 27604 (java) S 27596 27583 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24224029 889430016 6118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27597/tid=27605] ppid=27596 vsize=868584 CPUtime=0
/proc/27597/task/27605/stat : 27605 (java) S 27596 27583 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24224029 889430016 6118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890808

[startup+3.10282 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 27607
/proc/meminfo: memFree=1606544/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 15 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=7108 CPUtime=1.36
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 1635 0 0 0 135 1 0 0 25 0 1 0 24224119 7278592 1621 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/27607/statm: 1777 1621 75 150 0 1624 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 29332

[startup+6.30119 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 27607
/proc/meminfo: memFree=1605968/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=7388 CPUtime=4.52
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 1724 0 0 0 451 1 0 0 25 0 1 0 24224119 7565312 1710 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/27607/statm: 1847 1710 75 150 0 1694 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 29612

[startup+12.703 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 27607
/proc/meminfo: memFree=1605264/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=8220 CPUtime=10.85
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 1908 0 0 0 1084 1 0 0 25 0 1 0 24224119 8417280 1894 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/27607/statm: 2055 1894 75 150 0 1902 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 30444

[startup+25.5014 s]
/proc/loadavg: 2.06 2.01 2.00 3/85 27607
/proc/meminfo: memFree=1604112/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=9388 CPUtime=23.51
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 2206 0 0 0 2350 1 0 0 25 0 1 0 24224119 9613312 2192 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/27607/statm: 2347 2192 75 150 0 2194 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 31612

[startup+51.1014 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 27607
/proc/meminfo: memFree=1602320/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=11268 CPUtime=48.86
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 2679 0 0 0 4883 3 0 0 25 0 1 0 24224119 11538432 2665 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27607/statm: 2817 2665 75 150 0 2664 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 33492

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 27607
/proc/meminfo: memFree=1598608/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=14908 CPUtime=99.54
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 3577 0 0 0 9950 4 0 0 25 0 1 0 24224119 15265792 3563 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/27607/statm: 3727 3563 75 150 0 3574 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 37132

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27607
/proc/meminfo: memFree=1595280/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=18192 CPUtime=158.92
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 4372 0 0 0 15887 5 0 0 25 0 1 0 24224119 18628608 4358 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/27607/statm: 4548 4358 75 150 0 4395 0
Current children cumulated CPU time (s) 160.54
Current children cumulated vsize (KiB) 40416

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27607
/proc/meminfo: memFree=1592656/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=922984/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=37524 CPUtime=1347.96
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 9113 0 0 0 134781 15 0 0 25 0 1 0 24224119 38424576 9099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27607/statm: 9381 9099 75 150 0 9228 0
Current children cumulated CPU time (s) 1349.58
Current children cumulated vsize (KiB) 59748

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 27644
/proc/meminfo: memFree=877032/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=38768 CPUtime=1407.95
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 9430 0 0 0 140779 16 0 0 25 0 1 0 24224119 39698432 9416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27607/statm: 9692 9416 75 150 0 9539 0
Current children cumulated CPU time (s) 1409.57
Current children cumulated vsize (KiB) 60992

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 27644
/proc/meminfo: memFree=884648/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=38768 CPUtime=1467.92
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 9430 0 0 0 146776 16 0 0 25 0 1 0 24224119 39698432 9416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27607/statm: 9692 9416 75 150 0 9539 0
Current children cumulated CPU time (s) 1469.54
Current children cumulated vsize (KiB) 60992

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 27644
/proc/meminfo: memFree=884392/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=38904 CPUtime=1527.89
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 9440 0 0 0 152773 16 0 0 25 0 1 0 24224119 39837696 9426 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27607/statm: 9726 9426 75 150 0 9573 0
Current children cumulated CPU time (s) 1529.51
Current children cumulated vsize (KiB) 61128

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 27644
/proc/meminfo: memFree=884136/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=38904 CPUtime=1587.87
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 9450 0 0 0 158771 16 0 0 25 0 1 0 24224119 39837696 9436 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/27607/statm: 9726 9436 75 150 0 9573 0
Current children cumulated CPU time (s) 1589.49
Current children cumulated vsize (KiB) 61128

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27644
/proc/meminfo: memFree=883816/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=38904 CPUtime=1647.85
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 9462 0 0 0 164769 16 0 0 25 0 1 0 24224119 39837696 9448 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27607/statm: 9726 9448 75 150 0 9573 0
Current children cumulated CPU time (s) 1649.47
Current children cumulated vsize (KiB) 61128

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27644
/proc/meminfo: memFree=883496/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=39044 CPUtime=1707.82
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 9472 0 0 0 170766 16 0 0 25 0 1 0 24224119 39981056 9458 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27607/statm: 9761 9458 75 150 0 9608 0
Current children cumulated CPU time (s) 1709.44
Current children cumulated vsize (KiB) 61268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27644
/proc/meminfo: memFree=883048/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=39180 CPUtime=1767.79
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 9506 0 0 0 176763 16 0 0 25 0 1 0 24224119 40120320 9492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27607/statm: 9795 9492 75 150 0 9642 0
Current children cumulated CPU time (s) 1769.41
Current children cumulated vsize (KiB) 61404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27644
/proc/meminfo: memFree=902056/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=39180 CPUtime=1798.38
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 9521 0 0 0 179822 16 0 0 25 0 1 0 24224119 40120320 9507 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/27607/statm: 9795 9507 75 150 0 9642 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 61404

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

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

[startup+1812.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27644
/proc/meminfo: memFree=902056/2055920 swapFree=4192812/4192956
[pid=27583] ppid=27581 vsize=16868 CPUtime=1.62
/proc/27583/stat : 27583 (sugar) S 27581 27583 24491 0 -1 4194304 1376 12409 0 2 6 2 143 11 16 0 1 0 24223947 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27583/statm: 4217 1113 409 3 0 796 0
[pid=27606] ppid=27583 vsize=5356 CPUtime=0
/proc/27606/stat : 27606 (sh) S 27583 27583 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24224119 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27606/statm: 1339 232 193 169 0 50 0
[pid=27607] ppid=27606 vsize=39180 CPUtime=1798.38
/proc/27607/stat : 27607 (minisat) R 27606 27583 24491 0 -1 4194304 9521 0 0 0 179822 16 0 0 25 0 1 0 24224119 40120320 9507 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/27607/statm: 9795 9507 75 150 0 9642 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 61404

Child status: 0

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

Real time (s): 1812.92
CPU time (s): 1800
CPU user time (s): 1799.71
CPU system time (s): 0.29
CPU usage (%): 99.2872
Max. virtual memory (cumulated for all children) (KiB): 890808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.49777
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14259
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= 2146
involuntary context switches= 2045

runsolver used 2.06768 second user time and 6.19506 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 06:06:02
IDJOB=2080905
IDBENCH=57189
IDSOLVER=739
FILE ID=node1/2080905-1247371562
PBS_JOBID= 9507117
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/langford3/normalized-langford-3-21.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-2080905-1247371562/watcher-2080905-1247371562 -o /tmp/evaluation-result-2080905-1247371562/solver-2080905-1247371562 -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-2080905-1247371562.xml

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

MD5SUM BENCH= 5f0f8f8470d45e3c8d6ee9b012898b2b
RANDOM SEED=1002265622

node1.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.216
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.216
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:       1618440 kB
Buffers:         48652 kB
Cached:         170172 kB
SwapCached:          0 kB
Active:         287004 kB
Inactive:        85328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:         173992 kB
Slab:            49988 kB
Committed_AS:   351208 kB
PageTables:       2168 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= 66320 MiB
End job on node1 at 2009-07-12 06:36:17