Trace number 1100032

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 780.584 788.117

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-66_ext.xml
MD5SUM1fa392c0e1d3c46429e536f63ebe8661
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 benchmark12.3951
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 21:32:32 2008
0.00/0.04	c 0	PID 15529
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1100032-1215286352.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1100032-1215286352.xml' 'HOME/temp.csp'
0.03/0.70	c 1	1 domains, 40 variables, 0 predicates, 135 relations, 135 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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.67/0.81	c 1	Parsing HOME/temp.csp
1.42/1.52	c 2	parsed 311 expressions
1.42/1.52	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.42/1.52	c 2	Converting to clausal form CSP
1.42/1.54	c 2	converted 32 (10%) expressions
1.42/1.55	c 2	converted 63 (20%) expressions
1.42/1.56	c 2	converted 94 (30%) expressions
1.42/1.56	c 2	converted 125 (40%) expressions
1.42/1.57	c 2	converted 156 (50%) expressions
1.52/1.60	c 2	converted 187 (60%) expressions
1.52/1.64	c 2	converted 218 (70%) expressions
1.61/1.75	c 2	converted 249 (80%) expressions
1.61/1.79	c 2	converted 280 (90%) expressions
1.71/1.83	c 2	converted 311 (100%) expressions
1.71/1.83	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.71/1.83	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.84	c 2	Propagation in CSP
1.71/1.84	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.71/1.84	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.71/1.84	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.84	c 2	Simplifing CSP by introducing new Boolean variables
1.71/1.84	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.71/1.84	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.90	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.81/1.91	c 2	4 (10%) CSP integer variables are encoded (152 clauses, 1526 bytes)
1.81/1.92	c 2	8 (20%) CSP integer variables are encoded (304 clauses, 3198 bytes)
1.81/1.92	c 2	12 (30%) CSP integer variables are encoded (456 clauses, 4870 bytes)
1.81/1.92	c 2	16 (40%) CSP integer variables are encoded (608 clauses, 6542 bytes)
1.81/1.92	c 2	20 (50%) CSP integer variables are encoded (760 clauses, 8214 bytes)
1.81/1.92	c 2	24 (60%) CSP integer variables are encoded (912 clauses, 9886 bytes)
1.81/1.92	c 2	28 (70%) CSP integer variables are encoded (1064 clauses, 11739 bytes)
1.81/1.92	c 2	32 (80%) CSP integer variables are encoded (1216 clauses, 13715 bytes)
1.81/1.92	c 2	36 (90%) CSP integer variables are encoded (1368 clauses, 15691 bytes)
1.81/1.93	c 2	40 (100%) CSP integer variables are encoded (1520 clauses, 17667 bytes)
1.81/2.00	c 2	14 (10%) CSP clauses are encoded (6516 clauses, 106565 bytes)
1.91/2.03	c 2	27 (20%) CSP clauses are encoded (11108 clauses, 197547 bytes)
1.91/2.07	c 2	41 (30%) CSP clauses are encoded (16048 clauses, 294871 bytes)
1.91/2.10	c 2	54 (40%) CSP clauses are encoded (20674 clauses, 387831 bytes)
2.01/2.13	c 2	68 (50%) CSP clauses are encoded (25647 clauses, 486499 bytes)
2.01/2.16	c 2	81 (60%) CSP clauses are encoded (30263 clauses, 580096 bytes)
2.01/2.19	c 2	95 (70%) CSP clauses are encoded (35241 clauses, 681156 bytes)
2.12/2.23	c 3	108 (80%) CSP clauses are encoded (39865 clauses, 776019 bytes)
2.12/2.26	c 3	122 (90%) CSP clauses are encoded (44823 clauses, 885029 bytes)
2.12/2.29	c 3	135 (100%) CSP clauses are encoded (49396 clauses, 989894 bytes)
2.12/2.29	c 3	135 CSP clauses encoded
2.12/2.29	c 3	Writing map file : HOME/temp.map
2.12/2.29	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.29	c 3	SAT : 1560 SAT variables, 49396 SAT clauses, 989894 bytes
2.12/2.29	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.33	c 3	SOLVING HOME/temp.cnf
2.21/2.33	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.21/2.34	c 3	This is MiniSat 2.0 beta
2.21/2.34	c 3	WARNING: for repeatability, setting FPU to use double precision
2.21/2.34	c 3	============================[ Problem Statistics ]=============================
2.21/2.34	c 3	|                                                                             |
2.21/2.34	c 3	|  Number of variables:  1560                                                 |
2.21/2.34	c 3	|  Number of clauses:    49396                                                |
2.21/2.37	c 3	|  Parsing time:         0.02         s                                       |
2.21/2.37	c 3	============================[ Search Statistics ]==============================
2.21/2.37	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.21/2.37	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.21/2.37	c 3	===============================================================================
2.21/2.37	c 3	|         0 |    1560    49396   185103 |    16465        0    nan |  0.000 % |
2.21/2.39	c 3	|       102 |    1560    49396   185103 |    18111      102     13 |  0.000 % |
2.23/2.42	c 3	|       252 |    1560    49396   185103 |    19923      252     13 |  0.001 % |
2.23/2.46	c 3	|       477 |    1560    49396   185103 |    21915      477     13 |  0.001 % |
2.23/2.52	c 3	|       818 |    1560    49396   185103 |    24106      818     12 |  0.003 % |
2.23/2.59	c 3	|      1324 |    1560    49396   185103 |    26517     1324     13 |  0.002 % |
2.23/2.73	c 3	|      2084 |    1560    49396   185103 |    29169     2084     14 |  0.004 % |
2.23/2.94	c 3	|      3223 |    1560    49396   185103 |    32086     3223     14 |  0.004 % |
2.23/3.24	c 4	|      4932 |    1560    49396   185103 |    35294     4932     14 |  0.001 % |
3.57/3.73	c 4	|      7494 |    1560    49396   185103 |    38824     7494     15 |  0.003 % |
4.37/4.57	c 5	|     11339 |    1560    49396   185103 |    42706    11339     14 |  0.002 % |
5.74/5.98	c 6	|     17108 |    1559    49325   184896 |    46977    11002     13 |  0.064 % |
7.92/8.13	c 8	|     25758 |    1559    49325   184896 |    51675    19652     15 |  0.066 % |
12.08/12.31	c 13	|     38732 |    1559    49325   184896 |    56842    32626     15 |  0.065 % |
20.30/20.60	c 21	|     58194 |    1559    49325   184896 |    62527    52088     15 |  0.067 % |
32.19/32.69	c 33	|     87387 |    1559    49325   184896 |    68779    34720     15 |  0.067 % |
49.62/50.28	c 51	|    131176 |    1558    49244   184663 |    75657    49257     15 |  0.129 % |
81.81/82.70	c 83	|    196860 |    1558    49244   184663 |    83223    56737     16 |  0.131 % |
130.84/132.26	c 133	|    295388 |    1554    48839   183222 |    91545    69503     15 |  0.385 % |
209.90/212.06	c 212	|    443177 |    1551    48506   181945 |   100700    52878     19 |  0.577 % |
346.59/350.06	c 350	|    664860 |    1551    48506   181945 |   110770    24487     19 |  0.577 % |
549.75/555.14	c 555	|    997385 |    1537    47060   176320 |   121847    21351     16 |  1.474 % |
780.36/787.97	c 788	===============================================================================
780.36/787.98	c 788	restarts              : 22
780.36/787.98	c 788	conflicts             : 1335384        (1716 /sec)
780.36/787.98	c 788	decisions             : 1786864        (1.52 % random) (2296 /sec)
780.36/787.98	c 788	propagations          : 198056065      (254520 /sec)
780.36/787.98	c 788	conflict literals     : 24451680       (39.40 % deleted)
780.36/787.98	c 788	Memory used           : 22.05 MB
780.36/787.98	c 788	CPU time              : 778.156 s
780.36/787.98	c 788	
780.36/787.98	c 788	UNSATISFIABLE
780.36/787.98	c 788	DECODING HOME/temp.out WITH HOME/temp.map
780.36/787.98	c 788	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
780.46/788.07	c 788	Decoding HOME/temp.out
780.46/788.09	s UNSATISFIABLE
780.46/788.09	c 788	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
780.46/788.11	c 788	CPU 780.35 (0.04 0.01 780.31 0.2)
780.46/788.11	c 788	END Sat Jul  5 21:45:40 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-1100032-1215286352/watcher-1100032-1215286352 -o /tmp/evaluation-result-1100032-1215286352/solver-1100032-1215286352 -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-1100032-1215286352.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.02 2.00 1.99 4/72 15529
/proc/meminfo: memFree=1657704/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=12268 CPUtime=0
/proc/15529/stat : 15529 (sugar) R 15527 15529 15238 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2007604110 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237947812453 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15529/statm: 3067 316 241 3 0 167 0

