Trace number 1076718

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 794.444 795.818

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-16_ext.xml
MD5SUMdd0a8fec9df38bdb77868162a11330d0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.277957
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints32
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Fri Jul  4 18:42:27 2008
0.01/0.04	c 0	PID 27039
0.01/0.04	c 0	HOST node57.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1076718-1215189747.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076718-1215189747.xml' 'HOME/temp.csp'
0.04/0.25	c 0	1 domains, 256 variables, 0 predicates, 1 relations, 32 constraints
0.04/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.30	c 0	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.04/0.37	c 0	Parsing HOME/temp.csp
0.28/0.48	c 0	parsed 290 expressions
0.28/0.49	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.49	c 0	Converting to clausal form CSP
0.28/0.50	c 0	converted 29 (10%) expressions
0.28/0.50	c 0	converted 58 (20%) expressions
0.28/0.51	c 0	converted 87 (30%) expressions
0.28/0.51	c 0	converted 116 (40%) expressions
0.28/0.51	c 0	converted 145 (50%) expressions
0.28/0.51	c 0	converted 174 (60%) expressions
0.28/0.51	c 0	converted 203 (70%) expressions
0.28/0.51	c 0	converted 232 (80%) expressions
0.28/0.76	c 0	converted 261 (90%) expressions
3.41/3.42	c 3	converted 290 (100%) expressions
3.41/3.42	c 3	CSP : 256 integers, 0 booleans, 32 clauses, largest domain size 26
3.41/3.42	c 3	Heap : 109 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.41/3.42	c 3	Propagation in CSP
3.41/3.42	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.41/3.42	c 3	CSP : 256 integers, 0 booleans, 32 clauses, largest domain size 26
3.41/3.42	c 3	Heap : 109 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.41/3.42	c 3	Simplifing CSP by introducing new Boolean variables
3.41/3.42	c 3	CSP : 256 integers, 0 booleans, 32 clauses, largest domain size 26
3.41/3.42	c 3	Heap : 109 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.91/3.92	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.91/3.93	c 4	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.91/3.93	c 4	52 (20%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
3.91/3.93	c 4	77 (30%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
3.91/3.93	c 4	103 (40%) CSP integer variables are encoded (2472 clauses, 30073 bytes)
3.91/3.93	c 4	128 (50%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
3.91/3.93	c 4	154 (60%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
3.91/3.94	c 4	180 (70%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
3.91/3.94	c 4	205 (80%) CSP integer variables are encoded (4920 clauses, 61897 bytes)
3.91/3.94	c 4	231 (90%) CSP integer variables are encoded (5544 clauses, 70009 bytes)
3.91/3.94	c 4	256 (100%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
76.58/76.62	c 76	4 (10%) CSP clauses are encoded (263676 clauses, 25240564 bytes)
136.16/136.31	c 136	7 (20%) CSP clauses are encoded (456825 clauses, 45402359 bytes)
195.92/196.29	c 196	10 (30%) CSP clauses are encoded (649974 clauses, 65813130 bytes)
257.08/257.52	c 257	13 (40%) CSP clauses are encoded (843123 clauses, 86469606 bytes)
317.75/318.36	c 318	16 (50%) CSP clauses are encoded (1036272 clauses, 107126082 bytes)
398.16/398.92	c 399	20 (60%) CSP clauses are encoded (1293804 clauses, 133206561 bytes)
456.02/456.98	c 457	23 (70%) CSP clauses are encoded (1486953 clauses, 154572762 bytes)
515.57/516.62	c 516	26 (80%) CSP clauses are encoded (1680102 clauses, 175938963 bytes)
574.35/575.59	c 575	29 (90%) CSP clauses are encoded (1873251 clauses, 197305164 bytes)
634.42/635.75	c 635	32 (100%) CSP clauses are encoded (2066400 clauses, 218671365 bytes)
634.42/635.75	c 635	32 CSP clauses encoded
634.42/635.75	c 635	Writing map file : HOME/temp.map
634.42/635.76	c 635	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
634.42/635.76	c 635	SAT : 6400 SAT variables, 2066400 SAT clauses, 218671365 bytes
634.42/635.76	c 635	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
634.42/635.79	c 635	SOLVING HOME/temp.cnf
634.42/635.79	c 635	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
634.52/635.80	c 635	This is MiniSat 2.0 beta
634.52/635.80	c 635	WARNING: for repeatability, setting FPU to use double precision
634.52/635.80	c 635	============================[ Problem Statistics ]=============================
634.52/635.80	c 635	|                                                                             |
634.52/635.80	c 635	|  Number of variables:  6400                                                 |
634.52/635.80	c 635	|  Number of clauses:    2066400                                              |
638.60/639.99	c 640	|  Parsing time:         3.78         s                                       |
638.90/640.20	c 640	============================[ Search Statistics ]==============================
638.90/640.20	c 640	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
638.90/640.20	c 640	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
638.90/640.20	c 640	===============================================================================
638.90/640.20	c 640	|         0 |    6400  2066400 40519328 |   688800        0    nan |  0.000 % |
639.00/640.34	c 640	|       100 |    6396  2066400 40519328 |   757680       96      8 |  0.063 % |
639.30/640.60	c 640	|       252 |    6392  2066400 40519328 |   833448      244      7 |  0.125 % |
639.30/640.67	c 640	|       478 |    6392  2066400 40519328 |   916792      470      8 |  0.125 % |
639.40/640.76	c 640	|       817 |    6392  2066400 40519328 |  1008472      809      8 |  0.125 % |
639.60/640.93	c 641	|      1323 |    6392  2066400 40519328 |  1109319     1315      9 |  0.125 % |
639.80/641.16	c 641	|      2082 |    6391  2066400 40519328 |  1220251     2073      9 |  0.141 % |
640.09/641.41	c 641	|      3221 |    6391  2066400 40519328 |  1342276     3212     10 |  0.141 % |
640.50/641.85	c 641	|      4930 |    6390  2066400 40519328 |  1476503     4920     10 |  0.156 % |
641.19/642.51	c 642	|      7492 |    6390  2066400 40519328 |  1624154     7482     10 |  0.156 % |
642.09/643.41	c 643	|     11336 |    6390  2066400 40519328 |  1786569    11326     10 |  0.156 % |
643.39/644.79	c 644	|     17103 |    6390  2066400 40519328 |  1965226    17093     11 |  0.156 % |
646.60/647.99	c 648	|     25752 |    6387  2066400 40519328 |  2161749    25739     11 |  0.203 % |
684.56/685.92	c 686	|     38726 |    6386  2066400 40519328 |  2377924    38712     12 |  0.219 % |
749.94/751.36	c 751	|     58187 |    6386  2066400 40519328 |  2615716    58172     12 |  0.234 % |
794.12/795.51	c 795	===============================================================================
794.12/795.51	c 795	restarts              : 15
794.12/795.51	c 795	conflicts             : 72423          (455 /sec)
794.12/795.51	c 795	decisions             : 105728         (1.87 % random) (664 /sec)
794.12/795.51	c 795	propagations          : 6530980        (41035 /sec)
794.12/795.51	c 795	conflict literals     : 870525         (24.26 % deleted)
794.12/795.51	c 795	Memory used           : 248.67 MB
794.12/795.51	c 795	CPU time              : 159.158 s
794.12/795.51	c 795	
794.12/795.51	c 795	UNSATISFIABLE
794.12/795.55	c 795	DECODING HOME/temp.out WITH HOME/temp.map
794.12/795.55	c 795	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
794.18/795.63	c 795	Decoding HOME/temp.out
794.18/795.66	s UNSATISFIABLE
794.18/795.67	c 795	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
794.18/795.71	c 795	CPU 791.9 (0.03 0.01 791.87 2.41)
794.18/795.71	c 795	END Fri Jul  4 18:55:42 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-1076718-1215189747/watcher-1076718-1215189747 -o /tmp/evaluation-result-1076718-1215189747/solver-1076718-1215189747 -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-1076718-1215189747.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: 0.92 0.98 0.99 3/64 27039
/proc/meminfo: memFree=1933584/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=12268 CPUtime=0
/proc/27039/stat : 27039 (sugar) D 27037 27039 25383 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1997946112 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 218076248677 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/27039/statm: 3067 316 241 3 0 167 0

[startup+0.024853 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27039
/proc/meminfo: memFree=1933584/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=12940 CPUtime=0.01
/proc/27039/stat : 27039 (sugar) R 27037 27039 25383 0 -1 4194304 589 0 0 0 1 0 0 0 18 0 1 0 1997946112 13250560 557 996147200 4194304 4206940 548682068560 18446744073709551615 218075927265 0 0 4224 0 0 0 0 17 1 0 0
/proc/27039/statm: 3235 557 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.101871 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27039
/proc/meminfo: memFree=1933584/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=0.04
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 900 128 0 0 3 1 0 0 16 0 1 0 1997946112 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301905 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27039
/proc/meminfo: memFree=1933584/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=0.04
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 916 128 0 0 3 1 0 0 15 0 1 0 1997946112 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701973 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27039
/proc/meminfo: memFree=1933584/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=0.28
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 972 4877 0 1 3 1 22 2 16 0 1 0 1997946112 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.5021 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 27061
/proc/meminfo: memFree=1901944/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=0.28
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 972 4877 0 1 3 1 22 2 15 0 1 0 1997946112 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 797 370 3 0 500 0
[pid=27052] ppid=27039 vsize=5356 CPUtime=0
/proc/27052/stat : 27052 (sh) S 27039 27039 25383 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997946143 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27052/statm: 1339 233 193 169 0 50 0
[pid=27053] ppid=27052 vsize=864872 CPUtime=1.24
/proc/27053/stat : 27053 (java) S 27052 27039 25383 0 -1 0 14418 0 1 0 118 6 0 0 20 0 9 0 1997946143 885628928 13557 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27053/statm: 216218 13557 2540 9 0 210793 0
[pid=27053/tid=27054] ppid=27052 vsize=864872 CPUtime=0.44
/proc/27053/task/27054/stat : 27054 (java) S 27052 27039 25383 0 -1 64 2904 0 1 0 43 1 0 0 16 0 9 0 1997946144 885628928 13557 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27055] ppid=27052 vsize=864872 CPUtime=0.72
/proc/27053/task/27055/stat : 27055 (java) R 27052 27039 25383 0 -1 64 10470 0 0 0 68 4 0 0 18 0 9 0 1997946145 885628928 13557 996147200 134512640 134550740 4294955904 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27056] ppid=27052 vsize=864872 CPUtime=0
/proc/27053/task/27056/stat : 27056 (java) S 27052 27039 25383 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1997946145 885628928 13557 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27057] ppid=27052 vsize=864872 CPUtime=0
/proc/27053/task/27057/stat : 27057 (java) S 27052 27039 25383 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997946145 885628928 13557 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27058] ppid=27052 vsize=864872 CPUtime=0
/proc/27053/task/27058/stat : 27058 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997946147 885628928 13557 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27059] ppid=27052 vsize=864872 CPUtime=0.06
/proc/27053/task/27059/stat : 27059 (java) S 27052 27039 25383 0 -1 64 350 0 0 0 6 0 0 0 16 0 9 0 1997946147 885628928 13557 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27060] ppid=27052 vsize=864872 CPUtime=0
/proc/27053/task/27060/stat : 27060 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997946147 885628928 13557 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27061] ppid=27052 vsize=864872 CPUtime=0
/proc/27053/task/27061/stat : 27061 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997946147 885628928 13557 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 883828

