Trace number 2074800

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 68.3776 71.1011

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle16.xml
MD5SUM79ab8c15ba229572f78645038c4a1c53
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.183972
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of constraints802
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension68
Number of constraints which are defined in intension734
Global constraints used (with number of constraints)

Solver Data

0.00/0.06	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.06	c 0	BEGIN Sun Jul 12 02:42:02 2009
0.00/0.06	c 0	PID 23315
0.00/0.07	c 0	HOST node44.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2074800-1247359321.xml TO HOME/temp.csp
0.00/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-2074800-1247359321.xml' 'HOME/temp.csp'
0.06/0.48	c 0	1 domains, 135 variables, 6 predicates, 5 relations, 802 constraints
0.06/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.53	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.59/0.60	c 0	Parsing HOME/temp.csp
0.59/0.82	c 0	parsed 949 expressions
0.59/0.83	c 0	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.59/0.83	c 0	Converting to clausal form CSP
0.59/0.85	c 0	converted 95 (10%) expressions
1.15/1.16	c 1	converted 190 (20%) expressions
1.54/1.55	c 1	converted 285 (30%) expressions
1.64/1.69	c 1	converted 380 (40%) expressions
1.93/1.90	c 1	converted 475 (50%) expressions
2.13/2.18	c 2	converted 570 (60%) expressions
2.13/2.19	c 2	converted 665 (70%) expressions
2.23/2.20	c 2	converted 760 (80%) expressions
2.23/2.21	c 2	converted 855 (90%) expressions
2.23/2.23	c 2	converted 949 (100%) expressions
2.23/2.23	c 2	CSP : 135 integers, 0 booleans, 802 clauses, largest domain size 26
2.23/2.23	c 2	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.23/2.23	c 2	Propagation in CSP
2.23/2.24	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.23/2.24	c 2	CSP : 135 integers, 0 booleans, 802 clauses, largest domain size 26
2.23/2.24	c 2	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.23/2.25	c 2	Simplifing CSP by introducing new Boolean variables
2.23/2.29	c 2	CSP : 135 integers, 5284 booleans, 6086 clauses, largest domain size 26
2.23/2.29	c 2	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.49	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.53/2.50	c 2	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
2.53/2.51	c 2	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
2.53/2.51	c 2	41 (30%) CSP integer variables are encoded (984 clauses, 10729 bytes)
2.53/2.51	c 2	54 (40%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.53/2.51	c 2	68 (50%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
2.53/2.51	c 2	81 (60%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
2.53/2.52	c 2	95 (70%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
2.53/2.52	c 2	108 (80%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
2.53/2.52	c 2	122 (90%) CSP integer variables are encoded (2928 clauses, 36001 bytes)
2.53/2.52	c 2	135 (100%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
13.32/15.39	c 15	609 (10%) CSP clauses are encoded (263466 clauses, 9557943 bytes)
17.24/19.40	c 19	1218 (20%) CSP clauses are encoded (308071 clauses, 11103016 bytes)
20.80/23.02	c 23	1826 (30%) CSP clauses are encoded (352675 clauses, 12935219 bytes)
50.40/52.93	c 53	2435 (40%) CSP clauses are encoded (560390 clauses, 23357257 bytes)
50.40/52.96	c 53	3043 (50%) CSP clauses are encoded (574498 clauses, 23600309 bytes)
50.40/52.98	c 53	3652 (60%) CSP clauses are encoded (588657 clauses, 23847432 bytes)
50.50/53.01	c 53	4261 (70%) CSP clauses are encoded (602791 clauses, 24097516 bytes)
50.50/53.04	c 53	4869 (80%) CSP clauses are encoded (616899 clauses, 24360442 bytes)
50.50/53.07	c 53	5478 (90%) CSP clauses are encoded (631058 clauses, 24625042 bytes)
50.60/53.10	c 53	6086 (100%) CSP clauses are encoded (645416 clauses, 24889000 bytes)
50.60/53.10	c 53	6086 CSP clauses encoded
50.60/53.10	c 53	Writing map file : HOME/temp.map
50.60/53.11	c 53	Heap : 44 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
50.60/53.11	c 53	SAT : 8659 SAT variables, 645416 SAT clauses, 24889000 bytes
50.60/53.11	c 53	Heap : 44 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
50.60/53.14	c 53	SOLVING HOME/temp.cnf
50.60/53.14	c 53	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
50.60/53.15	c 53	This is MiniSat 2.0 beta
50.60/53.15	c 53	WARNING: for repeatability, setting FPU to use double precision
50.60/53.15	c 53	============================[ Problem Statistics ]=============================
50.60/53.15	c 53	|                                                                             |
50.60/53.15	c 53	|  Number of variables:  8659                                                 |
50.60/53.15	c 53	|  Number of clauses:    645416                                               |
50.65/53.75	c 53	|  Parsing time:         0.49         s                                       |
50.65/53.79	c 53	============================[ Search Statistics ]==============================
50.65/53.79	c 53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.65/53.79	c 53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.65/53.79	c 53	===============================================================================
50.65/53.79	c 53	|         0 |    8659   645416  4535888 |   215138        0    nan |  0.000 % |
51.38/53.92	c 54	|       100 |    8659   645416  4535888 |   236652      100     10 |  0.000 % |
51.38/53.97	c 54	|       250 |    8659   645416  4535888 |   260317      250      9 |  0.000 % |
51.48/54.01	c 54	|       476 |    8659   645416  4535888 |   286349      476      8 |  0.000 % |
51.58/54.13	c 54	|       813 |    8659   645416  4535888 |   314984      813      8 |  0.000 % |
51.68/54.22	c 54	|      1319 |    8659   645416  4535888 |   346482     1319      8 |  0.000 % |
51.87/54.45	c 54	|      2078 |    8659   645416  4535888 |   381131     2078      8 |  0.000 % |
52.07/54.62	c 54	|      3217 |    8659   645416  4535888 |   419244     3217      8 |  0.000 % |
52.27/54.87	c 54	|      4925 |    8659   645416  4535888 |   461168     4925      8 |  0.000 % |
52.66/55.26	c 55	|      7488 |    8659   645416  4535888 |   507285     7488      9 |  0.000 % |
53.35/55.90	c 56	|     11332 |    8659   645416  4535888 |   558014    11332      9 |  0.000 % |
54.74/57.30	c 57	|     17099 |    8659   645416  4535888 |   613815    17099     10 |  0.000 % |
56.32/58.92	c 59	|     25748 |    8659   645416  4535888 |   675197    25748     11 |  0.000 % |
59.29/61.98	c 62	|     38724 |    8659   645416  4535888 |   742717    38724     11 |  0.000 % |
63.15/65.85	c 65	|     58185 |    8659   645416  4535888 |   816988    58185     11 |  0.000 % |
68.00/70.79	c 70	===============================================================================
68.00/70.79	c 70	restarts              : 15
68.00/70.79	c 70	conflicts             : 75598          (4364 /sec)
68.00/70.79	c 70	decisions             : 117735         (1.69 % random) (6797 /sec)
68.00/70.79	c 70	propagations          : 3262692        (188351 /sec)
68.00/70.79	c 70	conflict literals     : 879825         (21.67 % deleted)
68.00/70.79	c 70	Memory used           : 50.46 MB
68.00/70.79	c 70	CPU time              : 17.3224 s
68.00/70.79	c 70	
68.00/70.79	c 70	SATISFIABLE
68.10/70.81	c 70	DECODING HOME/temp.out WITH HOME/temp.map
68.10/70.81	c 70	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'
68.12/70.90	c 70	Decoding HOME/temp.out
68.12/70.99	s SATISFIABLE
68.12/71.00	v 18 14 3 22 14 11 5 21 14 8 3 8 21 24 0 1 4 11 0 20 19 14 19 4 13 17 4 13 0 2 17 14 22 20 13 4 0 18 24 19 0 20 22 0 18 1 17 14 13 25 4 18 19 17 0 22 22 4 19 4 4 11 19 17 14 24 11 4 3 19 22 0 18 24 4 0 3 24 4 19 8 19 11 4 23 4 17 23 4 18 17 20 19 4 22 4 20 15 18 8 3 4 4 6 0 13 13 4 11 11 18 20 13 24 20 17 8 10 13 4 4 11 4 21 4 12 12 0 14 3 3 18 4 11 24
68.12/71.04	c 71	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
68.12/71.09	c 71	CPU 68.34 (0.05 0.02 67.66 0.61)
68.12/71.09	c 71	END Sun Jul 12 02:43:13 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-2074800-1247359321/watcher-2074800-1247359321 -o /tmp/evaluation-result-2074800-1247359321/solver-2074800-1247359321 -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-2074800-1247359321.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: 0.24 1.11 1.63 3/67 23315
/proc/meminfo: memFree=1888400/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=12272 CPUtime=0
/proc/23315/stat : 23315 (sugar) R 23313 23315 20344 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 22996031 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 0 4224 0 0 0 0 17 0 0 0
/proc/23315/statm: 3068 364 274 3 0 168 0

[startup+0.099192 s]
/proc/loadavg: 0.24 1.11 1.63 3/67 23315
/proc/meminfo: memFree=1888400/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=0.06
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22996031 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23315/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102186 s]
/proc/loadavg: 0.24 1.11 1.63 3/67 23315
/proc/meminfo: memFree=1888400/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=0.06
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22996031 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23315/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301214 s]
/proc/loadavg: 0.24 1.11 1.63 3/67 23315
/proc/meminfo: memFree=1888400/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=0.06
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22996031 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23315/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702257 s]
/proc/loadavg: 0.24 1.11 1.63 3/67 23315
/proc/meminfo: memFree=1888400/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=0.59
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1309 6948 0 1 5 1 50 3 16 0 1 0 22996031 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.50235 s]
/proc/loadavg: 0.24 1.11 1.63 4/94 23358
/proc/meminfo: memFree=1854712/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=0.59
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1309 6948 0 1 5 1 50 3 16 0 1 0 22996031 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1111 409 3 0 796 0
[pid=23339] ppid=23315 vsize=5356 CPUtime=0
/proc/23339/stat : 23339 (sh) S 23315 23315 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23339/statm: 1339 233 193 169 0 50 0
[pid=23340] ppid=23339 vsize=864332 CPUtime=0.95
/proc/23340/stat : 23340 (java) S 23339 23315 20344 0 -1 0 10008 0 1 0 90 5 0 0 18 0 9 0 22996084 885075968 9266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 216083 9266 2566 9 0 210588 0
[pid=23340/tid=23343] ppid=23339 vsize=864332 CPUtime=0.5
/proc/23340/task/23343/stat : 23343 (java) R 23339 23315 20344 0 -1 64 2794 0 1 0 49 1 0 0 20 0 9 0 22996085 885075968 9266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23339 vsize=864332 CPUtime=0.37
/proc/23340/task/23344/stat : 23344 (java) R 23339 23315 20344 0 -1 64 6205 0 0 0 35 2 0 0 16 0 9 0 22996086 885075968 9266 996147200 134512640 134550932 4294955936 18446744073709551615 102759245 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23339 vsize=864332 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23339 23315 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996087 885075968 9266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23339 vsize=864332 CPUtime=0
/proc/23340/task/23346/stat : 23346 (java) S 23339 23315 20344 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22996087 885075968 9266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23350] ppid=23339 vsize=864332 CPUtime=0
/proc/23340/task/23350/stat : 23350 (java) S 23339 23315 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22996089 885075968 9266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23351] ppid=23339 vsize=864332 CPUtime=0.05
/proc/23340/task/23351/stat : 23351 (java) S 23339 23315 20344 0 -1 64 311 0 0 0 5 0 0 0 16 0 9 0 22996089 885075968 9266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23352] ppid=23339 vsize=864332 CPUtime=0
/proc/23340/task/23352/stat : 23352 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22996089 885075968 9266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23353] ppid=23339 vsize=864332 CPUtime=0
/proc/23340/task/23353/stat : 23353 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22996089 885075968 9266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 886556

