Trace number 1035922

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 1571.33 1586.46

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-6_ext.xml
MD5SUMaf2dd67f554ccb414c36ace983bcfa66
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 benchmark0.042992
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 01:22:57 2008
0.00/0.05	c 0	PID 22794
0.03/0.05	c 0	HOST node21.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1035922-1214954577.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-1035922-1214954577.xml' 'HOME/temp.csp'
0.04/0.43	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.04/0.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.48	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.41/0.56	c 1	Parsing HOME/temp.csp
0.41/0.83	c 1	parsed 1385 expressions
0.41/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.83	c 1	Converting to clausal form CSP
0.41/0.86	c 1	converted 139 (10%) expressions
0.41/0.88	c 1	converted 277 (20%) expressions
0.41/0.90	c 1	converted 416 (30%) expressions
0.41/0.93	c 1	converted 554 (40%) expressions
0.41/0.95	c 1	converted 693 (50%) expressions
0.41/0.97	c 1	converted 831 (60%) expressions
0.92/1.05	c 1	converted 970 (70%) expressions
0.92/1.07	c 2	converted 1108 (80%) expressions
0.92/1.09	c 2	converted 1247 (90%) expressions
1.01/1.10	c 2	converted 1385 (100%) expressions
1.01/1.11	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.01/1.11	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.11	c 2	Propagation in CSP
1.01/1.18	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.18	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.01/1.18	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.18	c 2	Simplifing CSP by introducing new Boolean variables
1.01/1.18	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.01/1.18	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.24	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.25	c 2	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.10/1.25	c 2	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.10/1.25	c 2	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.10/1.26	c 2	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.10/1.26	c 2	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.10/1.26	c 2	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.10/1.26	c 2	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.10/1.26	c 2	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.10/1.26	c 2	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.10/1.26	c 2	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.20/1.32	c 2	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.20/1.35	c 2	253 (20%) CSP clauses are encoded (4192 clauses, 60548 bytes)
1.20/1.38	c 2	379 (30%) CSP clauses are encoded (5850 clauses, 92247 bytes)
1.31/1.41	c 2	505 (40%) CSP clauses are encoded (7510 clauses, 123434 bytes)
1.31/1.44	c 2	631 (50%) CSP clauses are encoded (9098 clauses, 153268 bytes)
1.31/1.47	c 2	757 (60%) CSP clauses are encoded (10758 clauses, 184908 bytes)
1.40/1.50	c 2	883 (70%) CSP clauses are encoded (12280 clauses, 213372 bytes)
1.40/1.53	c 2	1009 (80%) CSP clauses are encoded (13984 clauses, 246028 bytes)
1.40/1.56	c 2	1135 (90%) CSP clauses are encoded (15720 clauses, 281005 bytes)
1.40/1.58	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317514 bytes)
1.40/1.58	c 2	1261 CSP clauses encoded
1.40/1.58	c 2	Writing map file : HOME/temp.map
1.40/1.59	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.59	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317514 bytes
1.40/1.59	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.63	c 2	SOLVING HOME/temp.cnf
1.49/1.63	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.49/1.64	c 2	This is MiniSat 2.0 beta
1.49/1.64	c 2	WARNING: for repeatability, setting FPU to use double precision
1.49/1.64	c 2	============================[ Problem Statistics ]=============================
1.49/1.64	c 2	|                                                                             |
1.49/1.64	c 2	|  Number of variables:  1990                                                 |
1.49/1.64	c 2	|  Number of clauses:    17532                                                |
1.49/1.65	c 2	|  Parsing time:         0.01         s                                       |
1.49/1.65	c 2	============================[ Search Statistics ]==============================
1.49/1.65	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.65	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.65	c 2	===============================================================================
1.49/1.65	c 2	|         0 |    1888    15423    50628 |     5141        0    nan |  0.000 % |
1.49/1.65	c 2	|       100 |    1888    15423    50628 |     5655      100     10 |  5.127 % |
1.49/1.66	c 2	|       250 |    1888    15423    50628 |     6220      250     10 |  5.128 % |
1.49/1.67	c 2	|       475 |    1888    15423    50628 |     6842      475     14 |  5.127 % |
1.49/1.69	c 2	|       813 |    1887    15423    50628 |     7526      812     13 |  5.328 % |
1.51/1.71	c 2	|      1319 |    1881    15382    50540 |     8279     1316     15 |  5.580 % |
1.51/1.75	c 2	|      2078 |    1881    15382    50540 |     9107     2075     15 |  5.580 % |
1.51/1.82	c 2	|      3217 |    1879    15339    50448 |    10018     3213     17 |  5.580 % |
1.51/1.94	c 2	|      4925 |    1879    15339    50448 |    11020     4921     21 |  5.580 % |
1.96/2.11	c 3	|      7487 |    1879    15339    50448 |    12122     7483     20 |  5.580 % |
2.25/2.44	c 3	|     11331 |    1879    15339    50448 |    13334    11327     21 |  5.579 % |
2.75/2.95	c 3	|     17097 |    1879    15339    50448 |    14667    10094     20 |  5.580 % |
3.64/3.80	c 4	|     25746 |    1879    15339    50448 |    16134    11087     24 |  5.580 % |
5.13/5.33	c 6	|     38720 |    1879    15339    50448 |    17748    15677     22 |  5.580 % |
7.11/7.39	c 8	|     58181 |    1879    15339    50448 |    19522    16711     19 |  5.580 % |
11.06/11.39	c 12	|     87373 |    1879    15339    50448 |    21475    15850     17 |  5.581 % |
16.61/16.97	c 17	|    131162 |    1879    15339    50448 |    23622    15490     18 |  5.582 % |
26.21/26.66	c 27	|    196846 |    1879    15339    50448 |    25985    20716     19 |  5.580 % |
40.09/40.67	c 41	|    295372 |    1879    15339    50448 |    28583    25909     20 |  5.580 % |
65.05/65.81	c 66	|    443161 |    1879    15339    50448 |    31441    25431     17 |  5.581 % |
102.20/103.31	c 104	|    664844 |    1879    15339    50448 |    34586    23109     15 |  5.582 % |
156.67/158.36	c 159	|    997369 |    1877    15328    50420 |    38044    34131     15 |  5.681 % |
253.95/256.53	c 257	|   1496157 |    1872    15286    50330 |    41849    21861     18 |  5.931 % |
408.17/412.23	c 413	|   2244339 |    1867    15245    50242 |    46034    27566     20 |  6.183 % |
670.57/677.14	c 678	|   3366613 |    1864    15231    50208 |    50637    18531     17 |  6.333 % |
1073.42/1083.85	c 1084	|   5050024 |    1854    15147    49970 |    55701    44278     16 |  6.836 % |
1571.17/1586.32	c 1587	===============================================================================
1571.17/1586.32	c 1587	restarts              : 26
1571.17/1586.32	c 1587	conflicts             : 6898548        (4395 /sec)
1571.17/1586.32	c 1587	decisions             : 12774157       (1.44 % random) (8138 /sec)
1571.17/1586.32	c 1587	propagations          : 632279475      (402825 /sec)
1571.17/1586.32	c 1587	conflict literals     : 132125744      (30.92 % deleted)
1571.17/1586.32	c 1587	Memory used           : 15.97 MB
1571.17/1586.32	c 1587	CPU time              : 1569.61 s
1571.17/1586.32	c 1587	
1571.17/1586.32	c 1587	UNSATISFIABLE
1571.17/1586.32	c 1587	DECODING HOME/temp.out WITH HOME/temp.map
1571.17/1586.32	c 1587	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1571.20/1586.41	c 1587	Decoding HOME/temp.out
1571.20/1586.44	s UNSATISFIABLE
1571.20/1586.44	c 1587	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1571.20/1586.46	c 1587	CPU 1571.12 (0.04 0.01 1571.08 0.18)
1571.20/1586.46	c 1587	END Wed Jul  2 01:49:24 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-1035922-1214954577/watcher-1035922-1214954577 -o /tmp/evaluation-result-1035922-1214954577/solver-1035922-1214954577 -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-1035922-1214954577.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.98 4/73 22794
/proc/meminfo: memFree=1387584/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=12268 CPUtime=0
/proc/22794/stat : 22794 (sugar) R 22792 22794 21053 0 -1 4194304 342 0 0 0 0 0 0 0 20 0 1 0 1974432011 12562432 310 996147200 4194304 4206940 548682068608 18446744073709551615 221249773616 0 0 4224 0 0 0 0 17 1 0 0
/proc/22794/statm: 3067 310 235 3 0 167 0

