Trace number 2087549

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+minisatSAT 134.617 262.875

General information on the benchmark

Namecsp/queens/
normalized-queens-200.xml
MD5SUM054f76ffe13ea2991d6de6635966b938
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.2935
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19900
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sun Jul 12 10:12:35 2009
0.06/0.07	c 0	PID 26967
0.06/0.07	c 0	HOST node76.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2087549-1247386355.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087549-1247386355.xml' 'HOME/temp.csp'
1.25/1.39	c 1	1 domains, 200 variables, 1 predicates, 0 relations, 19900 constraints
1.33/1.40	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.33/1.40	c 1	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'
1.33/1.47	c 2	Parsing HOME/temp.csp
1.35/1.69	c 2	parsed 10000 expressions
1.35/1.89	c 2	parsed 20000 expressions
1.35/1.89	c 2	parsed 20102 expressions
1.35/1.90	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.35/1.90	c 2	Converting to clausal form CSP
2.23/2.33	c 2	converted 2011 (10%) expressions
2.53/2.63	c 3	converted 4021 (20%) expressions
2.73/2.84	c 3	converted 6031 (30%) expressions
3.03/3.20	c 3	converted 8041 (40%) expressions
3.33/3.40	c 3	converted 10051 (50%) expressions
3.53/3.61	c 4	converted 12062 (60%) expressions
3.94/4.01	c 4	converted 14072 (70%) expressions
4.14/4.26	c 4	converted 16082 (80%) expressions
4.34/4.47	c 5	converted 18092 (90%) expressions
4.54/4.67	c 5	converted 20102 (100%) expressions
4.54/4.67	c 5	CSP : 200 integers, 19900 booleans, 79600 clauses, largest domain size 200
4.54/4.68	c 5	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.54/4.68	c 5	Propagation in CSP
4.74/4.83	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.74/4.83	c 5	CSP : 200 integers, 19900 booleans, 79600 clauses, largest domain size 200
4.74/4.83	c 5	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.79/5.17	c 5	Simplifing CSP by introducing new Boolean variables
5.51/5.93	c 6	CSP : 200 integers, 99498 booleans, 159198 clauses, largest domain size 200
5.51/5.93	c 6	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.12/6.55	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.12/6.59	c 7	20 (10%) CSP integer variables are encoded (3960 clauses, 49343 bytes)
6.12/6.59	c 7	40 (20%) CSP integer variables are encoded (7920 clauses, 100823 bytes)
6.12/6.60	c 7	60 (30%) CSP integer variables are encoded (11880 clauses, 156166 bytes)
6.12/6.60	c 7	80 (40%) CSP integer variables are encoded (15840 clauses, 215566 bytes)
6.21/6.61	c 7	100 (50%) CSP integer variables are encoded (19800 clauses, 274966 bytes)
6.21/6.61	c 7	120 (60%) CSP integer variables are encoded (23760 clauses, 334366 bytes)
6.21/6.62	c 7	140 (70%) CSP integer variables are encoded (27720 clauses, 393766 bytes)
6.21/6.62	c 7	160 (80%) CSP integer variables are encoded (31680 clauses, 453166 bytes)
6.21/6.63	c 7	180 (90%) CSP integer variables are encoded (35640 clauses, 512566 bytes)
6.21/6.63	c 7	200 (100%) CSP integer variables are encoded (39600 clauses, 571966 bytes)
8.90/9.36	c 9	15920 (10%) CSP clauses are encoded (1667178 clauses, 33213268 bytes)
11.71/12.11	c 12	31840 (20%) CSP clauses are encoded (3313934 clauses, 67290774 bytes)
14.50/15.66	c 16	47760 (30%) CSP clauses are encoded (5024310 clauses, 102797600 bytes)
17.37/18.58	c 19	63680 (40%) CSP clauses are encoded (6760258 clauses, 138990292 bytes)
20.44/21.68	c 22	79599 (50%) CSP clauses are encoded (8567698 clauses, 177906773 bytes)
23.79/28.42	c 28	95519 (60%) CSP clauses are encoded (10420538 clauses, 219794072 bytes)
27.12/31.88	c 32	111439 (70%) CSP clauses are encoded (12336418 clauses, 263181962 bytes)
30.66/35.44	c 36	127359 (80%) CSP clauses are encoded (14327078 clauses, 308252402 bytes)
34.28/40.88	c 41	143279 (90%) CSP clauses are encoded (16407734 clauses, 355347752 bytes)
38.24/44.82	c 45	159198 (100%) CSP clauses are encoded (18626198 clauses, 405543695 bytes)
38.24/44.82	c 45	159198 CSP clauses encoded
38.24/44.82	c 45	Writing map file : HOME/temp.map
38.24/44.84	c 45	Heap : 58 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
38.24/44.84	c 45	SAT : 139298 SAT variables, 18626198 SAT clauses, 405543695 bytes
38.24/44.84	c 45	Heap : 58 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
38.29/44.91	c 45	SOLVING HOME/temp.cnf
38.29/44.91	c 45	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.29/44.91	c 45	This is MiniSat 2.0 beta
38.29/44.91	c 45	WARNING: for repeatability, setting FPU to use double precision
38.29/44.91	c 45	============================[ Problem Statistics ]=============================
38.29/44.91	c 45	|                                                                             |
38.29/44.91	c 45	|  Number of variables:  139298                                               |
38.29/44.91	c 45	|  Number of clauses:    18626198                                             |
47.88/54.62	c 55	|  Parsing time:         8.28         s                                       |
48.37/55.13	c 55	============================[ Search Statistics ]==============================
48.37/55.13	c 55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.37/55.13	c 55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.37/55.13	c 55	===============================================================================
48.37/55.13	c 55	|         0 |  139297 18626197 55659893 |  6208732        0    nan |  0.000 % |
49.16/55.97	c 56	|       101 |  139296 18626197 55659893 |  6829605      100     11 |  0.001 % |
52.92/59.77	c 60	|       256 |  139296 18626197 55659893 |  7512566      255     33 |  0.001 % |
57.88/64.73	c 65	|       481 |  139296 18626197 55659893 |  8263822      480     58 |  0.001 % |
64.91/71.86	c 72	|       818 |  139296 18626197 55659893 |  9090205      817     57 |  0.001 % |
70.17/77.16	c 77	|      1324 |  139296 18626197 55659893 |  9999225     1323     46 |  0.001 % |
78.88/85.93	c 86	|      2083 |  139296 18626197 55659893 | 10999148     2082     41 |  0.001 % |
81.46/88.54	c 89	|      3222 |  139296 18626197 55659893 | 12099062     3221     31 |  0.001 % |
98.70/105.94	c 106	|      4930 |  139296 18626197 55659893 | 13308969     4929     82 |  0.001 % |
108.90/116.26	c 116	|      7494 |  139296 18626197 55659893 | 14639866     7493     71 |  0.001 % |
133.78/141.33	c 141	===============================================================================
133.78/141.34	c 141	restarts              : 10
133.78/141.34	c 141	conflicts             : 9455           (101 /sec)
133.78/141.34	c 141	decisions             : 26908          (1.23 % random) (286 /sec)
133.78/141.34	c 141	propagations          : 15020021       (159734 /sec)
133.78/141.34	c 141	conflict literals     : 601752         (2.02 % deleted)
133.78/141.34	c 141	Memory used           : 802.38 MB
133.78/141.34	c 141	CPU time              : 94.0317 s
133.78/141.34	c 141	
133.87/141.40	c 141	SATISFIABLE
133.96/141.52	c 142	DECODING HOME/temp.out WITH HOME/temp.map
133.96/141.52	c 142	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'
134.00/141.60	c 142	Decoding HOME/temp.out
134.26/141.82	s SATISFIABLE
134.26/141.83	v 120 77 171 168 107 98 146 37 169 103 19 90 54 96 131 165 114 52 142 29 116 134 58 130 115 180 148 92 45 117 68 64 110 5 178 1 121 182 187 139 126 80 71 105 87 104 94 55 108 161 31 128 75 176 127 9 164 102 36 84 109 7 73 12 51 60 30 41 95 72 151 118 154 143 149 93 156 166 122 163 175 57 183 50 53 137 160 158 79 11 144 26 69 100 184 89 76 47 97 157 140 129 3 125 155 136 152 99 14 106 6 40 167 34 62 8 101 170 179 39 188 193 111 190 112 86 195 65 192 46 66 194 173 159 200 135 63 28 56 189 197 123 138 199 43 150 18 15 38 133 48 32 2 132 59 33 88 13 141 174 113 198 196 27 162 49 25 81 172 35 186 82 10 24 61 119 177 85 191 124 74 70 145 83 23 17 22 16 21 42 78 181 185 153 67 44 147 4 20 91
134.26/141.84	c 142	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
134.26/141.90	c 142	CPU 134.31 (0.05 0.02 129.94 4.3)
134.26/141.90	c 142	END Sun Jul 12 10:14:57 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087549-1247386355/watcher-2087549-1247386355 -o /tmp/evaluation-result-2087549-1247386355/solver-2087549-1247386355 -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-2087549-1247386355.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: 2.03 2.10 2.04 4/81 26967
/proc/meminfo: memFree=1798336/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=12272 CPUtime=0
/proc/26967/stat : 26967 (sugar) R 26965 26967 25753 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 25700842 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 265692442305 0 0 4224 0 0 0 0 17 0 0 0
/proc/26967/statm: 3068 327 246 3 0 168 0

