Trace number 1036084

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.1 1804.12

General information on the benchmark

Namecsp/frb56-25/
normalized-frb56-25-4-mgd_ext.xml
MD5SUM9fd41dcf2251738accb874656e5f4c57
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark799.497
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints525
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension525
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 01:37:50 2008
0.00/0.04	c 0	PID 15640
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1036084-1214955470.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-1036084-1214955470.xml' 'HOME/temp.csp'
0.03/0.85	c 1	1 domains, 56 variables, 0 predicates, 525 relations, 525 constraints
0.03/0.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.86	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.81/0.94	c 1	Parsing HOME/temp.csp
1.63/1.78	c 2	parsed 1107 expressions
1.63/1.78	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.63/1.78	c 2	Converting to clausal form CSP
1.72/1.81	c 2	converted 111 (10%) expressions
1.72/1.81	c 2	converted 222 (20%) expressions
1.72/1.82	c 2	converted 333 (30%) expressions
1.72/1.83	c 2	converted 443 (40%) expressions
1.72/1.84	c 2	converted 554 (50%) expressions
1.82/1.96	c 2	converted 665 (60%) expressions
1.92/2.02	c 2	converted 775 (70%) expressions
1.92/2.07	c 2	converted 886 (80%) expressions
2.02/2.13	c 2	converted 997 (90%) expressions
2.02/2.17	c 2	converted 1107 (100%) expressions
2.02/2.17	c 2	CSP : 56 integers, 0 booleans, 525 clauses, largest domain size 25
2.02/2.17	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.17	c 2	Propagation in CSP
2.02/2.17	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.02/2.17	c 2	CSP : 56 integers, 0 booleans, 525 clauses, largest domain size 25
2.02/2.17	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.18	c 2	Simplifing CSP by introducing new Boolean variables
2.02/2.18	c 2	CSP : 56 integers, 0 booleans, 525 clauses, largest domain size 25
2.02/2.18	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.25	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.12/2.26	c 2	6 (10%) CSP integer variables are encoded (138 clauses, 1376 bytes)
2.12/2.27	c 2	12 (20%) CSP integer variables are encoded (276 clauses, 2894 bytes)
2.12/2.27	c 2	17 (30%) CSP integer variables are encoded (391 clauses, 4159 bytes)
2.12/2.27	c 2	23 (40%) CSP integer variables are encoded (529 clauses, 5677 bytes)
2.12/2.27	c 2	28 (50%) CSP integer variables are encoded (644 clauses, 6942 bytes)
2.12/2.28	c 2	34 (60%) CSP integer variables are encoded (782 clauses, 8460 bytes)
2.12/2.28	c 2	40 (70%) CSP integer variables are encoded (920 clauses, 9978 bytes)
2.12/2.28	c 2	45 (80%) CSP integer variables are encoded (1035 clauses, 11398 bytes)
2.12/2.28	c 2	51 (90%) CSP integer variables are encoded (1173 clauses, 13192 bytes)
2.12/2.28	c 2	56 (100%) CSP integer variables are encoded (1288 clauses, 14687 bytes)
2.21/2.35	c 2	53 (10%) CSP clauses are encoded (7203 clauses, 116443 bytes)
2.21/2.39	c 2	105 (20%) CSP clauses are encoded (12910 clauses, 223439 bytes)
2.31/2.42	c 2	158 (30%) CSP clauses are encoded (18664 clauses, 335982 bytes)
2.31/2.46	c 2	210 (40%) CSP clauses are encoded (24390 clauses, 448186 bytes)
2.31/2.49	c 2	263 (50%) CSP clauses are encoded (30290 clauses, 564589 bytes)
2.42/2.53	c 2	315 (60%) CSP clauses are encoded (36063 clauses, 678535 bytes)
2.42/2.56	c 2	368 (70%) CSP clauses are encoded (41916 clauses, 796500 bytes)
2.51/2.60	c 2	420 (80%) CSP clauses are encoded (47705 clauses, 913386 bytes)
2.51/2.64	c 2	473 (90%) CSP clauses are encoded (53668 clauses, 1036137 bytes)
2.51/2.67	c 2	525 (100%) CSP clauses are encoded (59532 clauses, 1166368 bytes)
2.51/2.68	c 2	525 CSP clauses encoded
2.51/2.68	c 2	Writing map file : HOME/temp.map
2.51/2.68	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.68	c 2	SAT : 1344 SAT variables, 59532 SAT clauses, 1166368 bytes
2.51/2.68	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.70	c 2	SOLVING HOME/temp.cnf
2.59/2.70	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.59/2.71	c 2	This is MiniSat 2.0 beta
2.59/2.71	c 2	WARNING: for repeatability, setting FPU to use double precision
2.59/2.71	c 2	============================[ Problem Statistics ]=============================
2.59/2.71	c 2	|                                                                             |
2.59/2.71	c 2	|  Number of variables:  1344                                                 |
2.59/2.71	c 2	|  Number of clauses:    59532                                                |
2.59/2.74	c 2	|  Parsing time:         0.03         s                                       |
2.59/2.74	c 2	============================[ Search Statistics ]==============================
2.59/2.74	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.59/2.74	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.59/2.74	c 2	===============================================================================
2.59/2.74	c 2	|         0 |    1344    59532   223412 |    19844        0    nan |  0.000 % |
2.59/2.78	c 3	|       100 |    1344    59532   223412 |    21828      100     14 |  0.000 % |
2.62/2.82	c 3	|       250 |    1344    59532   223412 |    24011      250     16 |  0.000 % |
2.62/2.88	c 3	|       475 |    1344    59532   223412 |    26412      475     16 |  0.002 % |
2.62/2.98	c 3	|       813 |    1344    59532   223412 |    29053      813     15 |  0.002 % |
2.62/3.11	c 3	|      1319 |    1344    59532   223412 |    31958     1319     16 |  0.002 % |
3.20/3.32	c 3	|      2078 |    1344    59532   223412 |    35154     2078     16 |  0.002 % |
3.49/3.60	c 3	|      3217 |    1344    59532   223412 |    38670     3217     17 |  0.002 % |
3.88/4.07	c 4	|      4926 |    1344    59532   223412 |    42537     4926     17 |  0.002 % |
4.68/4.84	c 5	|      7490 |    1344    59532   223412 |    46791     7490     17 |  0.003 % |
5.96/6.15	c 6	|     11334 |    1344    59532   223412 |    51470    11334     17 |  0.000 % |
8.34/8.55	c 8	|     17101 |    1344    59532   223412 |    56617    17101     18 |  0.001 % |
12.01/12.26	c 12	|     25752 |    1344    59532   223412 |    62278    25752     18 |  0.001 % |
18.15/18.47	c 18	|     38726 |    1344    59532   223412 |    68506    38726     20 |  0.001 % |
30.63/31.02	c 31	|     58187 |    1344    59532   223412 |    75357    58187     21 |  0.002 % |
51.73/52.38	c 52	|     87379 |    1344    59532   223412 |    82893    26619     21 |  0.002 % |
82.74/83.70	c 83	|    131169 |    1344    59532   223412 |    91182    70409     22 |  0.000 % |
131.28/132.63	c 132	|    196853 |    1344    59532   223412 |   100300    60077     23 |  0.002 % |
213.60/215.74	c 215	|    295380 |    1344    59532   223412 |   110330    75721     22 |  0.002 % |
353.56/357.08	c 357	|    443170 |    1344    59532   223412 |   121364    34373     22 |  0.003 % |
546.65/550.28	c 550	|    664854 |    1344    59532   223412 |   133500    52594     23 |  0.000 % |
875.01/878.80	c 879	|    997379 |    1344    59532   223412 |   146850    40532     22 |  0.003 % |
1381.72/1385.62	c 1385	|   1496168 |    1344    59532   223412 |   161535    29997     19 |  0.001 % |
1800.06/1804.11	sh: line 1: 15664 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1804.11	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1804.11	c 1804	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.06/1804.11	c ERROR INTERRUPTED
1800.06/1804.11	s UNKNOWN
1800.06/1804.11	c 1804	CPU 1799.85 (0.04 0 1799.81 0.23)
1800.06/1804.11	c 1804	END Wed Jul  2 02:07:54 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-1036084-1214955470/watcher-1036084-1214955470 -o /tmp/evaluation-result-1036084-1214955470/solver-1036084-1214955470 -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-1036084-1214955470.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 15640
/proc/meminfo: memFree=1674504/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=12268 CPUtime=0
/proc/15640/stat : 15640 (sugar) R 15638 15640 14764 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1974520467 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15640/statm: 3067 316 241 3 0 167 0

