Trace number 1100054

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+minisatUNSAT 524.605 528.914

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-37_ext.xml
MD5SUMab3553351ec8972fad25e17e705701ed
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.01778
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 21:34:01 2008
0.00/0.05	c 0	PID 12314
0.03/0.05	c 0	HOST node65.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1100054-1215286441.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1100054-1215286441.xml' 'HOME/temp.csp'
0.03/0.75	c 1	1 domains, 40 variables, 0 predicates, 135 relations, 135 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.71/0.86	c 1	Parsing HOME/temp.csp
1.30/1.41	c 2	parsed 311 expressions
1.30/1.41	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.41	c 2	Converting to clausal form CSP
1.30/1.44	c 2	converted 32 (10%) expressions
1.30/1.45	c 2	converted 63 (20%) expressions
1.30/1.45	c 2	converted 94 (30%) expressions
1.30/1.46	c 2	converted 125 (40%) expressions
1.30/1.46	c 2	converted 156 (50%) expressions
1.30/1.50	c 2	converted 187 (60%) expressions
1.40/1.53	c 2	converted 218 (70%) expressions
1.49/1.65	c 2	converted 249 (80%) expressions
1.49/1.68	c 2	converted 280 (90%) expressions
1.59/1.73	c 2	converted 311 (100%) expressions
1.59/1.73	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.59/1.73	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.73	c 2	Propagation in CSP
1.59/1.73	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.59/1.73	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.59/1.73	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.73	c 2	Simplifing CSP by introducing new Boolean variables
1.59/1.73	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.59/1.73	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.79	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.69/1.81	c 2	4 (10%) CSP integer variables are encoded (152 clauses, 1526 bytes)
1.69/1.81	c 2	8 (20%) CSP integer variables are encoded (304 clauses, 3198 bytes)
1.69/1.81	c 2	12 (30%) CSP integer variables are encoded (456 clauses, 4870 bytes)
1.69/1.82	c 2	16 (40%) CSP integer variables are encoded (608 clauses, 6542 bytes)
1.69/1.82	c 2	20 (50%) CSP integer variables are encoded (760 clauses, 8214 bytes)
1.69/1.82	c 2	24 (60%) CSP integer variables are encoded (912 clauses, 9886 bytes)
1.69/1.82	c 2	28 (70%) CSP integer variables are encoded (1064 clauses, 11739 bytes)
1.69/1.82	c 2	32 (80%) CSP integer variables are encoded (1216 clauses, 13715 bytes)
1.69/1.82	c 2	36 (90%) CSP integer variables are encoded (1368 clauses, 15691 bytes)
1.69/1.82	c 2	40 (100%) CSP integer variables are encoded (1520 clauses, 17667 bytes)
1.69/1.89	c 2	14 (10%) CSP clauses are encoded (6445 clauses, 103293 bytes)
1.79/1.93	c 2	27 (20%) CSP clauses are encoded (11061 clauses, 191725 bytes)
1.79/1.96	c 2	41 (30%) CSP clauses are encoded (16011 clauses, 290268 bytes)
1.79/1.99	c 2	54 (40%) CSP clauses are encoded (20594 clauses, 381989 bytes)
1.90/2.02	c 2	68 (50%) CSP clauses are encoded (25567 clauses, 481125 bytes)
1.90/2.05	c 2	81 (60%) CSP clauses are encoded (30131 clauses, 571575 bytes)
1.90/2.09	c 2	95 (70%) CSP clauses are encoded (35117 clauses, 671599 bytes)
2.00/2.12	c 2	108 (80%) CSP clauses are encoded (39752 clauses, 767498 bytes)
2.00/2.15	c 2	122 (90%) CSP clauses are encoded (44709 clauses, 876610 bytes)
2.00/2.19	c 3	135 (100%) CSP clauses are encoded (49313 clauses, 982032 bytes)
2.00/2.19	c 3	135 CSP clauses encoded
2.00/2.19	c 3	Writing map file : HOME/temp.map
2.00/2.19	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.19	c 3	SAT : 1560 SAT variables, 49313 SAT clauses, 982032 bytes
2.00/2.19	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.25	c 3	SOLVING HOME/temp.cnf
2.09/2.25	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.09/2.25	c 3	This is MiniSat 2.0 beta
2.09/2.25	c 3	WARNING: for repeatability, setting FPU to use double precision
2.09/2.25	c 3	============================[ Problem Statistics ]=============================
2.09/2.25	c 3	|                                                                             |
2.09/2.25	c 3	|  Number of variables:  1560                                                 |
2.09/2.25	c 3	|  Number of clauses:    49313                                                |
2.09/2.28	c 3	|  Parsing time:         0.03         s                                       |
2.09/2.28	c 3	============================[ Search Statistics ]==============================
2.09/2.28	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.09/2.28	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.09/2.28	c 3	===============================================================================
2.09/2.28	c 3	|         0 |    1560    49313   184789 |    16437        0    nan |  0.000 % |
2.12/2.31	c 3	|       101 |    1560    49313   184789 |    18081      101      8 |  0.000 % |
2.12/2.34	c 3	|       252 |    1560    49313   184789 |    19889      252     10 |  0.001 % |
2.12/2.38	c 3	|       479 |    1560    49313   184789 |    21878      479     10 |  0.003 % |
2.12/2.44	c 3	|       816 |    1560    49313   184789 |    24066      816     11 |  0.002 % |
2.12/2.53	c 3	|      1322 |    1560    49313   184789 |    26473     1322     12 |  0.001 % |
2.12/2.68	c 3	|      2082 |    1560    49313   184789 |    29120     2082     12 |  0.002 % |
2.12/2.89	c 3	|      3221 |    1560    49313   184789 |    32032     3221     12 |  0.003 % |
2.12/3.19	c 4	|      4929 |    1560    49313   184789 |    35235     4929     12 |  0.003 % |
3.54/3.70	c 4	|      7492 |    1560    49313   184789 |    38759     7492     13 |  0.003 % |
4.43/4.69	c 5	|     11337 |    1560    49313   184789 |    42635    11337     14 |  0.000 % |
6.21/6.41	c 7	|     17104 |    1560    49313   184789 |    46898    17104     14 |  0.006 % |
8.19/8.47	c 9	|     25753 |    1559    49237   184570 |    51588    13580     14 |  0.064 % |
11.95/12.24	c 13	|     38730 |    1558    49167   184333 |    56747    20294     14 |  0.129 % |
19.87/20.25	c 21	|     58191 |    1558    49167   184333 |    62422    39755     15 |  0.129 % |
34.72/35.28	c 36	|     87383 |    1558    49167   184333 |    68664    21671     15 |  0.131 % |
56.29/57.03	c 57	|    131173 |    1558    49167   184333 |    75530    65461     16 |  0.131 % |
87.97/89.03	c 89	|    196857 |    1555    48935   183530 |    83083    59049     15 |  0.321 % |
144.27/145.91	c 146	|    295383 |    1555    48935   183530 |    91392    25785     16 |  0.321 % |
231.57/234.17	c 235	|    443172 |    1551    48594   182228 |   100531    52362     17 |  0.577 % |
363.59/367.57	c 368	|    664856 |    1545    48050   180115 |   110584    81478     19 |  0.962 % |
524.39/528.77	c 529	===============================================================================
524.39/528.77	c 529	restarts              : 21
524.39/528.77	c 529	conflicts             : 926012         (1773 /sec)
524.39/528.77	c 529	decisions             : 1229373        (1.55 % random) (2354 /sec)
524.39/528.77	c 529	propagations          : 135206369      (258891 /sec)
524.39/528.77	c 529	conflict literals     : 16321834       (39.96 % deleted)
524.39/528.77	c 529	Memory used           : 19.57 MB
524.39/528.77	c 529	CPU time              : 522.253 s
524.39/528.77	c 529	
524.39/528.77	c 529	UNSATISFIABLE
524.39/528.78	c 529	DECODING HOME/temp.out WITH HOME/temp.map
524.39/528.78	c 529	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
524.48/528.86	c 529	Decoding HOME/temp.out
524.48/528.88	s UNSATISFIABLE
524.48/528.89	c 529	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
524.48/528.91	c 529	CPU 524.35 (0.04 0.01 524.31 0.23)
524.48/528.91	c 529	END Sat Jul  5 21:42:50 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1100054-1215286441/watcher-1100054-1215286441 -o /tmp/evaluation-result-1100054-1215286441/solver-1100054-1215286441 -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-1100054-1215286441.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: 2.19 2.08 2.02 4/90 12314
/proc/meminfo: memFree=1575056/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=18572 CPUtime=0
/proc/12314/stat : 12314 (runsolver) R 12312 12314 8148 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 2007613929 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12314/statm: 4643 292 257 25 0 2626 0