[startup+3.10157 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 27061
/proc/meminfo: memFree=1860408/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=0.28
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 972 4877 0 1 3 1 22 2 15 0 1 0 1997946112 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 797 370 3 0 500 0
[pid=27052] ppid=27039 vsize=5356 CPUtime=0
/proc/27052/stat : 27052 (sh) S 27039 27039 25383 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997946143 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27052/statm: 1339 233 193 169 0 50 0
[pid=27053] ppid=27052 vsize=864872 CPUtime=2.83
/proc/27053/stat : 27053 (java) S 27052 27039 25383 0 -1 0 32050 0 1 0 268 15 0 0 20 0 9 0 1997946143 885628928 31117 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27053/statm: 216218 31117 2540 9 0 210793 0
[pid=27053/tid=27054] ppid=27052 vsize=864872 CPUtime=0.94
/proc/27053/task/27054/stat : 27054 (java) S 27052 27039 25383 0 -1 64 3642 0 1 0 92 2 0 0 16 0 9 0 1997946144 885628928 31117 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27055] ppid=27052 vsize=864872 CPUtime=1.81
/proc/27053/task/27055/stat : 27055 (java) R 27052 27039 25383 0 -1 64 27363 0 0 0 169 12 0 0 17 0 9 0 1997946145 885628928 31117 996147200 134512640 134550740 4294955904 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27056] ppid=27052 vsize=864872 CPUtime=0
/proc/27053/task/27056/stat : 27056 (java) S 27052 27039 25383 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1997946145 885628928 31117 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27057] ppid=27052 vsize=864872 CPUtime=0
/proc/27053/task/27057/stat : 27057 (java) S 27052 27039 25383 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997946145 885628928 31117 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27058] ppid=27052 vsize=864872 CPUtime=0
/proc/27053/task/27058/stat : 27058 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997946147 885628928 31117 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27059] ppid=27052 vsize=864872 CPUtime=0.06
/proc/27053/task/27059/stat : 27059 (java) S 27052 27039 25383 0 -1 64 351 0 0 0 6 0 0 0 16 0 9 0 1997946147 885628928 31117 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27060] ppid=27052 vsize=864872 CPUtime=0
/proc/27053/task/27060/stat : 27060 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997946147 885628928 31117 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27061] ppid=27052 vsize=864872 CPUtime=0
/proc/27053/task/27061/stat : 27061 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997946147 885628928 31117 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 883828

