Trace number 1099966

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+minisatSAT 1030.9 1038.25

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-96_ext.xml
MD5SUMff4c256ffaefeeb565cbd9f33baee369
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.2286
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.05	c 0	BEGIN Sat Jul  5 21:27:44 2008
0.00/0.05	c 0	PID 5870
0.00/0.05	c 0	HOST node43.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1099966-1215286064.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-1099966-1215286064.xml' 'HOME/temp.csp'
0.03/0.75	c 1	1 domains, 40 variables, 0 predicates, 135 relations, 135 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	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.72/0.88	c 1	Parsing HOME/temp.csp
1.30/1.43	c 1	parsed 311 expressions
1.30/1.43	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.43	c 1	Converting to clausal form CSP
1.30/1.45	c 2	converted 32 (10%) expressions
1.30/1.46	c 2	converted 63 (20%) expressions
1.30/1.46	c 2	converted 94 (30%) expressions
1.30/1.47	c 2	converted 125 (40%) expressions
1.30/1.47	c 2	converted 156 (50%) expressions
1.40/1.51	c 2	converted 187 (60%) expressions
1.40/1.55	c 2	converted 218 (70%) expressions
1.49/1.67	c 2	converted 249 (80%) expressions
1.59/1.70	c 2	converted 280 (90%) expressions
1.59/1.75	c 2	converted 311 (100%) expressions
1.59/1.75	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.59/1.75	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.75	c 2	Propagation in CSP
1.59/1.75	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.59/1.75	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.59/1.75	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.75	c 2	Simplifing CSP by introducing new Boolean variables
1.59/1.75	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.59/1.75	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.69/1.83	c 2	4 (10%) CSP integer variables are encoded (152 clauses, 1526 bytes)
1.69/1.83	c 2	8 (20%) CSP integer variables are encoded (304 clauses, 3198 bytes)
1.69/1.83	c 2	12 (30%) CSP integer variables are encoded (456 clauses, 4870 bytes)
1.69/1.83	c 2	16 (40%) CSP integer variables are encoded (608 clauses, 6542 bytes)
1.69/1.84	c 2	20 (50%) CSP integer variables are encoded (760 clauses, 8214 bytes)
1.69/1.84	c 2	24 (60%) CSP integer variables are encoded (912 clauses, 9886 bytes)
1.69/1.84	c 2	28 (70%) CSP integer variables are encoded (1064 clauses, 11739 bytes)
1.69/1.84	c 2	32 (80%) CSP integer variables are encoded (1216 clauses, 13715 bytes)
1.69/1.84	c 2	36 (90%) CSP integer variables are encoded (1368 clauses, 15691 bytes)
1.69/1.84	c 2	40 (100%) CSP integer variables are encoded (1520 clauses, 17667 bytes)
1.79/1.91	c 2	14 (10%) CSP clauses are encoded (6474 clauses, 105072 bytes)
1.79/1.95	c 2	27 (20%) CSP clauses are encoded (11093 clauses, 194921 bytes)
1.79/1.98	c 2	41 (30%) CSP clauses are encoded (16038 clauses, 291556 bytes)
1.88/2.01	c 2	54 (40%) CSP clauses are encoded (20626 clauses, 381339 bytes)
1.88/2.04	c 2	68 (50%) CSP clauses are encoded (25637 clauses, 483787 bytes)
1.88/2.07	c 2	81 (60%) CSP clauses are encoded (30286 clauses, 577929 bytes)
1.98/2.11	c 2	95 (70%) CSP clauses are encoded (35288 clauses, 680478 bytes)
1.98/2.14	c 2	108 (80%) CSP clauses are encoded (39834 clauses, 774555 bytes)
1.98/2.18	c 2	122 (90%) CSP clauses are encoded (44810 clauses, 886112 bytes)
2.08/2.21	c 2	135 (100%) CSP clauses are encoded (49427 clauses, 991773 bytes)
2.08/2.21	c 2	135 CSP clauses encoded
2.08/2.21	c 2	Writing map file : HOME/temp.map
2.08/2.21	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.08/2.21	c 2	SAT : 1560 SAT variables, 49427 SAT clauses, 991773 bytes
2.08/2.21	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.08/2.27	c 2	SOLVING HOME/temp.cnf
2.08/2.27	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.08/2.27	c 2	This is MiniSat 2.0 beta
2.08/2.27	c 2	WARNING: for repeatability, setting FPU to use double precision
2.08/2.27	c 2	============================[ Problem Statistics ]=============================
2.08/2.27	c 2	|                                                                             |
2.08/2.27	c 2	|  Number of variables:  1560                                                 |
2.08/2.27	c 2	|  Number of clauses:    49427                                                |
2.11/2.30	c 2	|  Parsing time:         0.02         s                                       |
2.11/2.30	c 2	============================[ Search Statistics ]==============================
2.11/2.30	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.11/2.30	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.11/2.30	c 2	===============================================================================
2.11/2.30	c 2	|         0 |    1560    49427   185167 |    16475        0    nan |  0.000 % |
2.11/2.32	c 2	|       101 |    1560    49427   185167 |    18123      101     11 |  0.000 % |
2.11/2.36	c 2	|       251 |    1560    49427   185167 |    19935      251     12 |  0.003 % |
2.12/2.40	c 2	|       476 |    1560    49427   185167 |    21929      476     12 |  0.001 % |
2.12/2.46	c 3	|       815 |    1560    49427   185167 |    24122      815     13 |  0.001 % |
2.12/2.56	c 3	|      1322 |    1560    49427   185167 |    26534     1322     14 |  0.002 % |
2.12/2.70	c 3	|      2081 |    1560    49427   185167 |    29187     2081     14 |  0.002 % |
2.12/2.92	c 3	|      3220 |    1560    49427   185167 |    32106     3220     13 |  0.004 % |
3.03/3.30	c 3	|      4928 |    1560    49427   185167 |    35317     4928     13 |  0.004 % |
3.71/3.92	c 4	|      7492 |    1560    49427   185167 |    38848     7492     13 |  0.004 % |
4.60/4.84	c 5	|     11337 |    1560    49427   185167 |    42733    11337     13 |  0.004 % |
6.20/6.43	c 6	|     17103 |    1560    49427   185167 |    47006    17103     15 |  0.005 % |
9.17/9.41	c 9	|     25753 |    1560    49427   185167 |    51707    25753     16 |  0.005 % |
13.23/13.53	c 14	|     38728 |    1559    49362   184982 |    56878    20419     14 |  0.064 % |
21.45/21.84	c 22	|     58190 |    1559    49362   184982 |    62566    39881     14 |  0.069 % |
33.64/34.19	c 34	|     87384 |    1558    49279   184709 |    68822    47546     15 |  0.128 % |
56.61/57.30	c 57	|    131173 |    1558    49279   184709 |    75705    38120     16 |  0.129 % |
91.97/93.01	c 93	|    196860 |    1558    49279   184709 |    83275    43436     16 |  0.131 % |
149.24/150.82	c 151	|    295386 |    1558    49279   184709 |    91603    74313     21 |  0.128 % |
239.09/241.55	c 242	|    443175 |    1558    49279   184709 |   100763    71771     20 |  0.129 % |
386.99/390.83	c 391	|    664858 |    1558    49279   184709 |   110840    47750     20 |  0.130 % |
618.70/624.79	c 625	|    997383 |    1558    49279   184709 |   121924   103152     20 |  0.129 % |
942.40/949.70	c 950	|   1496171 |    1555    49080   184058 |   134116    44650     18 |  0.321 % |
1030.66/1038.08	c 1038	===============================================================================
1030.66/1038.08	c 1038	restarts              : 23
1030.66/1038.08	c 1038	conflicts             : 1618580        (1574 /sec)
1030.66/1038.08	c 1038	decisions             : 2173911        (1.50 % random) (2114 /sec)
1030.66/1038.08	c 1038	propagations          : 253436948      (246408 /sec)
1030.66/1038.08	c 1038	conflict literals     : 31322473       (39.45 % deleted)
1030.66/1038.08	c 1038	Memory used           : 23.88 MB
1030.66/1038.08	c 1038	CPU time              : 1028.52 s
1030.66/1038.08	c 1038	
1030.66/1038.08	c 1038	SATISFIABLE
1030.66/1038.08	c 1038	DECODING HOME/temp.out WITH HOME/temp.map
1030.66/1038.08	c 1038	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1030.77/1038.17	c 1038	Decoding HOME/temp.out
1030.77/1038.20	s SATISFIABLE
1030.77/1038.20	v 17 13 39 39 7 17 25 2 18 1 21 21 12 5 9 33 29 23 39 6 0 9 4 36 7 4 36 13 33 33 31 1 25 28 14 8 21 30 24 8
1030.77/1038.20	c 1038	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1030.77/1038.25	c 1038	CPU 1030.62 (0.04 0.01 1030.58 0.25)
1030.77/1038.25	c 1038	END Sat Jul  5 21:45:02 2008

