Trace number 1100560

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 374.199 376.223

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-80_ext.xml
MD5SUMcf719d944bc7187c5c56d0abd8b67387
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9744
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 21:49:19 2008
0.00/0.04	c 0	PID 3231
0.00/0.05	c 0	HOST node46.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1100560-1215287358.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1100560-1215287358.xml' 'HOME/temp.csp'
1.06/1.19	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.14/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.14/1.20	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.14/1.28	c 1	Parsing HOME/temp.csp
2.81/2.96	c 2	parsed 209 expressions
2.81/2.96	c 2	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.96	c 2	Converting to clausal form CSP
2.81/2.98	c 2	converted 21 (10%) expressions
2.81/2.99	c 2	converted 42 (20%) expressions
2.91/3.01	c 2	converted 63 (30%) expressions
2.91/3.04	c 3	converted 84 (40%) expressions
2.91/3.04	c 3	converted 105 (50%) expressions
2.91/3.08	c 3	converted 126 (60%) expressions
3.30/3.48	c 3	converted 147 (70%) expressions
3.50/3.63	c 3	converted 168 (80%) expressions
3.70/3.81	c 3	converted 189 (90%) expressions
3.80/3.95	c 3	converted 209 (100%) expressions
3.80/3.95	c 3	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.80/3.95	c 3	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.80/3.95	c 3	Propagation in CSP
3.80/3.95	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.80/3.95	c 3	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.80/3.95	c 3	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.80/3.95	c 3	Simplifing CSP by introducing new Boolean variables
3.80/3.95	c 3	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.80/3.95	c 3	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.99/4.13	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.99/4.15	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.99/4.15	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.99/4.15	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.99/4.16	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.99/4.16	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.99/4.16	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
3.99/4.16	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
3.99/4.16	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
3.99/4.16	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
3.99/4.16	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.30/4.49	c 4	9 (10%) CSP clauses are encoded (34369 clauses, 656247 bytes)
4.59/4.73	c 4	17 (20%) CSP clauses are encoded (58592 clauses, 1174100 bytes)
4.89/5.00	c 4	26 (30%) CSP clauses are encoded (85704 clauses, 1760757 bytes)
5.09/5.24	c 5	34 (40%) CSP clauses are encoded (109818 clauses, 2324019 bytes)
5.29/5.49	c 5	42 (50%) CSP clauses are encoded (133962 clauses, 2887842 bytes)
5.58/5.78	c 5	51 (60%) CSP clauses are encoded (161237 clauses, 3524972 bytes)
5.88/6.02	c 5	59 (70%) CSP clauses are encoded (185533 clauses, 4092595 bytes)
6.17/6.31	c 6	68 (80%) CSP clauses are encoded (212734 clauses, 4727810 bytes)
6.38/6.56	c 6	76 (90%) CSP clauses are encoded (236993 clauses, 5294602 bytes)
6.67/6.80	c 6	84 (100%) CSP clauses are encoded (261268 clauses, 5861678 bytes)
6.67/6.80	c 6	84 CSP clauses encoded
6.67/6.80	c 6	Writing map file : HOME/temp.map
6.67/6.80	c 6	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.67/6.80	c 6	SAT : 7160 SAT variables, 261268 SAT clauses, 5861678 bytes
6.67/6.80	c 6	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.67/6.84	c 6	SOLVING HOME/temp.cnf
6.67/6.84	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.67/6.84	c 6	This is MiniSat 2.0 beta
6.67/6.85	c 6	WARNING: for repeatability, setting FPU to use double precision
6.67/6.85	c 6	============================[ Problem Statistics ]=============================
6.67/6.85	c 6	|                                                                             |
6.67/6.85	c 6	|  Number of variables:  7160                                                 |
6.67/6.85	c 6	|  Number of clauses:    261268                                               |
6.70/7.00	c 6	|  Parsing time:         0.13         s                                       |
6.70/7.01	c 6	============================[ Search Statistics ]==============================
6.70/7.01	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.70/7.01	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.70/7.01	c 6	===============================================================================
6.70/7.01	c 6	|         0 |    7160   261268  1001168 |    87089        0    nan |  0.000 % |
6.70/7.10	c 7	|       100 |    7160   261268  1001168 |    95798      100     15 |  0.000 % |
6.70/7.23	c 7	|       251 |    7160   261268  1001168 |   105378      251     13 |  0.000 % |
6.70/7.44	c 7	|       477 |    7160   261268  1001168 |   115915      477     13 |  0.000 % |
7.44/7.68	c 7	|       814 |    7160   261268  1001168 |   127507      814     11 |  0.000 % |
7.93/8.10	c 8	|      1320 |    7160   261268  1001168 |   140258     1320     12 |  0.000 % |
8.72/8.92	c 8	|      2080 |    7160   261268  1001168 |   154284     2080     11 |  0.001 % |
9.62/9.83	c 9	|      3219 |    7158   260998  1000287 |   169712     1746     11 |  0.028 % |
10.71/10.94	c 10	|      4927 |    7158   260998  1000287 |   186683     3454     12 |  0.028 % |
12.29/12.54	c 12	|      7490 |    7157   260998  1000287 |   205352     6016     13 |  0.042 % |
14.37/14.65	c 14	|     11335 |    7156   260935  1000104 |   225887     8501     13 |  0.056 % |
18.23/18.55	c 18	|     17101 |    7156   260835   999810 |   248476    13570     14 |  0.056 % |
24.57/24.91	c 24	|     25750 |    7154   260670   999309 |   273323    19951     13 |  0.084 % |
33.98/34.40	c 34	|     38725 |    7148   260100   997390 |   300655    24349     12 |  0.168 % |
48.04/48.65	c 48	|     58189 |    7148   260100   997390 |   330721    43813     14 |  0.168 % |
77.26/78.16	c 78	|     87383 |    7148   260100   997390 |   363793    73007     15 |  0.168 % |
123.22/124.52	c 124	|    131172 |    7148   260100   997390 |   400173   116796     15 |  0.168 % |
206.21/208.26	c 208	|    196856 |    7083   249181   954960 |   440190    94976     15 |  1.076 % |
322.47/324.51	c 324	|    295382 |    7031   244472   936700 |   484209   142699     16 |  1.802 % |
373.95/376.09	c 376	===============================================================================
373.95/376.09	c 376	restarts              : 19
373.95/376.09	c 376	conflicts             : 332366         (905 /sec)
373.95/376.09	c 376	decisions             : 495274         (1.70 % random) (1349 /sec)
373.95/376.09	c 376	propagations          : 102343360      (278657 /sec)
373.95/376.09	c 376	conflict literals     : 5397495        (53.47 % deleted)
373.95/376.09	c 376	Memory used           : 31.65 MB
373.95/376.09	c 376	CPU time              : 367.273 s
373.95/376.09	c 376	
373.95/376.09	c 376	UNSATISFIABLE
373.95/376.10	c 376	DECODING HOME/temp.out WITH HOME/temp.map
373.95/376.10	c 376	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
374.06/376.18	c 376	Decoding HOME/temp.out
374.14/376.20	s UNSATISFIABLE
374.14/376.21	c 376	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
374.14/376.22	c 376	CPU 373.82 (0.04 0 373.78 0.35)
374.14/376.22	c 376	END Sat Jul  5 21:55:35 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-1100560-1215287358/watcher-1100560-1215287358 -o /tmp/evaluation-result-1100560-1215287358/solver-1100560-1215287358 -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-1100560-1215287358.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 3231
/proc/meminfo: memFree=1600096/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=18572 CPUtime=0
/proc/3231/stat : 3231 (runsolver) R 3229 3231 3167 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 166547209 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 212218735911 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3231/statm: 4643 292 257 25 0 2626 0