[startup+0.053642 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 15640
/proc/meminfo: memFree=1674504/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=0.03
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974520467 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102629 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 15640
/proc/meminfo: memFree=1674504/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=0.03
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974520467 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301652 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 15640
/proc/meminfo: memFree=1674504/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=0.03
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974520467 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701701 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 15640
/proc/meminfo: memFree=1674504/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=0.03
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974520467 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50443 s]
/proc/loadavg: 2.07 1.99 1.91 5/92 15662
/proc/meminfo: memFree=1666800/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=0.81
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 973 5029 0 1 3 0 74 4 16 0 1 0 1974520467 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 797 370 3 0 500 0
[pid=15653] ppid=15640 vsize=5356 CPUtime=0
/proc/15653/stat : 15653 (sh) S 15640 15640 14764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15653/statm: 1339 233 193 169 0 50 0
[pid=15654] ppid=15653 vsize=864040 CPUtime=0.61
/proc/15654/stat : 15654 (java) S 15653 15640 14764 0 -1 0 5830 0 1 0 60 1 0 0 18 0 9 0 1974520553 884776960 5127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15654/statm: 216010 5127 2532 9 0 210592 0
[pid=15654/tid=15655] ppid=15653 vsize=864040 CPUtime=0.45
/proc/15654/task/15655/stat : 15655 (java) R 15653 15640 14764 0 -1 64 2450 0 1 0 45 0 0 0 21 0 9 0 1974520554 884776960 5127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15654/tid=15656] ppid=15653 vsize=864040 CPUtime=0.08
/proc/15654/task/15656/stat : 15656 (java) R 15653 15640 14764 0 -1 64 2359 0 0 0 8 0 0 0 16 0 9 0 1974520555 884776960 5127 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15654/tid=15657] ppid=15653 vsize=864040 CPUtime=0
/proc/15654/task/15657/stat : 15657 (java) S 15653 15640 14764 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974520555 884776960 5127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15654/tid=15658] ppid=15653 vsize=864040 CPUtime=0
/proc/15654/task/15658/stat : 15658 (java) S 15653 15640 14764 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1974520555 884776960 5127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15654/tid=15659] ppid=15653 vsize=864040 CPUtime=0
/proc/15654/task/15659/stat : 15659 (java) S 15653 15640 14764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974520557 884776960 5127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15654/tid=15660] ppid=15653 vsize=864040 CPUtime=0.06
/proc/15654/task/15660/stat : 15660 (java) S 15653 15640 14764 0 -1 64 325 0 0 0 6 0 0 0 16 0 9 0 1974520557 884776960 5127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15654/tid=15661] ppid=15653 vsize=864040 CPUtime=0
/proc/15654/task/15661/stat : 15661 (java) S 15653 15640 14764 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974520558 884776960 5127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15654/tid=15662] ppid=15653 vsize=864040 CPUtime=0
/proc/15654/task/15662/stat : 15662 (java) S 15653 15640 14764 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1974520558 884776960 5127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882996

