Trace number 2069993

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.14.6+minisatUNSAT 128.678 129.554

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-15_ext.xml
MD5SUM5c825d1a485b3da8a129811f0613b130
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.041993
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints27
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension27
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.09	c 0	BEGIN Sun Jul 12 00:22:23 2009
0.06/0.09	c 0	PID 19224
0.06/0.10	c 0	HOST node68.alineos.net
0.06/0.10	c 0	CONVERTING HOME/instance-2069993-1247350943.xml TO HOME/temp.csp
0.06/0.10	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069993-1247350943.xml' 'HOME/temp.csp'
0.06/0.52	c 0	1 domains, 180 variables, 0 predicates, 2 relations, 27 constraints
0.06/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.47/0.64	c 0	Parsing HOME/temp.csp
0.47/0.73	c 1	parsed 210 expressions
0.47/0.74	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.74	c 1	Converting to clausal form CSP
0.47/0.77	c 1	converted 21 (10%) expressions
0.47/0.77	c 1	converted 42 (20%) expressions
0.47/0.77	c 1	converted 63 (30%) expressions
0.47/0.77	c 1	converted 84 (40%) expressions
0.47/0.77	c 1	converted 105 (50%) expressions
0.47/0.77	c 1	converted 126 (60%) expressions
0.47/0.77	c 1	converted 147 (70%) expressions
0.47/0.77	c 1	converted 168 (80%) expressions
0.89/1.05	c 1	converted 189 (90%) expressions
1.39/1.56	c 1	converted 210 (100%) expressions
1.39/1.56	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
1.39/1.56	c 1	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.56	c 1	Propagation in CSP
1.39/1.56	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.39/1.56	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
1.39/1.56	c 1	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.56	c 1	Simplifing CSP by introducing new Boolean variables
1.39/1.56	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
1.39/1.56	c 1	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.48/1.69	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.58/1.70	c 1	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.58/1.71	c 2	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.58/1.71	c 2	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
1.58/1.71	c 2	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.58/1.71	c 2	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
1.58/1.71	c 2	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
1.58/1.72	c 2	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
1.58/1.72	c 2	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
1.58/1.72	c 2	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
1.58/1.72	c 2	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
17.10/17.39	c 17	3 (10%) CSP clauses are encoded (106707 clauses, 7957330 bytes)
32.90/33.24	c 33	6 (20%) CSP clauses are encoded (209094 clauses, 16023796 bytes)
48.60/49.08	c 49	9 (30%) CSP clauses are encoded (311481 clauses, 24155308 bytes)
58.94/59.48	c 59	11 (40%) CSP clauses are encoded (379739 clauses, 29641370 bytes)
74.64/75.27	c 75	14 (50%) CSP clauses are encoded (482126 clauses, 37966835 bytes)
80.71/81.40	c 81	17 (60%) CSP clauses are encoded (532465 clauses, 41971207 bytes)
81.80/82.48	c 82	19 (70%) CSP clauses are encoded (548675 clauses, 43425433 bytes)
83.49/84.10	c 84	22 (80%) CSP clauses are encoded (572990 clauses, 45791878 bytes)
85.08/85.74	c 86	25 (90%) CSP clauses are encoded (597305 clauses, 48158323 bytes)
86.18/86.83	c 87	27 (100%) CSP clauses are encoded (613515 clauses, 49735953 bytes)
86.18/86.83	c 87	27 CSP clauses encoded
86.18/86.83	c 87	Writing map file : HOME/temp.map
86.18/86.83	c 87	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
86.18/86.84	c 87	SAT : 4500 SAT variables, 613515 SAT clauses, 49735953 bytes
86.18/86.84	c 87	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
86.18/86.88	c 87	SOLVING HOME/temp.cnf
86.18/86.88	c 87	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
86.18/86.89	c 87	This is MiniSat 2.0 beta
86.18/86.89	c 87	WARNING: for repeatability, setting FPU to use double precision
86.18/86.89	c 87	============================[ Problem Statistics ]=============================
86.18/86.89	c 87	|                                                                             |
86.18/86.89	c 87	|  Number of variables:  4500                                                 |
86.18/86.89	c 87	|  Number of clauses:    613515                                               |
87.23/87.92	c 88	|  Parsing time:         0.93         s                                       |
87.33/88.01	c 88	============================[ Search Statistics ]==============================
87.33/88.01	c 88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
87.33/88.01	c 88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
87.33/88.01	c 88	===============================================================================
87.33/88.01	c 88	|         0 |    4452   608823  9317115 |   202941        0    nan |  0.000 % |
87.33/88.03	c 88	|       101 |    4450   608823  9317115 |   223235       99      7 |  1.111 % |
87.33/88.08	c 88	|       253 |    4448   608823  9317115 |   245558      249      7 |  1.156 % |
87.42/88.10	c 88	|       478 |    4448   608823  9317115 |   270114      474      7 |  1.156 % |
87.42/88.13	c 88	|       818 |    4448   608823  9317115 |   297125      814      8 |  1.156 % |
87.42/88.19	c 88	|      1325 |    4448   608823  9317115 |   326838     1321      8 |  1.156 % |
87.52/88.28	c 88	|      2086 |    4448   608823  9317115 |   359522     2082      8 |  1.156 % |
87.62/88.38	c 88	|      3225 |    4448   608823  9317115 |   395474     3221      9 |  1.156 % |
87.82/88.55	c 88	|      4934 |    4448   608823  9317115 |   435022     4930      9 |  1.156 % |
88.12/88.89	c 89	|      7496 |    4447   608823  9317115 |   478524     7491      9 |  1.178 % |
88.61/89.37	c 89	|     11342 |    4447   608823  9317115 |   526376    11337     10 |  1.178 % |
89.92/90.66	c 90	|     17108 |    4447   608823  9317115 |   579014    17103     11 |  1.178 % |
92.00/92.79	c 93	|     25757 |    4444   608823  9317115 |   636915    25750     11 |  1.289 % |
94.89/95.70	c 95	|     38732 |    4443   608823  9317115 |   700607    38724     11 |  1.378 % |
100.76/101.56	c 101	|     58194 |    4443   608823  9317115 |   770668    58186     11 |  1.378 % |
110.91/111.74	c 112	|     87386 |    4442   608823  9317115 |   847734    87377     12 |  1.400 % |
128.43/129.33	c 129	===============================================================================
128.43/129.33	c 129	restarts              : 16
128.43/129.33	c 129	conflicts             : 117360         (2787 /sec)
128.43/129.33	c 129	decisions             : 158523         (1.80 % random) (3764 /sec)
128.43/129.34	c 129	propagations          : 4814316        (114326 /sec)
128.43/129.34	c 129	conflict literals     : 1388381        (27.99 % deleted)
128.43/129.34	c 129	Memory used           : 74.04 MB
128.43/129.34	c 129	CPU time              : 42.1106 s
128.43/129.34	c 129	
128.43/129.34	c 129	UNSATISFIABLE
128.43/129.35	c 129	DECODING HOME/temp.out WITH HOME/temp.map
128.43/129.35	c 129	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
128.50/129.43	c 129	Decoding HOME/temp.out
128.50/129.47	s UNSATISFIABLE
128.50/129.47	c 129	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
128.50/129.53	c 129	CPU 128.63 (0.06 0.01 127.81 0.75)
128.50/129.53	c 129	END Sun Jul 12 00:24:32 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069993-1247350943/watcher-2069993-1247350943 -o /tmp/evaluation-result-2069993-1247350943/solver-2069993-1247350943 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2069993-1247350943.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.07 2.08 4/85 19224
/proc/meminfo: memFree=1337712/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=18576 CPUtime=0
/proc/19224/stat : 19224 (runsolver) R 19222 19224 18937 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22156968 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209560595751 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19224/statm: 4644 284 249 26 0 2626 0