Verifier Data (download as text)

OK

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-1099966-1215286064/watcher-1099966-1215286064 -o /tmp/evaluation-result-1099966-1215286064/solver-1099966-1215286064 -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-1099966-1215286064.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.00 2.00 2.00 4/73 5870
/proc/meminfo: memFree=1716272/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=18572 CPUtime=0
/proc/5870/stat : 5870 (runsolver) R 5868 5870 3256 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2007578875 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5870/statm: 4643 292 257 25 0 2626 0

[startup+0.064907 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5870
/proc/meminfo: memFree=1716272/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=0.03
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007578875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103195 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5870
/proc/meminfo: memFree=1716272/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=0.03
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007578875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301922 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5870
/proc/meminfo: memFree=1716272/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=0.03
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007578875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702961 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5870
/proc/meminfo: memFree=1716272/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=0.03
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007578875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50203 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 5892
/proc/meminfo: memFree=1707480/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=0.72
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 973 4697 0 1 3 0 65 4 15 0 1 0 2007578875 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 797 370 3 0 500 0
[pid=5883] ppid=5870 vsize=5356 CPUtime=0
/proc/5883/stat : 5883 (sh) S 5870 5870 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007578955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5883/statm: 1339 233 193 169 0 50 0
[pid=5884] ppid=5883 vsize=864224 CPUtime=0.68
/proc/5884/stat : 5884 (java) S 5883 5870 3256 0 -1 0 7295 0 1 0 63 5 0 0 18 0 9 0 2007578956 884965376 6571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5884/statm: 216056 6571 2540 9 0 210631 0
[pid=5884/tid=5885] ppid=5883 vsize=864224 CPUtime=0.39
/proc/5884/task/5885/stat : 5885 (java) R 5883 5870 3256 0 -1 64 2582 0 1 0 38 1 0 0 18 0 9 0 2007578957 884965376 6571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5884/tid=5886] ppid=5883 vsize=864224 CPUtime=0.19
/proc/5884/task/5886/stat : 5886 (java) S 5883 5870 3256 0 -1 64 3687 0 0 0 17 2 0 0 16 0 9 0 2007578958 884965376 6571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5884/tid=5887] ppid=5883 vsize=864224 CPUtime=0
/proc/5884/task/5887/stat : 5887 (java) S 5883 5870 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007578958 884965376 6571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5884/tid=5888] ppid=5883 vsize=864224 CPUtime=0
/proc/5884/task/5888/stat : 5888 (java) S 5883 5870 3256 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2007578958 884965376 6571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5884/tid=5889] ppid=5883 vsize=864224 CPUtime=0
/proc/5884/task/5889/stat : 5889 (java) S 5883 5870 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007578960 884965376 6571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5884/tid=5890] ppid=5883 vsize=864224 CPUtime=0.06
/proc/5884/task/5890/stat : 5890 (java) R 5883 5870 3256 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 2007578960 884965376 6571 996147200 134512640 134550740 4294955952 18446744073709551615 101447088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5884/tid=5891] ppid=5883 vsize=864224 CPUtime=0
/proc/5884/task/5891/stat : 5891 (java) S 5883 5870 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007578960 884965376 6571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5884/tid=5892] ppid=5883 vsize=864224 CPUtime=0
/proc/5884/task/5892/stat : 5892 (java) S 5883 5870 3256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007578960 884965376 6571 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.10118 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 5892
/proc/meminfo: memFree=1690200/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 15 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 13600