[startup+3.10199 s]
/proc/loadavg: 2.07 1.99 1.91 3/92 15662
/proc/meminfo: memFree=1647152/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 15 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 13600

[startup+6.30138 s]
/proc/loadavg: 2.07 1.99 1.91 3/84 15664
/proc/meminfo: memFree=1665200/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=5996 CPUtime=3.54
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 1412 0 0 0 354 0 0 0 25 0 1 0 1974520738 6139904 1398 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/15664/statm: 1499 1398 75 150 0 1346 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24952

[startup+12.7011 s]
/proc/loadavg: 2.06 1.99 1.91 3/84 15664
/proc/meminfo: memFree=1663408/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=7640 CPUtime=9.88
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 1816 0 0 0 987 1 0 0 25 0 1 0 1974520738 7823360 1802 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15664/statm: 1910 1802 75 150 0 1757 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 26596

[startup+25.5027 s]
/proc/loadavg: 2.05 1.99 1.91 3/84 15664
/proc/meminfo: memFree=1660464/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=10524 CPUtime=22.57
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 2544 0 0 0 2255 2 0 0 25 0 1 0 1974520738 10776576 2530 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15664/statm: 2631 2530 75 150 0 2478 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 29480

[startup+51.1018 s]
/proc/loadavg: 2.03 1.99 1.91 3/84 15664
/proc/meminfo: memFree=1657392/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=13564 CPUtime=47.92
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 3295 0 0 0 4789 3 0 0 25 0 1 0 1974520738 13889536 3281 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/15664/statm: 3391 3281 75 150 0 3238 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 32520

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.91 3/84 15664
/proc/meminfo: memFree=1654576/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=16364 CPUtime=98.65
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 4000 0 0 0 9861 4 0 0 25 0 1 0 1974520738 16756736 3986 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15664/statm: 4091 3986 75 150 0 3938 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 35320

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 15664
/proc/meminfo: memFree=1653680/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=17168 CPUtime=158.08
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 4204 0 0 0 15804 4 0 0 25 0 1 0 1974520738 17580032 4190 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15664/statm: 4292 4190 75 150 0 4139 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 36124

