Trace number 1071737

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+minisatSAT 59.7659 61.699

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.160974
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 (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Fri Jul  4 13:08:15 2008
0.02/0.04	c 0	PID 19202
0.02/0.04	c 0	HOST node77.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1071737-1215169695.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071737-1215169695.xml' 'HOME/temp.csp'
0.02/0.57	c 0	1 domains, 135 variables, 6 predicates, 5 relations, 802 constraints
0.02/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.62	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'
0.02/0.69	c 1	Parsing HOME/temp.csp
0.91/1.03	c 1	parsed 949 expressions
0.91/1.04	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.04	c 1	Converting to clausal form CSP
0.91/1.06	c 1	converted 95 (10%) expressions
1.11/1.28	c 1	converted 190 (20%) expressions
1.60/1.77	c 2	converted 285 (30%) expressions
1.81/1.92	c 2	converted 380 (40%) expressions
1.81/1.98	c 2	converted 475 (50%) expressions
2.02/2.20	c 2	converted 570 (60%) expressions
2.11/2.22	c 2	converted 665 (70%) expressions
2.11/2.23	c 2	converted 760 (80%) expressions
2.11/2.24	c 2	converted 855 (90%) expressions
2.31/2.42	c 2	converted 949 (100%) expressions
2.31/2.42	c 2	CSP : 135 integers, 0 booleans, 802 clauses, largest domain size 26
2.31/2.42	c 2	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.42	c 2	Propagation in CSP
2.31/2.43	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.31/2.43	c 2	CSP : 135 integers, 0 booleans, 802 clauses, largest domain size 26
2.31/2.43	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.43	c 2	Simplifing CSP by introducing new Boolean variables
2.31/2.46	c 2	CSP : 135 integers, 5284 booleans, 6086 clauses, largest domain size 26
2.31/2.46	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.65	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.51/2.66	c 3	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
2.51/2.66	c 3	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
2.51/2.67	c 3	41 (30%) CSP integer variables are encoded (984 clauses, 10729 bytes)
2.51/2.67	c 3	54 (40%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.51/2.67	c 3	68 (50%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
2.51/2.67	c 3	81 (60%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
2.51/2.67	c 3	95 (70%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
2.51/2.67	c 3	108 (80%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
2.51/2.67	c 3	122 (90%) CSP integer variables are encoded (2928 clauses, 36001 bytes)
2.51/2.67	c 3	135 (100%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
12.50/12.69	c 13	609 (10%) CSP clauses are encoded (263466 clauses, 9557943 bytes)
15.70/15.87	c 16	1218 (20%) CSP clauses are encoded (308071 clauses, 11103016 bytes)
18.89/19.04	c 19	1826 (30%) CSP clauses are encoded (352675 clauses, 12935219 bytes)
45.09/47.07	c 47	2435 (40%) CSP clauses are encoded (560390 clauses, 23357257 bytes)
45.09/47.09	c 47	3043 (50%) CSP clauses are encoded (574498 clauses, 23600309 bytes)
45.20/47.12	c 47	3652 (60%) CSP clauses are encoded (588657 clauses, 23847432 bytes)
45.20/47.14	c 47	4261 (70%) CSP clauses are encoded (602791 clauses, 24097516 bytes)
45.20/47.17	c 47	4869 (80%) CSP clauses are encoded (616899 clauses, 24360442 bytes)
45.20/47.19	c 47	5478 (90%) CSP clauses are encoded (631058 clauses, 24625042 bytes)
45.29/47.22	c 47	6086 (100%) CSP clauses are encoded (645416 clauses, 24889000 bytes)
45.29/47.22	c 47	6086 CSP clauses encoded
45.29/47.22	c 47	Writing map file : HOME/temp.map
45.29/47.22	c 47	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.29/47.22	c 47	SAT : 8659 SAT variables, 645416 SAT clauses, 24889000 bytes
45.29/47.22	c 47	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.29/47.26	c 47	SOLVING HOME/temp.cnf
45.29/47.26	c 47	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
45.29/47.26	c 47	This is MiniSat 2.0 beta
45.29/47.26	c 47	WARNING: for repeatability, setting FPU to use double precision
45.29/47.26	c 47	============================[ Problem Statistics ]=============================
45.29/47.26	c 47	|                                                                             |
45.29/47.26	c 47	|  Number of variables:  8659                                                 |
45.29/47.26	c 47	|  Number of clauses:    645416                                               |
45.34/47.77	c 48	|  Parsing time:         0.45         s                                       |
45.34/47.81	c 48	============================[ Search Statistics ]==============================
45.34/47.81	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.34/47.81	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.34/47.81	c 48	===============================================================================
45.34/47.81	c 48	|         0 |    8659   645416  4535888 |   215138        0    nan |  0.000 % |
45.34/47.90	c 48	|       100 |    8659   645416  4535888 |   236652      100     10 |  0.000 % |
45.34/47.94	c 48	|       250 |    8659   645416  4535888 |   260317      250      9 |  0.000 % |
45.34/47.98	c 48	|       476 |    8659   645416  4535888 |   286349      476      8 |  0.000 % |
45.34/48.07	c 48	|       813 |    8659   645416  4535888 |   314984      813      8 |  0.000 % |
45.34/48.14	c 48	|      1319 |    8659   645416  4535888 |   346482     1319      8 |  0.000 % |
46.37/48.31	c 48	|      2078 |    8659   645416  4535888 |   381131     2078      8 |  0.000 % |
46.48/48.45	c 48	|      3217 |    8659   645416  4535888 |   419244     3217      8 |  0.000 % |
46.67/48.64	c 49	|      4925 |    8659   645416  4535888 |   461168     4925      8 |  0.000 % |
46.97/48.96	c 49	|      7488 |    8659   645416  4535888 |   507285     7488      9 |  0.000 % |
47.47/49.49	c 49	|     11332 |    8659   645416  4535888 |   558014    11332      9 |  0.000 % |
48.67/50.61	c 51	|     17099 |    8659   645416  4535888 |   613815    17099     10 |  0.000 % |
49.97/51.90	c 52	|     25748 |    8659   645416  4535888 |   675197    25748     11 |  0.000 % |
52.36/54.36	c 54	|     38724 |    8659   645416  4535888 |   742717    38724     11 |  0.000 % |
55.47/57.47	c 57	|     58185 |    8659   645416  4535888 |   816988    58185     11 |  0.000 % |
59.46/61.45	c 61	===============================================================================
59.46/61.45	c 61	restarts              : 15
59.46/61.45	c 61	conflicts             : 75598          (5360 /sec)
59.46/61.45	c 61	decisions             : 117735         (1.69 % random) (8348 /sec)
59.46/61.45	c 61	propagations          : 3262692        (231350 /sec)
59.46/61.45	c 61	conflict literals     : 879825         (21.67 % deleted)
59.46/61.45	c 61	Memory used           : 50.46 MB
59.46/61.45	c 61	CPU time              : 14.1029 s
59.46/61.45	c 61	
59.46/61.46	c 61	SATISFIABLE
59.46/61.47	c 61	DECODING HOME/temp.out WITH HOME/temp.map
59.46/61.47	c 61	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
59.57/61.55	c 61	Decoding HOME/temp.out
59.66/61.64	s SATISFIABLE
59.66/61.65	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
59.66/61.66	c 62	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
59.66/61.69	c 62	CPU 59.22 (0.03 0.01 59.19 0.49)
59.66/61.69	c 62	END Fri Jul  4 13:09:17 2008

Verifier Data (download as text)

OK

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-1071737-1215169695/watcher-1071737-1215169695 -o /tmp/evaluation-result-1071737-1215169695/solver-1071737-1215169695 -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-1071737-1215169695.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: 2.00 2.00 2.00 4/74 19202
/proc/meminfo: memFree=1576280/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=12272 CPUtime=0
/proc/19202/stat : 19202 (sugar) R 19200 19202 17045 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 630187288 12566528 325 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 0 0 0
/proc/19202/statm: 3068 327 246 3 0 168 0

[startup+0.033872 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 19202
/proc/meminfo: memFree=1576280/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13336 CPUtime=0.02
/proc/19202/stat : 19202 (sugar) R 19200 19202 17045 0 -1 4194304 721 0 0 0 2 0 0 0 18 0 1 0 630187288 13656064 689 996147200 4194304 4206940 548682068608 18446744073709551615 228057530496 0 0 4224 0 0 0 0 17 0 0 0
/proc/19202/statm: 3334 690 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101887 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 19202
/proc/meminfo: memFree=1576280/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=0.02
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 630187288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301925 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 19202
/proc/meminfo: memFree=1576280/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=0.02
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 630187288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.702003 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 19202
/proc/meminfo: memFree=1576280/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=0.54
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 973 6857 0 1 2 1 46 5 15 0 1 0 630187288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50116 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 19224
/proc/meminfo: memFree=1563968/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=0.54
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 973 6857 0 1 2 1 46 5 15 0 1 0 630187288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 797 370 3 0 500 0
[pid=19215] ppid=19202 vsize=5356 CPUtime=0
/proc/19215/stat : 19215 (sh) S 19202 19202 17045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 630187350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 1339 233 193 169 0 50 0
[pid=19216] ppid=19215 vsize=864264 CPUtime=0.86
/proc/19216/stat : 19216 (java) S 19215 19202 17045 0 -1 0 9001 0 1 0 82 4 0 0 20 0 9 0 630187350 885006336 8264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19216/statm: 216066 8264 2540 9 0 210641 0
[pid=19216/tid=19217] ppid=19215 vsize=864264 CPUtime=0.45
/proc/19216/task/19217/stat : 19217 (java) R 19215 19202 17045 0 -1 64 2682 0 1 0 44 1 0 0 25 0 9 0 630187351 885006336 8264 996147200 134512640 134550740 4294955952 18446744073709551615 102492663 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19218] ppid=19215 vsize=864264 CPUtime=0.31
/proc/19216/task/19218/stat : 19218 (java) S 19215 19202 17045 0 -1 64 5279 0 0 0 30 1 0 0 16 0 9 0 630187352 885006336 8264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19219] ppid=19215 vsize=864264 CPUtime=0
/proc/19216/task/19219/stat : 19219 (java) S 19215 19202 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 630187353 885006336 8264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19220] ppid=19215 vsize=864264 CPUtime=0
/proc/19216/task/19220/stat : 19220 (java) S 19215 19202 17045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 630187353 885006336 8264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19221] ppid=19215 vsize=864264 CPUtime=0
/proc/19216/task/19221/stat : 19221 (java) S 19215 19202 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 630187354 885006336 8264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19222] ppid=19215 vsize=864264 CPUtime=0.07
/proc/19216/task/19222/stat : 19222 (java) S 19215 19202 17045 0 -1 64 342 0 0 0 7 0 0 0 16 0 9 0 630187354 885006336 8264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19223] ppid=19215 vsize=864264 CPUtime=0
/proc/19216/task/19223/stat : 19223 (java) S 19215 19202 17045 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 630187354 885006336 8264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19224] ppid=19215 vsize=864264 CPUtime=0
/proc/19216/task/19224/stat : 19224 (java) S 19215 19202 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 630187354 885006336 8264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883220

[startup+3.10248 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19224
/proc/meminfo: memFree=1532480/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=0.55
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 974 6857 0 1 3 1 46 5 15 0 1 0 630187288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 797 370 3 0 500 0
[pid=19215] ppid=19202 vsize=5356 CPUtime=0
/proc/19215/stat : 19215 (sh) S 19202 19202 17045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 630187350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 1339 233 193 169 0 50 0
[pid=19216] ppid=19215 vsize=868504 CPUtime=2.45
/proc/19216/stat : 19216 (java) S 19215 19202 17045 0 -1 0 15466 0 1 0 238 7 0 0 20 0 9 0 630187350 889348096 14631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19216/statm: 217126 14631 2565 9 0 211673 0
[pid=19216/tid=19217] ppid=19215 vsize=868504 CPUtime=1.19
/proc/19216/task/19217/stat : 19217 (java) R 19215 19202 17045 0 -1 64 3190 0 1 0 117 2 0 0 25 0 9 0 630187351 889348096 14631 996147200 134512640 134550740 4294955952 18446744073709551615 4126933318 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19218] ppid=19215 vsize=868504 CPUtime=1.03
/proc/19216/task/19218/stat : 19218 (java) S 19215 19202 17045 0 -1 64 10104 0 0 0 100 3 0 0 16 0 9 0 630187352 889348096 14631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19219] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19219/stat : 19219 (java) S 19215 19202 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 630187353 889348096 14631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19220] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19220/stat : 19220 (java) S 19215 19202 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 630187353 889348096 14631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19221] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19221/stat : 19221 (java) S 19215 19202 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 630187354 889348096 14631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19222] ppid=19215 vsize=868504 CPUtime=0.19
/proc/19216/task/19222/stat : 19222 (java) S 19215 19202 17045 0 -1 64 1474 0 0 0 19 0 0 0 15 0 9 0 630187354 889348096 14631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19223] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19223/stat : 19223 (java) S 19215 19202 17045 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 630187354 889348096 14631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19224] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19224/stat : 19224 (java) S 19215 19202 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 630187354 889348096 14631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887460