[startup+6.30209 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 27061
/proc/meminfo: memFree=1805176/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=0.28
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 973 4877 0 1 3 1 22 2 16 0 1 0 1997946112 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 797 370 3 0 500 0
[pid=27052] ppid=27039 vsize=5356 CPUtime=0
/proc/27052/stat : 27052 (sh) S 27039 27039 25383 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997946143 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27052/statm: 1339 233 193 169 0 50 0
[pid=27053] ppid=27052 vsize=864748 CPUtime=6.06
/proc/27053/stat : 27053 (java) S 27052 27039 25383 0 -1 0 34912 0 1 0 589 17 0 0 20 0 9 0 1997946143 885501952 33894 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27053/statm: 216187 33894 2564 9 0 210734 0
[pid=27053/tid=27054] ppid=27052 vsize=864748 CPUtime=3.31
/proc/27053/task/27054/stat : 27054 (java) R 27052 27039 25383 0 -1 64 4522 0 1 0 329 2 0 0 25 0 9 0 1997946144 885501952 33894 996147200 134512640 134550740 4294955904 18446744073709551615 4126567237 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27055] ppid=27052 vsize=864748 CPUtime=2.62
/proc/27053/task/27055/stat : 27055 (java) S 27052 27039 25383 0 -1 64 29320 0 0 0 249 13 0 0 16 0 9 0 1997946145 885501952 33894 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27056] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27056/stat : 27056 (java) S 27052 27039 25383 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1997946145 885501952 33894 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27057] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27057/stat : 27057 (java) S 27052 27039 25383 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997946145 885501952 33894 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27058] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27058/stat : 27058 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997946147 885501952 33894 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27059] ppid=27052 vsize=864748 CPUtime=0.09
/proc/27053/task/27059/stat : 27059 (java) S 27052 27039 25383 0 -1 64 376 0 0 0 9 0 0 0 16 0 9 0 1997946147 885501952 33894 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27060] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27060/stat : 27060 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997946147 885501952 33894 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27061] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27061/stat : 27061 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997946147 885501952 33894 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 883704

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 27061
/proc/meminfo: memFree=1803512/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=0.28
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 973 4877 0 1 3 1 22 2 16 0 1 0 1997946112 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 797 370 3 0 500 0
[pid=27052] ppid=27039 vsize=5356 CPUtime=0
/proc/27052/stat : 27052 (sh) S 27039 27039 25383 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997946143 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27052/statm: 1339 233 193 169 0 50 0
[pid=27053] ppid=27052 vsize=864748 CPUtime=12.45
/proc/27053/stat : 27053 (java) S 27052 27039 25383 0 -1 0 35615 0 1 0 1228 17 0 0 20 0 9 0 1997946143 885501952 34591 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27053/statm: 216187 34591 2564 9 0 210734 0
[pid=27053/tid=27054] ppid=27052 vsize=864748 CPUtime=9.67
/proc/27053/task/27054/stat : 27054 (java) R 27052 27039 25383 0 -1 64 4528 0 1 0 965 2 0 0 19 0 9 0 1997946144 885501952 34591 996147200 134512640 134550740 4294955904 18446744073709551615 4126567266 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27055] ppid=27052 vsize=864748 CPUtime=2.66
/proc/27053/task/27055/stat : 27055 (java) S 27052 27039 25383 0 -1 64 30017 0 0 0 252 14 0 0 16 0 9 0 1997946145 885501952 34591 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27056] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27056/stat : 27056 (java) S 27052 27039 25383 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1997946145 885501952 34591 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27057] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27057/stat : 27057 (java) S 27052 27039 25383 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997946145 885501952 34591 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27058] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27058/stat : 27058 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997946147 885501952 34591 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27059] ppid=27052 vsize=864748 CPUtime=0.09
/proc/27053/task/27059/stat : 27059 (java) S 27052 27039 25383 0 -1 64 376 0 0 0 9 0 0 0 16 0 9 0 1997946147 885501952 34591 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27060] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27060/stat : 27060 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997946147 885501952 34591 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27061] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27061/stat : 27061 (java) S 27052 27039 25383 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997946147 885501952 34591 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 883704