[startup+0.0713341 s]
/proc/loadavg: 2.03 2.10 2.04 4/81 26967
/proc/meminfo: memFree=1798336/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16740 CPUtime=0.06
/proc/26967/stat : 26967 (sugar) R 26965 26967 25753 0 -1 4194304 1131 0 0 0 5 1 0 0 18 0 1 0 25700842 17141760 1099 996147200 4194304 4206940 548682068608 18446744073709551615 265674259954 0 0 4224 16386 0 0 0 17 0 0 0
/proc/26967/statm: 4186 1105 404 3 0 765 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101328 s]
/proc/loadavg: 2.03 2.10 2.04 4/81 26967
/proc/meminfo: memFree=1798336/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=0.06
/proc/26967/stat : 26967 (sugar) S 26965 26967 25753 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25700842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26967/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301368 s]
/proc/loadavg: 2.03 2.10 2.04 4/81 26967
/proc/meminfo: memFree=1798336/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=0.06
/proc/26967/stat : 26967 (sugar) S 26965 26967 25753 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25700842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26967/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70145 s]
/proc/loadavg: 2.03 2.10 2.04 4/81 26967
/proc/meminfo: memFree=1798336/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=0.06
/proc/26967/stat : 26967 (sugar) S 26965 26967 25753 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25700842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26967/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5026 s]
/proc/loadavg: 2.03 2.10 2.04 4/92 26979
/proc/meminfo: memFree=1762344/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=1.35
/proc/26967/stat : 26967 (sugar) S 26965 26967 25753 0 -1 4194304 1309 13225 0 1 5 1 119 10 15 0 1 0 25700842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26967/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 16868