[startup+3.1015 s]
/proc/loadavg: 0.54 1.16 1.64 5/94 23358
/proc/meminfo: memFree=1810936/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=0.59
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1310 6948 0 1 5 1 50 3 15 0 1 0 22996031 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1111 409 3 0 796 0
[pid=23339] ppid=23315 vsize=5356 CPUtime=0
/proc/23339/stat : 23339 (sh) S 23315 23315 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23339/statm: 1339 233 193 169 0 50 0
[pid=23340] ppid=23339 vsize=868736 CPUtime=2.53
/proc/23340/stat : 23340 (java) S 23339 23315 20344 0 -1 0 15721 0 1 0 243 10 0 0 18 0 9 0 22996084 889585664 14882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 217184 14882 2591 9 0 211661 0
[pid=23340/tid=23343] ppid=23339 vsize=868736 CPUtime=1.34
/proc/23340/task/23343/stat : 23343 (java) R 23339 23315 20344 0 -1 64 3102 0 1 0 131 3 0 0 20 0 9 0 22996085 889585664 14882 996147200 134512640 134550932 4294955936 18446744073709551615 103211065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23339 vsize=868736 CPUtime=0.97
/proc/23340/task/23344/stat : 23344 (java) S 23339 23315 20344 0 -1 64 10431 0 0 0 92 5 0 0 16 0 9 0 22996086 889585664 14882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23339 23315 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996087 889585664 14882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23346/stat : 23346 (java) S 23339 23315 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996087 889585664 14882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23350] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23350/stat : 23350 (java) S 23339 23315 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22996089 889585664 14882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23351] ppid=23339 vsize=868736 CPUtime=0.19
/proc/23340/task/23351/stat : 23351 (java) S 23339 23315 20344 0 -1 64 1490 0 0 0 18 1 0 0 15 0 9 0 22996089 889585664 14882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23352] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23352/stat : 23352 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22996089 889585664 14882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23353] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23353/stat : 23353 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22996089 889585664 14882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 890960