[startup+6.30111 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19224
/proc/meminfo: memFree=1517312/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=0.55
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 974 6857 0 1 3 1 46 5 15 0 1 0 630187288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 797 370 3 0 500 0
[pid=19215] ppid=19202 vsize=5356 CPUtime=0
/proc/19215/stat : 19215 (sh) S 19202 19202 17045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 630187350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 1339 233 193 169 0 50 0
[pid=19216] ppid=19215 vsize=868504 CPUtime=5.65
/proc/19216/stat : 19216 (java) S 19215 19202 17045 0 -1 0 16663 0 1 0 553 12 0 0 20 0 9 0 630187350 889348096 15744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19216/statm: 217126 15744 2565 9 0 211673 0
[pid=19216/tid=19217] ppid=19215 vsize=868504 CPUtime=4.24
/proc/19216/task/19217/stat : 19217 (java) R 19215 19202 17045 0 -1 64 3275 0 1 0 419 5 0 0 25 0 9 0 630187351 889348096 15744 996147200 134512640 134550740 4294955952 18446744073709551615 4126575181 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19218] ppid=19215 vsize=868504 CPUtime=1.18
/proc/19216/task/19218/stat : 19218 (java) S 19215 19202 17045 0 -1 64 11215 0 0 0 113 5 0 0 16 0 9 0 630187352 889348096 15744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19219] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19219/stat : 19219 (java) S 19215 19202 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 630187353 889348096 15744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19220] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19220/stat : 19220 (java) S 19215 19202 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 630187353 889348096 15744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19221] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19221/stat : 19221 (java) S 19215 19202 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 630187354 889348096 15744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19222] ppid=19215 vsize=868504 CPUtime=0.2
/proc/19216/task/19222/stat : 19222 (java) S 19215 19202 17045 0 -1 64 1475 0 0 0 20 0 0 0 17 0 9 0 630187354 889348096 15744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19223] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19223/stat : 19223 (java) S 19215 19202 17045 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 630187354 889348096 15744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19224] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19224/stat : 19224 (java) S 19215 19202 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 630187354 889348096 15744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887460