[startup+6.30147 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 5894
/proc/meminfo: memFree=1707480/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=5940 CPUtime=3.98
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 1362 0 0 0 397 1 0 0 25 0 1 0 2007579103 6082560 1348 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/5894/statm: 1485 1348 75 150 0 1332 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 24896

[startup+12.701 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 5894
/proc/meminfo: memFree=1705880/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=7160 CPUtime=10.32
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 1659 0 0 0 1031 1 0 0 25 0 1 0 2007579103 7331840 1645 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/5894/statm: 1790 1645 75 150 0 1637 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 26116

[startup+25.5022 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 5894
/proc/meminfo: memFree=1704728/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=8296 CPUtime=23
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 1960 0 0 0 2299 1 0 0 25 0 1 0 2007579103 8495104 1946 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5894/statm: 2074 1946 75 150 0 1921 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 27252

[startup+51.1025 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 5894
/proc/meminfo: memFree=1701784/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=11324 CPUtime=48.35
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 2700 0 0 0 4833 2 0 0 25 0 1 0 2007579103 11595776 2686 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/5894/statm: 2831 2686 75 150 0 2678 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 30280

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 5894
/proc/meminfo: memFree=1700248/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=12528 CPUtime=99.07
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 2995 0 0 0 9905 2 0 0 25 0 1 0 2007579103 12828672 2981 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5894/statm: 3132 2981 75 150 0 2979 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 31484

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5894
/proc/meminfo: memFree=1696920/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=15724 CPUtime=158.51
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 3815 0 0 0 15847 4 0 0 25 0 1 0 2007579103 16101376 3801 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5894/statm: 3931 3801 75 150 0 3778 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 34680

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5894
/proc/meminfo: memFree=1695512/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=16544 CPUtime=217.95
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 4001 0 0 0 21791 4 0 0 25 0 1 0 2007579103 16941056 3987 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5894/statm: 4136 3987 75 150 0 3983 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 35500

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


[startup+822.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 5924
/proc/meminfo: memFree=1732192/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=22140 CPUtime=813.38
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 5388 0 0 0 81332 6 0 0 25 0 1 0 2007579103 22671360 5374 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5894/statm: 5535 5374 75 150 0 5382 0
Current children cumulated CPU time (s) 815.5
Current children cumulated vsize (KiB) 41096

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 5924
/proc/meminfo: memFree=1731744/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=22684 CPUtime=873.15
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 5508 0 0 0 87308 7 0 0 25 0 1 0 2007579103 23228416 5494 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5894/statm: 5671 5494 75 150 0 5518 0
Current children cumulated CPU time (s) 875.27
Current children cumulated vsize (KiB) 41640

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5924
/proc/meminfo: memFree=1730400/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=23972 CPUtime=932.91
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 5828 0 0 0 93283 8 0 0 25 0 1 0 2007579103 24547328 5814 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/5894/statm: 5993 5814 75 150 0 5840 0
Current children cumulated CPU time (s) 935.03
Current children cumulated vsize (KiB) 42928

[startup+1002.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 6010
/proc/meminfo: memFree=1720016/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=24268 CPUtime=992.85
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 5904 0 0 0 99275 10 0 0 25 0 1 0 2007579103 24850432 5890 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/5894/statm: 6067 5890 75 150 0 5914 0
Current children cumulated CPU time (s) 994.97
Current children cumulated vsize (KiB) 43224

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

[startup+1023.9 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 6010
/proc/meminfo: memFree=1714960/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=24452 CPUtime=1014.44
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 5951 0 0 0 101434 10 0 0 25 0 1 0 2007579103 25038848 5937 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5894/statm: 6113 5937 75 150 0 5960 0
Current children cumulated CPU time (s) 1016.56
Current children cumulated vsize (KiB) 43408

[startup+1030.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 6010
/proc/meminfo: memFree=1714384/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=24452 CPUtime=1020.84
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 5951 0 0 0 102074 10 0 0 25 0 1 0 2007579103 25038848 5937 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5894/statm: 6113 5937 75 150 0 5960 0
Current children cumulated CPU time (s) 1022.96
Current children cumulated vsize (KiB) 43408

[startup+1033.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 6010
/proc/meminfo: memFree=1714128/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=24452 CPUtime=1024.04
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 5951 0 0 0 102394 10 0 0 25 0 1 0 2007579103 25038848 5937 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5894/statm: 6113 5937 75 150 0 5960 0
Current children cumulated CPU time (s) 1026.16
Current children cumulated vsize (KiB) 43408

[startup+1036.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 6010
/proc/meminfo: memFree=1713808/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=24452 CPUtime=1027.24
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 5951 0 0 0 102714 10 0 0 25 0 1 0 2007579103 25038848 5937 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5894/statm: 6113 5937 75 150 0 5960 0
Current children cumulated CPU time (s) 1029.36
Current children cumulated vsize (KiB) 43408

[startup+1037.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 6010
/proc/meminfo: memFree=1713744/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=24452 CPUtime=1028.04
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 5951 0 0 0 102794 10 0 0 25 0 1 0 2007579103 25038848 5937 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/5894/statm: 6113 5937 75 150 0 5960 0
Current children cumulated CPU time (s) 1030.16
Current children cumulated vsize (KiB) 43408

[startup+1037.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 6010
/proc/meminfo: memFree=1713744/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=2.12
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1031 13930 0 2 4 0 196 12 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
[pid=5893] ppid=5870 vsize=5356 CPUtime=0
/proc/5893/stat : 5893 (sh) S 5870 5870 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007579103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5893/statm: 1339 232 193 169 0 50 0
[pid=5894] ppid=5893 vsize=24452 CPUtime=1028.44
/proc/5894/stat : 5894 (minisat) R 5893 5870 3256 0 -1 4194304 5951 0 0 0 102834 10 0 0 25 0 1 0 2007579103 25038848 5937 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/5894/statm: 6113 5937 75 150 0 5960 0
Current children cumulated CPU time (s) 1030.56
Current children cumulated vsize (KiB) 43408

[startup+1038.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 6010
/proc/meminfo: memFree=1713744/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=1030.77
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1070 20176 0 2 4 1 103049 23 16 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1030.77
Current children cumulated vsize (KiB) 13600

[startup+1038.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 6010
/proc/meminfo: memFree=1713744/2055920 swapFree=4179776/4192956
[pid=5870] ppid=5868 vsize=13600 CPUtime=1030.77
/proc/5870/stat : 5870 (sugar) S 5868 5870 3256 0 -1 4194304 1089 20176 0 2 4 1 103049 23 15 0 1 0 2007578875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5870/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1030.77
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1038.25
CPU time (s): 1030.9
CPU user time (s): 1030.63
CPU system time (s): 0.268959
CPU usage (%): 99.2921
Max. virtual memory (cumulated for all children) (KiB): 883292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1030.63
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25013
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= 1969
involuntary context switches= 20226

runsolver used 1.20482 second user time and 3.51147 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 21:27:44
IDJOB=1099966
IDBENCH=59810
IDSOLVER=346
FILE ID=node43/1099966-1215286064
PBS_JOBID= 7882177
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ff4c256ffaefeeb565cbd9f33baee369
RANDOM SEED=1629413207

node43.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.230
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.230
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:       1716752 kB
Buffers:         48092 kB
Cached:         177788 kB
SwapCached:       6816 kB
Active:         206400 kB
Inactive:        78716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716752 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:          65776 kB
Slab:            39180 kB
Committed_AS:  3824648 kB
PageTables:       1972 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= 66500 MiB
End job on node43 at 2008-07-05 21:45:02