[startup+0.0966449 s]
/proc/loadavg: 1.97 2.07 2.08 4/85 19224
/proc/meminfo: memFree=1337712/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16740 CPUtime=0.06
/proc/19224/stat : 19224 (sugar) R 19222 19224 18937 0 -1 4194304 1106 0 0 0 5 1 0 0 18 0 1 0 22156968 17141760 1074 996147200 4194304 4206940 548682068608 18446744073709551615 209560441569 0 0 4224 0 0 0 0 17 1 0 0
/proc/19224/statm: 4185 1075 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102652 s]
/proc/loadavg: 1.97 2.07 2.08 4/85 19224
/proc/meminfo: memFree=1337712/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=0.06
/proc/19224/stat : 19224 (sugar) R 19222 19224 18937 0 -1 4194304 1199 128 0 0 5 1 0 0 18 0 1 0 22156968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209560595103 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302683 s]
/proc/loadavg: 1.97 2.07 2.08 4/85 19224
/proc/meminfo: memFree=1337712/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=0.06
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22156968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702742 s]
/proc/loadavg: 1.97 2.07 2.08 4/85 19224
/proc/meminfo: memFree=1337712/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=0.47
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1309 4574 0 1 5 1 38 3 16 0 1 0 22156968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.50188 s]
/proc/loadavg: 1.97 2.07 2.08 4/96 19246
/proc/meminfo: memFree=1317400/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=0.47
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1309 4574 0 1 5 1 38 3 16 0 1 0 22156968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1111 409 3 0 796 0
[pid=19237] ppid=19224 vsize=5356 CPUtime=0
/proc/19237/stat : 19237 (sh) S 19224 19224 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22157024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19237/statm: 1339 233 193 169 0 50 0
[pid=19238] ppid=19237 vsize=864332 CPUtime=0.92
/proc/19238/stat : 19238 (java) S 19237 19224 18937 0 -1 0 11654 0 1 0 87 5 0 0 18 0 9 0 22157025 885075968 10916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19238/statm: 216083 10916 2566 9 0 210588 0
[pid=19238/tid=19239] ppid=19237 vsize=864332 CPUtime=0.37
/proc/19238/task/19239/stat : 19239 (java) R 19237 19224 18937 0 -1 64 2965 0 1 0 36 1 0 0 20 0 9 0 22157026 885075968 10916 996147200 134512640 134550932 4294955936 18446744073709551615 4126514720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19240] ppid=19237 vsize=864332 CPUtime=0.48
/proc/19238/task/19240/stat : 19240 (java) S 19237 19224 18937 0 -1 64 7680 0 0 0 45 3 0 0 17 0 9 0 22157027 885075968 10916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19241] ppid=19237 vsize=864332 CPUtime=0
/proc/19238/task/19241/stat : 19241 (java) S 19237 19224 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22157027 885075968 10916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19242] ppid=19237 vsize=864332 CPUtime=0
/proc/19238/task/19242/stat : 19242 (java) S 19237 19224 18937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22157027 885075968 10916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19243] ppid=19237 vsize=864332 CPUtime=0
/proc/19238/task/19243/stat : 19243 (java) S 19237 19224 18937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22157029 885075968 10916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19244] ppid=19237 vsize=864332 CPUtime=0.04
/proc/19238/task/19244/stat : 19244 (java) S 19237 19224 18937 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22157029 885075968 10916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19245] ppid=19237 vsize=864332 CPUtime=0
/proc/19238/task/19245/stat : 19245 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22157029 885075968 10916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19246] ppid=19237 vsize=864332 CPUtime=0
/proc/19238/task/19246/stat : 19246 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22157029 885075968 10916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886556