[startup+6.30284 s]
/proc/loadavg: 0.54 1.16 1.64 5/94 23358
/proc/meminfo: memFree=1720568/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=0.59
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1310 6948 0 1 5 1 50 3 15 0 1 0 22996031 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1111 409 3 0 796 0
[pid=23339] ppid=23315 vsize=5356 CPUtime=0
/proc/23339/stat : 23339 (sh) S 23315 23315 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23339/statm: 1339 233 193 169 0 50 0
[pid=23340] ppid=23339 vsize=868736 CPUtime=5.33
/proc/23340/stat : 23340 (java) S 23339 23315 20344 0 -1 0 16922 0 1 0 520 13 0 0 18 0 9 0 22996084 889585664 16005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 217184 16005 2591 9 0 211661 0
[pid=23340/tid=23343] ppid=23339 vsize=868736 CPUtime=3.99
/proc/23340/task/23343/stat : 23343 (java) R 23339 23315 20344 0 -1 64 3180 0 1 0 394 5 0 0 25 0 9 0 22996085 889585664 16005 996147200 134512640 134550932 4294955936 18446744073709551615 101450581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23339 vsize=868736 CPUtime=1.12
/proc/23340/task/23344/stat : 23344 (java) S 23339 23315 20344 0 -1 64 11553 0 0 0 106 6 0 0 16 0 9 0 22996086 889585664 16005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23339 23315 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996087 889585664 16005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23346/stat : 23346 (java) S 23339 23315 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996087 889585664 16005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23350] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23350/stat : 23350 (java) S 23339 23315 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22996089 889585664 16005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23351] ppid=23339 vsize=868736 CPUtime=0.19
/proc/23340/task/23351/stat : 23351 (java) S 23339 23315 20344 0 -1 64 1491 0 0 0 18 1 0 0 16 0 9 0 22996089 889585664 16005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23352] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23352/stat : 23352 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22996089 889585664 16005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23353] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23353/stat : 23353 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22996089 889585664 16005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 890960

