Trace number 1039702

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

General information on the benchmark

Namecsp/frb59-26/
normalized-frb59-26-2_ext.xml
MD5SUM03886c973cfe9873c3b83680392c70e9
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables59
Number of constraints669
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension669
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 05:29:17 2008
0.00/0.04	c 0	PID 7552
0.00/0.04	c 0	HOST node88.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1039702-1214969357.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039702-1214969357.xml' 'HOME/temp.csp'
0.03/0.67	c 0	1 domains, 59 variables, 0 predicates, 669 relations, 669 constraints
0.03/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.72	c 0	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.03/0.79	c 0	Parsing HOME/temp.csp
1.32/1.47	c 1	parsed 1398 expressions
1.32/1.48	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.32/1.48	c 1	Converting to clausal form CSP
1.42/1.51	c 1	converted 140 (10%) expressions
1.42/1.59	c 1	converted 280 (20%) expressions
1.42/1.59	c 1	converted 420 (30%) expressions
1.42/1.60	c 1	converted 560 (40%) expressions
1.51/1.62	c 1	converted 699 (50%) expressions
1.51/1.68	c 1	converted 839 (60%) expressions
1.61/1.73	c 1	converted 979 (70%) expressions
1.61/1.80	c 1	converted 1119 (80%) expressions
1.81/1.98	c 2	converted 1259 (90%) expressions
1.91/2.07	c 2	converted 1398 (100%) expressions
1.91/2.07	c 2	CSP : 59 integers, 0 booleans, 669 clauses, largest domain size 26
1.91/2.07	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.07	c 2	Propagation in CSP
1.91/2.07	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.91/2.07	c 2	CSP : 59 integers, 0 booleans, 669 clauses, largest domain size 26
1.91/2.07	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.07	c 2	Simplifing CSP by introducing new Boolean variables
1.91/2.07	c 2	CSP : 59 integers, 0 booleans, 669 clauses, largest domain size 26
1.91/2.07	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.16	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.00/2.17	c 2	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
2.00/2.17	c 2	12 (20%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.00/2.17	c 2	18 (30%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.00/2.17	c 2	24 (40%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.00/2.17	c 2	30 (50%) CSP integer variables are encoded (720 clauses, 7776 bytes)
2.00/2.18	c 2	36 (60%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.00/2.18	c 2	42 (70%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.00/2.18	c 2	48 (80%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.00/2.18	c 2	54 (90%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.00/2.18	c 2	59 (100%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
2.11/2.26	c 2	67 (10%) CSP clauses are encoded (8996 clauses, 149366 bytes)
2.21/2.31	c 2	134 (20%) CSP clauses are encoded (16629 clauses, 298906 bytes)
2.21/2.35	c 2	201 (30%) CSP clauses are encoded (24214 clauses, 449000 bytes)
2.21/2.39	c 2	268 (40%) CSP clauses are encoded (31815 clauses, 599475 bytes)
2.30/2.43	c 2	335 (50%) CSP clauses are encoded (39325 clauses, 750103 bytes)
2.30/2.47	c 2	402 (60%) CSP clauses are encoded (46919 clauses, 903366 bytes)
2.40/2.51	c 2	469 (70%) CSP clauses are encoded (54514 clauses, 1057446 bytes)
2.40/2.56	c 2	536 (80%) CSP clauses are encoded (62094 clauses, 1211908 bytes)
2.50/2.60	c 2	603 (90%) CSP clauses are encoded (69632 clauses, 1368674 bytes)
2.50/2.64	c 2	669 (100%) CSP clauses are encoded (77070 clauses, 1538782 bytes)
2.50/2.64	c 2	669 CSP clauses encoded
2.50/2.64	c 2	Writing map file : HOME/temp.map
2.50/2.64	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.64	c 2	SAT : 1475 SAT variables, 77070 SAT clauses, 1538782 bytes
2.50/2.64	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.55/2.70	c 2	SOLVING HOME/temp.cnf
2.55/2.70	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.55/2.70	c 2	This is MiniSat 2.0 beta
2.55/2.70	c 2	WARNING: for repeatability, setting FPU to use double precision
2.55/2.70	c 2	============================[ Problem Statistics ]=============================
2.55/2.70	c 2	|                                                                             |
2.55/2.70	c 2	|  Number of variables:  1475                                                 |
2.55/2.70	c 2	|  Number of clauses:    77070                                                |
2.55/2.75	c 2	|  Parsing time:         0.03         s                                       |
2.55/2.75	c 2	============================[ Search Statistics ]==============================
2.55/2.75	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.55/2.75	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.55/2.75	c 2	===============================================================================
2.55/2.75	c 2	|         0 |    1475    77070   290826 |    25690        0    nan |  0.000 % |
2.55/2.79	c 2	|       101 |    1475    77070   290826 |    28259      101     16 |  0.000 % |
2.57/2.83	c 3	|       252 |    1475    77070   290826 |    31084      252     16 |  0.001 % |
2.57/2.89	c 3	|       478 |    1475    77070   290826 |    34193      478     15 |  0.001 % |
2.57/2.99	c 3	|       817 |    1475    77070   290826 |    37612      817     16 |  0.002 % |
2.57/3.14	c 3	|      1323 |    1475    77070   290826 |    41374     1323     16 |  0.001 % |
3.14/3.35	c 3	|      2082 |    1475    77070   290826 |    45511     2082     16 |  0.002 % |
3.54/3.74	c 3	|      3222 |    1475    77070   290826 |    50062     3222     16 |  0.002 % |
4.14/4.34	c 4	|      4931 |    1475    77070   290826 |    55068     4931     16 |  0.001 % |
4.94/5.14	c 5	|      7493 |    1475    77070   290826 |    60575     7493     16 |  0.002 % |
6.32/6.58	c 6	|     11337 |    1475    77070   290826 |    66633    11337     17 |  0.002 % |
8.89/9.17	c 9	|     17105 |    1475    77070   290826 |    73296    17105     17 |  0.002 % |
12.67/12.97	c 13	|     25756 |    1475    77070   290826 |    80626    25756     18 |  0.002 % |
19.61/19.95	c 20	|     38733 |    1475    77070   290826 |    88688    38733     20 |  0.002 % |
32.99/33.42	c 33	|     58194 |    1475    77070   290826 |    97557    58194     20 |  0.001 % |
59.26/59.94	c 60	|     87388 |    1475    77070   290826 |   107313    87388     20 |  0.002 % |
98.42/99.49	c 99	|    131178 |    1475    77070   290826 |   118044    38810     23 |  0.002 % |
177.54/179.24	c 179	|    196862 |    1475    77070   290826 |   129849   104494     23 |  0.002 % |
289.96/292.68	c 292	|    295388 |    1475    77070   290826 |   142834    92812     23 |  0.002 % |
458.80/462.93	c 463	|    443177 |    1475    77070   290826 |   157117   119285     23 |  0.002 % |
704.97/711.27	c 711	|    664860 |    1475    77070   290826 |   172829    63338     23 |  0.002 % |
1120.08/1129.99	c 1130	|    997386 |    1475    77070   290826 |   190112    94641     24 |  0.002 % |
1772.07/1784.42	c 1784	|   1496174 |    1475    77070   290826 |   209123    84778     24 |  0.002 % |
1800.06/1812.41	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1812.41	c 1812	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/1812.41	c ERROR INTERRUPTED
1800.06/1812.41	s UNKNOWN
1800.06/1812.41	c 1812	CPU 2.45 (0.03 0.01 2.42 0.11)
1800.06/1812.41	c 1812	END Wed Jul  2 05:59:29 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-1039702-1214969357/watcher-1039702-1214969357 -o /tmp/evaluation-result-1039702-1214969357/solver-1039702-1214969357 -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-1039702-1214969357.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.92 1.98 1.99 4/81 7552
/proc/meminfo: memFree=1298256/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=12272 CPUtime=0
/proc/7552/stat : 7552 (sugar) R 7550 7552 7177 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 609182916 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 1 0 0
/proc/7552/statm: 3068 327 246 3 0 168 0

[startup+0.103302 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 7552
/proc/meminfo: memFree=1298256/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=0.03
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 609182916 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201313 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 7552
/proc/meminfo: memFree=1298256/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=0.03
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 609182916 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301326 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 7552
/proc/meminfo: memFree=1298256/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=0.03
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 609182916 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701368 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 7552
/proc/meminfo: memFree=1298256/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=0.03
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 609182916 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50246 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 7574
/proc/meminfo: memFree=1285296/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=0.66
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 973 5158 0 1 3 1 58 4 15 0 1 0 609182916 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 797 370 3 0 500 0
[pid=7565] ppid=7552 vsize=5356 CPUtime=0
/proc/7565/stat : 7565 (sh) S 7552 7552 7177 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 609182988 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7565/statm: 1339 233 193 169 0 50 0
[pid=7566] ppid=7565 vsize=864184 CPUtime=0.76
/proc/7566/stat : 7566 (java) S 7565 7552 7177 0 -1 0 7772 0 1 0 73 3 0 0 20 0 9 0 609182989 884924416 7024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7566/statm: 216046 7024 2540 9 0 210621 0
[pid=7566/tid=7567] ppid=7565 vsize=864184 CPUtime=0.47
/proc/7566/task/7567/stat : 7567 (java) R 7565 7552 7177 0 -1 64 2595 0 1 0 46 1 0 0 25 0 9 0 609182990 884924416 7024 996147200 134512640 134550740 4294955952 18446744073709551615 4125977229 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7568] ppid=7565 vsize=864184 CPUtime=0.19
/proc/7566/task/7568/stat : 7568 (java) S 7565 7552 7177 0 -1 64 4147 0 0 0 18 1 0 0 16 0 9 0 609182991 884924416 7024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7569] ppid=7565 vsize=864184 CPUtime=0
/proc/7566/task/7569/stat : 7569 (java) S 7565 7552 7177 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 609182991 884924416 7024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7570] ppid=7565 vsize=864184 CPUtime=0
/proc/7566/task/7570/stat : 7570 (java) S 7565 7552 7177 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 609182991 884924416 7024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7571] ppid=7565 vsize=864184 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7565 7552 7177 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 609182993 884924416 7024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7565 vsize=864184 CPUtime=0.07
/proc/7566/task/7572/stat : 7572 (java) S 7565 7552 7177 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 609182993 884924416 7024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7565 vsize=864184 CPUtime=0
/proc/7566/task/7573/stat : 7573 (java) S 7565 7552 7177 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 609182993 884924416 7024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7565 vsize=864184 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7565 7552 7177 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 609182993 884924416 7024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883140

[startup+3.10265 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 7574
/proc/meminfo: memFree=1262640/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 15 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 13600

[startup+6.30202 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 7576
/proc/meminfo: memFree=1287528/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=6772 CPUtime=3.56
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 1595 0 0 0 355 1 0 0 25 0 1 0 609183187 6934528 1581 996147200 134512640 135127466 4294956272 18446744073709551615 134528355 0 0 4096 3 0 0 0 17 0 0 0
/proc/7576/statm: 1693 1581 75 150 0 1540 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 25728

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 7576
/proc/meminfo: memFree=1285928/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=8400 CPUtime=9.9
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 1990 0 0 0 989 1 0 0 25 0 1 0 609183187 8601600 1976 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7576/statm: 2100 1976 75 150 0 1947 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 27356

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 7576
/proc/meminfo: memFree=1283368/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=11024 CPUtime=22.58
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 2629 0 0 0 2256 2 0 0 25 0 1 0 609183187 11288576 2615 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7576/statm: 2756 2615 75 150 0 2603 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 29980

[startup+51.1012 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 7576
/proc/meminfo: memFree=1279784/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=14476 CPUtime=47.96
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 3524 0 0 0 4793 3 0 0 25 0 1 0 609183187 14823424 3510 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/7576/statm: 3619 3510 75 150 0 3466 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 33432

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 7576
/proc/meminfo: memFree=1276328/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=17888 CPUtime=98.72
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 4350 0 0 0 9868 4 0 0 25 0 1 0 609183187 18317312 4336 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7576/statm: 4472 4336 75 150 0 4319 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 36844

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 7576
/proc/meminfo: memFree=1275880/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=18328 CPUtime=158.21
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 4456 0 0 0 15816 5 0 0 25 0 1 0 609183187 18767872 4442 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7576/statm: 4582 4442 75 150 0 4429 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 37284

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 7576
/proc/meminfo: memFree=1271784/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=22604 CPUtime=217.7
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 5504 0 0 0 21764 6 0 0 25 0 1 0 609183187 23146496 5490 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7576/statm: 5651 5490 75 150 0 5498 0
Current children cumulated CPU time (s) 220.27
Current children cumulated vsize (KiB) 41560

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

/proc/meminfo: memFree=1259304/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=34828 CPUtime=1347.93
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 8480 0 0 0 134783 10 0 0 25 0 1 0 609183187 35663872 8466 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7576/statm: 8707 8466 75 150 0 8554 0
Current children cumulated CPU time (s) 1350.5
Current children cumulated vsize (KiB) 53784

[startup+1422.3 s]
/proc/loadavg: 1.78 1.95 1.98 2/68 7602
/proc/meminfo: memFree=1331648/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=35376 CPUtime=1407.51
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 8600 0 0 0 140741 10 0 0 25 0 1 0 609183187 36225024 8586 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 8844 8586 75 150 0 8691 0
Current children cumulated CPU time (s) 1410.08
Current children cumulated vsize (KiB) 54332

[startup+1482.3 s]
/proc/loadavg: 1.28 1.77 1.92 2/68 7602
/proc/meminfo: memFree=1331456/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=35672 CPUtime=1467.48
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 8705 0 0 0 146738 10 0 0 25 0 1 0 609183187 36528128 8682 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 8918 8682 75 150 0 8765 0
Current children cumulated CPU time (s) 1470.05
Current children cumulated vsize (KiB) 54628

[startup+1542.31 s]
/proc/loadavg: 1.10 1.63 1.86 2/68 7602
/proc/meminfo: memFree=1331392/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=35672 CPUtime=1527.47
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 8706 0 0 0 152737 10 0 0 25 0 1 0 609183187 36528128 8683 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 8918 8683 75 150 0 8765 0
Current children cumulated CPU time (s) 1530.04
Current children cumulated vsize (KiB) 54628

[startup+1602.3 s]
/proc/loadavg: 1.04 1.51 1.80 2/68 7602
/proc/meminfo: memFree=1331392/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=35672 CPUtime=1587.45
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 8706 0 0 0 158735 10 0 0 25 0 1 0 609183187 36528128 8683 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 8918 8683 75 150 0 8765 0
Current children cumulated CPU time (s) 1590.02
Current children cumulated vsize (KiB) 54628

[startup+1662.3 s]
/proc/loadavg: 1.01 1.42 1.75 2/68 7602
/proc/meminfo: memFree=1331264/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=35824 CPUtime=1647.43
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 8736 0 0 0 164733 10 0 0 25 0 1 0 609183187 36683776 8713 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 8956 8713 75 150 0 8803 0
Current children cumulated CPU time (s) 1650
Current children cumulated vsize (KiB) 54780

[startup+1722.3 s]
/proc/loadavg: 1.00 1.34 1.70 2/68 7602
/proc/meminfo: memFree=1328128/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=39068 CPUtime=1707.42
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 9531 0 0 0 170731 11 0 0 25 0 1 0 609183187 40005632 9508 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 9767 9508 75 150 0 9614 0
Current children cumulated CPU time (s) 1709.99
Current children cumulated vsize (KiB) 58024

[startup+1782.3 s]
/proc/loadavg: 1.00 1.27 1.65 2/68 7602
/proc/meminfo: memFree=1327744/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=39480 CPUtime=1767.4
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 9611 0 0 0 176729 11 0 0 25 0 1 0 609183187 40427520 9588 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 9870 9588 75 150 0 9717 0
Current children cumulated CPU time (s) 1769.97
Current children cumulated vsize (KiB) 58436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.4 s]
/proc/loadavg: 1.00 1.25 1.63 2/68 7602
/proc/meminfo: memFree=1327744/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=39480 CPUtime=1797.49
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 9619 0 0 0 179738 11 0 0 25 0 1 0 609183187 40427520 9596 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 9870 9596 75 150 0 9717 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 58436

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

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

[startup+1812.4 s]
/proc/loadavg: 1.00 1.25 1.63 2/68 7602
/proc/meminfo: memFree=1327744/2055920 swapFree=4179932/4192956
[pid=7552] ppid=7550 vsize=13600 CPUtime=2.57
/proc/7552/stat : 7552 (sugar) S 7550 7552 7177 0 -1 4194304 1031 16899 0 2 3 1 242 11 16 0 1 0 609182916 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7552/statm: 3400 798 370 3 0 500 0
[pid=7575] ppid=7552 vsize=5356 CPUtime=0
/proc/7575/stat : 7575 (sh) S 7552 7552 7177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 609183187 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7575/statm: 1339 232 193 169 0 50 0
[pid=7576] ppid=7575 vsize=39480 CPUtime=1797.49
/proc/7576/stat : 7576 (minisat) R 7575 7552 7177 0 -1 4194304 9619 0 0 0 179738 11 0 0 25 0 1 0 609183187 40427520 9596 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 9870 9596 75 150 0 9717 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 58436

Child status: 0

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

Real time (s): 1812.42
CPU time (s): 1800.06
CPU user time (s): 1799.83
CPU system time (s): 0.23
CPU usage (%): 99.318
Max. virtual memory (cumulated for all children) (KiB): 883252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.45763
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18378
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= 2458
involuntary context switches= 2355

runsolver used 1.76773 second user time and 4.84926 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-02 05:29:17
IDJOB=1039702
IDBENCH=53634
IDSOLVER=346
FILE ID=node88/1039702-1214969357
PBS_JOBID= 7870340
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb59-26/normalized-frb59-26-2_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-1039702-1214969357/watcher-1039702-1214969357 -o /tmp/evaluation-result-1039702-1214969357/solver-1039702-1214969357 -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-1039702-1214969357.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 03886c973cfe9873c3b83680392c70e9
RANDOM SEED=1549491769

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1298736 kB
Buffers:         63628 kB
Cached:         540272 kB
SwapCached:       7148 kB
Active:         281008 kB
Inactive:       397016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1298736 kB
SwapTotal:     4192956 kB
SwapFree:      4179932 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          87424 kB
Slab:            64284 kB
Committed_AS:  1660692 kB
PageTables:       1984 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 node88 at 2008-07-02 05:59:31