[startup+3.10191 s]
/proc/loadavg: 2.03 2.10 2.04 3/92 26989
/proc/meminfo: memFree=1774120/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=1.35
/proc/26967/stat : 26967 (sugar) S 26965 26967 25753 0 -1 4194304 1309 13225 0 1 5 1 119 10 15 0 1 0 25700842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26967/statm: 4217 1111 409 3 0 796 0
[pid=26980] ppid=26967 vsize=5356 CPUtime=0
/proc/26980/stat : 26980 (sh) S 26967 26967 25753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25700983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26980/statm: 1339 233 193 169 0 50 0
[pid=26981] ppid=26980 vsize=868640 CPUtime=1.68
/proc/26981/stat : 26981 (java) S 26980 26967 25753 0 -1 0 12597 0 1 0 161 7 0 0 20 0 9 0 25700983 889487360 11531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26981/statm: 217160 11532 2566 9 0 211665 0
[pid=26981/tid=26982] ppid=26980 vsize=868640 CPUtime=0.93
/proc/26981/task/26982/stat : 26982 (java) R 26980 26967 25753 0 -1 64 2886 0 1 0 92 1 0 0 25 0 9 0 25700984 889487360 11533 996147200 134512640 134550932 4294955936 18446744073709551615 4126463285 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26983] ppid=26980 vsize=868640 CPUtime=0.56
/proc/26981/task/26983/stat : 26983 (java) S 26980 26967 25753 0 -1 64 7532 0 0 0 53 3 0 0 16 0 9 0 25700985 889487360 11534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26984] ppid=26980 vsize=868640 CPUtime=0
/proc/26981/task/26984/stat : 26984 (java) S 26980 26967 25753 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25700985 889487360 11536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26985] ppid=26980 vsize=868640 CPUtime=0
/proc/26981/task/26985/stat : 26985 (java) S 26980 26967 25753 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25700985 889487360 11537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26986] ppid=26980 vsize=868640 CPUtime=0
/proc/26981/task/26986/stat : 26986 (java) S 26980 26967 25753 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25700987 889487360 11538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26987] ppid=26980 vsize=868640 CPUtime=0.15
/proc/26981/task/26987/stat : 26987 (java) S 26980 26967 25753 0 -1 64 1478 0 0 0 15 0 0 0 16 0 9 0 25700987 889487360 11539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26988] ppid=26980 vsize=868640 CPUtime=0
/proc/26981/task/26988/stat : 26988 (java) S 26980 26967 25753 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25700987 889487360 11540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26989] ppid=26980 vsize=868640 CPUtime=0
/proc/26981/task/26989/stat : 26989 (java) S 26980 26967 25753 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25700987 889487360 11542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890864