[startup+0.0776359 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 3231
/proc/meminfo: memFree=1600096/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=0.03
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 166547209 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102459 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 3231
/proc/meminfo: memFree=1600096/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=0.03
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 166547209 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301475 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 3231
/proc/meminfo: memFree=1600096/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=0.03
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 166547209 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701522 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 3231
/proc/meminfo: memFree=1600096/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=0.03
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 166547209 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5026 s]
/proc/loadavg: 1.92 1.95 1.98 3/92 3243
/proc/meminfo: memFree=1580488/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=1.15
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 973 7942 0 1 3 0 105 7 16 0 1 0 166547209 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13600

[startup+3.10178 s]
/proc/loadavg: 1.92 1.95 1.98 3/92 3253
/proc/meminfo: memFree=1575432/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=1.15
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 973 7942 0 1 3 0 105 7 15 0 1 0 166547209 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 797 370 3 0 500 0
[pid=3244] ppid=3231 vsize=5356 CPUtime=0
/proc/3244/stat : 3244 (sh) S 3231 3231 3167 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 166547330 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3244/statm: 1339 233 193 169 0 50 0
[pid=3245] ppid=3244 vsize=864220 CPUtime=1.85
/proc/3245/stat : 3245 (java) S 3244 3231 3167 0 -1 0 14342 0 1 0 178 7 0 0 18 0 9 0 166547330 884961280 13588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3245/statm: 216055 13588 2540 9 0 210630 0
[pid=3245/tid=3246] ppid=3244 vsize=864220 CPUtime=1.05
/proc/3245/task/3246/stat : 3246 (java) R 3244 3231 3167 0 -1 64 2862 0 1 0 103 2 0 0 25 0 9 0 166547331 884961280 13588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3247] ppid=3244 vsize=864220 CPUtime=0.72
/proc/3245/task/3247/stat : 3247 (java) R 3244 3231 3167 0 -1 64 10453 0 0 0 68 4 0 0 16 0 9 0 166547332 884961280 13588 996147200 134512640 134550740 4294955952 18446744073709551615 102514318 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3248] ppid=3244 vsize=864220 CPUtime=0
/proc/3245/task/3248/stat : 3248 (java) S 3244 3231 3167 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 166547333 884961280 13588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3249] ppid=3244 vsize=864220 CPUtime=0
/proc/3245/task/3249/stat : 3249 (java) S 3244 3231 3167 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 166547333 884961280 13588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3250] ppid=3244 vsize=864220 CPUtime=0
/proc/3245/task/3250/stat : 3250 (java) S 3244 3231 3167 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 166547335 884961280 13588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3251] ppid=3244 vsize=864220 CPUtime=0.06
/proc/3245/task/3251/stat : 3251 (java) S 3244 3231 3167 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 166547335 884961280 13588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3252] ppid=3244 vsize=864220 CPUtime=0
/proc/3245/task/3252/stat : 3252 (java) S 3244 3231 3167 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 166547335 884961280 13588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3253] ppid=3244 vsize=864220 CPUtime=0
/proc/3245/task/3253/stat : 3253 (java) S 3244 3231 3167 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 166547335 884961280 13588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883176

