Trace number 1068157

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 735.255 742.411

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-04.xml
MD5SUM9d1b2e6b4288428f6850493c899fc596
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.60776
Satisfiable
(Un)Satisfiability was proved
Number of variables193
Number of constraints698
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension76
Number of constraints which are defined in intension622
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 08:24:06 2008
0.00/0.04	c 0	PID 29295
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068157-1215152646.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068157-1215152646.xml' 'HOME/temp.csp'
0.03/0.69	c 1	1 domains, 193 variables, 8 predicates, 6 relations, 698 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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.66/0.81	c 1	Parsing HOME/temp.csp
1.10/1.27	c 1	parsed 906 expressions
1.10/1.27	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.27	c 1	Converting to clausal form CSP
1.20/1.30	c 1	converted 91 (10%) expressions
1.20/1.30	c 1	converted 182 (20%) expressions
2.09/2.23	c 2	converted 272 (30%) expressions
2.19/2.36	c 2	converted 363 (40%) expressions
2.39/2.58	c 2	converted 453 (50%) expressions
2.69/2.84	c 3	converted 544 (60%) expressions
2.79/2.94	c 3	converted 635 (70%) expressions
2.89/3.00	c 3	converted 725 (80%) expressions
2.89/3.01	c 3	converted 816 (90%) expressions
2.89/3.04	c 3	converted 906 (100%) expressions
2.89/3.04	c 3	CSP : 193 integers, 0 booleans, 698 clauses, largest domain size 26
2.89/3.04	c 3	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.04	c 3	Propagation in CSP
2.89/3.06	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.89/3.06	c 3	CSP : 193 integers, 0 booleans, 698 clauses, largest domain size 26
2.89/3.06	c 3	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.06	c 3	Simplifing CSP by introducing new Boolean variables
2.99/3.10	c 3	CSP : 193 integers, 5444 booleans, 6142 clauses, largest domain size 26
2.99/3.10	c 3	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.35	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.18/3.36	c 3	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.18/3.37	c 3	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.18/3.37	c 3	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
3.18/3.37	c 3	78 (40%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
3.18/3.37	c 3	97 (50%) CSP integer variables are encoded (2328 clauses, 28201 bytes)
3.18/3.37	c 3	116 (60%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
3.18/3.37	c 3	136 (70%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
3.18/3.37	c 3	155 (80%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
3.18/3.37	c 3	174 (90%) CSP integer variables are encoded (4176 clauses, 52225 bytes)
3.18/3.37	c 3	193 (100%) CSP integer variables are encoded (4632 clauses, 58153 bytes)
24.45/24.81	c 25	615 (10%) CSP clauses are encoded (447161 clauses, 17767435 bytes)
34.45/34.91	c 35	1229 (20%) CSP clauses are encoded (574340 clauses, 23668955 bytes)
39.70/40.26	c 40	1843 (30%) CSP clauses are encoded (625953 clauses, 26011013 bytes)
45.04/45.62	c 46	2457 (40%) CSP clauses are encoded (677566 clauses, 28170166 bytes)
50.30/50.98	c 51	3071 (50%) CSP clauses are encoded (729179 clauses, 30739047 bytes)
55.94/56.69	c 57	3686 (60%) CSP clauses are encoded (781093 clauses, 33310912 bytes)
56.04/56.72	c 57	4300 (70%) CSP clauses are encoded (795657 clauses, 33583338 bytes)
56.04/56.75	c 57	4914 (80%) CSP clauses are encoded (810221 clauses, 33855764 bytes)
56.04/56.78	c 57	5528 (90%) CSP clauses are encoded (824810 clauses, 34127447 bytes)
56.34/57.03	c 57	6142 (100%) CSP clauses are encoded (845516 clauses, 34903009 bytes)
56.34/57.03	c 57	6142 CSP clauses encoded
56.34/57.03	c 57	Writing map file : HOME/temp.map
56.34/57.04	c 57	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.34/57.04	c 57	SAT : 10269 SAT variables, 845516 SAT clauses, 34903009 bytes
56.34/57.04	c 57	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.34/57.08	c 57	SOLVING HOME/temp.cnf
56.34/57.08	c 57	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
56.34/57.08	c 57	This is MiniSat 2.0 beta
56.34/57.08	c 57	WARNING: for repeatability, setting FPU to use double precision
56.34/57.08	c 57	============================[ Problem Statistics ]=============================
56.34/57.08	c 57	|                                                                             |
56.34/57.08	c 57	|  Number of variables:  10269                                                |
56.34/57.08	c 57	|  Number of clauses:    845516                                               |
57.11/57.84	c 58	|  Parsing time:         0.67         s                                       |
57.21/57.90	c 58	============================[ Search Statistics ]==============================
57.21/57.90	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
57.21/57.90	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
57.21/57.90	c 58	===============================================================================
57.21/57.90	c 58	|         0 |   10245   842065  6263379 |   280688        0    nan |  0.000 % |
57.31/58.00	c 58	|       100 |   10245   842065  6263379 |   308757      100      9 |  0.234 % |
57.31/58.06	c 58	|       250 |   10244   842065  6263379 |   339632      249      7 |  0.243 % |
57.31/58.09	c 58	|       475 |   10243   842065  6263379 |   373596      473      7 |  0.253 % |
57.41/58.19	c 58	|       813 |   10243   842065  6263379 |   410955      811      8 |  0.253 % |
57.60/58.34	c 58	|      1319 |   10243   842065  6263379 |   452051     1317      8 |  0.253 % |
57.70/58.42	c 58	|      2078 |   10243   842065  6263379 |   497256     2076      9 |  0.253 % |
57.80/58.51	c 58	|      3217 |   10242   842065  6263379 |   546982     3214      9 |  0.273 % |
58.10/58.84	c 59	|      4925 |   10242   842065  6263379 |   601680     4922     10 |  0.273 % |
58.78/59.55	c 59	|      7487 |   10242   842065  6263379 |   661848     7484     11 |  0.273 % |
59.58/60.35	c 60	|     11332 |   10241   842065  6263379 |   728033    11329     12 |  0.273 % |
60.77/61.52	c 61	|     17098 |   10241   842065  6263379 |   800836    17095     12 |  0.273 % |
64.34/65.14	c 65	|     25747 |   10241   842065  6263379 |   880920    25744     14 |  0.273 % |
67.01/67.86	c 68	|     38721 |   10241   842065  6263379 |   969012    38718     14 |  0.273 % |
74.63/75.53	c 75	|     58183 |   10241   842065  6263379 |  1065913    58180     15 |  0.273 % |
88.01/89.07	c 89	|     87376 |   10240   842065  6263379 |  1172504    87372     14 |  0.282 % |
107.89/109.14	c 109	|    131166 |   10237   841328  6259391 |  1289755   131152     15 |  0.312 % |
140.00/141.57	c 141	|    196852 |   10235   841328  6259391 |  1418730   196836     15 |  0.341 % |
233.31/235.73	c 236	|    295378 |   10233   840484  6251335 |  1560603   295359     16 |  0.360 % |
443.04/447.47	c 447	|    443167 |   10226   840484  6251335 |  1716664   443146     18 |  0.487 % |
734.97/742.18	c 742	===============================================================================
734.97/742.18	c 742	restarts              : 20
734.97/742.18	c 742	conflicts             : 599041         (883 /sec)
734.97/742.18	c 742	decisions             : 794889         (1.80 % random) (1172 /sec)
734.97/742.18	c 742	propagations          : 47826106       (70498 /sec)
734.97/742.18	c 742	conflict literals     : 11015197       (35.78 % deleted)
734.97/742.18	c 742	Memory used           : 116.05 MB
734.97/742.18	c 742	CPU time              : 678.405 s
734.97/742.18	c 742	
734.97/742.18	c 742	UNSATISFIABLE
735.07/742.20	c 742	DECODING HOME/temp.out WITH HOME/temp.map
735.07/742.20	c 742	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
735.07/742.29	c 742	Decoding HOME/temp.out
735.09/742.33	s UNSATISFIABLE
735.09/742.33	c 742	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
735.09/742.39	c 742	CPU 734.44 (0.03 0.02 734.41 0.76)
735.09/742.39	c 742	END Fri Jul  4 08:36:28 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068157-1215152646/watcher-1068157-1215152646 -o /tmp/evaluation-result-1068157-1215152646/solver-1068157-1215152646 -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-1068157-1215152646.xml 

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


[startup+0 s]
/proc/loadavg: 1.97 2.01 1.99 4/81 29295
/proc/meminfo: memFree=1739536/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=12268 CPUtime=0
/proc/29295/stat : 29295 (sugar) R 29293 29295 24795 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 999669204 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29295/statm: 3067 316 241 3 0 167 0

[startup+0.0900489 s]
/proc/loadavg: 1.97 2.01 1.99 4/81 29295
/proc/meminfo: memFree=1739536/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=0.03
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 999669204 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101048 s]
/proc/loadavg: 1.97 2.01 1.99 4/81 29295
/proc/meminfo: memFree=1739536/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=0.03
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 999669204 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301067 s]
/proc/loadavg: 1.97 2.01 1.99 4/81 29295
/proc/meminfo: memFree=1739536/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=0.03
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 999669204 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701109 s]
/proc/loadavg: 1.97 2.01 1.99 4/81 29295
/proc/meminfo: memFree=1739536/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=0.03
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 918 127 0 0 2 1 0 0 15 0 1 0 999669204 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5022 s]
/proc/loadavg: 1.97 2.01 1.99 4/92 29317
/proc/meminfo: memFree=1731768/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=0.66
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 973 5278 0 1 2 1 59 4 15 0 1 0 999669204 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 797 370 3 0 500 0
[pid=29308] ppid=29295 vsize=5356 CPUtime=0
/proc/29308/stat : 29308 (sh) S 29295 29295 24795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999669277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29308/statm: 1339 233 193 169 0 50 0
[pid=29309] ppid=29308 vsize=864340 CPUtime=0.74
/proc/29309/stat : 29309 (java) S 29308 29295 24795 0 -1 0 6640 0 1 0 71 3 0 0 18 0 9 0 999669277 885084160 5924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29309/statm: 216085 5924 2540 9 0 210660 0
[pid=29309/tid=29310] ppid=29308 vsize=864340 CPUtime=0.5
/proc/29309/task/29310/stat : 29310 (java) R 29308 29295 24795 0 -1 64 2630 0 1 0 49 1 0 0 18 0 9 0 999669278 885084160 5924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29311] ppid=29308 vsize=864340 CPUtime=0.14
/proc/29309/task/29311/stat : 29311 (java) R 29308 29295 24795 0 -1 64 2974 0 0 0 14 0 0 0 16 0 9 0 999669279 885084160 5924 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29312] ppid=29308 vsize=864340 CPUtime=0
/proc/29309/task/29312/stat : 29312 (java) S 29308 29295 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999669280 885084160 5924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29313] ppid=29308 vsize=864340 CPUtime=0
/proc/29309/task/29313/stat : 29313 (java) S 29308 29295 24795 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 999669280 885084160 5924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29314] ppid=29308 vsize=864340 CPUtime=0
/proc/29309/task/29314/stat : 29314 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999669282 885084160 5924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29315] ppid=29308 vsize=864340 CPUtime=0.07
/proc/29309/task/29315/stat : 29315 (java) S 29308 29295 24795 0 -1 64 343 0 0 0 7 0 0 0 16 0 9 0 999669282 885084160 5924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29316] ppid=29308 vsize=864340 CPUtime=0
/proc/29309/task/29316/stat : 29316 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999669282 885084160 5924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29317] ppid=29308 vsize=864340 CPUtime=0
/proc/29309/task/29317/stat : 29317 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 999669282 885084160 5924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883296