[startup+3.10216 s]
/proc/loadavg: 1.97 2.07 2.08 3/96 19246
/proc/meminfo: memFree=1290328/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=0.48
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1310 4574 0 1 6 1 38 3 15 0 1 0 22156968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1111 409 3 0 796 0
[pid=19237] ppid=19224 vsize=5356 CPUtime=0
/proc/19237/stat : 19237 (sh) S 19224 19224 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22157024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19237/statm: 1339 233 193 169 0 50 0
[pid=19238] ppid=19237 vsize=864444 CPUtime=2.5
/proc/19238/stat : 19238 (java) S 19237 19224 18937 0 -1 0 13445 0 1 0 244 6 0 0 18 0 9 0 22157025 885190656 12669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19238/statm: 216111 12669 2590 9 0 210588 0
[pid=19238/tid=19239] ppid=19237 vsize=864444 CPUtime=1.73
/proc/19238/task/19239/stat : 19239 (java) R 19237 19224 18937 0 -1 64 3097 0 1 0 172 1 0 0 25 0 9 0 22157026 885190656 12669 996147200 134512640 134550932 4294955936 18446744073709551615 4126593300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19240] ppid=19237 vsize=864444 CPUtime=0.66
/proc/19238/task/19240/stat : 19240 (java) S 19237 19224 18937 0 -1 64 9318 0 0 0 63 3 0 0 16 0 9 0 22157027 885190656 12669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19241] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19241/stat : 19241 (java) S 19237 19224 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22157027 885190656 12669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19242] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19242/stat : 19242 (java) S 19237 19224 18937 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22157027 885190656 12669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19243] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19243/stat : 19243 (java) S 19237 19224 18937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22157029 885190656 12669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19244] ppid=19237 vsize=864444 CPUtime=0.08
/proc/19238/task/19244/stat : 19244 (java) S 19237 19224 18937 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22157029 885190656 12669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19245] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19245/stat : 19245 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22157029 885190656 12669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19246] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19246/stat : 19246 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22157029 885190656 12669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886668