[startup+12.7025 s]
/proc/loadavg: 1.07 1.25 1.66 5/94 23358
/proc/meminfo: memFree=1377336/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=0.59
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1310 6948 0 1 5 1 50 3 15 0 1 0 22996031 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1111 409 3 0 796 0
[pid=23339] ppid=23315 vsize=5356 CPUtime=0
/proc/23339/stat : 23339 (sh) S 23315 23315 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23339/statm: 1339 233 193 169 0 50 0
[pid=23340] ppid=23339 vsize=868736 CPUtime=10.72
/proc/23340/stat : 23340 (java) S 23339 23315 20344 0 -1 0 19088 0 1 0 1055 17 0 0 18 0 9 0 22996084 889585664 18088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 217184 18088 2591 9 0 211661 0
[pid=23340/tid=23343] ppid=23339 vsize=868736 CPUtime=9.19
/proc/23340/task/23343/stat : 23343 (java) R 23339 23315 20344 0 -1 64 3264 0 1 0 912 7 0 0 25 0 9 0 22996085 889585664 18088 996147200 134512640 134550932 4294955936 18446744073709551615 4126903211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23339 vsize=868736 CPUtime=1.29
/proc/23340/task/23344/stat : 23344 (java) S 23339 23315 20344 0 -1 64 13627 0 0 0 122 7 0 0 16 0 9 0 22996086 889585664 18088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23339 23315 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996087 889585664 18088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23346/stat : 23346 (java) S 23339 23315 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996087 889585664 18088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23350] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23350/stat : 23350 (java) S 23339 23315 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22996089 889585664 18088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23351] ppid=23339 vsize=868736 CPUtime=0.21
/proc/23340/task/23351/stat : 23351 (java) S 23339 23315 20344 0 -1 64 1499 0 0 0 20 1 0 0 16 0 9 0 22996089 889585664 18088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23352] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23352/stat : 23352 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22996089 889585664 18088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23353] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23353/stat : 23353 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22996089 889585664 18088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (KiB) 890960