[startup+3.10236 s]
/proc/loadavg: 1.97 2.01 1.99 3/92 29317
/proc/meminfo: memFree=1709112/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=0.67
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 974 5278 0 1 3 1 59 4 15 0 1 0 999669204 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 797 370 3 0 500 0
[pid=29308] ppid=29295 vsize=5356 CPUtime=0
/proc/29308/stat : 29308 (sh) S 29295 29295 24795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999669277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29308/statm: 1339 233 193 169 0 50 0
[pid=29309] ppid=29308 vsize=868404 CPUtime=2.32
/proc/29309/stat : 29309 (java) S 29308 29295 24795 0 -1 0 17277 0 1 0 224 8 0 0 18 0 9 0 999669277 889245696 16476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29309/statm: 217101 16476 2540 9 0 211676 0
[pid=29309/tid=29310] ppid=29308 vsize=868404 CPUtime=1.06
/proc/29309/task/29310/stat : 29310 (java) R 29308 29295 24795 0 -1 64 3217 0 1 0 105 1 0 0 23 0 9 0 999669278 889245696 16476 996147200 134512640 134550740 4294955952 18446744073709551615 4126907432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29311] ppid=29308 vsize=868404 CPUtime=1.04
/proc/29309/task/29311/stat : 29311 (java) S 29308 29295 24795 0 -1 64 11909 0 0 0 100 4 0 0 16 0 9 0 999669279 889245696 16476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29312] ppid=29308 vsize=868404 CPUtime=0
/proc/29309/task/29312/stat : 29312 (java) S 29308 29295 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999669280 889245696 16476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29313] ppid=29308 vsize=868404 CPUtime=0
/proc/29309/task/29313/stat : 29313 (java) S 29308 29295 24795 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 999669280 889245696 16476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29314] ppid=29308 vsize=868404 CPUtime=0
/proc/29309/task/29314/stat : 29314 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999669282 889245696 16476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29315] ppid=29308 vsize=868404 CPUtime=0.19
/proc/29309/task/29315/stat : 29315 (java) S 29308 29295 24795 0 -1 64 1458 0 0 0 18 1 0 0 16 0 9 0 999669282 889245696 16476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29316] ppid=29308 vsize=868404 CPUtime=0
/proc/29309/task/29316/stat : 29316 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999669282 889245696 16476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29317] ppid=29308 vsize=868404 CPUtime=0
/proc/29309/task/29317/stat : 29317 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 999669282 889245696 16476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887360