[startup+6.30254 s]
/proc/loadavg: 2.11 2.11 2.05 4/92 26989
/proc/meminfo: memFree=1713000/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=1.36
/proc/26967/stat : 26967 (sugar) S 26965 26967 25753 0 -1 4194304 1310 13225 0 1 5 2 119 10 16 0 1 0 25700842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26967/statm: 4217 1111 409 3 0 796 0
[pid=26980] ppid=26967 vsize=5356 CPUtime=0
/proc/26980/stat : 26980 (sh) S 26967 26967 25753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25700983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26980/statm: 1339 233 193 169 0 50 0
[pid=26981] ppid=26980 vsize=890132 CPUtime=4.56
/proc/26981/stat : 26981 (java) S 26980 26967 25753 0 -1 0 38063 0 1 0 437 19 0 0 20 0 9 0 25700983 911495168 31041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26981/statm: 222533 31041 2567 9 0 217038 0
[pid=26981/tid=26982] ppid=26980 vsize=890132 CPUtime=2.2
/proc/26981/task/26982/stat : 26982 (java) R 26980 26967 25753 0 -1 64 3700 0 1 0 218 2 0 0 25 0 9 0 25700984 911495168 31041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26983] ppid=26980 vsize=890132 CPUtime=2.14
/proc/26981/task/26983/stat : 26983 (java) R 26980 26967 25753 0 -1 64 32171 0 0 0 200 14 0 0 16 0 9 0 25700985 911495168 31041 996147200 134512640 134550932 4294955936 18446744073709551615 102768195 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26984] ppid=26980 vsize=890132 CPUtime=0
/proc/26981/task/26984/stat : 26984 (java) S 26980 26967 25753 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25700985 911495168 31041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26985] ppid=26980 vsize=890132 CPUtime=0
/proc/26981/task/26985/stat : 26985 (java) S 26980 26967 25753 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25700985 911495168 31041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26986] ppid=26980 vsize=890132 CPUtime=0
/proc/26981/task/26986/stat : 26986 (java) S 26980 26967 25753 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25700987 911495168 31041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26987] ppid=26980 vsize=890132 CPUtime=0.17
/proc/26981/task/26987/stat : 26987 (java) S 26980 26967 25753 0 -1 64 1489 0 0 0 17 0 0 0 16 0 9 0 25700987 911495168 31041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26988] ppid=26980 vsize=890132 CPUtime=0
/proc/26981/task/26988/stat : 26988 (java) S 26980 26967 25753 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25700987 911495168 31041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26989] ppid=26980 vsize=890132 CPUtime=0
/proc/26981/task/26989/stat : 26989 (java) S 26980 26967 25753 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25700987 911495168 31041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 912356