[startup+0.0506659 s]
/proc/loadavg: 2.19 2.08 2.02 4/90 12314
/proc/meminfo: memFree=1575056/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=0.03
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2007613929 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101213 s]
/proc/loadavg: 2.19 2.08 2.02 4/90 12314
/proc/meminfo: memFree=1575056/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=0.03
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007613929 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301227 s]
/proc/loadavg: 2.19 2.08 2.02 4/90 12314
/proc/meminfo: memFree=1575056/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=0.03
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007613929 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701264 s]
/proc/loadavg: 2.19 2.08 2.02 4/90 12314
/proc/meminfo: memFree=1575056/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=0.03
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007613929 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50233 s]
/proc/loadavg: 2.19 2.08 2.02 3/101 12336
/proc/meminfo: memFree=1565880/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=0.71
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 973 4693 0 1 3 0 64 4 15 0 1 0 2007613929 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 797 370 3 0 500 0
[pid=12327] ppid=12314 vsize=5356 CPUtime=0
/proc/12327/stat : 12327 (sh) S 12314 12314 8148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007614007 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12327/statm: 1339 233 193 169 0 50 0
[pid=12328] ppid=12327 vsize=864224 CPUtime=0.69
/proc/12328/stat : 12328 (java) S 12327 12314 8148 0 -1 0 7330 0 1 0 66 3 0 0 19 0 9 0 2007614007 884965376 6605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12328/statm: 216056 6605 2540 9 0 210631 0
[pid=12328/tid=12329] ppid=12327 vsize=864224 CPUtime=0.4
/proc/12328/task/12329/stat : 12329 (java) R 12327 12314 8148 0 -1 64 2583 0 1 0 39 1 0 0 22 0 9 0 2007614008 884965376 6605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12328/tid=12330] ppid=12327 vsize=864224 CPUtime=0.2
/proc/12328/task/12330/stat : 12330 (java) R 12327 12314 8148 0 -1 64 3717 0 0 0 19 1 0 0 16 0 9 0 2007614009 884965376 6605 996147200 134512640 134550740 4294955952 18446744073709551615 101588304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12328/tid=12331] ppid=12327 vsize=864224 CPUtime=0
/proc/12328/task/12331/stat : 12331 (java) S 12327 12314 8148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007614010 884965376 6605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12328/tid=12332] ppid=12327 vsize=864224 CPUtime=0
/proc/12328/task/12332/stat : 12332 (java) S 12327 12314 8148 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2007614010 884965376 6605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12328/tid=12333] ppid=12327 vsize=864224 CPUtime=0
/proc/12328/task/12333/stat : 12333 (java) S 12327 12314 8148 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007614012 884965376 6605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12328/tid=12334] ppid=12327 vsize=864224 CPUtime=0.06
/proc/12328/task/12334/stat : 12334 (java) S 12327 12314 8148 0 -1 64 332 0 0 0 6 0 0 0 16 0 9 0 2007614012 884965376 6605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12328/tid=12335] ppid=12327 vsize=864224 CPUtime=0
/proc/12328/task/12335/stat : 12335 (java) S 12327 12314 8148 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007614012 884965376 6605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12328/tid=12336] ppid=12327 vsize=864224 CPUtime=0
/proc/12328/task/12336/stat : 12336 (java) S 12327 12314 8148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007614012 884965376 6605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883180