[startup+6.30268 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 29317
/proc/meminfo: memFree=1675256/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=0.67
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 974 5278 0 1 3 1 59 4 15 0 1 0 999669204 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 797 370 3 0 500 0
[pid=29308] ppid=29295 vsize=5356 CPUtime=0
/proc/29308/stat : 29308 (sh) S 29295 29295 24795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999669277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29308/statm: 1339 233 193 169 0 50 0
[pid=29309] ppid=29308 vsize=868516 CPUtime=5.49
/proc/29309/stat : 29309 (java) S 29308 29295 24795 0 -1 0 18338 0 1 0 537 12 0 0 18 0 9 0 999669277 889360384 17438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29309/statm: 217129 17438 2565 9 0 211676 0
[pid=29309/tid=29310] ppid=29308 vsize=868516 CPUtime=3.86
/proc/29309/task/29310/stat : 29310 (java) R 29308 29295 24795 0 -1 64 3352 0 1 0 382 4 0 0 25 0 9 0 999669278 889360384 17438 996147200 134512640 134550740 4294955952 18446744073709551615 4126933996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29311] ppid=29308 vsize=868516 CPUtime=1.39
/proc/29309/task/29311/stat : 29311 (java) S 29308 29295 24795 0 -1 64 12817 0 0 0 134 5 0 0 16 0 9 0 999669279 889360384 17438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29312] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29312/stat : 29312 (java) S 29308 29295 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999669280 889360384 17438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29313] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29313/stat : 29313 (java) S 29308 29295 24795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 999669280 889360384 17438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29314] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29314/stat : 29314 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999669282 889360384 17438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29315] ppid=29308 vsize=868516 CPUtime=0.22
/proc/29309/task/29315/stat : 29315 (java) S 29308 29295 24795 0 -1 64 1476 0 0 0 21 1 0 0 16 0 9 0 999669282 889360384 17438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29316] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29316/stat : 29316 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999669282 889360384 17438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29317] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29317/stat : 29317 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 999669282 889360384 17438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887472