[startup+12.7028 s]
/proc/loadavg: 2.18 2.13 2.05 3/92 26989
/proc/meminfo: memFree=1634664/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=1.36
/proc/26967/stat : 26967 (sugar) S 26965 26967 25753 0 -1 4194304 1310 13225 0 1 5 2 119 10 16 0 1 0 25700842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26967/statm: 4217 1111 409 3 0 796 0
[pid=26980] ppid=26967 vsize=5356 CPUtime=0
/proc/26980/stat : 26980 (sh) S 26967 26967 25753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25700983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26980/statm: 1339 233 193 169 0 50 0
[pid=26981] ppid=26980 vsize=868752 CPUtime=10.94
/proc/26981/stat : 26981 (java) S 26980 26967 25753 0 -1 0 38414 0 1 0 1031 63 0 0 20 0 9 0 25700983 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26981/statm: 217188 25743 2591 9 0 211665 0
[pid=26981/tid=26982] ppid=26980 vsize=868752 CPUtime=8.18
/proc/26981/task/26982/stat : 26982 (java) R 26980 26967 25753 0 -1 64 4014 0 1 0 774 44 0 0 25 0 9 0 25700984 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26983] ppid=26980 vsize=868752 CPUtime=2.51
/proc/26981/task/26983/stat : 26983 (java) S 26980 26967 25753 0 -1 64 32171 0 0 0 234 17 0 0 16 0 9 0 25700985 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26984] ppid=26980 vsize=868752 CPUtime=0
/proc/26981/task/26984/stat : 26984 (java) S 26980 26967 25753 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25700985 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26985] ppid=26980 vsize=868752 CPUtime=0
/proc/26981/task/26985/stat : 26985 (java) S 26980 26967 25753 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25700985 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26986] ppid=26980 vsize=868752 CPUtime=0
/proc/26981/task/26986/stat : 26986 (java) S 26980 26967 25753 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25700987 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26987] ppid=26980 vsize=868752 CPUtime=0.22
/proc/26981/task/26987/stat : 26987 (java) S 26980 26967 25753 0 -1 64 1526 0 0 0 22 0 0 0 16 0 9 0 25700987 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26988] ppid=26980 vsize=868752 CPUtime=0
/proc/26981/task/26988/stat : 26988 (java) S 26980 26967 25753 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25700987 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26989] ppid=26980 vsize=868752 CPUtime=0
/proc/26981/task/26989/stat : 26989 (java) S 26980 26967 25753 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25700987 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 890976

[startup+25.5022 s]
/proc/loadavg: 2.66 2.23 2.09 2/92 26989
/proc/meminfo: memFree=1482216/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=1.36
/proc/26967/stat : 26967 (sugar) S 26965 26967 25753 0 -1 4194304 1310 13225 0 1 5 2 119 10 16 0 1 0 25700842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26967/statm: 4217 1111 409 3 0 796 0
[pid=26980] ppid=26967 vsize=5356 CPUtime=0
/proc/26980/stat : 26980 (sh) S 26967 26967 25753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25700983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26980/statm: 1339 233 193 169 0 50 0
[pid=26981] ppid=26980 vsize=868752 CPUtime=22.08
/proc/26981/stat : 26981 (java) S 26980 26967 25753 0 -1 0 38889 0 1 0 2065 143 0 0 20 0 9 0 25700983 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26981/statm: 217188 25743 2591 9 0 211665 0
[pid=26981/tid=26982] ppid=26980 vsize=868752 CPUtime=19.04
/proc/26981/task/26982/stat : 26982 (java) D 26980 26967 25753 0 -1 64 4489 0 1 0 1783 121 0 0 25 0 9 0 25700984 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=26981/tid=26983] ppid=26980 vsize=868752 CPUtime=2.79
/proc/26981/task/26983/stat : 26983 (java) S 26980 26967 25753 0 -1 64 32171 0 0 0 259 20 0 0 16 0 9 0 25700985 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26981/tid=26984] ppid=26980 vsize=868752 CPUtime=0
/proc/26981/task/26984/stat : 26984 (java) S 26980 26967 25753 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25700985 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26985] ppid=26980 vsize=868752 CPUtime=0
/proc/26981/task/26985/stat : 26985 (java) S 26980 26967 25753 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25700985 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26986] ppid=26980 vsize=868752 CPUtime=0
/proc/26981/task/26986/stat : 26986 (java) S 26980 26967 25753 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25700987 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26987] ppid=26980 vsize=868752 CPUtime=0.22
/proc/26981/task/26987/stat : 26987 (java) S 26980 26967 25753 0 -1 64 1526 0 0 0 22 0 0 0 16 0 9 0 25700987 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26988] ppid=26980 vsize=868752 CPUtime=0
/proc/26981/task/26988/stat : 26988 (java) S 26980 26967 25753 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25700987 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26981/tid=26989] ppid=26980 vsize=868752 CPUtime=0
/proc/26981/task/26989/stat : 26989 (java) S 26980 26967 25753 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25700987 889602048 25743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.44
Current children cumulated vsize (KiB) 890976