[startup+25.5023 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 27061
/proc/meminfo: memFree=1786872/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=0.28
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 973 4877 0 1 3 1 22 2 16 0 1 0 1997946112 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 797 370 3 0 500 0
[pid=27052] ppid=27039 vsize=5356 CPUtime=0
/proc/27052/stat : 27052 (sh) S 27039 27039 25383 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997946143 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27052/statm: 1339 233 193 169 0 50 0
[pid=27053] ppid=27052 vsize=864748 CPUtime=25.26
/proc/27053/stat : 27053 (java) S 27052 27039 25383 0 -1 0 38190 0 1 0 2504 22 0 0 20 0 9 0 1997946143 885501952 37126 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27053/statm: 216187 37126 2564 9 0 210734 0
[pid=27053/tid=27054] ppid=27052 vsize=864748 CPUtime=22.32
/proc/27053/task/27054/stat : 27054 (java) R 27052 27039 25383 0 -1 64 4568 0 1 0 2227 5 0 0 25 0 9 0 1997946144 885501952 37126 996147200 134512640 134550740 4294955904 18446744073709551615 4126618048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27053/tid=27055] ppid=27052 vsize=864748 CPUtime=2.81
/proc/27053/task/27055/stat : 27055 (java) S 27052 27039 25383 0 -1 64 32547 0 0 0 266 15 0 0 16 0 9 0 1997946145 885501952 37126 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27056] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27056/stat : 27056 (java) S 27052 27039 25383 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1997946145 885501952 37126 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27053/tid=27057] ppid=27052 vsize=864748 CPUtime=0
/proc/27053/task/27057/stat : 27057 (java) S 27052 27039 25383 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997946145 885501952 37126 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1490744/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=634.52
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 1032 113346 0 2 3 1 63261 187 15 0 1 0 1997946112 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 799 370 3 0 500 0
[pid=27062] ppid=27039 vsize=5356 CPUtime=0
/proc/27062/stat : 27062 (sh) S 27039 27039 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998009692 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27062/statm: 1339 232 193 169 0 50 0
[pid=27063] ppid=27062 vsize=225360 CPUtime=6.48
/proc/27063/stat : 27063 (minisat) R 27062 27039 25383 0 -1 4194304 55636 0 0 0 607 41 0 0 25 0 1 0 1998009693 230768640 55622 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27063/statm: 56340 55622 75 150 0 56187 0
Current children cumulated CPU time (s) 641
Current children cumulated vsize (KiB) 244316