[startup+0.050684 s]
/proc/loadavg: 1.99 1.98 1.98 4/73 22794
/proc/meminfo: memFree=1387584/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=0.03
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1974432011 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103434 s]
/proc/loadavg: 1.99 1.98 1.98 4/73 22794
/proc/meminfo: memFree=1387584/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=0.04
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974432011 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301693 s]
/proc/loadavg: 1.99 1.98 1.98 4/73 22794
/proc/meminfo: memFree=1387584/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=0.04
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974432011 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701762 s]
/proc/loadavg: 1.99 1.98 1.98 4/73 22794
/proc/meminfo: memFree=1387584/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=0.41
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 973 4723 0 1 3 1 35 2 16 0 1 0 1974432011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 1.99 1.98 1.98 4/84 22816
/proc/meminfo: memFree=1375144/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=0.42
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 974 4723 0 1 4 1 35 2 15 0 1 0 1974432011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 797 370 3 0 500 0
[pid=22807] ppid=22794 vsize=5356 CPUtime=0
/proc/22807/stat : 22807 (sh) S 22794 22794 21053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974432059 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22807/statm: 1339 233 193 169 0 50 0
[pid=22808] ppid=22807 vsize=864396 CPUtime=0.98
/proc/22808/stat : 22808 (java) S 22807 22794 21053 0 -1 0 6813 0 1 0 94 4 0 0 18 0 9 0 1974432060 885141504 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22808/statm: 216099 6025 2565 9 0 210646 0
[pid=22808/tid=22809] ppid=22807 vsize=864396 CPUtime=0.57
/proc/22808/task/22809/stat : 22809 (java) R 22807 22794 21053 0 -1 64 2724 0 1 0 55 2 0 0 19 0 9 0 1974432061 885141504 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4126637633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22808/tid=22810] ppid=22807 vsize=864396 CPUtime=0.26
/proc/22808/task/22810/stat : 22810 (java) S 22807 22794 21053 0 -1 64 3024 0 0 0 25 1 0 0 16 0 9 0 1974432062 885141504 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22808/tid=22811] ppid=22807 vsize=864396 CPUtime=0
/proc/22808/task/22811/stat : 22811 (java) S 22807 22794 21053 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974432062 885141504 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22808/tid=22812] ppid=22807 vsize=864396 CPUtime=0
/proc/22808/task/22812/stat : 22812 (java) S 22807 22794 21053 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1974432062 885141504 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22808/tid=22813] ppid=22807 vsize=864396 CPUtime=0
/proc/22808/task/22813/stat : 22813 (java) S 22807 22794 21053 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974432064 885141504 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22808/tid=22814] ppid=22807 vsize=864396 CPUtime=0.13
/proc/22808/task/22814/stat : 22814 (java) S 22807 22794 21053 0 -1 64 371 0 0 0 13 0 0 0 16 0 9 0 1974432064 885141504 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22808/tid=22815] ppid=22807 vsize=864396 CPUtime=0
/proc/22808/task/22815/stat : 22815 (java) S 22807 22794 21053 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1974432064 885141504 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22808/tid=22816] ppid=22807 vsize=864396 CPUtime=0
/proc/22808/task/22816/stat : 22816 (java) S 22807 22794 21053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974432064 885141504 6025 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) 883352