[startup+12.7024 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 19224
/proc/meminfo: memFree=1503176/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=0.55
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 974 6857 0 1 3 1 46 5 16 0 1 0 630187288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 797 370 3 0 500 0
[pid=19215] ppid=19202 vsize=5356 CPUtime=0
/proc/19215/stat : 19215 (sh) S 19202 19202 17045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 630187350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 1339 233 193 169 0 50 0
[pid=19216] ppid=19215 vsize=868504 CPUtime=12.05
/proc/19216/stat : 19216 (java) S 19215 19202 17045 0 -1 0 19105 0 1 0 1189 16 0 0 20 0 9 0 630187350 889348096 18096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19216/statm: 217126 18096 2565 9 0 211673 0
[pid=19216/tid=19217] ppid=19215 vsize=868504 CPUtime=10.44
/proc/19216/task/19217/stat : 19217 (java) R 19215 19202 17045 0 -1 64 3366 0 1 0 1036 8 0 0 25 0 9 0 630187351 889348096 18096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19218] ppid=19215 vsize=868504 CPUtime=1.36
/proc/19216/task/19218/stat : 19218 (java) S 19215 19202 17045 0 -1 64 13555 0 0 0 130 6 0 0 16 0 9 0 630187352 889348096 18096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19219] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19219/stat : 19219 (java) S 19215 19202 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 630187353 889348096 18096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19220] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19220/stat : 19220 (java) S 19215 19202 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 630187353 889348096 18096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19221] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19221/stat : 19221 (java) S 19215 19202 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 630187354 889348096 18096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19222] ppid=19215 vsize=868504 CPUtime=0.22
/proc/19216/task/19222/stat : 19222 (java) S 19215 19202 17045 0 -1 64 1486 0 0 0 22 0 0 0 16 0 9 0 630187354 889348096 18096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19223] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19223/stat : 19223 (java) S 19215 19202 17045 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 630187354 889348096 18096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19224] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19224/stat : 19224 (java) S 19215 19202 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 630187354 889348096 18096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 887460