[startup+702.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1467448/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=634.52
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 1032 113346 0 2 3 1 63261 187 16 0 1 0 1997946112 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 799 370 3 0 500 0
[pid=27062] ppid=27039 vsize=5356 CPUtime=0
/proc/27062/stat : 27062 (sh) S 27039 27039 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998009692 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27062/statm: 1339 232 193 169 0 50 0
[pid=27063] ppid=27062 vsize=250012 CPUtime=66.44
/proc/27063/stat : 27063 (minisat) R 27062 27039 25383 0 -1 4194304 61506 0 0 0 6599 45 0 0 25 0 1 0 1998009693 256012288 61492 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27063/statm: 62503 61492 76 150 0 62350 0
Current children cumulated CPU time (s) 700.96
Current children cumulated vsize (KiB) 268968

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1463992/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=634.52
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 1032 113346 0 2 3 1 63261 187 16 0 1 0 1997946112 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 799 370 3 0 500 0
[pid=27062] ppid=27039 vsize=5356 CPUtime=0
/proc/27062/stat : 27062 (sh) S 27039 27039 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998009692 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27062/statm: 1339 232 193 169 0 50 0
[pid=27063] ppid=27062 vsize=253496 CPUtime=126.42
/proc/27063/stat : 27063 (minisat) R 27062 27039 25383 0 -1 4194304 62352 0 0 0 12596 46 0 0 25 0 1 0 1998009693 259579904 62338 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27063/statm: 63374 62338 76 150 0 63221 0
Current children cumulated CPU time (s) 760.94
Current children cumulated vsize (KiB) 272452

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

[startup+767.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1463736/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=634.52
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 1032 113346 0 2 3 1 63261 187 16 0 1 0 1997946112 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 799 370 3 0 500 0
[pid=27062] ppid=27039 vsize=5356 CPUtime=0
/proc/27062/stat : 27062 (sh) S 27039 27039 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998009692 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27062/statm: 1339 232 193 169 0 50 0
[pid=27063] ppid=27062 vsize=253804 CPUtime=132.01
/proc/27063/stat : 27063 (minisat) R 27062 27039 25383 0 -1 4194304 62420 0 0 0 13155 46 0 0 25 0 1 0 1998009693 259895296 62406 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27063/statm: 63451 62406 76 150 0 63298 0
Current children cumulated CPU time (s) 766.53
Current children cumulated vsize (KiB) 272760

[startup+780.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1463288/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=634.52
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 1032 113346 0 2 3 1 63261 187 16 0 1 0 1997946112 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 799 370 3 0 500 0
[pid=27062] ppid=27039 vsize=5356 CPUtime=0
/proc/27062/stat : 27062 (sh) S 27039 27039 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998009692 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27062/statm: 1339 232 193 169 0 50 0
[pid=27063] ppid=27062 vsize=254240 CPUtime=144.81
/proc/27063/stat : 27063 (minisat) R 27062 27039 25383 0 -1 4194304 62544 0 0 0 14435 46 0 0 25 0 1 0 1998009693 260341760 62530 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27063/statm: 63560 62530 76 150 0 63407 0
Current children cumulated CPU time (s) 779.33
Current children cumulated vsize (KiB) 273196

[startup+787.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1463096/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=634.52
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 1032 113346 0 2 3 1 63261 187 16 0 1 0 1997946112 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 799 370 3 0 500 0
[pid=27062] ppid=27039 vsize=5356 CPUtime=0
/proc/27062/stat : 27062 (sh) S 27039 27039 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998009692 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27062/statm: 1339 232 193 169 0 50 0
[pid=27063] ppid=27062 vsize=254504 CPUtime=151.2
/proc/27063/stat : 27063 (minisat) R 27062 27039 25383 0 -1 4194304 62594 0 0 0 15074 46 0 0 25 0 1 0 1998009693 260612096 62580 996147200 134512640 135127466 4294956224 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 0 0 0
/proc/27063/statm: 63626 62580 76 150 0 63473 0
Current children cumulated CPU time (s) 785.72
Current children cumulated vsize (KiB) 273460

[startup+790.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1462904/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=634.52
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 1032 113346 0 2 3 1 63261 187 16 0 1 0 1997946112 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 799 370 3 0 500 0
[pid=27062] ppid=27039 vsize=5356 CPUtime=0
/proc/27062/stat : 27062 (sh) S 27039 27039 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998009692 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27062/statm: 1339 232 193 169 0 50 0
[pid=27063] ppid=27062 vsize=254636 CPUtime=154.4
/proc/27063/stat : 27063 (minisat) R 27062 27039 25383 0 -1 4194304 62626 0 0 0 15394 46 0 0 25 0 1 0 1998009693 260747264 62612 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27063/statm: 63659 62612 76 150 0 63506 0
Current children cumulated CPU time (s) 788.92
Current children cumulated vsize (KiB) 273592

[startup+793.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1462840/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=634.52
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 1032 113346 0 2 3 1 63261 187 16 0 1 0 1997946112 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 799 370 3 0 500 0
[pid=27062] ppid=27039 vsize=5356 CPUtime=0
/proc/27062/stat : 27062 (sh) S 27039 27039 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998009692 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27062/statm: 1339 232 193 169 0 50 0
[pid=27063] ppid=27062 vsize=254636 CPUtime=157.6
/proc/27063/stat : 27063 (minisat) R 27062 27039 25383 0 -1 4194304 62643 0 0 0 15714 46 0 0 25 0 1 0 1998009693 260747264 62629 996147200 134512640 135127466 4294956224 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 0 0 0
/proc/27063/statm: 63659 62629 76 150 0 63506 0
Current children cumulated CPU time (s) 792.12
Current children cumulated vsize (KiB) 273592

[startup+795.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1462840/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=634.52
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 1032 113346 0 2 3 1 63261 187 16 0 1 0 1997946112 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 799 370 3 0 500 0
[pid=27062] ppid=27039 vsize=5356 CPUtime=0
/proc/27062/stat : 27062 (sh) S 27039 27039 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998009692 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27062/statm: 1339 232 193 169 0 50 0
[pid=27063] ppid=27062 vsize=254636 CPUtime=159.2
/proc/27063/stat : 27063 (minisat) R 27062 27039 25383 0 -1 4194304 62649 0 0 0 15874 46 0 0 25 0 1 0 1998009693 260747264 62635 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27063/statm: 63659 62635 76 150 0 63506 0
Current children cumulated CPU time (s) 793.72
Current children cumulated vsize (KiB) 273592

[startup+795.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1462840/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=634.52
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 1032 113346 0 2 3 1 63261 187 16 0 1 0 1997946112 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 799 370 3 0 500 0
[pid=27062] ppid=27039 vsize=5356 CPUtime=0
/proc/27062/stat : 27062 (sh) S 27039 27039 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998009692 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27062/statm: 1339 232 193 169 0 50 0
[pid=27063] ppid=27062 vsize=254636 CPUtime=159.6
/proc/27063/stat : 27063 (minisat) R 27062 27039 25383 0 -1 4194304 62650 0 0 0 15914 46 0 0 25 0 1 0 1998009693 260747264 62636 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27063/statm: 63659 62636 76 150 0 63506 0
Current children cumulated CPU time (s) 794.12
Current children cumulated vsize (KiB) 273592

[startup+795.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1462840/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=794.18
/proc/27039/stat : 27039 (sugar) S 27037 27039 25383 0 -1 4194304 1091 176289 0 2 3 1 79176 238 15 0 1 0 1997946112 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27039/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 794.18
Current children cumulated vsize (KiB) 13600

[startup+795.801 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27063
/proc/meminfo: memFree=1462840/2055920 swapFree=4180732/4192956
[pid=27039] ppid=27037 vsize=13600 CPUtime=794.41
/proc/27039/stat : 27039 (sugar) R 27037 27039 25383 0 -1 4194304 1117 179995 0 3 3 10 79187 241 16 0 1 0 1997946112 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27039/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 794.41
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 795.818
CPU time (s): 794.444
CPU user time (s): 791.91
CPU system time (s): 2.53461
CPU usage (%): 99.8274
Max. virtual memory (cumulated for all children) (KiB): 909656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 791.91
system time used= 2.53461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181145
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= 18068
involuntary context switches= 12430

runsolver used 0.938857 second user time and 2.22166 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-04 18:42:27
IDJOB=1076718
IDBENCH=56600
IDSOLVER=346
FILE ID=node57/1076718-1215189747
PBS_JOBID= 7881550
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg16-16_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-1076718-1215189747/watcher-1076718-1215189747 -o /tmp/evaluation-result-1076718-1215189747/solver-1076718-1215189747 -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-1076718-1215189747.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd0a8fec9df38bdb77868162a11330d0
RANDOM SEED=34026890

node57.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.258
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.258
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:       1934000 kB
Buffers:          7020 kB
Cached:          56888 kB
SwapCached:       6064 kB
Active:          55036 kB
Inactive:        17324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1934000 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            35544 kB
Committed_AS:  3930104 kB
PageTables:       1432 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 node57 at 2008-07-04 18:55:43