[startup+3.1012 s]
/proc/loadavg: 1.99 1.98 1.98 3/76 22818
/proc/meminfo: memFree=1382824/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 15 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=4372 CPUtime=1.44
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 812 0 0 0 144 0 0 0 25 0 1 0 1974432175 4476928 798 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 1093 798 75 150 0 940 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 23328

[startup+6.30277 s]
/proc/loadavg: 1.99 1.98 1.98 3/76 22818
/proc/meminfo: memFree=1381344/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=5164 CPUtime=4.61
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 1030 0 0 0 461 0 0 0 25 0 1 0 1974432175 5287936 1016 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 1291 1016 75 150 0 1138 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 24120

[startup+12.7029 s]
/proc/loadavg: 1.99 1.98 1.98 3/76 22818
/proc/meminfo: memFree=1380720/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=5564 CPUtime=10.94
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 1124 0 0 0 1094 0 0 0 25 0 1 0 1974432175 5697536 1110 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 1391 1110 75 150 0 1238 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 24520

[startup+25.5012 s]
/proc/loadavg: 1.99 1.98 1.98 3/76 22818
/proc/meminfo: memFree=1379696/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=6364 CPUtime=23.61
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 1339 0 0 0 2361 0 0 0 25 0 1 0 1974432175 6516736 1325 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 1591 1325 75 150 0 1438 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 25320