[startup+6.30211 s]
/proc/loadavg: 2.01 1.97 1.99 3/92 3253
/proc/meminfo: memFree=1524936/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=1.16
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 974 7942 0 1 4 0 105 7 15 0 1 0 166547209 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 797 370 3 0 500 0
[pid=3244] ppid=3231 vsize=5356 CPUtime=0
/proc/3244/stat : 3244 (sh) S 3231 3231 3167 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 166547330 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3244/statm: 1339 233 193 169 0 50 0
[pid=3245] ppid=3244 vsize=864332 CPUtime=5.01
/proc/3245/stat : 3245 (java) S 3244 3231 3167 0 -1 0 20222 0 1 0 487 14 0 0 18 0 9 0 166547330 885075968 19369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3245/statm: 216083 19369 2564 9 0 210630 0
[pid=3245/tid=3246] ppid=3244 vsize=864332 CPUtime=3.41
/proc/3245/task/3246/stat : 3246 (java) R 3244 3231 3167 0 -1 64 3300 0 1 0 335 6 0 0 25 0 9 0 166547331 885075968 19369 996147200 134512640 134550740 4294955952 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3247] ppid=3244 vsize=864332 CPUtime=1.49
/proc/3245/task/3247/stat : 3247 (java) S 3244 3231 3167 0 -1 64 15874 0 0 0 142 7 0 0 16 0 9 0 166547332 885075968 19369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3248] ppid=3244 vsize=864332 CPUtime=0
/proc/3245/task/3248/stat : 3248 (java) S 3244 3231 3167 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 166547333 885075968 19369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3249] ppid=3244 vsize=864332 CPUtime=0
/proc/3245/task/3249/stat : 3249 (java) S 3244 3231 3167 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 166547333 885075968 19369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3250] ppid=3244 vsize=864332 CPUtime=0
/proc/3245/task/3250/stat : 3250 (java) S 3244 3231 3167 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 166547335 885075968 19369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3251] ppid=3244 vsize=864332 CPUtime=0.09
/proc/3245/task/3251/stat : 3251 (java) S 3244 3231 3167 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 166547335 885075968 19369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3252] ppid=3244 vsize=864332 CPUtime=0
/proc/3245/task/3252/stat : 3252 (java) S 3244 3231 3167 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 166547335 885075968 19369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3245/tid=3253] ppid=3244 vsize=864332 CPUtime=0
/proc/3245/task/3253/stat : 3253 (java) S 3244 3231 3167 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 166547335 885075968 19369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883288