[startup+222.302 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 15664
/proc/meminfo: memFree=1652336/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=18688 CPUtime=217.52
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 4528 0 0 0 21747 5 0 0 25 0 1 0 1974520738 19136512 4514 996147200 134512640 135127466 4294956272 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 1 0 0
/proc/15664/statm: 4672 4514 75 150 0 4519 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 37644

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

[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=30044 CPUtime=1295.83
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 7243 0 0 0 129573 10 0 0 25 0 1 0 1974520738 30765056 7229 996147200 134512640 135127466 4294956272 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/15664/statm: 7511 7229 75 150 0 7358 0
Current children cumulated CPU time (s) 1298.45
Current children cumulated vsize (KiB) 49000

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 15708
/proc/meminfo: memFree=1613296/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=30044 CPUtime=1355.81
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 7263 0 0 0 135571 10 0 0 25 0 1 0 1974520738 30765056 7249 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15664/statm: 7511 7249 75 150 0 7358 0
Current children cumulated CPU time (s) 1358.43
Current children cumulated vsize (KiB) 49000

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 15714
/proc/meminfo: memFree=1612904/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=30220 CPUtime=1415.78
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 7293 0 0 0 141567 11 0 0 25 0 1 0 1974520738 30945280 7279 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15664/statm: 7555 7279 75 150 0 7402 0
Current children cumulated CPU time (s) 1418.4
Current children cumulated vsize (KiB) 49176

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 15714
/proc/meminfo: memFree=1612904/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=30356 CPUtime=1475.76
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 7305 0 0 0 147565 11 0 0 25 0 1 0 1974520738 31084544 7291 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15664/statm: 7589 7291 75 150 0 7436 0
Current children cumulated CPU time (s) 1478.38
Current children cumulated vsize (KiB) 49312

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 15714
/proc/meminfo: memFree=1611688/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=31520 CPUtime=1535.74
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 7622 0 0 0 153563 11 0 0 25 0 1 0 1974520738 32276480 7608 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/15664/statm: 7880 7608 75 150 0 7727 0
Current children cumulated CPU time (s) 1538.36
Current children cumulated vsize (KiB) 50476

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 15714
/proc/meminfo: memFree=1611496/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=31680 CPUtime=1595.71
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 7662 0 0 0 159560 11 0 0 25 0 1 0 1974520738 32440320 7648 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15664/statm: 7920 7648 75 150 0 7767 0
Current children cumulated CPU time (s) 1598.33
Current children cumulated vsize (KiB) 50636

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 15714
/proc/meminfo: memFree=1611176/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=32012 CPUtime=1655.68
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 7744 0 0 0 165557 11 0 0 25 0 1 0 1974520738 32780288 7730 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15664/statm: 8003 7730 75 150 0 7850 0
Current children cumulated CPU time (s) 1658.3
Current children cumulated vsize (KiB) 50968

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 15714
/proc/meminfo: memFree=1611184/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=32012 CPUtime=1715.66
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 7749 0 0 0 171555 11 0 0 25 0 1 0 1974520738 32780288 7735 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15664/statm: 8003 7735 75 150 0 7850 0
Current children cumulated CPU time (s) 1718.28
Current children cumulated vsize (KiB) 50968

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 15714
/proc/meminfo: memFree=1610864/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=32312 CPUtime=1775.63
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 7802 0 0 0 177552 11 0 0 25 0 1 0 1974520738 33087488 7788 996147200 134512640 135127466 4294956272 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/15664/statm: 8078 7788 75 150 0 7925 0
Current children cumulated CPU time (s) 1778.25
Current children cumulated vsize (KiB) 51268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.1 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 15714
/proc/meminfo: memFree=1610672/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=32496 CPUtime=1797.44
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 7860 0 0 0 179732 12 0 0 25 0 1 0 1974520738 33275904 7846 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15664/statm: 8124 7846 75 150 0 7971 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 51452

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

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

[startup+1804.1 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 15714
/proc/meminfo: memFree=1610672/2055920 swapFree=4180424/4192956
[pid=15640] ppid=15638 vsize=13600 CPUtime=2.62
/proc/15640/stat : 15640 (sugar) S 15638 15640 14764 0 -1 4194304 1031 15428 0 2 4 0 248 10 16 0 1 0 1974520467 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15640/statm: 3400 798 370 3 0 500 0
[pid=15663] ppid=15640 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15640 15640 14764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 232 193 169 0 50 0
[pid=15664] ppid=15663 vsize=32496 CPUtime=1797.44
/proc/15664/stat : 15664 (minisat) R 15663 15640 14764 0 -1 4194304 7860 0 0 0 179732 12 0 0 25 0 1 0 1974520738 33275904 7846 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15664/statm: 8124 7846 75 150 0 7971 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 51452

Child status: 0
Real time (s): 1804.12
CPU time (s): 1800.1
CPU user time (s): 1799.85
CPU system time (s): 0.244962
CPU usage (%): 99.7771
Max. virtual memory (cumulated for all children) (KiB): 883264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24936
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= 2169
involuntary context switches= 14429

runsolver used 2.29465 second user time and 5.2482 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-02 01:37:50
IDJOB=1036084
IDBENCH=53433
IDSOLVER=346
FILE ID=node33/1036084-1214955470
PBS_JOBID= 7870267
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb56-25/normalized-frb56-25-4-mgd_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1036084-1214955470/watcher-1036084-1214955470 -o /tmp/evaluation-result-1036084-1214955470/solver-1036084-1214955470 -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-1036084-1214955470.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9fd41dcf2251738accb874656e5f4c57
RANDOM SEED=1064181642

node33.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.231
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.231
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:       1674984 kB
Buffers:         36540 kB
Cached:         257848 kB
SwapCached:       6444 kB
Active:          87548 kB
Inactive:       234368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674984 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          43656 kB
Slab:            44124 kB
Committed_AS:  3421100 kB
PageTables:       1904 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node33 at 2008-07-02 02:07:56