[startup+3.10146 s]
/proc/loadavg: 2.19 2.08 2.02 4/101 12336
/proc/meminfo: memFree=1548920/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 15 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 13600

[startup+6.30273 s]
/proc/loadavg: 2.17 2.08 2.02 3/93 12338
/proc/meminfo: memFree=1566200/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=5868 CPUtime=3.99
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 1351 0 0 0 399 0 0 0 25 0 1 0 2007614154 6008832 1337 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 1467 1337 75 150 0 1314 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 24824

[startup+12.7013 s]
/proc/loadavg: 2.16 2.08 2.02 3/93 12338
/proc/meminfo: memFree=1565560/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=6436 CPUtime=10.32
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 1498 0 0 0 1032 0 0 0 25 0 1 0 2007614154 6590464 1484 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 1609 1484 75 150 0 1456 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 25392

[startup+25.5013 s]
/proc/loadavg: 2.12 2.07 2.02 3/93 12338
/proc/meminfo: memFree=1562744/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=9216 CPUtime=22.99
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 2179 0 0 0 2298 1 0 0 25 0 1 0 2007614154 9437184 2165 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 2304 2165 75 150 0 2151 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 28172

[startup+51.1014 s]
/proc/loadavg: 2.08 2.06 2.01 3/93 12338
/proc/meminfo: memFree=1561400/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=10524 CPUtime=48.33
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 2489 0 0 0 4831 2 0 0 25 0 1 0 2007614154 10776576 2475 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 2631 2475 75 150 0 2478 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 29480