[startup+0.110111 s]
/proc/loadavg: 2.02 2.00 1.99 4/72 15529
/proc/meminfo: memFree=1657704/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=0.03
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007604110 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201125 s]
/proc/loadavg: 2.02 2.00 1.99 4/72 15529
/proc/meminfo: memFree=1657704/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=0.03
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007604110 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301138 s]
/proc/loadavg: 2.02 2.00 1.99 4/72 15529
/proc/meminfo: memFree=1657704/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=0.03
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007604110 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701205 s]
/proc/loadavg: 2.02 2.00 1.99 4/72 15529
/proc/meminfo: memFree=1657704/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=0.03
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007604110 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/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.02 2.00 1.99 4/83 15551
/proc/meminfo: memFree=1648208/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=0.67
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 973 4689 0 1 3 1 60 3 16 0 1 0 2007604110 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 797 370 3 0 500 0
[pid=15542] ppid=15529 vsize=5356 CPUtime=0
/proc/15542/stat : 15542 (sh) S 15529 15529 15238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007604183 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15542/statm: 1339 233 193 169 0 50 0
[pid=15543] ppid=15542 vsize=864040 CPUtime=0.75
/proc/15543/stat : 15543 (java) S 15542 15529 15238 0 -1 0 6551 0 1 0 72 3 0 0 18 0 9 0 2007604183 884776960 5840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15543/statm: 216010 5840 2532 9 0 210592 0
[pid=15543/tid=15544] ppid=15542 vsize=864040 CPUtime=0.51
/proc/15543/task/15544/stat : 15544 (java) R 15542 15529 15238 0 -1 64 2457 0 1 0 50 1 0 0 21 0 9 0 2007604184 884776960 5840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15543/tid=15545] ppid=15542 vsize=864040 CPUtime=0.16
/proc/15543/task/15545/stat : 15545 (java) R 15542 15529 15238 0 -1 64 3080 0 0 0 15 1 0 0 16 0 9 0 2007604186 884776960 5840 996147200 134512640 134550740 4294955952 18446744073709551615 103829673 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15543/tid=15546] ppid=15542 vsize=864040 CPUtime=0
/proc/15543/task/15546/stat : 15546 (java) S 15542 15529 15238 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007604186 884776960 5840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15543/tid=15547] ppid=15542 vsize=864040 CPUtime=0
/proc/15543/task/15547/stat : 15547 (java) S 15542 15529 15238 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2007604186 884776960 5840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15543/tid=15548] ppid=15542 vsize=864040 CPUtime=0
/proc/15543/task/15548/stat : 15548 (java) S 15542 15529 15238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007604188 884776960 5840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15543/tid=15549] ppid=15542 vsize=864040 CPUtime=0.05
/proc/15543/task/15549/stat : 15549 (java) S 15542 15529 15238 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 2007604188 884776960 5840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15543/tid=15550] ppid=15542 vsize=864040 CPUtime=0
/proc/15543/task/15550/stat : 15550 (java) S 15542 15529 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007604188 884776960 5840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15543/tid=15551] ppid=15542 vsize=864040 CPUtime=0
/proc/15543/task/15551/stat : 15551 (java) S 15542 15529 15238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007604188 884776960 5840 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) 882996