[startup+6.30169 s]
/proc/loadavg: 1.97 2.07 2.08 3/96 19246
/proc/meminfo: memFree=1279512/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=0.48
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1310 4574 0 1 6 1 38 3 15 0 1 0 22156968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1111 409 3 0 796 0
[pid=19237] ppid=19224 vsize=5356 CPUtime=0
/proc/19237/stat : 19237 (sh) S 19224 19224 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22157024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19237/statm: 1339 233 193 169 0 50 0
[pid=19238] ppid=19237 vsize=864444 CPUtime=5.68
/proc/19238/stat : 19238 (java) S 19237 19224 18937 0 -1 0 14365 0 1 0 561 7 0 0 18 0 9 0 22157025 885190656 13560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19238/statm: 216111 13560 2590 9 0 210588 0
[pid=19238/tid=19239] ppid=19237 vsize=864444 CPUtime=4.87
/proc/19238/task/19239/stat : 19239 (java) R 19237 19224 18937 0 -1 64 3126 0 1 0 485 2 0 0 25 0 9 0 22157026 885190656 13560 996147200 134512640 134550932 4294955936 18446744073709551615 4126593349 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19240] ppid=19237 vsize=864444 CPUtime=0.72
/proc/19238/task/19240/stat : 19240 (java) S 19237 19224 18937 0 -1 64 10209 0 0 0 68 4 0 0 16 0 9 0 22157027 885190656 13560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19241] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19241/stat : 19241 (java) S 19237 19224 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22157027 885190656 13560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19242] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19242/stat : 19242 (java) S 19237 19224 18937 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22157027 885190656 13560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19243] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19243/stat : 19243 (java) S 19237 19224 18937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22157029 885190656 13560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19244] ppid=19237 vsize=864444 CPUtime=0.08
/proc/19238/task/19244/stat : 19244 (java) S 19237 19224 18937 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22157029 885190656 13560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19245] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19245/stat : 19245 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22157029 885190656 13560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19246] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19246/stat : 19246 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22157029 885190656 13560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886668

[startup+12.7018 s]
/proc/loadavg: 1.98 2.07 2.08 3/96 19246
/proc/meminfo: memFree=1258008/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=0.48
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1310 4574 0 1 6 1 38 3 15 0 1 0 22156968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1111 409 3 0 796 0
[pid=19237] ppid=19224 vsize=5356 CPUtime=0
/proc/19237/stat : 19237 (sh) S 19224 19224 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22157024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19237/statm: 1339 233 193 169 0 50 0
[pid=19238] ppid=19237 vsize=864444 CPUtime=12.04
/proc/19238/stat : 19238 (java) S 19237 19224 18937 0 -1 0 16254 0 1 0 1191 13 0 0 18 0 9 0 22157025 885190656 15340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19238/statm: 216111 15340 2590 9 0 210588 0
[pid=19238/tid=19239] ppid=19237 vsize=864444 CPUtime=11.07
/proc/19238/task/19239/stat : 19239 (java) R 19237 19224 18937 0 -1 64 3235 0 1 0 1102 5 0 0 25 0 9 0 22157026 885190656 15340 996147200 134512640 134550932 4294955936 18446744073709551615 4126573674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19240] ppid=19237 vsize=864444 CPUtime=0.85
/proc/19238/task/19240/stat : 19240 (java) S 19237 19224 18937 0 -1 64 11985 0 0 0 79 6 0 0 16 0 9 0 22157027 885190656 15340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19241] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19241/stat : 19241 (java) S 19237 19224 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22157027 885190656 15340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19242] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19242/stat : 19242 (java) S 19237 19224 18937 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22157027 885190656 15340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19243] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19243/stat : 19243 (java) S 19237 19224 18937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22157029 885190656 15340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19244] ppid=19237 vsize=864444 CPUtime=0.08
/proc/19238/task/19244/stat : 19244 (java) S 19237 19224 18937 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22157029 885190656 15340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19245] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19245/stat : 19245 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22157029 885190656 15340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19246] ppid=19237 vsize=864444 CPUtime=0
/proc/19238/task/19246/stat : 19246 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22157029 885190656 15340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886668