[startup+51.1018 s]
/proc/loadavg: 2.06 2.00 1.99 3/76 22818
/proc/meminfo: memFree=1378608/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=7596 CPUtime=48.98
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 1615 0 0 0 4897 1 0 0 25 0 1 0 1974432175 7778304 1601 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 1899 1601 75 150 0 1746 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 26552

[startup+102.307 s]
/proc/loadavg: 2.09 2.02 2.00 3/76 22818
/proc/meminfo: memFree=1367472/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=8268 CPUtime=99.7
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 1801 0 0 0 9968 2 0 0 25 0 1 0 1974432175 8466432 1787 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 2067 1787 75 150 0 1914 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 27224

[startup+162.302 s]
/proc/loadavg: 2.49 2.13 2.03 3/76 22818
/proc/meminfo: memFree=1363120/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=9224 CPUtime=159.12
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 2022 0 0 0 15910 2 0 0 25 0 1 0 1974432175 9445376 2008 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 2306 2008 75 150 0 2153 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 28180

[startup+222.302 s]
/proc/loadavg: 2.21 2.12 2.03 3/76 22818
/proc/meminfo: memFree=1362288/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=16188 CPUtime=1347.77
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 3731 0 0 0 134772 5 0 0 25 0 1 0 1974432175 16576512 3717 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 4047 3717 75 150 0 3894 0
Current children cumulated CPU time (s) 1349.28
Current children cumulated vsize (KiB) 35144

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22820
/proc/meminfo: memFree=1279152/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=16188 CPUtime=1407.21
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 3763 0 0 0 140716 5 0 0 25 0 1 0 1974432175 16576512 3749 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 4047 3749 75 150 0 3894 0
Current children cumulated CPU time (s) 1408.72
Current children cumulated vsize (KiB) 35144

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22856
/proc/meminfo: memFree=1387512/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=16348 CPUtime=1466.63
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 3778 0 0 0 146657 6 0 0 25 0 1 0 1974432175 16740352 3764 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1468.14
Current children cumulated vsize (KiB) 35304

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22856
/proc/meminfo: memFree=1387320/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=16348 CPUtime=1526.07
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 3778 0 0 0 152600 7 0 0 25 0 1 0 1974432175 16740352 3764 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1527.58
Current children cumulated vsize (KiB) 35304

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