[startup+12.7014 s]
/proc/loadavg: 2.05 2.02 2.00 3/92 29317
/proc/meminfo: memFree=1659128/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=0.67
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 974 5278 0 1 3 1 59 4 15 0 1 0 999669204 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 797 370 3 0 500 0
[pid=29308] ppid=29295 vsize=5356 CPUtime=0
/proc/29308/stat : 29308 (sh) S 29295 29295 24795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999669277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29308/statm: 1339 233 193 169 0 50 0
[pid=29309] ppid=29308 vsize=868516 CPUtime=11.82
/proc/29309/stat : 29309 (java) S 29308 29295 24795 0 -1 0 21105 0 1 0 1166 16 0 0 18 0 9 0 999669277 889360384 20116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29309/statm: 217129 20116 2565 9 0 211676 0
[pid=29309/tid=29310] ppid=29308 vsize=868516 CPUtime=9.96
/proc/29309/task/29310/stat : 29310 (java) R 29308 29295 24795 0 -1 64 3442 0 1 0 989 7 0 0 25 0 9 0 999669278 889360384 20116 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29311] ppid=29308 vsize=868516 CPUtime=1.61
/proc/29309/task/29311/stat : 29311 (java) S 29308 29295 24795 0 -1 64 15490 0 0 0 155 6 0 0 16 0 9 0 999669279 889360384 20116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29312] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29312/stat : 29312 (java) S 29308 29295 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999669280 889360384 20116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29313] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29313/stat : 29313 (java) S 29308 29295 24795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 999669280 889360384 20116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29314] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29314/stat : 29314 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999669282 889360384 20116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29315] ppid=29308 vsize=868516 CPUtime=0.22
/proc/29309/task/29315/stat : 29315 (java) S 29308 29295 24795 0 -1 64 1480 0 0 0 21 1 0 0 17 0 9 0 999669282 889360384 20116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29316] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29316/stat : 29316 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999669282 889360384 20116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29317] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29317/stat : 29317 (java) S 29308 29295 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 999669282 889360384 20116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887472