[startup+12.7018 s]
/proc/loadavg: 2.01 1.97 1.99 3/84 3255
/proc/meminfo: memFree=1574280/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=16140 CPUtime=5.79
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 3903 0 0 0 577 2 0 0 25 0 1 0 166547894 16527360 3889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3255/statm: 4035 3889 75 150 0 3882 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 35096

[startup+25.5021 s]
/proc/loadavg: 2.00 1.97 1.99 3/84 3255
/proc/meminfo: memFree=1572936/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=17460 CPUtime=18.46
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 4233 0 0 0 1844 2 0 0 25 0 1 0 166547894 17879040 4219 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3255/statm: 4365 4219 75 150 0 4212 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 36416

[startup+51.1028 s]
/proc/loadavg: 2.00 1.97 1.99 3/84 3255
/proc/meminfo: memFree=1570696/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=19948 CPUtime=43.82
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 4834 0 0 0 4379 3 0 0 25 0 1 0 166547894 20426752 4820 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/3255/statm: 4987 4820 75 150 0 4834 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 38904

[startup+102.306 s]
/proc/loadavg: 2.00 1.97 1.99 3/84 3255
/proc/meminfo: memFree=1566024/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=24736 CPUtime=94.54
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 5985 0 0 0 9450 4 0 0 25 0 1 0 166547894 25329664 5971 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/3255/statm: 6184 5971 75 150 0 6031 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 43692

[startup+162.303 s]
/proc/loadavg: 2.03 1.99 1.99 3/84 3255
/proc/meminfo: memFree=1560904/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=29888 CPUtime=153.98
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 7260 0 0 0 15393 5 0 0 25 0 1 0 166547894 30605312 7246 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/3255/statm: 7472 7246 75 150 0 7319 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 48844

[startup+222.302 s]
/proc/loadavg: 1.95 1.97 1.99 3/84 3306
/proc/meminfo: memFree=1450688/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=32132 CPUtime=213.6
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 7859 0 0 0 21354 6 0 0 25 0 1 0 166547894 32903168 7845 996147200 134512640 135127466 4294956256 18446744073709551615 134528568 0 0 4096 3 0 0 0 17 0 0 0
/proc/3255/statm: 8033 7845 75 150 0 7880 0
Current children cumulated CPU time (s) 220.3
Current children cumulated vsize (KiB) 51088