[startup+25.5029 s]
/proc/loadavg: 1.98 2.07 2.08 3/96 19246
/proc/meminfo: memFree=1229656/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=0.48
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1310 4574 0 1 6 1 38 3 16 0 1 0 22156968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1111 409 3 0 796 0
[pid=19237] ppid=19224 vsize=5356 CPUtime=0
/proc/19237/stat : 19237 (sh) S 19224 19224 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22157024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19237/statm: 1339 233 193 169 0 50 0
[pid=19238] ppid=19237 vsize=864464 CPUtime=24.77
/proc/19238/stat : 19238 (java) S 19237 19224 18937 0 -1 0 20783 0 1 0 2458 19 0 0 18 0 9 0 22157025 885211136 17218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19238/statm: 216116 17218 2590 9 0 210593 0
[pid=19238/tid=19239] ppid=19237 vsize=864464 CPUtime=23.38
/proc/19238/task/19239/stat : 19239 (java) R 19237 19224 18937 0 -1 64 3385 0 1 0 2329 9 0 0 25 0 9 0 22157026 885211136 17218 996147200 134512640 134550932 4294955936 18446744073709551615 4126600776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19240] ppid=19237 vsize=864464 CPUtime=1.26
/proc/19238/task/19240/stat : 19240 (java) S 19237 19224 18937 0 -1 64 16359 0 0 0 118 8 0 0 16 0 9 0 22157027 885211136 17218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19241] ppid=19237 vsize=864464 CPUtime=0
/proc/19238/task/19241/stat : 19241 (java) S 19237 19224 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22157027 885211136 17218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19242] ppid=19237 vsize=864464 CPUtime=0
/proc/19238/task/19242/stat : 19242 (java) S 19237 19224 18937 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22157027 885211136 17218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19243] ppid=19237 vsize=864464 CPUtime=0
/proc/19238/task/19243/stat : 19243 (java) S 19237 19224 18937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22157029 885211136 17218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19244] ppid=19237 vsize=864464 CPUtime=0.09
/proc/19238/task/19244/stat : 19244 (java) S 19237 19224 18937 0 -1 64 341 0 0 0 9 0 0 0 17 0 9 0 22157029 885211136 17218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19245] ppid=19237 vsize=864464 CPUtime=0
/proc/19238/task/19245/stat : 19245 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22157029 885211136 17218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19246] ppid=19237 vsize=864464 CPUtime=0
/proc/19238/task/19246/stat : 19246 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22157029 885211136 17218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 886688

[startup+51.1023 s]
/proc/loadavg: 1.99 2.06 2.08 3/96 19246
/proc/meminfo: memFree=1194008/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=0.48
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1310 4574 0 1 6 1 38 3 16 0 1 0 22156968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1111 409 3 0 796 0
[pid=19237] ppid=19224 vsize=5356 CPUtime=0
/proc/19237/stat : 19237 (sh) S 19224 19224 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22157024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19237/statm: 1339 233 193 169 0 50 0
[pid=19238] ppid=19237 vsize=864464 CPUtime=50.21
/proc/19238/stat : 19238 (java) S 19237 19224 18937 0 -1 0 24726 0 1 0 4990 31 0 0 18 0 9 0 22157025 885211136 18350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19238/statm: 216116 18350 2590 9 0 210593 0
[pid=19238/tid=19239] ppid=19237 vsize=864464 CPUtime=48.18
/proc/19238/task/19239/stat : 19239 (java) R 19237 19224 18937 0 -1 64 3698 0 1 0 4800 18 0 0 25 0 9 0 22157026 885211136 18350 996147200 134512640 134550932 4294955936 18446744073709551615 4125952251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19240] ppid=19237 vsize=864464 CPUtime=1.9
/proc/19238/task/19240/stat : 19240 (java) S 19237 19224 18937 0 -1 64 19989 0 0 0 179 11 0 0 16 0 9 0 22157027 885211136 18350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19241] ppid=19237 vsize=864464 CPUtime=0
/proc/19238/task/19241/stat : 19241 (java) S 19237 19224 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22157027 885211136 18350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19242] ppid=19237 vsize=864464 CPUtime=0
/proc/19238/task/19242/stat : 19242 (java) S 19237 19224 18937 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22157027 885211136 18350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19243] ppid=19237 vsize=864464 CPUtime=0
/proc/19238/task/19243/stat : 19243 (java) S 19237 19224 18937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22157029 885211136 18350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19244] ppid=19237 vsize=864464 CPUtime=0.09
/proc/19238/task/19244/stat : 19244 (java) S 19237 19224 18937 0 -1 64 341 0 0 0 9 0 0 0 17 0 9 0 22157029 885211136 18350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19245] ppid=19237 vsize=864464 CPUtime=0
/proc/19238/task/19245/stat : 19245 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22157029 885211136 18350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19238/tid=19246] ppid=19237 vsize=864464 CPUtime=0
/proc/19238/task/19246/stat : 19246 (java) S 19237 19224 18937 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22157029 885211136 18350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 886688