[startup+102.307 s]
/proc/loadavg: 2.03 2.05 2.01 3/93 12338
/proc/meminfo: memFree=1558776/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=13044 CPUtime=99.01
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 3137 0 0 0 9898 3 0 0 25 0 1 0 2007614154 13357056 3123 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 3261 3123 75 150 0 3108 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 32000

[startup+162.302 s]
/proc/loadavg: 2.01 2.04 2.00 3/93 12338
/proc/meminfo: memFree=1556920/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=14908 CPUtime=158.38
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 3578 0 0 0 15835 3 0 0 25 0 1 0 2007614154 15265792 3564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 3727 3564 75 150 0 3574 0
Current children cumulated CPU time (s) 160.5
Current children cumulated vsize (KiB) 33864

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/93 12338
/proc/meminfo: memFree=1555896/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=15848 CPUtime=217.77
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 3835 0 0 0 21773 4 0 0 25 0 1 0 2007614154 16228352 3821 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 3962 3821 75 150 0 3809 0
Current children cumulated CPU time (s) 219.89
Current children cumulated vsize (KiB) 34804

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 12338
/proc/meminfo: memFree=1554552/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=17376 CPUtime=277.15
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 4182 0 0 0 27711 4 0 0 25 0 1 0 2007614154 17793024 4168 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 4344 4168 75 150 0 4191 0
Current children cumulated CPU time (s) 279.27
Current children cumulated vsize (KiB) 36332

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 12338
/proc/meminfo: memFree=1554104/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=17656 CPUtime=336.53
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 4258 0 0 0 33649 4 0 0 25 0 1 0 2007614154 18079744 4244 996147200 134512640 135127466 4294956256 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 4414 4244 75 150 0 4261 0
Current children cumulated CPU time (s) 338.65
Current children cumulated vsize (KiB) 36612

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 12376
/proc/meminfo: memFree=1702672/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=19772 CPUtime=396.26
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 4794 0 0 0 39620 6 0 0 25 0 1 0 2007614154 20246528 4780 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12338/statm: 4943 4780 75 150 0 4790 0
Current children cumulated CPU time (s) 398.38
Current children cumulated vsize (KiB) 38728