[startup+3.1016 s]
/proc/loadavg: 2.02 2.00 1.99 3/83 15551
/proc/meminfo: memFree=1631568/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 15 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 13600

[startup+6.30111 s]
/proc/loadavg: 2.02 2.00 1.99 3/75 15553
/proc/meminfo: memFree=1648784/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=5752 CPUtime=3.91
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 1320 0 0 0 390 1 0 0 25 0 1 0 2007604344 5890048 1306 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 1438 1306 75 150 0 1285 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 24708

[startup+12.7011 s]
/proc/loadavg: 2.02 2.00 1.99 3/75 15553
/proc/meminfo: memFree=1647184/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=7640 CPUtime=10.25
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 1786 0 0 0 1024 1 0 0 25 0 1 0 2007604344 7823360 1772 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 1910 1772 75 150 0 1757 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 26596

[startup+25.5012 s]
/proc/loadavg: 2.01 2.00 1.99 3/75 15553
/proc/meminfo: memFree=1644304/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=10352 CPUtime=22.92
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 2464 0 0 0 2290 2 0 0 25 0 1 0 2007604344 10600448 2450 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 2588 2450 75 150 0 2435 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 29308

[startup+51.1013 s]
/proc/loadavg: 2.01 2.00 1.99 3/75 15553
/proc/meminfo: memFree=1644048/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=10628 CPUtime=48.29
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 2534 0 0 0 4826 3 0 0 25 0 1 0 2007604344 10883072 2520 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 2657 2520 75 150 0 2504 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 29584

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 15553
/proc/meminfo: memFree=1641040/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=13408 CPUtime=99
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 3246 0 0 0 9897 3 0 0 25 0 1 0 2007604344 13729792 3232 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 3352 3232 75 150 0 3199 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 32364