[startup+102.308 s]
/proc/loadavg: 2.03 2.06 2.08 3/80 19250
/proc/meminfo: memFree=1157016/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=86.23
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1376 35203 0 2 6 1 8558 58 16 0 1 0 22156968 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1113 409 3 0 796 0
[pid=19249] ppid=19224 vsize=5356 CPUtime=0
/proc/19249/stat : 19249 (sh) S 19224 19224 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22165657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19249/statm: 1339 232 193 169 0 50 0
[pid=19250] ppid=19249 vsize=66076 CPUtime=15.33
/proc/19250/stat : 19250 (minisat) R 19249 19224 18937 0 -1 4194304 16335 0 0 0 1523 10 0 0 25 0 1 0 22165657 67661824 16321 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/19250/statm: 16519 16321 75 150 0 16366 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 88300

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

[startup+115.101 s]
/proc/loadavg: 2.02 2.06 2.07 3/80 19250
/proc/meminfo: memFree=1151320/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=86.23
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1376 35203 0 2 6 1 8558 58 16 0 1 0 22156968 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1113 409 3 0 796 0
[pid=19249] ppid=19224 vsize=5356 CPUtime=0
/proc/19249/stat : 19249 (sh) S 19224 19224 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22165657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19249/statm: 1339 232 193 169 0 50 0
[pid=19250] ppid=19249 vsize=70800 CPUtime=28.07
/proc/19250/stat : 19250 (minisat) R 19249 19224 18937 0 -1 4194304 17469 0 0 0 2795 12 0 0 25 0 1 0 22165657 72499200 17455 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/19250/statm: 17700 17455 75 150 0 17547 0
Current children cumulated CPU time (s) 114.3
Current children cumulated vsize (KiB) 93024

[startup+121.502 s]
/proc/loadavg: 2.02 2.06 2.07 3/80 19250
/proc/meminfo: memFree=1146648/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=86.23
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1376 35203 0 2 6 1 8558 58 16 0 1 0 22156968 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1113 409 3 0 796 0
[pid=19249] ppid=19224 vsize=5356 CPUtime=0
/proc/19249/stat : 19249 (sh) S 19224 19224 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22165657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19249/statm: 1339 232 193 169 0 50 0
[pid=19250] ppid=19249 vsize=74872 CPUtime=34.43
/proc/19250/stat : 19250 (minisat) R 19249 19224 18937 0 -1 4194304 18463 0 0 0 3431 12 0 0 25 0 1 0 22165657 76668928 18449 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19250/statm: 18718 18449 75 150 0 18565 0
Current children cumulated CPU time (s) 120.66
Current children cumulated vsize (KiB) 97096

[startup+124.702 s]
/proc/loadavg: 2.02 2.06 2.07 3/80 19250
/proc/meminfo: memFree=1145560/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=86.23
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1376 35203 0 2 6 1 8558 58 16 0 1 0 22156968 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1113 409 3 0 796 0
[pid=19249] ppid=19224 vsize=5356 CPUtime=0
/proc/19249/stat : 19249 (sh) S 19224 19224 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22165657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19249/statm: 1339 232 193 169 0 50 0
[pid=19250] ppid=19249 vsize=75268 CPUtime=37.62
/proc/19250/stat : 19250 (minisat) R 19249 19224 18937 0 -1 4194304 18588 0 0 0 3749 13 0 0 25 0 1 0 22165657 77074432 18574 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19250/statm: 18817 18574 75 150 0 18664 0
Current children cumulated CPU time (s) 123.85
Current children cumulated vsize (KiB) 97492

