Trace number 2059983

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

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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:11:19 2009
0.00/0.08	c 0	PID 10295
0.06/0.08	c 0	HOST node30.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2059983-1247325079.xml TO HOME/temp.csp
0.06/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-2059983-1247325079.xml' 'HOME/temp.csp'
0.06/0.97	c 1	1 domains, 59 variables, 0 predicates, 669 relations, 669 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	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.93/1.06	c 1	Parsing HOME/temp.csp
1.62/1.72	c 2	parsed 1398 expressions
1.62/1.73	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.73	c 2	Converting to clausal form CSP
1.62/1.76	c 2	converted 140 (10%) expressions
1.62/1.77	c 2	converted 280 (20%) expressions
1.72/1.86	c 2	converted 420 (30%) expressions
1.72/1.86	c 2	converted 560 (40%) expressions
1.72/1.87	c 2	converted 699 (50%) expressions
1.83/1.93	c 2	converted 839 (60%) expressions
1.93/2.00	c 2	converted 979 (70%) expressions
1.93/2.06	c 2	converted 1119 (80%) expressions
2.03/2.12	c 2	converted 1259 (90%) expressions
2.22/2.37	c 2	converted 1398 (100%) expressions
2.22/2.37	c 2	CSP : 59 integers, 0 booleans, 669 clauses, largest domain size 26
2.22/2.37	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.37	c 2	Propagation in CSP
2.22/2.37	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.22/2.37	c 2	CSP : 59 integers, 0 booleans, 669 clauses, largest domain size 26
2.22/2.37	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.38	c 2	Simplifing CSP by introducing new Boolean variables
2.22/2.38	c 2	CSP : 59 integers, 0 booleans, 669 clauses, largest domain size 26
2.22/2.38	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/2.47	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.33/2.48	c 2	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
2.33/2.49	c 2	12 (20%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.33/2.49	c 3	18 (30%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.33/2.49	c 3	24 (40%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.33/2.49	c 3	30 (50%) CSP integer variables are encoded (720 clauses, 7776 bytes)
2.33/2.49	c 3	36 (60%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.33/2.49	c 3	42 (70%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.33/2.49	c 3	48 (80%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.33/2.49	c 3	54 (90%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.33/2.50	c 3	59 (100%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
2.42/2.59	c 3	67 (10%) CSP clauses are encoded (8996 clauses, 149366 bytes)
2.52/2.63	c 3	134 (20%) CSP clauses are encoded (16629 clauses, 298906 bytes)
2.52/2.68	c 3	201 (30%) CSP clauses are encoded (24214 clauses, 449000 bytes)
2.62/2.72	c 3	268 (40%) CSP clauses are encoded (31815 clauses, 599475 bytes)
2.62/2.77	c 3	335 (50%) CSP clauses are encoded (39325 clauses, 750103 bytes)
2.72/2.82	c 3	402 (60%) CSP clauses are encoded (46919 clauses, 903366 bytes)
2.72/2.86	c 3	469 (70%) CSP clauses are encoded (54514 clauses, 1057446 bytes)
2.82/2.91	c 3	536 (80%) CSP clauses are encoded (62094 clauses, 1211908 bytes)
2.82/2.95	c 3	603 (90%) CSP clauses are encoded (69632 clauses, 1368674 bytes)
2.92/3.00	c 3	669 (100%) CSP clauses are encoded (77070 clauses, 1538782 bytes)
2.92/3.00	c 3	669 CSP clauses encoded
2.92/3.00	c 3	Writing map file : HOME/temp.map
2.92/3.00	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.92/3.00	c 3	SAT : 1475 SAT variables, 77070 SAT clauses, 1538782 bytes
2.92/3.00	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.92/3.03	c 3	SOLVING HOME/temp.cnf
2.92/3.03	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.92/3.03	c 3	This is MiniSat 2.0 beta
2.92/3.03	c 3	WARNING: for repeatability, setting FPU to use double precision
2.92/3.03	c 3	============================[ Problem Statistics ]=============================
2.92/3.03	c 3	|                                                                             |
2.92/3.03	c 3	|  Number of variables:  1475                                                 |
2.92/3.03	c 3	|  Number of clauses:    77070                                                |
2.92/3.08	c 3	|  Parsing time:         0.04         s                                       |
2.92/3.08	c 3	============================[ Search Statistics ]==============================
2.92/3.08	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.92/3.08	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.92/3.08	c 3	===============================================================================
2.92/3.08	c 3	|         0 |    1475    77070   290826 |    25690        0    nan |  0.000 % |
2.94/3.12	c 3	|       101 |    1475    77070   290826 |    28259      101     16 |  0.000 % |
2.94/3.17	c 3	|       252 |    1475    77070   290826 |    31084      252     16 |  0.001 % |
3.10/3.24	c 3	|       478 |    1475    77070   290826 |    34193      478     15 |  0.001 % |
3.20/3.35	c 3	|       817 |    1475    77070   290826 |    37612      817     16 |  0.002 % |
3.39/3.52	c 4	|      1323 |    1475    77070   290826 |    41374     1323     16 |  0.001 % |
3.58/3.76	c 4	|      2082 |    1475    77070   290826 |    45511     2082     16 |  0.002 % |
4.08/4.21	c 4	|      3222 |    1475    77070   290826 |    50062     3222     16 |  0.002 % |
4.68/4.89	c 5	|      4931 |    1475    77070   290826 |    55068     4931     16 |  0.001 % |
5.67/5.81	c 6	|      7493 |    1475    77070   290826 |    60575     7493     16 |  0.002 % |
7.26/7.41	c 7	|     11337 |    1475    77070   290826 |    66633    11337     17 |  0.002 % |
10.02/10.29	c 10	|     17105 |    1475    77070   290826 |    73296    17105     17 |  0.002 % |
14.18/14.48	c 14	|     25756 |    1475    77070   290826 |    80626    25756     18 |  0.002 % |
22.00/22.34	c 22	|     38733 |    1475    77070   290826 |    88688    38733     20 |  0.002 % |
36.87/37.35	c 37	|     58194 |    1475    77070   290826 |    97557    58194     20 |  0.001 % |
66.49/67.22	c 67	|     87388 |    1475    77070   290826 |   107313    87388     20 |  0.002 % |
110.36/111.59	c 112	|    131178 |    1475    77070   290826 |   118044    38810     23 |  0.002 % |
195.46/196.86	c 197	|    196862 |    1475    77070   290826 |   129849   104494     23 |  0.002 % |
316.01/317.46	c 317	|    295388 |    1475    77070   290826 |   142834    92812     23 |  0.002 % |
497.33/498.87	c 499	|    443177 |    1475    77070   290826 |   157117   119285     23 |  0.002 % |
759.52/761.19	c 761	|    664860 |    1475    77070   290826 |   172829    63338     23 |  0.002 % |
1189.35/1192.61	c 1193	|    997386 |    1475    77070   290826 |   190112    94641     24 |  0.002 % |
1800.04/1809.11	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1809.11	c 1809	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.04/1809.11	c ERROR INTERRUPTED
1800.04/1809.11	s UNKNOWN
1800.04/1809.11	c 1809	CPU 2.95 (0.06 0.02 2.72 0.15)
1800.04/1809.11	c 1809	END Sat Jul 11 17:41:28 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-2059983-1247325079/watcher-2059983-1247325079 -o /tmp/evaluation-result-2059983-1247325079/solver-2059983-1247325079 -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-2059983-1247325079.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.97 4/84 10295
/proc/meminfo: memFree=823112/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=12268 CPUtime=0
/proc/10295/stat : 10295 (sugar) R 10293 10295 9559 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19574013 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/10295/statm: 3067 316 241 3 0 167 0

[startup+0.0839679 s]
/proc/loadavg: 1.92 1.98 1.97 4/84 10295
/proc/meminfo: memFree=823112/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16740 CPUtime=0.06
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 19574013 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101659 s]
/proc/loadavg: 1.92 1.98 1.97 4/84 10295
/proc/meminfo: memFree=823112/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=0.06
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19574013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301684 s]
/proc/loadavg: 1.92 1.98 1.97 4/84 10295
/proc/meminfo: memFree=823112/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=0.06
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19574013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701744 s]
/proc/loadavg: 1.92 1.98 1.97 4/84 10295
/proc/meminfo: memFree=823112/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=0.06
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19574013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50186 s]
/proc/loadavg: 1.92 1.98 1.97 3/88 10310
/proc/meminfo: memFree=817576/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=0.93
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1309 5224 0 1 5 1 82 5 16 0 1 0 19574013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1111 409 3 0 796 0
[pid=10308] ppid=10295 vsize=5356 CPUtime=0
/proc/10308/stat : 10308 (sh) S 10295 10295 9559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19574111 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10308/statm: 1339 233 193 169 0 50 0
[pid=10309] ppid=10308 vsize=862284 CPUtime=0.49
/proc/10309/stat : 10309 (java) S 10308 10295 9559 0 -1 0 6136 0 1 0 45 4 0 0 18 0 9 0 19574112 882978816 5420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10309/statm: 215571 5420 2158 9 0 210484 0
[pid=10309/tid=10310] ppid=10308 vsize=862284 CPUtime=0.33
/proc/10309/task/10310/stat : 10310 (java) R 10308 10295 9559 0 -1 64 2022 0 1 0 32 1 0 0 22 0 9 0 19574112 882978816 5420 996147200 134512640 134550932 4294955936 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) 884508

[startup+3.1021 s]
/proc/loadavg: 1.92 1.98 1.97 4/95 10317
/proc/meminfo: memFree=789936/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 16868

[startup+6.30156 s]
/proc/loadavg: 1.93 1.98 1.97 3/87 10319
/proc/meminfo: memFree=811632/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=6640 CPUtime=3.23
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 1546 0 0 0 322 1 0 0 25 0 1 0 19574316 6799360 1532 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 1660 1532 75 150 0 1507 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 28864

[startup+12.7015 s]
/proc/loadavg: 1.93 1.98 1.97 3/87 10319
/proc/meminfo: memFree=810160/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=8004 CPUtime=9.56
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 1909 0 0 0 955 1 0 0 25 0 1 0 19574316 8196096 1895 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 2001 1895 75 150 0 1848 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 30228

[startup+25.5014 s]
/proc/loadavg: 1.95 1.98 1.97 3/87 10319
/proc/meminfo: memFree=807728/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=10496 CPUtime=22.24
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 2520 0 0 0 2222 2 0 0 25 0 1 0 19574316 10747904 2506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 2624 2506 75 150 0 2471 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 32720

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.97 3/87 10319
/proc/meminfo: memFree=804400/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=13940 CPUtime=47.6
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 3363 0 0 0 4757 3 0 0 25 0 1 0 19574316 14274560 3349 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 3485 3349 75 150 0 3332 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 36164

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.97 3/87 10319
/proc/meminfo: memFree=800304/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=17888 CPUtime=98.32
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 4341 0 0 0 9828 4 0 0 25 0 1 0 19574316 18317312 4327 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 4472 4327 75 150 0 4319 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 40112

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.97 3/87 10319
/proc/meminfo: memFree=746864/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=18052 CPUtime=158.02
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 4383 0 0 0 15798 4 0 0 25 0 1 0 19574316 18485248 4369 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/10319/statm: 4513 4369 75 150 0 4360 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 40276

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 1.97 4/87 10319
/proc/meminfo: memFree=743472/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=21468 CPUtime=218
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 5232 0 0 0 21795 5 0 0 25 0 1 0 19574316 21983232 5218 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10319/statm: 5367 5218 75 150 0 5214 0
Current children cumulated CPU time (s) 220.94
Current children cumulated vsize (KiB) 43692

[startup+282.302 s]
/proc/loadavg: 2.04 2.00 1.98 3/87 10319
/proc/meminfo: memFree=742320/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=22604 CPUtime=277.99
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 5509 0 0 0 27793 6 0 0 25 0 1 0 19574316 23146496 5495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10319/statm: 5651 5495 75 150 0 5498 0
Current children cumulated CPU time (s) 280.93
Current children cumulated vsize (KiB) 44828

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

/proc/meminfo: memFree=911120/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=34656 CPUtime=1354.51
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 8469 0 0 0 135434 17 0 0 25 0 1 0 19574316 35487744 8455 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 8664 8455 75 150 0 8511 0
Current children cumulated CPU time (s) 1357.45
Current children cumulated vsize (KiB) 56880

[startup+1422.31 s]
/proc/loadavg: 2.05 2.04 1.97 3/75 10669
/proc/meminfo: memFree=911120/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=34656 CPUtime=1413.95
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 8469 0 0 0 141378 17 0 0 25 0 1 0 19574316 35487744 8455 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 8664 8455 75 150 0 8511 0
Current children cumulated CPU time (s) 1416.89
Current children cumulated vsize (KiB) 56880

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/75 10669
/proc/meminfo: memFree=910928/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=34828 CPUtime=1473.37
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 8509 0 0 0 147320 17 0 0 25 0 1 0 19574316 35663872 8495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 8707 8495 75 150 0 8554 0
Current children cumulated CPU time (s) 1476.31
Current children cumulated vsize (KiB) 57052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/75 10669
/proc/meminfo: memFree=910544/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=35376 CPUtime=1532.81
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 8603 0 0 0 153264 17 0 0 25 0 1 0 19574316 36225024 8589 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 8844 8589 75 150 0 8691 0
Current children cumulated CPU time (s) 1535.75
Current children cumulated vsize (KiB) 57600

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/75 10669
/proc/meminfo: memFree=910096/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=35672 CPUtime=1592.24
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 8706 0 0 0 159207 17 0 0 25 0 1 0 19574316 36528128 8683 996147200 134512640 135127466 4294956256 18446744073709551615 134523398 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 8918 8683 75 150 0 8765 0
Current children cumulated CPU time (s) 1595.18
Current children cumulated vsize (KiB) 57896

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/75 10669
/proc/meminfo: memFree=910096/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=35672 CPUtime=1651.68
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 8706 0 0 0 165151 17 0 0 25 0 1 0 19574316 36528128 8683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 8918 8683 75 150 0 8765 0
Current children cumulated CPU time (s) 1654.62
Current children cumulated vsize (KiB) 57896

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/75 10669
/proc/meminfo: memFree=910032/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=35672 CPUtime=1711.11
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 8706 0 0 0 171094 17 0 0 25 0 1 0 19574316 36528128 8683 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 8918 8683 75 150 0 8765 0
Current children cumulated CPU time (s) 1714.05
Current children cumulated vsize (KiB) 57896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 10669
/proc/meminfo: memFree=909968/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=35824 CPUtime=1770.55
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 8729 0 0 0 177038 17 0 0 25 0 1 0 19574316 36683776 8706 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 8956 8706 75 150 0 8803 0
Current children cumulated CPU time (s) 1773.49
Current children cumulated vsize (KiB) 58048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 10669
/proc/meminfo: memFree=909648/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=36112 CPUtime=1797.1
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 8799 0 0 0 179692 18 0 0 25 0 1 0 19574316 36978688 8776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 9028 8776 75 150 0 8875 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 58336

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

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

[startup+1809.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 10669
/proc/meminfo: memFree=909648/2055920 swapFree=4192956/4192956
[pid=10295] ppid=10293 vsize=16868 CPUtime=2.94
/proc/10295/stat : 10295 (sugar) S 10293 10295 9559 0 -1 4194304 1376 16967 0 2 6 2 272 14 16 0 1 0 19574013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10295/statm: 4217 1113 409 3 0 796 0
[pid=10318] ppid=10295 vsize=5356 CPUtime=0
/proc/10318/stat : 10318 (sh) S 10295 10295 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19574316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10318/statm: 1339 232 193 169 0 50 0
[pid=10319] ppid=10318 vsize=36112 CPUtime=1797.1
/proc/10319/stat : 10319 (minisat) R 10318 10295 9559 0 -1 4194304 8799 0 0 0 179692 18 0 0 25 0 1 0 19574316 36978688 8776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10319/statm: 9028 8776 75 150 0 8875 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 58336

Child status: 0

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

Real time (s): 1809.12
CPU time (s): 1800.04
CPU user time (s): 1799.7
CPU system time (s): 0.34
CPU usage (%): 99.498
Max. virtual memory (cumulated for all children) (KiB): 886580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.78658
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18824
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= 2406
involuntary context switches= 2346

runsolver used 2.06768 second user time and 6.11307 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-11 17:11:19
IDJOB=2059983
IDBENCH=53634
IDSOLVER=739
FILE ID=node30/2059983-1247325079
PBS_JOBID= 9506567
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/frb59-26/normalized-frb59-26-2_ext.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-2059983-1247325079/watcher-2059983-1247325079 -o /tmp/evaluation-result-2059983-1247325079/solver-2059983-1247325079 -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-2059983-1247325079.xml

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

MD5SUM BENCH= 03886c973cfe9873c3b83680392c70e9
RANDOM SEED=1100141895

node30.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.277
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.277
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:        823592 kB
Buffers:         54364 kB
Cached:         968560 kB
SwapCached:          0 kB
Active:         245044 kB
Inactive:       935348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        823592 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2020 kB
Writeback:           0 kB
Mapped:         173188 kB
Slab:            36912 kB
Committed_AS:   831448 kB
PageTables:       1988 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= 66376 MiB
End job on node30 at 2009-07-11 17:41:30