[startup+162.302 s]
/proc/loadavg: 2.11 2.03 2.01 3/75 15553
/proc/meminfo: memFree=1639952/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=14484 CPUtime=158.44
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 3490 0 0 0 15840 4 0 0 25 0 1 0 2007604344 14831616 3476 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 3621 3476 75 150 0 3468 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 33440

[startup+222.307 s]
/proc/loadavg: 2.20 2.07 2.02 3/75 15553
/proc/meminfo: memFree=1638736/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=15692 CPUtime=217.87
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 3792 0 0 0 21783 4 0 0 25 0 1 0 2007604344 16068608 3778 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 3923 3778 75 150 0 3770 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 34648

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


[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 15553
/proc/meminfo: memFree=1633360/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=21176 CPUtime=574.48
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 5119 0 0 0 57442 6 0 0 25 0 1 0 2007604344 21684224 5105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 5294 5105 75 150 0 5141 0
Current children cumulated CPU time (s) 576.71
Current children cumulated vsize (KiB) 40132

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 15553
/proc/meminfo: memFree=1632400/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=22008 CPUtime=633.91
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 5349 0 0 0 63385 6 0 0 25 0 1 0 2007604344 22536192 5335 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 5502 5335 75 150 0 5349 0
Current children cumulated CPU time (s) 636.14
Current children cumulated vsize (KiB) 40964

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15553
/proc/meminfo: memFree=1632144/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=22288 CPUtime=693.34
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 5407 0 0 0 69328 6 0 0 25 0 1 0 2007604344 22822912 5393 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 5572 5393 75 150 0 5419 0
Current children cumulated CPU time (s) 695.57
Current children cumulated vsize (KiB) 41244

[startup+762.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15553
/proc/meminfo: memFree=1631952/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=22432 CPUtime=752.78
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 5446 0 0 0 75272 6 0 0 25 0 1 0 2007604344 22970368 5432 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 5608 5432 75 150 0 5455 0
Current children cumulated CPU time (s) 755.01
Current children cumulated vsize (KiB) 41388

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

[startup+768.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15553
/proc/meminfo: memFree=1631888/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=22572 CPUtime=758.42
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 5459 0 0 0 75836 6 0 0 25 0 1 0 2007604344 23113728 5445 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 5643 5445 75 150 0 5490 0
Current children cumulated CPU time (s) 760.65
Current children cumulated vsize (KiB) 41528

[startup+780.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15553
/proc/meminfo: memFree=1631824/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=22572 CPUtime=771.1
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 5477 0 0 0 77104 6 0 0 25 0 1 0 2007604344 23113728 5463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 5643 5463 75 150 0 5490 0
Current children cumulated CPU time (s) 773.33
Current children cumulated vsize (KiB) 41528

[startup+784.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15553
/proc/meminfo: memFree=1631824/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=22572 CPUtime=774.27
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 5478 0 0 0 77421 6 0 0 25 0 1 0 2007604344 23113728 5464 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 5643 5464 75 150 0 5490 0
Current children cumulated CPU time (s) 776.5
Current children cumulated vsize (KiB) 41528

[startup+785.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15553
/proc/meminfo: memFree=1631824/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=22572 CPUtime=775.85
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 5478 0 0 0 77579 6 0 0 25 0 1 0 2007604344 23113728 5464 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 5643 5464 75 150 0 5490 0
Current children cumulated CPU time (s) 778.08
Current children cumulated vsize (KiB) 41528

[startup+787.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15553
/proc/meminfo: memFree=1631824/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=22572 CPUtime=777.44
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 5478 0 0 0 77738 6 0 0 25 0 1 0 2007604344 23113728 5464 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 5643 5464 75 150 0 5490 0
Current children cumulated CPU time (s) 779.67
Current children cumulated vsize (KiB) 41528

[startup+787.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15553
/proc/meminfo: memFree=1631760/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=2.23
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1031 13924 0 2 4 1 207 11 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
[pid=15552] ppid=15529 vsize=5356 CPUtime=0
/proc/15552/stat : 15552 (sh) S 15529 15529 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007604343 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15552/statm: 1339 232 193 169 0 50 0
[pid=15553] ppid=15552 vsize=22572 CPUtime=777.84
/proc/15553/stat : 15553 (minisat) R 15552 15529 15238 0 -1 4194304 5478 0 0 0 77778 6 0 0 25 0 1 0 2007604344 23113728 5464 996147200 134512640 135127466 4294956256 18446744073709551615 134523520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15553/statm: 5643 5464 75 150 0 5490 0
Current children cumulated CPU time (s) 780.07
Current children cumulated vsize (KiB) 41528

[startup+788.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15553
/proc/meminfo: memFree=1631760/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=780.46
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1070 19696 0 2 4 1 78023 18 17 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 780.46
Current children cumulated vsize (KiB) 13600

[startup+788.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15553
/proc/meminfo: memFree=1631760/2055920 swapFree=4179808/4192956
[pid=15529] ppid=15527 vsize=13600 CPUtime=780.46
/proc/15529/stat : 15529 (sugar) S 15527 15529 15238 0 -1 4194304 1089 19696 0 2 4 1 78023 18 16 0 1 0 2007604110 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15529/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 780.46
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 788.117
CPU time (s): 780.584
CPU user time (s): 780.364
CPU system time (s): 0.219966
CPU usage (%): 99.0443
Max. virtual memory (cumulated for all children) (KiB): 883384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 780.364
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24463
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= 1711
involuntary context switches= 18232

runsolver used 0.972852 second user time and 2.6236 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-05 21:32:32
IDJOB=1100032
IDBENCH=59821
IDSOLVER=346
FILE ID=node69/1100032-1215286352
PBS_JOBID= 7882343
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1fa392c0e1d3c46429e536f63ebe8661
RANDOM SEED=2053420671

node69.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.259
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.259
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:       1658184 kB
Buffers:         69016 kB
Cached:         245404 kB
SwapCached:       7560 kB
Active:         195364 kB
Inactive:       137744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658184 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          25928 kB
Slab:            49780 kB
Committed_AS:  4099488 kB
PageTables:       1900 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= 66472 MiB
End job on node69 at 2008-07-05 21:45:41