[startup+25.5027 s]
/proc/loadavg: 2.04 2.02 2.00 3/92 29317
/proc/meminfo: memFree=1634168/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=0.67
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 974 5278 0 1 3 1 59 4 16 0 1 0 999669204 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 797 370 3 0 500 0
[pid=29308] ppid=29295 vsize=5356 CPUtime=0
/proc/29308/stat : 29308 (sh) S 29295 29295 24795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999669277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29308/statm: 1339 233 193 169 0 50 0
[pid=29309] ppid=29308 vsize=868516 CPUtime=24.48
/proc/29309/stat : 29309 (java) S 29308 29295 24795 0 -1 0 28719 0 1 0 2421 27 0 0 18 0 9 0 999669277 889360384 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29309/statm: 217129 23738 2565 9 0 211676 0
[pid=29309/tid=29310] ppid=29308 vsize=868516 CPUtime=21.95
/proc/29309/task/29310/stat : 29310 (java) R 29308 29295 24795 0 -1 64 3588 0 1 0 2182 13 0 0 25 0 9 0 999669278 889360384 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4126632609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29311] ppid=29308 vsize=868516 CPUtime=2.26
/proc/29309/task/29311/stat : 29311 (java) S 29308 29295 24795 0 -1 64 22951 0 0 0 215 11 0 0 16 0 9 0 999669279 889360384 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29312] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29312/stat : 29312 (java) S 29308 29295 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999669280 889360384 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29309/tid=29313] ppid=29308 vsize=868516 CPUtime=0
/proc/29309/task/29313/stat : 29313 (java) S 29308 29295 24795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 999669280 889360384 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################


[startup+582.301 s]
/proc/loadavg: 2.01 2.07 2.02 3/84 29319
/proc/meminfo: memFree=1594296/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=56.41
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 1032 39236 0 2 3 1 5590 47 16 0 1 0 999669204 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 798 370 3 0 500 0
[pid=29318] ppid=29295 vsize=5356 CPUtime=0
/proc/29318/stat : 29318 (sh) S 29295 29295 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999674912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29318/statm: 1339 232 193 169 0 50 0
[pid=29319] ppid=29318 vsize=110704 CPUtime=520.25
/proc/29319/stat : 29319 (minisat) R 29318 29295 24795 0 -1 4194304 27080 0 0 0 52003 22 0 0 25 0 1 0 999674912 113360896 27066 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29319/statm: 27676 27066 76 150 0 27523 0
Current children cumulated CPU time (s) 576.66
Current children cumulated vsize (KiB) 129660

[startup+642.301 s]
/proc/loadavg: 2.00 2.06 2.01 3/84 29319
/proc/meminfo: memFree=1591160/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=56.41
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 1032 39236 0 2 3 1 5590 47 16 0 1 0 999669204 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 798 370 3 0 500 0
[pid=29318] ppid=29295 vsize=5356 CPUtime=0
/proc/29318/stat : 29318 (sh) S 29295 29295 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999674912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29318/statm: 1339 232 193 169 0 50 0
[pid=29319] ppid=29318 vsize=113888 CPUtime=579.7
/proc/29319/stat : 29319 (minisat) R 29318 29295 24795 0 -1 4194304 27861 0 0 0 57947 23 0 0 25 0 1 0 999674912 116621312 27847 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29319/statm: 28472 27847 76 150 0 28319 0
Current children cumulated CPU time (s) 636.11
Current children cumulated vsize (KiB) 132844