[startup+25.5028 s]
/proc/loadavg: 1.44 1.32 1.68 4/94 23358
/proc/meminfo: memFree=1113336/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=0.59
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1310 6948 0 1 5 1 50 3 16 0 1 0 22996031 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1111 409 3 0 796 0
[pid=23339] ppid=23315 vsize=5356 CPUtime=0
/proc/23339/stat : 23339 (sh) S 23315 23315 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23339/statm: 1339 233 193 169 0 50 0
[pid=23340] ppid=23339 vsize=868736 CPUtime=22.69
/proc/23340/stat : 23340 (java) S 23339 23315 20344 0 -1 0 23762 0 1 0 2244 25 0 0 18 0 9 0 22996084 889585664 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 217184 19116 2591 9 0 211661 0
[pid=23340/tid=23343] ppid=23339 vsize=868736 CPUtime=20.59
/proc/23340/task/23343/stat : 23343 (java) R 23339 23315 20344 0 -1 64 3383 0 1 0 2047 12 0 0 25 0 9 0 22996085 889585664 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4126905787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23339 vsize=868736 CPUtime=1.85
/proc/23340/task/23344/stat : 23344 (java) S 23339 23315 20344 0 -1 64 18174 0 0 0 174 11 0 0 16 0 9 0 22996086 889585664 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23339 23315 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996087 889585664 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23346/stat : 23346 (java) S 23339 23315 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996087 889585664 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23350] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23350/stat : 23350 (java) S 23339 23315 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22996089 889585664 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23351] ppid=23339 vsize=868736 CPUtime=0.22
/proc/23340/task/23351/stat : 23351 (java) S 23339 23315 20344 0 -1 64 1507 0 0 0 21 1 0 0 16 0 9 0 22996089 889585664 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23352] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23352/stat : 23352 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22996089 889585664 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23353] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23353/stat : 23353 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22996089 889585664 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.28
Current children cumulated vsize (KiB) 890960