[startup+25.5019 s]
/proc/loadavg: 2.22 2.05 2.02 3/85 19224
/proc/meminfo: memFree=1486984/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=0.55
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 974 6857 0 1 3 1 46 5 16 0 1 0 630187288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 797 370 3 0 500 0
[pid=19215] ppid=19202 vsize=5356 CPUtime=0
/proc/19215/stat : 19215 (sh) S 19202 19202 17045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 630187350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 1339 233 193 169 0 50 0
[pid=19216] ppid=19215 vsize=868504 CPUtime=24.84
/proc/19216/stat : 19216 (java) S 19215 19202 17045 0 -1 0 25684 0 1 0 2461 23 0 0 20 0 9 0 630187350 889348096 20376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19216/statm: 217126 20376 2565 9 0 211673 0
[pid=19216/tid=19217] ppid=19215 vsize=868504 CPUtime=22.74
/proc/19216/task/19217/stat : 19217 (java) R 19215 19202 17045 0 -1 64 3498 0 1 0 2263 11 0 0 25 0 9 0 630187351 889348096 20376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19218] ppid=19215 vsize=868504 CPUtime=1.84
/proc/19216/task/19218/stat : 19218 (java) S 19215 19202 17045 0 -1 64 20000 0 0 0 174 10 0 0 16 0 9 0 630187352 889348096 20376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19219] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19219/stat : 19219 (java) S 19215 19202 17045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 630187353 889348096 20376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19220] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19220/stat : 19220 (java) S 19215 19202 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 630187353 889348096 20376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19221] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19221/stat : 19221 (java) S 19215 19202 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 630187354 889348096 20376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19222] ppid=19215 vsize=868504 CPUtime=0.22
/proc/19216/task/19222/stat : 19222 (java) S 19215 19202 17045 0 -1 64 1488 0 0 0 22 0 0 0 16 0 9 0 630187354 889348096 20376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19223] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19223/stat : 19223 (java) S 19215 19202 17045 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 630187354 889348096 20376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19216/tid=19224] ppid=19215 vsize=868504 CPUtime=0
/proc/19216/task/19224/stat : 19224 (java) S 19215 19202 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 630187354 889348096 20376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 887460