[startup+51.1011 s]
/proc/loadavg: 4.15 2.60 2.21 3/88 26996
/proc/meminfo: memFree=973384/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=38.3
/proc/26967/stat : 26967 (sugar) S 26965 26967 25753 0 -1 4194304 1376 53047 0 2 5 2 3557 266 16 0 1 0 25700842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26967/statm: 4217 1113 409 3 0 796 0
[pid=26994] ppid=26967 vsize=5356 CPUtime=0
/proc/26994/stat : 26994 (sh) S 26967 26967 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25705333 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26994/statm: 1339 232 193 169 0 50 0
[pid=26995] ppid=26994 vsize=450136 CPUtime=6.12
/proc/26995/stat : 26995 (minisat) R 26994 26967 25753 0 -1 4194304 111917 0 0 0 527 85 0 0 25 0 1 0 25705334 460939264 111903 996147200 134512640 135127466 4294956256 18446744073709551615 134513812 0 0 4096 3 0 0 0 17 1 0 0
/proc/26995/statm: 112534 111903 62 150 0 112381 0
Current children cumulated CPU time (s) 44.42
Current children cumulated vsize (KiB) 472360

[startup+102.307 s]
/proc/loadavg: 3.93 2.79 2.30 3/84 26996
/proc/meminfo: memFree=593448/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=38.3
/proc/26967/stat : 26967 (sugar) S 26965 26967 25753 0 -1 4194304 1376 53047 0 2 5 2 3557 266 16 0 1 0 25700842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26967/statm: 4217 1113 409 3 0 796 0
[pid=26994] ppid=26967 vsize=5356 CPUtime=0
/proc/26994/stat : 26994 (sh) S 26967 26967 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25705333 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26994/statm: 1339 232 193 169 0 50 0
[pid=26995] ppid=26994 vsize=815676 CPUtime=56.84
/proc/26995/stat : 26995 (minisat) R 26994 26967 25753 0 -1 4194304 195201 0 0 0 5537 147 0 0 25 0 1 0 25705334 835252224 195187 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/26995/statm: 203919 195187 76 150 0 203766 0
Current children cumulated CPU time (s) 95.14
Current children cumulated vsize (KiB) 837900

[startup+162.302 s]
/proc/loadavg: 4.06 3.04 2.41 2/82 27006
/proc/meminfo: memFree=1621944/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=134.44
/proc/26967/stat : 26967 (sugar) D 26965 26967 25753 0 -1 4194304 1478 253800 0 3 5 15 12994 430 15 0 1 0 25700842 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 134.44
Current children cumulated vsize (KiB) 16868

[startup+222.301 s]
/proc/loadavg: 4.10 3.24 2.52 2/82 27006
/proc/meminfo: memFree=1722104/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=134.53
/proc/26967/stat : 26967 (sugar) D 26965 26967 25753 0 -1 4194304 1478 253800 0 3 5 24 12994 430 15 0 1 0 25700842 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 134.53
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+230.302 s]
/proc/loadavg: 4.18 3.27 2.53 2/82 27006
/proc/meminfo: memFree=1737528/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=134.54
/proc/26967/stat : 26967 (sugar) D 26965 26967 25753 0 -1 4194304 1478 253800 0 3 5 25 12994 430 15 0 1 0 25700842 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 134.54
Current children cumulated vsize (KiB) 16868

[startup+243.105 s]
/proc/loadavg: 3.91 3.26 2.54 2/82 27006
/proc/meminfo: memFree=1758968/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=134.55
/proc/26967/stat : 26967 (sugar) D 26965 26967 25753 0 -1 4194304 1478 253800 0 3 5 26 12994 430 15 0 1 0 25700842 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/26967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 134.55
Current children cumulated vsize (KiB) 16868