[startup+51.1024 s]
/proc/loadavg: 1.63 1.38 1.69 3/94 23358
/proc/meminfo: memFree=1086456/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=0.59
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1310 6948 0 1 5 1 50 3 16 0 1 0 22996031 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1111 409 3 0 796 0
[pid=23339] ppid=23315 vsize=5356 CPUtime=0
/proc/23339/stat : 23339 (sh) S 23315 23315 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23339/statm: 1339 233 193 169 0 50 0
[pid=23340] ppid=23339 vsize=868736 CPUtime=48.03
/proc/23340/stat : 23340 (java) S 23339 23315 20344 0 -1 0 29274 0 1 0 4768 35 0 0 18 0 9 0 22996084 889585664 20605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 217184 20605 2591 9 0 211661 0
[pid=23340/tid=23343] ppid=23339 vsize=868736 CPUtime=45.21
/proc/23340/task/23343/stat : 23343 (java) R 23339 23315 20344 0 -1 64 3562 0 1 0 4504 17 0 0 25 0 9 0 22996085 889585664 20605 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23339 vsize=868736 CPUtime=2.57
/proc/23340/task/23344/stat : 23344 (java) S 23339 23315 20344 0 -1 64 23507 0 0 0 241 16 0 0 16 0 9 0 22996086 889585664 20605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23339 23315 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996087 889585664 20605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23346/stat : 23346 (java) S 23339 23315 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996087 889585664 20605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23350] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23350/stat : 23350 (java) S 23339 23315 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22996089 889585664 20605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23351] ppid=23339 vsize=868736 CPUtime=0.22
/proc/23340/task/23351/stat : 23351 (java) S 23339 23315 20344 0 -1 64 1507 0 0 0 21 1 0 0 16 0 9 0 22996089 889585664 20605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23352] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23352/stat : 23352 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22996089 889585664 20605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23340/tid=23353] ppid=23339 vsize=868736 CPUtime=0
/proc/23340/task/23353/stat : 23353 (java) S 23339 23315 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22996089 889585664 20605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.62
Current children cumulated vsize (KiB) 890960

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

[startup+63.9018 s]
/proc/loadavg: 1.71 1.41 1.70 3/86 23360
/proc/meminfo: memFree=1054200/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=50.65
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1376 36558 0 2 5 1 5015 44 16 0 1 0 22996031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1113 409 3 0 796 0
[pid=23359] ppid=23315 vsize=5356 CPUtime=0
/proc/23359/stat : 23359 (sh) S 23315 23315 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23001346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23359/statm: 1339 232 193 169 0 50 0
[pid=23360] ppid=23359 vsize=48748 CPUtime=10.62
/proc/23360/stat : 23360 (minisat) R 23359 23315 20344 0 -1 4194304 12008 0 0 0 1050 12 0 0 25 0 1 0 23001346 49917952 11994 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23360/statm: 12187 11994 76 150 0 12034 0
Current children cumulated CPU time (s) 61.27
Current children cumulated vsize (KiB) 70972

[startup+67.1061 s]
/proc/loadavg: 1.73 1.42 1.70 3/86 23360
/proc/meminfo: memFree=1052664/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=50.65
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1376 36558 0 2 5 1 5015 44 16 0 1 0 22996031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1113 409 3 0 796 0
[pid=23359] ppid=23315 vsize=5356 CPUtime=0
/proc/23359/stat : 23359 (sh) S 23315 23315 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23001346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23359/statm: 1339 232 193 169 0 50 0
[pid=23360] ppid=23359 vsize=50480 CPUtime=13.78
/proc/23360/stat : 23360 (minisat) R 23359 23315 20344 0 -1 4194304 12406 0 0 0 1366 12 0 0 25 0 1 0 23001346 51691520 12392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23360/statm: 12620 12392 76 150 0 12467 0
Current children cumulated CPU time (s) 64.43
Current children cumulated vsize (KiB) 72704

[startup+68.7023 s]
/proc/loadavg: 1.73 1.42 1.70 3/86 23360
/proc/meminfo: memFree=1114616/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=50.65
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1376 36558 0 2 5 1 5015 44 16 0 1 0 22996031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1113 409 3 0 796 0
[pid=23359] ppid=23315 vsize=5356 CPUtime=0
/proc/23359/stat : 23359 (sh) S 23315 23315 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23001346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23359/statm: 1339 232 193 169 0 50 0
[pid=23360] ppid=23359 vsize=51008 CPUtime=15.36
/proc/23360/stat : 23360 (minisat) R 23359 23315 20344 0 -1 4194304 12539 0 0 0 1524 12 0 0 25 0 1 0 23001346 52232192 12525 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/23360/statm: 12752 12525 76 150 0 12599 0
Current children cumulated CPU time (s) 66.01
Current children cumulated vsize (KiB) 73232