[startup+51.1019 s]
/proc/loadavg: 2.55 2.14 2.04 3/77 19226
/proc/meminfo: memFree=1505224/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=45.34
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 1032 33106 0 2 3 1 4493 37 16 0 1 0 630187288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 798 370 3 0 500 0
[pid=19225] ppid=19202 vsize=5356 CPUtime=0
/proc/19225/stat : 19225 (sh) S 19202 19202 17045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 630192014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19225/statm: 1339 232 193 169 0 50 0
[pid=19226] ppid=19225 vsize=44764 CPUtime=3.83
/proc/19226/stat : 19226 (minisat) R 19225 19202 17045 0 -1 4194304 11027 0 0 0 376 7 0 0 25 0 1 0 630192014 45838336 11013 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19226/statm: 11191 11013 76 150 0 11038 0
Current children cumulated CPU time (s) 49.17
Current children cumulated vsize (KiB) 63720

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

[startup+57.5012 s]
/proc/loadavg: 2.62 2.17 2.05 3/77 19226
/proc/meminfo: memFree=1500040/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=45.34
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 1032 33106 0 2 3 1 4493 37 16 0 1 0 630187288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 798 370 3 0 500 0
[pid=19225] ppid=19202 vsize=5356 CPUtime=0
/proc/19225/stat : 19225 (sh) S 19202 19202 17045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 630192014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19225/statm: 1339 232 193 169 0 50 0
[pid=19226] ppid=19225 vsize=49692 CPUtime=10.23
/proc/19226/stat : 19226 (minisat) R 19225 19202 17045 0 -1 4194304 12252 0 0 0 1015 8 0 0 25 0 1 0 630192014 50884608 12238 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19226/statm: 12423 12238 76 150 0 12270 0
Current children cumulated CPU time (s) 55.57
Current children cumulated vsize (KiB) 68648