[startup+1561.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22856
/proc/meminfo: memFree=1387320/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=16348 CPUtime=1545.09
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 3778 0 0 0 154502 7 0 0 25 0 1 0 1974432175 16740352 3764 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1546.6
Current children cumulated vsize (KiB) 35304

[startup+1574.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22856
/proc/meminfo: memFree=1387320/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=16348 CPUtime=1557.77
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 3778 0 0 0 155770 7 0 0 25 0 1 0 1974432175 16740352 3764 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1559.28
Current children cumulated vsize (KiB) 35304

[startup+1580.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22856
/proc/meminfo: memFree=1387320/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=16348 CPUtime=1564.11
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 3778 0 0 0 156404 7 0 0 25 0 1 0 1974432175 16740352 3764 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1565.62
Current children cumulated vsize (KiB) 35304

[startup+1583.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22856
/proc/meminfo: memFree=1387192/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=16348 CPUtime=1567.28
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 3778 0 0 0 156721 7 0 0 25 0 1 0 1974432175 16740352 3764 996147200 134512640 135127466 4294956272 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1568.79
Current children cumulated vsize (KiB) 35304

[startup+1585.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22856
/proc/meminfo: memFree=1387192/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=16348 CPUtime=1568.87
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 3778 0 0 0 156880 7 0 0 25 0 1 0 1974432175 16740352 3764 996147200 134512640 135127466 4294956272 18446744073709551615 134527239 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1570.38
Current children cumulated vsize (KiB) 35304

[startup+1585.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22856
/proc/meminfo: memFree=1387192/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=16348 CPUtime=1569.26
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 3778 0 0 0 156919 7 0 0 25 0 1 0 1974432175 16740352 3764 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1570.77
Current children cumulated vsize (KiB) 35304

[startup+1586.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22856
/proc/meminfo: memFree=1387192/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1.51
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1031 11856 0 2 4 1 138 8 16 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
[pid=22817] ppid=22794 vsize=5356 CPUtime=0
/proc/22817/stat : 22817 (sh) S 22794 22794 21053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974432175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22817/statm: 1339 232 193 169 0 50 0
[pid=22818] ppid=22817 vsize=16348 CPUtime=1569.66
/proc/22818/stat : 22818 (minisat) R 22817 22794 21053 0 -1 4194304 3778 0 0 0 156959 7 0 0 25 0 1 0 1974432175 16740352 3764 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22818/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1571.17
Current children cumulated vsize (KiB) 35304

[startup+1586.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22856
/proc/meminfo: memFree=1387192/2055920 swapFree=4180412/4192956
[pid=22794] ppid=22792 vsize=13600 CPUtime=1571.2
/proc/22794/stat : 22794 (sugar) S 22792 22794 21053 0 -1 4194304 1070 15928 0 2 4 1 157099 16 17 0 1 0 1974432011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22794/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1571.2
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1586.46
CPU time (s): 1571.33
CPU user time (s): 1571.13
CPU system time (s): 0.200969
CPU usage (%): 99.0462
Max. virtual memory (cumulated for all children) (KiB): 883352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1571.13
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20705
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= 1884
involuntary context switches= 36111

runsolver used 1.9927 second user time and 5.2372 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-02 01:22:57
IDJOB=1035922
IDBENCH=53424
IDSOLVER=346
FILE ID=node21/1035922-1214954577
PBS_JOBID= 7870291
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-6_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-1035922-1214954577/watcher-1035922-1214954577 -o /tmp/evaluation-result-1035922-1214954577/solver-1035922-1214954577 -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-1035922-1214954577.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= af2dd67f554ccb414c36ace983bcfa66
RANDOM SEED=600231760

node21.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.263
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.263
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:       1388064 kB
Buffers:         45960 kB
Cached:         453352 kB
SwapCached:       6472 kB
Active:         157564 kB
Inactive:       436284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1388064 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:         101008 kB
Slab:            59200 kB
Committed_AS:  3403024 kB
PageTables:       1968 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= 66548 MiB
End job on node21 at 2008-07-02 01:49:24