[startup+70.3014 s]
/proc/loadavg: 1.73 1.42 1.70 3/86 23360
/proc/meminfo: memFree=1113848/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=50.65
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1376 36558 0 2 5 1 5015 44 16 0 1 0 22996031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1113 409 3 0 796 0
[pid=23359] ppid=23315 vsize=5356 CPUtime=0
/proc/23359/stat : 23359 (sh) S 23315 23315 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23001346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23359/statm: 1339 232 193 169 0 50 0
[pid=23360] ppid=23359 vsize=51408 CPUtime=16.96
/proc/23360/stat : 23360 (minisat) R 23359 23315 20344 0 -1 4194304 12671 0 0 0 1683 13 0 0 25 0 1 0 23001346 52641792 12657 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23360/statm: 12852 12657 76 150 0 12699 0
Current children cumulated CPU time (s) 67.61
Current children cumulated vsize (KiB) 73632

[startup+70.7015 s]
/proc/loadavg: 1.73 1.42 1.70 3/86 23360
/proc/meminfo: memFree=1113848/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=50.65
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1376 36558 0 2 5 1 5015 44 16 0 1 0 22996031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1113 409 3 0 796 0
[pid=23359] ppid=23315 vsize=5356 CPUtime=0
/proc/23359/stat : 23359 (sh) S 23315 23315 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23001346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23359/statm: 1339 232 193 169 0 50 0
[pid=23360] ppid=23359 vsize=51540 CPUtime=17.35
/proc/23360/stat : 23360 (minisat) R 23359 23315 20344 0 -1 4194304 12692 0 0 0 1722 13 0 0 25 0 1 0 23001346 52776960 12678 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23360/statm: 12885 12678 76 150 0 12732 0
Current children cumulated CPU time (s) 68
Current children cumulated vsize (KiB) 73764

[startup+70.9015 s]
/proc/loadavg: 1.73 1.42 1.70 3/86 23360
/proc/meminfo: memFree=1113848/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=68.12
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1430 49559 0 2 5 2 6747 58 17 0 1 0 22996031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 68.12
Current children cumulated vsize (KiB) 16868

[startup+71.0015 s]
/proc/loadavg: 1.73 1.42 1.70 3/86 23360
/proc/meminfo: memFree=1113848/2055920 swapFree=4192812/4192956
[pid=23315] ppid=23313 vsize=16868 CPUtime=68.12
/proc/23315/stat : 23315 (sugar) S 23313 23315 20344 0 -1 4194304 1449 49559 0 2 5 2 6747 58 15 0 1 0 22996031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23315/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 68.12
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 71.1011
CPU time (s): 68.3776
CPU user time (s): 67.7257
CPU system time (s): 0.6519
CPU usage (%): 96.1696
Max. virtual memory (cumulated for all children) (KiB): 901212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.7257
system time used= 0.6519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54887
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= 7298
involuntary context switches= 8395

runsolver used 0.100984 second user time and 0.255961 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 02:42:02
IDJOB=2074800
IDBENCH=56138
IDSOLVER=739
FILE ID=node44/2074800-1247359321
PBS_JOBID= 9506918
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle16.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-2074800-1247359321/watcher-2074800-1247359321 -o /tmp/evaluation-result-2074800-1247359321/solver-2074800-1247359321 -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-2074800-1247359321.xml

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

MD5SUM BENCH= 79ab8c15ba229572f78645038c4a1c53
RANDOM SEED=516820649

node44.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.219
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.219
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:       1888944 kB
Buffers:         17076 kB
Cached:          85944 kB
SwapCached:          0 kB
Active:          90268 kB
Inactive:        28288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2116 kB
Writeback:           0 kB
Mapped:          25324 kB
Slab:            34148 kB
Committed_AS:   174648 kB
PageTables:       1592 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= 66380 MiB
End job on node44 at 2009-07-12 02:43:13