[startup+462.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/102 12431
/proc/meminfo: memFree=1645408/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=19908 CPUtime=456.21
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 4812 0 0 0 45611 10 0 0 25 0 1 0 2007614154 20385792 4798 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 4977 4798 75 150 0 4824 0
Current children cumulated CPU time (s) 458.33
Current children cumulated vsize (KiB) 38864

[startup+522.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/102 12431
/proc/meminfo: memFree=1645344/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=20040 CPUtime=515.9
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 4859 0 0 0 51580 10 0 0 25 0 1 0 2007614154 20520960 4845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 5010 4845 75 150 0 4857 0
Current children cumulated CPU time (s) 518.02
Current children cumulated vsize (KiB) 38996

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

[startup+524.707 s]
/proc/loadavg: 2.02 2.02 2.00 3/102 12431
/proc/meminfo: memFree=1645344/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=20040 CPUtime=518.29
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 4859 0 0 0 51819 10 0 0 25 0 1 0 2007614154 20520960 4845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 5010 4845 75 150 0 4857 0
Current children cumulated CPU time (s) 520.41
Current children cumulated vsize (KiB) 38996

[startup+526.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/102 12431
/proc/meminfo: memFree=1645344/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=20040 CPUtime=519.88
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 4859 0 0 0 51978 10 0 0 25 0 1 0 2007614154 20520960 4845 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 5010 4845 75 150 0 4857 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 38996

[startup+527.903 s]
/proc/loadavg: 2.02 2.02 2.00 3/102 12431
/proc/meminfo: memFree=1645344/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=20040 CPUtime=521.48
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 4859 0 0 0 52138 10 0 0 25 0 1 0 2007614154 20520960 4845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 5010 4845 75 150 0 4857 0
Current children cumulated CPU time (s) 523.6
Current children cumulated vsize (KiB) 38996

[startup+528.703 s]
/proc/loadavg: 2.02 2.02 2.00 3/102 12431
/proc/meminfo: memFree=1645344/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=2.12
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1031 13928 0 2 4 1 197 10 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
[pid=12337] ppid=12314 vsize=5356 CPUtime=0
/proc/12337/stat : 12337 (sh) S 12314 12314 8148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007614154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12337/statm: 1339 232 193 169 0 50 0
[pid=12338] ppid=12337 vsize=20040 CPUtime=522.27
/proc/12338/stat : 12338 (minisat) R 12337 12314 8148 0 -1 4194304 4859 0 0 0 52217 10 0 0 25 0 1 0 2007614154 20520960 4845 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/12338/statm: 5010 4845 75 150 0 4857 0
Current children cumulated CPU time (s) 524.39
Current children cumulated vsize (KiB) 38996

[startup+528.903 s]
/proc/loadavg: 2.02 2.02 2.00 3/102 12431
/proc/meminfo: memFree=1645344/2055920 swapFree=4180840/4192956
[pid=12314] ppid=12312 vsize=13600 CPUtime=524.48
/proc/12314/stat : 12314 (sugar) S 12312 12314 8148 0 -1 4194304 1089 19081 0 2 4 1 52422 21 16 0 1 0 2007613929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12314/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 524.48
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 528.914
CPU time (s): 524.605
CPU user time (s): 524.358
CPU system time (s): 0.246962
CPU usage (%): 99.1854
Max. virtual memory (cumulated for all children) (KiB): 883292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 524.358
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23848
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1839
involuntary context switches= 19533

runsolver used 0.603908 second user time and 1.82572 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 21:34:01
IDJOB=1100054
IDBENCH=59823
IDSOLVER=346
FILE ID=node65/1100054-1215286441
PBS_JOBID= 7882207
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-37_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-1100054-1215286441/watcher-1100054-1215286441 -o /tmp/evaluation-result-1100054-1215286441/solver-1100054-1215286441 -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-1100054-1215286441.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ab3553351ec8972fad25e17e705701ed
RANDOM SEED=1056891263

node65.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:       1575536 kB
Buffers:         34500 kB
Cached:         169172 kB
SwapCached:       6584 kB
Active:         365028 kB
Inactive:        61768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575536 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:         235468 kB
Slab:            37660 kB
Committed_AS:  4757756 kB
PageTables:       2764 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= 66468 MiB
End job on node65 at 2008-07-05 21:42:50