[startup+59.1025 s]
/proc/loadavg: 2.62 2.17 2.05 3/77 19226
/proc/meminfo: memFree=1499464/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=45.34
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 1032 33106 0 2 3 1 4493 37 16 0 1 0 630187288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 798 370 3 0 500 0
[pid=19225] ppid=19202 vsize=5356 CPUtime=0
/proc/19225/stat : 19225 (sh) S 19202 19202 17045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 630192014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19225/statm: 1339 232 193 169 0 50 0
[pid=19226] ppid=19225 vsize=50612 CPUtime=11.83
/proc/19226/stat : 19226 (minisat) R 19225 19202 17045 0 -1 4194304 12452 0 0 0 1175 8 0 0 25 0 1 0 630192014 51826688 12438 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19226/statm: 12653 12438 76 150 0 12500 0
Current children cumulated CPU time (s) 57.17
Current children cumulated vsize (KiB) 69568

[startup+60.7018 s]
/proc/loadavg: 2.62 2.17 2.05 3/77 19226
/proc/meminfo: memFree=1498376/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=45.34
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 1032 33106 0 2 3 1 4493 37 16 0 1 0 630187288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 798 370 3 0 500 0
[pid=19225] ppid=19202 vsize=5356 CPUtime=0
/proc/19225/stat : 19225 (sh) S 19202 19202 17045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 630192014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19225/statm: 1339 232 193 169 0 50 0
[pid=19226] ppid=19225 vsize=51408 CPUtime=13.42
/proc/19226/stat : 19226 (minisat) R 19225 19202 17045 0 -1 4194304 12649 0 0 0 1334 8 0 0 25 0 1 0 630192014 52641792 12635 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19226/statm: 12852 12635 76 150 0 12699 0
Current children cumulated CPU time (s) 58.76
Current children cumulated vsize (KiB) 70364

[startup+61.1019 s]
/proc/loadavg: 2.62 2.17 2.05 3/77 19226
/proc/meminfo: memFree=1498376/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=45.34
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 1032 33106 0 2 3 1 4493 37 16 0 1 0 630187288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 798 370 3 0 500 0
[pid=19225] ppid=19202 vsize=5356 CPUtime=0
/proc/19225/stat : 19225 (sh) S 19202 19202 17045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 630192014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19225/statm: 1339 232 193 169 0 50 0
[pid=19226] ppid=19225 vsize=51408 CPUtime=13.82
/proc/19226/stat : 19226 (minisat) R 19225 19202 17045 0 -1 4194304 12675 0 0 0 1374 8 0 0 25 0 1 0 630192014 52641792 12661 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19226/statm: 12852 12661 76 150 0 12699 0
Current children cumulated CPU time (s) 59.16
Current children cumulated vsize (KiB) 70364