[startup+702.302 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 29319
/proc/meminfo: memFree=1586616/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=56.41
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 1032 39236 0 2 3 1 5590 47 16 0 1 0 999669204 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 798 370 3 0 500 0
[pid=29318] ppid=29295 vsize=5356 CPUtime=0
/proc/29318/stat : 29318 (sh) S 29295 29295 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999674912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29318/statm: 1339 232 193 169 0 50 0
[pid=29319] ppid=29318 vsize=118276 CPUtime=639.13
/proc/29319/stat : 29319 (minisat) R 29318 29295 24795 0 -1 4194304 28998 0 0 0 63889 24 0 0 25 0 1 0 999674912 121114624 28984 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29319/statm: 29569 28984 76 150 0 29416 0
Current children cumulated CPU time (s) 695.54
Current children cumulated vsize (KiB) 137232

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

[startup+716.701 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 29319
/proc/meminfo: memFree=1585976/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=56.41
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 1032 39236 0 2 3 1 5590 47 16 0 1 0 999669204 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 798 370 3 0 500 0
[pid=29318] ppid=29295 vsize=5356 CPUtime=0
/proc/29318/stat : 29318 (sh) S 29295 29295 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999674912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29318/statm: 1339 232 193 169 0 50 0
[pid=29319] ppid=29318 vsize=118836 CPUtime=653.39
/proc/29319/stat : 29319 (minisat) R 29318 29295 24795 0 -1 4194304 29125 0 0 0 65315 24 0 0 25 0 1 0 999674912 121688064 29111 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29319/statm: 29709 29111 76 150 0 29556 0
Current children cumulated CPU time (s) 709.8
Current children cumulated vsize (KiB) 137792

[startup+729.502 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 29319
/proc/meminfo: memFree=1585976/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=56.41
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 1032 39236 0 2 3 1 5590 47 16 0 1 0 999669204 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 798 370 3 0 500 0
[pid=29318] ppid=29295 vsize=5356 CPUtime=0
/proc/29318/stat : 29318 (sh) S 29295 29295 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999674912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29318/statm: 1339 232 193 169 0 50 0
[pid=29319] ppid=29318 vsize=118836 CPUtime=666.07
/proc/29319/stat : 29319 (minisat) R 29318 29295 24795 0 -1 4194304 29147 0 0 0 66583 24 0 0 25 0 1 0 999674912 121688064 29133 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29319/statm: 29709 29133 76 150 0 29556 0
Current children cumulated CPU time (s) 722.48
Current children cumulated vsize (KiB) 137792

[startup+735.906 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 29319
/proc/meminfo: memFree=1585976/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=56.41
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 1032 39236 0 2 3 1 5590 47 16 0 1 0 999669204 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 798 370 3 0 500 0
[pid=29318] ppid=29295 vsize=5356 CPUtime=0
/proc/29318/stat : 29318 (sh) S 29295 29295 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999674912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29318/statm: 1339 232 193 169 0 50 0
[pid=29319] ppid=29318 vsize=118836 CPUtime=672.41
/proc/29319/stat : 29319 (minisat) R 29318 29295 24795 0 -1 4194304 29147 0 0 0 67217 24 0 0 25 0 1 0 999674912 121688064 29133 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29319/statm: 29709 29133 76 150 0 29556 0
Current children cumulated CPU time (s) 728.82
Current children cumulated vsize (KiB) 137792

[startup+739.102 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 29319
/proc/meminfo: memFree=1585976/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=56.41
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 1032 39236 0 2 3 1 5590 47 16 0 1 0 999669204 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 798 370 3 0 500 0
[pid=29318] ppid=29295 vsize=5356 CPUtime=0
/proc/29318/stat : 29318 (sh) S 29295 29295 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999674912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29318/statm: 1339 232 193 169 0 50 0
[pid=29319] ppid=29318 vsize=118836 CPUtime=675.59
/proc/29319/stat : 29319 (minisat) R 29318 29295 24795 0 -1 4194304 29147 0 0 0 67535 24 0 0 25 0 1 0 999674912 121688064 29133 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29319/statm: 29709 29133 76 150 0 29556 0
Current children cumulated CPU time (s) 732
Current children cumulated vsize (KiB) 137792

[startup+740.702 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 29319
/proc/meminfo: memFree=1585976/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=56.41
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 1032 39236 0 2 3 1 5590 47 16 0 1 0 999669204 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 798 370 3 0 500 0
[pid=29318] ppid=29295 vsize=5356 CPUtime=0
/proc/29318/stat : 29318 (sh) S 29295 29295 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999674912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29318/statm: 1339 232 193 169 0 50 0
[pid=29319] ppid=29318 vsize=118836 CPUtime=677.17
/proc/29319/stat : 29319 (minisat) R 29318 29295 24795 0 -1 4194304 29147 0 0 0 67693 24 0 0 25 0 1 0 999674912 121688064 29133 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/29319/statm: 29709 29133 76 150 0 29556 0
Current children cumulated CPU time (s) 733.58
Current children cumulated vsize (KiB) 137792

[startup+741.502 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 29319
/proc/meminfo: memFree=1585976/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=56.41
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 1032 39236 0 2 3 1 5590 47 16 0 1 0 999669204 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 798 370 3 0 500 0
[pid=29318] ppid=29295 vsize=5356 CPUtime=0
/proc/29318/stat : 29318 (sh) S 29295 29295 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999674912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29318/statm: 1339 232 193 169 0 50 0
[pid=29319] ppid=29318 vsize=118836 CPUtime=677.96
/proc/29319/stat : 29319 (minisat) R 29318 29295 24795 0 -1 4194304 29147 0 0 0 67772 24 0 0 25 0 1 0 999674912 121688064 29133 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29319/statm: 29709 29133 76 150 0 29556 0
Current children cumulated CPU time (s) 734.37
Current children cumulated vsize (KiB) 137792

[startup+741.902 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 29319
/proc/meminfo: memFree=1585976/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=56.41
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 1032 39236 0 2 3 1 5590 47 16 0 1 0 999669204 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 798 370 3 0 500 0
[pid=29318] ppid=29295 vsize=5356 CPUtime=0
/proc/29318/stat : 29318 (sh) S 29295 29295 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999674912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29318/statm: 1339 232 193 169 0 50 0
[pid=29319] ppid=29318 vsize=118836 CPUtime=678.36
/proc/29319/stat : 29319 (minisat) R 29318 29295 24795 0 -1 4194304 29147 0 0 0 67812 24 0 0 25 0 1 0 999674912 121688064 29133 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29319/statm: 29709 29133 76 150 0 29556 0
Current children cumulated CPU time (s) 734.77
Current children cumulated vsize (KiB) 137792

[startup+742.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 29319
/proc/meminfo: memFree=1585976/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=735.09
/proc/29295/stat : 29295 (sugar) S 29293 29295 24795 0 -1 4194304 1087 68677 0 2 3 1 73431 74 16 0 1 0 999669204 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29295/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 735.09
Current children cumulated vsize (KiB) 13600

[startup+742.402 s]
/proc/loadavg: 2.00 2.04 2.00 3/82 29329
/proc/meminfo: memFree=1734408/2055920 swapFree=4180884/4192956
[pid=29295] ppid=29293 vsize=13600 CPUtime=735.23
/proc/29295/stat : 29295 (sugar) R 29293 29295 24795 0 -1 4194304 1115 72346 0 3 3 3 73441 76 16 0 1 0 999669204 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29295/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 735.23
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 742.411
CPU time (s): 735.255
CPU user time (s): 734.449
CPU system time (s): 0.805877
CPU usage (%): 99.0362
Max. virtual memory (cumulated for all children) (KiB): 897720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 734.449
system time used= 0.805877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73491
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= 7276
involuntary context switches= 38183

runsolver used 0.78888 second user time and 2.6106 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 08:24:06
IDJOB=1068157
IDBENCH=55485
IDSOLVER=346
FILE ID=node2/1068157-1215152646
PBS_JOBID= 7877248
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-04.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-1068157-1215152646/watcher-1068157-1215152646 -o /tmp/evaluation-result-1068157-1215152646/solver-1068157-1215152646 -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-1068157-1215152646.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d1b2e6b4288428f6850493c899fc596
RANDOM SEED=921738228

node2.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.236
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.236
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:       1740080 kB
Buffers:         40372 kB
Cached:         130248 kB
SwapCached:       5908 kB
Active:         180008 kB
Inactive:        73528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740080 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          96752 kB
Slab:            47044 kB
Committed_AS:  2285024 kB
PageTables:       2204 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node2 at 2008-07-04 08:36:28