[startup+282.302 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 3307
/proc/meminfo: memFree=1473984/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=32132 CPUtime=273.58
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 7859 0 0 0 27351 7 0 0 25 0 1 0 166547894 32903168 7845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3255/statm: 8033 7845 75 150 0 7880 0
Current children cumulated CPU time (s) 280.28
Current children cumulated vsize (KiB) 51088

[startup+342.303 s]
/proc/loadavg: 1.99 1.97 1.99 4/76 3307
/proc/meminfo: memFree=1445632/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=32268 CPUtime=333.56
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 7897 0 0 0 33349 7 0 0 25 0 1 0 166547894 33042432 7883 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3255/statm: 8067 7883 75 150 0 7914 0
Current children cumulated CPU time (s) 340.26
Current children cumulated vsize (KiB) 51224

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

[startup+358.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 3307
/proc/meminfo: memFree=1439232/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=32268 CPUtime=349.55
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 7897 0 0 0 34948 7 0 0 25 0 1 0 166547894 33042432 7883 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/3255/statm: 8067 7883 75 150 0 7914 0
Current children cumulated CPU time (s) 356.25
Current children cumulated vsize (KiB) 51224

[startup+364.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 3307
/proc/meminfo: memFree=1436544/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=32268 CPUtime=355.95
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 7902 0 0 0 35588 7 0 0 25 0 1 0 166547894 33042432 7888 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3255/statm: 8067 7888 75 150 0 7914 0
Current children cumulated CPU time (s) 362.65
Current children cumulated vsize (KiB) 51224

[startup+371.102 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 3307
/proc/meminfo: memFree=1434624/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=32404 CPUtime=362.35
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 7911 0 0 0 36228 7 0 0 25 0 1 0 166547894 33181696 7897 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/3255/statm: 8101 7897 75 150 0 7948 0
Current children cumulated CPU time (s) 369.05
Current children cumulated vsize (KiB) 51360

[startup+374.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 3307
/proc/meminfo: memFree=1433344/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=32404 CPUtime=365.55
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 7926 0 0 0 36548 7 0 0 25 0 1 0 166547894 33181696 7912 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/3255/statm: 8101 7912 75 150 0 7948 0
Current children cumulated CPU time (s) 372.25
Current children cumulated vsize (KiB) 51360

[startup+375.106 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 3307
/proc/meminfo: memFree=1432960/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=32404 CPUtime=366.35
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 7927 0 0 0 36628 7 0 0 25 0 1 0 166547894 33181696 7913 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3255/statm: 8101 7913 75 150 0 7948 0
Current children cumulated CPU time (s) 373.05
Current children cumulated vsize (KiB) 51360

[startup+375.901 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 3307
/proc/meminfo: memFree=1432960/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=6.7
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1031 28485 0 2 4 0 642 24 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3254] ppid=3231 vsize=5356 CPUtime=0
/proc/3254/stat : 3254 (sh) S 3231 3231 3167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166547894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3254/statm: 1339 232 193 169 0 50 0
[pid=3255] ppid=3254 vsize=32404 CPUtime=367.15
/proc/3255/stat : 3255 (minisat) R 3254 3231 3167 0 -1 4194304 7927 0 0 0 36708 7 0 0 25 0 1 0 166547894 33181696 7913 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/3255/statm: 8101 7913 75 150 0 7948 0
Current children cumulated CPU time (s) 373.85
Current children cumulated vsize (KiB) 51360

[startup+376.102 s]
/proc/loadavg: 1.99 1.97 1.99 2/75 3308
/proc/meminfo: memFree=1463944/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=374.06
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1070 36706 0 2 4 0 37369 33 17 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3308] ppid=3231 vsize=5356 CPUtime=0
/proc/3308/stat : 3308 (sh) R 3231 3231 3167 0 -1 4194304 258 0 0 0 0 0 0 0 18 0 1 0 166584819 5484544 231 996147200 4194304 4889804 548682068768 18446744073709551615 212218735263 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/3308/statm: 1339 231 191 169 0 50 0
[pid=3309] ppid=3308 vsize=5356 CPUtime=0
/proc/3309/stat : 3309 (sh) R 3308 3231 3167 0 -1 4194368 5 0 0 0 0 0 0 0 18 0 1 0 166584820 5484544 231 996147200 4194304 4889804 548682068768 18446744073709551615 212218573554 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/3309/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 374.06
Current children cumulated vsize (KiB) 24312

[startup+376.206 s]
/proc/loadavg: 1.99 1.97 1.99 2/75 3308
/proc/meminfo: memFree=1463944/2055920 swapFree=4181096/4192956
[pid=3231] ppid=3229 vsize=13600 CPUtime=374.06
/proc/3231/stat : 3231 (sugar) S 3229 3231 3167 0 -1 4194304 1089 36706 0 2 4 0 37369 33 16 0 1 0 166547209 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3231/statm: 3400 798 370 3 0 500 0
[pid=3308] ppid=3231 vsize=5356 CPUtime=0
/proc/3308/stat : 3308 (sh) S 3231 3231 3167 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 166584819 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3308/statm: 1339 233 193 169 0 50 0
[pid=3309] ppid=3308 vsize=863720 CPUtime=0.08
/proc/3309/stat : 3309 (java) S 3308 3231 3167 0 -1 0 3247 0 1 0 7 1 0 0 18 0 9 0 166584820 884449280 2724 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3309/statm: 215930 2724 1632 9 0 210512 0
Current children cumulated CPU time (s) 374.14
Current children cumulated vsize (KiB) 882676

Child status: 0
Real time (s): 376.223
CPU time (s): 374.199
CPU user time (s): 373.829
CPU system time (s): 0.369943
CPU usage (%): 99.462
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 373.829
system time used= 0.369943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41472
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= 3247
involuntary context switches= 11641

runsolver used 0.412937 second user time and 1.3148 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-05 21:49:18
IDJOB=1100560
IDBENCH=59930
IDSOLVER=346
FILE ID=node46/1100560-1215287358
PBS_JOBID= 7882355
Free space on /tmp= 66208 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-80_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-1100560-1215287358/watcher-1100560-1215287358 -o /tmp/evaluation-result-1100560-1215287358/solver-1100560-1215287358 -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-1100560-1215287358.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf719d944bc7187c5c56d0abd8b67387
RANDOM SEED=1182841571

node46.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.238
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.238
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:       1600576 kB
Buffers:         86252 kB
Cached:         289192 kB
SwapCached:       6172 kB
Active:         250028 kB
Inactive:       146748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600576 kB
SwapTotal:     4192956 kB
SwapFree:      4181096 kB
Dirty:            3396 kB
Writeback:           0 kB
Mapped:          37900 kB
Slab:            43980 kB
Committed_AS:   508156 kB
PageTables:       1632 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node46 at 2008-07-05 21:55:35