[startup+61.502 s]
/proc/loadavg: 2.73 2.20 2.06 3/81 19232
/proc/meminfo: memFree=1546280/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=59.55
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 1070 46107 0 2 3 1 5904 47 16 0 1 0 630187288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 798 370 3 0 500 0
[pid=19227] ppid=19202 vsize=5356 CPUtime=0
/proc/19227/stat : 19227 (sh) S 19202 19202 17045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 630193435 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19227/statm: 1339 233 193 169 0 50 0
[pid=19228] ppid=19227 vsize=859832 CPUtime=0.02
/proc/19228/stat : 19228 (java) S 19227 19202 17045 0 -1 0 1709 0 1 0 1 1 0 0 19 0 5 0 630193436 880467968 1362 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19228/statm: 214958 1362 798 9 0 209937 0
[pid=19228/tid=19229] ppid=19227 vsize=859832 CPUtime=0.01
/proc/19228/task/19229/stat : 19229 (java) R 19227 19202 17045 0 -1 64 1020 0 1 0 1 0 0 0 22 0 5 0 630193437 880467968 1366 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=19228/tid=19230] ppid=19227 vsize=859832 CPUtime=0
/proc/19228/task/19230/stat : 19230 (java) S 19227 19202 17045 0 -1 64 4 0 0 0 0 0 0 0 21 0 5 0 630193438 880467968 1369 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 0 0 0
[pid=19228/tid=19231] ppid=19227 vsize=859832 CPUtime=0
/proc/19228/task/19231/stat : 19231 (java) S 19227 19202 17045 0 -1 64 10 0 0 0 0 0 0 0 22 0 5 0 630193438 880467968 1371 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=19228/tid=19232] ppid=19227 vsize=859832 CPUtime=0
/proc/19228/task/19232/stat : 19232 (java) S 19227 19202 17045 0 -1 64 4 0 0 0 0 0 0 0 23 0 5 0 630193438 880467968 1371 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.57
Current children cumulated vsize (KiB) 878788

[startup+61.607 s]
/proc/loadavg: 2.73 2.20 2.06 3/81 19232
/proc/meminfo: memFree=1546280/2055920 swapFree=4166000/4192956
[pid=19202] ppid=19200 vsize=13600 CPUtime=59.55
/proc/19202/stat : 19202 (sugar) S 19200 19202 17045 0 -1 4194304 1087 46107 0 2 3 1 5904 47 15 0 1 0 630187288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19202/statm: 3400 798 370 3 0 500 0
[pid=19227] ppid=19202 vsize=5356 CPUtime=0
/proc/19227/stat : 19227 (sh) S 19202 19202 17045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 630193435 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19227/statm: 1339 233 193 169 0 50 0
[pid=19228] ppid=19227 vsize=863884 CPUtime=0.11
/proc/19228/stat : 19228 (java) S 19227 19202 17045 0 -1 0 3349 0 1 0 10 1 0 0 19 0 9 0 630193436 884617216 2824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19228/statm: 215971 2824 1647 9 0 210553 0
[pid=19228/tid=19229] ppid=19227 vsize=863884 CPUtime=0.09
/proc/19228/task/19229/stat : 19229 (java) R 19227 19202 17045 0 -1 64 2383 0 1 0 8 1 0 0 25 0 9 0 630193437 884617216 2824 996147200 134512640 134550740 4294956000 18446744073709551615 4125957534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19228/tid=19230] ppid=19227 vsize=863884 CPUtime=0
/proc/19228/task/19230/stat : 19230 (java) S 19227 19202 17045 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 630193438 884617216 2824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19228/tid=19231] ppid=19227 vsize=863884 CPUtime=0
/proc/19228/task/19231/stat : 19231 (java) S 19227 19202 17045 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 630193438 884617216 2824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19228/tid=19232] ppid=19227 vsize=863884 CPUtime=0
/proc/19228/task/19232/stat : 19232 (java) S 19227 19202 17045 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 630193438 884617216 2824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.66
Current children cumulated vsize (KiB) 882840

Child status: 0
Real time (s): 61.699
CPU time (s): 59.7659
CPU user time (s): 59.237
CPU system time (s): 0.528919
CPU usage (%): 96.8669
Max. virtual memory (cumulated for all children) (KiB): 897708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.237
system time used= 0.528919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50989
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= 7051
involuntary context switches= 6990

runsolver used 0.072988 second user time and 0.215967 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-04 13:08:15
IDJOB=1071737
IDBENCH=56138
IDSOLVER=346
FILE ID=node77/1071737-1215169695
PBS_JOBID= 7877417
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 79ab8c15ba229572f78645038c4a1c53
RANDOM SEED=1309685975

node77.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.274
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.274
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:       1576760 kB
Buffers:         23512 kB
Cached:         150964 kB
SwapCached:      20616 kB
Active:         382004 kB
Inactive:        41124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576760 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:         255288 kB
Slab:            40884 kB
Committed_AS:  1297432 kB
PageTables:       2268 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= 66504 MiB
End job on node77 at 2008-07-04 13:09:17