[startup+127.901 s]
/proc/loadavg: 2.02 2.06 2.07 3/80 19250
/proc/meminfo: memFree=1144792/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=86.23
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1376 35203 0 2 6 1 8558 58 16 0 1 0 22156968 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1113 409 3 0 796 0
[pid=19249] ppid=19224 vsize=5356 CPUtime=0
/proc/19249/stat : 19249 (sh) S 19224 19224 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22165657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19249/statm: 1339 232 193 169 0 50 0
[pid=19250] ppid=19249 vsize=75672 CPUtime=40.8
/proc/19250/stat : 19250 (minisat) R 19249 19224 18937 0 -1 4194304 18697 0 0 0 4067 13 0 0 25 0 1 0 22165657 77488128 18683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19250/statm: 18918 18683 75 150 0 18765 0
Current children cumulated CPU time (s) 127.03
Current children cumulated vsize (KiB) 97896

[startup+128.706 s]
/proc/loadavg: 2.02 2.06 2.07 3/80 19250
/proc/meminfo: memFree=1144536/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=86.23
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1376 35203 0 2 6 1 8558 58 16 0 1 0 22156968 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1113 409 3 0 796 0
[pid=19249] ppid=19224 vsize=5356 CPUtime=0
/proc/19249/stat : 19249 (sh) S 19224 19224 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22165657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19249/statm: 1339 232 193 169 0 50 0
[pid=19250] ppid=19249 vsize=75812 CPUtime=41.6
/proc/19250/stat : 19250 (minisat) R 19249 19224 18937 0 -1 4194304 18711 0 0 0 4147 13 0 0 25 0 1 0 22165657 77631488 18697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19250/statm: 18953 18697 75 150 0 18800 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 98036

[startup+129.102 s]
/proc/loadavg: 2.02 2.06 2.07 3/80 19250
/proc/meminfo: memFree=1144536/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=86.23
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1376 35203 0 2 6 1 8558 58 16 0 1 0 22156968 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1113 409 3 0 796 0
[pid=19249] ppid=19224 vsize=5356 CPUtime=0
/proc/19249/stat : 19249 (sh) S 19224 19224 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22165657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19249/statm: 1339 232 193 169 0 50 0
[pid=19250] ppid=19249 vsize=75812 CPUtime=42
/proc/19250/stat : 19250 (minisat) R 19249 19224 18937 0 -1 4194304 18725 0 0 0 4187 13 0 0 25 0 1 0 22165657 77631488 18711 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/19250/statm: 18953 18711 75 150 0 18800 0
Current children cumulated CPU time (s) 128.23
Current children cumulated vsize (KiB) 98036

[startup+129.502 s]
/proc/loadavg: 2.02 2.06 2.07 3/80 19250
/proc/meminfo: memFree=1144536/2055920 swapFree=4192952/4192956
[pid=19224] ppid=19222 vsize=16868 CPUtime=128.5
/proc/19224/stat : 19224 (sugar) S 19222 19224 18937 0 -1 4194304 1449 54222 0 2 6 1 12770 73 16 0 1 0 22156968 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19224/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 128.5
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 129.554
CPU time (s): 128.678
CPU user time (s): 127.883
CPU system time (s): 0.795879
CPU usage (%): 99.324
Max. virtual memory (cumulated for all children) (KiB): 891816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.883
system time used= 0.795879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59526
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= 13602
involuntary context switches= 14707

runsolver used 0.161975 second user time and 0.45593 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 00:22:23
IDJOB=2069993
IDBENCH=55120
IDSOLVER=739
FILE ID=node68/2069993-1247350943
PBS_JOBID= 9506895
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg12-15_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069993-1247350943/watcher-2069993-1247350943 -o /tmp/evaluation-result-2069993-1247350943/solver-2069993-1247350943 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2069993-1247350943.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5c825d1a485b3da8a129811f0613b130
RANDOM SEED=960359722

node68.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:       1338128 kB
Buffers:         62532 kB
Cached:         522332 kB
SwapCached:          4 kB
Active:         137060 kB
Inactive:       506524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1338128 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            3128 kB
Writeback:           0 kB
Mapped:          80244 kB
Slab:            58944 kB
Committed_AS:   251336 kB
PageTables:       2156 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node68 at 2009-07-12 00:24:32