[startup+255.902 s]
/proc/loadavg: 3.79 3.26 2.55 3/82 27006
/proc/meminfo: memFree=1777720/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=134.55
/proc/26967/stat : 26967 (sugar) D 26965 26967 25753 0 -1 4194304 1478 253800 0 3 5 26 12994 430 15 0 1 0 25700842 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 134.55
Current children cumulated vsize (KiB) 16868

[startup+259.101 s]
/proc/loadavg: 3.79 3.26 2.55 2/82 27006
/proc/meminfo: memFree=1781624/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=134.55
/proc/26967/stat : 26967 (sugar) D 26965 26967 25753 0 -1 4194304 1478 253800 0 3 5 26 12994 430 15 0 1 0 25700842 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 134.55
Current children cumulated vsize (KiB) 16868

[startup+260.706 s]
/proc/loadavg: 3.73 3.26 2.56 2/82 27006
/proc/meminfo: memFree=1786616/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=134.56
/proc/26967/stat : 26967 (sugar) D 26965 26967 25753 0 -1 4194304 1478 253800 0 3 5 27 12994 430 15 0 1 0 25700842 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 134.56
Current children cumulated vsize (KiB) 16868

[startup+261.503 s]
/proc/loadavg: 3.73 3.26 2.56 2/82 27006
/proc/meminfo: memFree=1786616/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=134.56
/proc/26967/stat : 26967 (sugar) D 26965 26967 25753 0 -1 4194304 1478 253800 0 3 5 27 12994 430 15 0 1 0 25700842 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 134.56
Current children cumulated vsize (KiB) 16868

[startup+262.302 s]
/proc/loadavg: 3.73 3.26 2.56 2/82 27006
/proc/meminfo: memFree=1788280/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=134.56
/proc/26967/stat : 26967 (sugar) D 26965 26967 25753 0 -1 4194304 1478 253800 0 3 5 27 12994 430 15 0 1 0 25700842 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 134.56
Current children cumulated vsize (KiB) 16868

[startup+262.702 s]
/proc/loadavg: 3.73 3.26 2.56 2/82 27006
/proc/meminfo: memFree=1788280/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=134.56
/proc/26967/stat : 26967 (sugar) D 26965 26967 25753 0 -1 4194304 1478 253800 0 3 5 27 12994 430 15 0 1 0 25700842 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 134.56
Current children cumulated vsize (KiB) 16868

[startup+262.802 s]
/proc/loadavg: 3.73 3.26 2.56 2/82 27006
/proc/meminfo: memFree=1791032/2055920 swapFree=4192812/4192956
[pid=26967] ppid=26965 vsize=16868 CPUtime=134.56
/proc/26967/stat : 26967 (sugar) D 26965 26967 25753 0 -1 4194304 1478 253800 0 3 5 27 12994 430 15 0 1 0 25700842 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 134.56
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 262.875
CPU time (s): 134.617
CPU user time (s): 130.009
CPU system time (s): 4.6073
CPU usage (%): 51.2094
Max. virtual memory (cumulated for all children) (KiB): 912356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.009
system time used= 4.6073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255338
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= 16961
involuntary context switches= 19523

runsolver used 0.291955 second user time and 0.803877 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 10:12:35
IDJOB=2087549
IDBENCH=58738
IDSOLVER=739
FILE ID=node76/2087549-1247386355
PBS_JOBID= 9507208
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/queens/normalized-queens-200.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-2087549-1247386355/watcher-2087549-1247386355 -o /tmp/evaluation-result-2087549-1247386355/solver-2087549-1247386355 -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-2087549-1247386355.xml

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

MD5SUM BENCH= 054f76ffe13ea2991d6de6635966b938
RANDOM SEED=472168011

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1798752 kB
Buffers:         15552 kB
Cached:          79308 kB
SwapCached:          0 kB
Active:         169140 kB
Inactive:        34388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3868 kB
Writeback:           0 kB
Mapped:         126480 kB
Slab:            38720 kB
Committed_AS:   927280 kB
PageTables:       2032 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= 66424 MiB
End job on node76 at 2009-07-12 10:16:58