Trace number 1078966

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 88.5885 89.5826

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg10-12_ext.xml
MD5SUMeb1569f94e68bd8b544b9e21020dd29b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.370943
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints22
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:01:54 2008
0.00/0.04	c 0	PID 20000
0.00/0.05	c 0	HOST node67.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078966-1215208914.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-1078966-1215208914.xml' 'HOME/temp.csp'
0.03/0.30	c 0	1 domains, 120 variables, 0 predicates, 2 relations, 22 constraints
0.03/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	c 0	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.03/0.40	c 0	Parsing HOME/temp.csp
0.29/0.64	c 1	parsed 145 expressions
0.29/0.68	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.68	c 1	Converting to clausal form CSP
0.29/0.70	c 1	converted 15 (10%) expressions
0.29/0.70	c 1	converted 29 (20%) expressions
0.29/0.70	c 1	converted 44 (30%) expressions
0.29/0.70	c 1	converted 58 (40%) expressions
0.29/0.70	c 1	converted 73 (50%) expressions
0.29/0.70	c 1	converted 87 (60%) expressions
0.29/0.70	c 1	converted 102 (70%) expressions
0.29/0.70	c 1	converted 116 (80%) expressions
0.95/1.09	c 1	converted 131 (90%) expressions
1.25/1.39	c 1	converted 145 (100%) expressions
1.25/1.39	c 1	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
1.25/1.40	c 1	Heap : 23 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.40	c 1	Propagation in CSP
1.25/1.40	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.25/1.40	c 1	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
1.25/1.40	c 1	Heap : 23 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.40	c 1	Simplifing CSP by introducing new Boolean variables
1.25/1.40	c 1	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
1.25/1.40	c 1	Heap : 23 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.44/1.51	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.44/1.53	c 2	12 (10%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.44/1.53	c 2	24 (20%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.44/1.54	c 2	36 (30%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.44/1.54	c 2	48 (40%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
1.44/1.54	c 2	60 (50%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
1.44/1.54	c 2	72 (60%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.44/1.54	c 2	84 (70%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
1.44/1.54	c 2	96 (80%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
1.44/1.54	c 2	108 (90%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
1.44/1.54	c 2	120 (100%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
13.04/13.27	c 13	3 (10%) CSP clauses are encoded (93987 clauses, 5739630 bytes)
20.94/21.22	c 21	5 (20%) CSP clauses are encoded (154725 clauses, 9676660 bytes)
28.86/29.22	c 29	7 (30%) CSP clauses are encoded (215463 clauses, 13726922 bytes)
36.49/36.97	c 37	9 (40%) CSP clauses are encoded (276201 clauses, 17777184 bytes)
44.40/44.96	c 45	11 (50%) CSP clauses are encoded (336939 clauses, 21827446 bytes)
50.14/50.71	c 51	14 (60%) CSP clauses are encoded (392316 clauses, 25428589 bytes)
51.93/52.57	c 53	16 (70%) CSP clauses are encoded (417324 clauses, 27197619 bytes)
53.80/54.44	c 54	18 (80%) CSP clauses are encoded (442332 clauses, 29240807 bytes)
55.79/56.46	c 56	20 (90%) CSP clauses are encoded (467340 clauses, 31283995 bytes)
57.67/58.33	c 58	22 (100%) CSP clauses are encoded (492348 clauses, 33327183 bytes)
57.67/58.33	c 58	22 CSP clauses encoded
57.67/58.33	c 58	Writing map file : HOME/temp.map
57.67/58.34	c 58	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
57.67/58.34	c 58	SAT : 3000 SAT variables, 492348 SAT clauses, 33327183 bytes
57.67/58.34	c 58	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
57.67/58.38	c 58	SOLVING HOME/temp.cnf
57.67/58.38	c 58	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
57.67/58.39	c 58	This is MiniSat 2.0 beta
57.67/58.39	c 58	WARNING: for repeatability, setting FPU to use double precision
57.67/58.39	c 58	============================[ Problem Statistics ]=============================
57.67/58.39	c 58	|                                                                             |
57.67/58.39	c 58	|  Number of variables:  3000                                                 |
57.67/58.39	c 58	|  Number of clauses:    492348                                               |
57.72/59.12	c 59	|  Parsing time:         0.65         s                                       |
57.72/59.18	c 59	============================[ Search Statistics ]==============================
57.72/59.18	c 59	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
57.72/59.18	c 59	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
57.72/59.18	c 59	===============================================================================
57.72/59.18	c 59	|         0 |    2970   489578  6416373 |   163192        0    nan |  0.000 % |
57.72/59.22	c 59	|       100 |    2965   489578  6416373 |   179511       95      6 |  1.167 % |
57.72/59.24	c 59	|       250 |    2965   489578  6416373 |   197463      245      7 |  1.167 % |
57.72/59.25	c 59	|       475 |    2965   489578  6416373 |   217209      470      7 |  1.167 % |
57.72/59.27	c 59	|       814 |    2965   489578  6416373 |   238930      809      8 |  1.167 % |
58.61/59.32	c 59	|      1320 |    2965   489578  6416373 |   262823     1315      8 |  1.167 % |
58.61/59.37	c 59	|      2079 |    2965   489578  6416373 |   289105     2074      8 |  1.167 % |
58.71/59.45	c 59	|      3218 |    2965   489578  6416373 |   318016     3213      8 |  1.167 % |
58.80/59.58	c 60	|      4926 |    2965   489578  6416373 |   349817     4921      9 |  1.167 % |
59.11/59.83	c 60	|      7488 |    2964   489578  6416373 |   384799     7482      9 |  1.200 % |
59.41/60.17	c 60	|     11333 |    2964   489578  6416373 |   423279    11327      9 |  1.200 % |
60.10/60.81	c 61	|     17101 |    2963   489578  6416373 |   465607    17094      9 |  1.234 % |
60.98/61.73	c 62	|     25751 |    2962   489578  6416373 |   512168    25743      9 |  1.267 % |
69.41/70.24	c 70	|     38725 |    2961   489578  6416373 |   563385    38715     10 |  1.367 % |
88.33/89.37	c 89	===============================================================================
88.33/89.37	c 89	restarts              : 14
88.33/89.37	c 89	conflicts             : 54553          (1783 /sec)
88.33/89.37	c 89	decisions             : 73386          (1.82 % random) (2399 /sec)
88.33/89.37	c 89	propagations          : 2816472        (92071 /sec)
88.33/89.37	c 89	conflict literals     : 573072         (24.93 % deleted)
88.33/89.37	c 89	Memory used           : 52.15 MB
88.33/89.37	c 89	CPU time              : 30.5903 s
88.33/89.37	c 89	
88.33/89.37	c 89	UNSATISFIABLE
88.33/89.38	c 89	DECODING HOME/temp.out WITH HOME/temp.map
88.33/89.38	c 89	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
88.42/89.49	c 89	Decoding HOME/temp.out
88.42/89.51	s UNSATISFIABLE
88.42/89.53	c 90	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
88.42/89.57	c 90	CPU 87.88 (0.03 0.01 87.85 0.66)
88.42/89.57	c 90	END Sat Jul  5 00:03:24 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-1078966-1215208914/watcher-1078966-1215208914 -o /tmp/evaluation-result-1078966-1215208914/solver-1078966-1215208914 -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-1078966-1215208914.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20000
/proc/meminfo: memFree=1808008/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=12268 CPUtime=0
/proc/20000/stat : 20000 (sugar) R 19998 20000 19733 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1999860943 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271638559333 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20000/statm: 3067 316 241 3 0 167 0

[startup+0.0540491 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20000
/proc/meminfo: memFree=1808008/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=0.03
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999860943 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101328 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20000
/proc/meminfo: memFree=1808008/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=0.03
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999860943 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301355 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20000
/proc/meminfo: memFree=1808008/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=0.03
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999860943 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70143 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20000
/proc/meminfo: memFree=1808008/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=0.29
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 973 4552 0 1 3 1 22 3 15 0 1 0 1999860943 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50258 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 20022
/proc/meminfo: memFree=1788272/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=0.29
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 974 4552 0 1 3 1 22 3 15 0 1 0 1999860943 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 797 370 3 0 500 0
[pid=20013] ppid=20000 vsize=5356 CPUtime=0
/proc/20013/stat : 20013 (sh) S 20000 20000 19733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999860975 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20013/statm: 1339 233 193 169 0 50 0
[pid=20014] ppid=20013 vsize=864352 CPUtime=1.15
/proc/20014/stat : 20014 (java) S 20013 20000 19733 0 -1 0 10792 0 1 0 110 5 0 0 18 0 9 0 1999860975 885096448 10067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20014/statm: 216088 10067 2540 9 0 210663 0
[pid=20014/tid=20015] ppid=20013 vsize=864352 CPUtime=0.5
/proc/20014/task/20015/stat : 20015 (java) R 20013 20000 19733 0 -1 64 2908 0 1 0 49 1 0 0 21 0 9 0 1999860976 885096448 10067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20016] ppid=20013 vsize=864352 CPUtime=0.56
/proc/20014/task/20016/stat : 20016 (java) R 20013 20000 19733 0 -1 64 6856 0 0 0 54 2 0 0 18 0 9 0 1999860977 885096448 10067 996147200 134512640 134550740 4294955952 18446744073709551615 102731989 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20017] ppid=20013 vsize=864352 CPUtime=0
/proc/20014/task/20017/stat : 20017 (java) S 20013 20000 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999860978 885096448 10067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20018] ppid=20013 vsize=864352 CPUtime=0
/proc/20014/task/20018/stat : 20018 (java) S 20013 20000 19733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999860978 885096448 10067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20019] ppid=20013 vsize=864352 CPUtime=0
/proc/20014/task/20019/stat : 20019 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999860979 885096448 10067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20020] ppid=20013 vsize=864352 CPUtime=0.06
/proc/20014/task/20020/stat : 20020 (java) S 20013 20000 19733 0 -1 64 336 0 0 0 6 0 0 0 17 0 9 0 1999860980 885096448 10067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20021] ppid=20013 vsize=864352 CPUtime=0
/proc/20014/task/20021/stat : 20021 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999860980 885096448 10067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20022] ppid=20013 vsize=864352 CPUtime=0
/proc/20014/task/20022/stat : 20022 (java) S 20013 20000 19733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999860980 885096448 10067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883308

[startup+3.10286 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 20022
/proc/meminfo: memFree=1772784/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=0.29
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 974 4552 0 1 3 1 22 3 15 0 1 0 1999860943 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 797 370 3 0 500 0
[pid=20013] ppid=20000 vsize=5356 CPUtime=0
/proc/20013/stat : 20013 (sh) S 20000 20000 19733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999860975 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20013/statm: 1339 233 193 169 0 50 0
[pid=20014] ppid=20013 vsize=864464 CPUtime=2.73
/proc/20014/stat : 20014 (java) S 20013 20000 19733 0 -1 0 11636 0 1 0 267 6 0 0 18 0 9 0 1999860975 885211136 10871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20014/statm: 216116 10871 2564 9 0 210663 0
[pid=20014/tid=20015] ppid=20013 vsize=864464 CPUtime=2.02
/proc/20014/task/20015/stat : 20015 (java) R 20013 20000 19733 0 -1 64 3044 0 1 0 200 2 0 0 25 0 9 0 1999860976 885211136 10871 996147200 134512640 134550740 4294955952 18446744073709551615 4126592215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20016] ppid=20013 vsize=864464 CPUtime=0.61
/proc/20014/task/20016/stat : 20016 (java) S 20013 20000 19733 0 -1 64 7543 0 0 0 58 3 0 0 16 0 9 0 1999860977 885211136 10871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20017] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20017/stat : 20017 (java) S 20013 20000 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999860978 885211136 10871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20018] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20018/stat : 20018 (java) S 20013 20000 19733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999860978 885211136 10871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20019] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20019/stat : 20019 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999860979 885211136 10871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20020] ppid=20013 vsize=864464 CPUtime=0.09
/proc/20014/task/20020/stat : 20020 (java) S 20013 20000 19733 0 -1 64 357 0 0 0 9 0 0 0 16 0 9 0 1999860980 885211136 10871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20021] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20021/stat : 20021 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999860980 885211136 10871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20022] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20022/stat : 20022 (java) S 20013 20000 19733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999860980 885211136 10871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883420

[startup+6.30244 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 20022
/proc/meminfo: memFree=1767600/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=0.29
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 974 4552 0 1 3 1 22 3 15 0 1 0 1999860943 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 797 370 3 0 500 0
[pid=20013] ppid=20000 vsize=5356 CPUtime=0
/proc/20013/stat : 20013 (sh) S 20000 20000 19733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999860975 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20013/statm: 1339 233 193 169 0 50 0
[pid=20014] ppid=20013 vsize=864464 CPUtime=5.91
/proc/20014/stat : 20014 (java) S 20013 20000 19733 0 -1 0 12697 0 1 0 583 8 0 0 18 0 9 0 1999860975 885211136 11865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20014/statm: 216116 11865 2564 9 0 210663 0
[pid=20014/tid=20015] ppid=20013 vsize=864464 CPUtime=5.11
/proc/20014/task/20015/stat : 20015 (java) R 20013 20000 19733 0 -1 64 3111 0 1 0 508 3 0 0 25 0 9 0 1999860976 885211136 11865 996147200 134512640 134550740 4294955952 18446744073709551615 4126590336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20016] ppid=20013 vsize=864464 CPUtime=0.67
/proc/20014/task/20016/stat : 20016 (java) S 20013 20000 19733 0 -1 64 8534 0 0 0 64 3 0 0 16 0 9 0 1999860977 885211136 11865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20017] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20017/stat : 20017 (java) S 20013 20000 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999860978 885211136 11865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20018] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20018/stat : 20018 (java) S 20013 20000 19733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999860978 885211136 11865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20019] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20019/stat : 20019 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999860979 885211136 11865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20020] ppid=20013 vsize=864464 CPUtime=0.1
/proc/20014/task/20020/stat : 20020 (java) S 20013 20000 19733 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 1999860980 885211136 11865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20021] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20021/stat : 20021 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999860980 885211136 11865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20022] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20022/stat : 20022 (java) S 20013 20000 19733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999860980 885211136 11865 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) 883420

[startup+12.7026 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 20022
/proc/meminfo: memFree=1756976/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=0.29
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 974 4552 0 1 3 1 22 3 15 0 1 0 1999860943 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 797 370 3 0 500 0
[pid=20013] ppid=20000 vsize=5356 CPUtime=0
/proc/20013/stat : 20013 (sh) S 20000 20000 19733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999860975 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20013/statm: 1339 233 193 169 0 50 0
[pid=20014] ppid=20013 vsize=864464 CPUtime=12.24
/proc/20014/stat : 20014 (java) S 20013 20000 19733 0 -1 0 14849 0 1 0 1213 11 0 0 18 0 9 0 1999860975 885211136 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20014/statm: 216116 13907 2564 9 0 210663 0
[pid=20014/tid=20015] ppid=20013 vsize=864464 CPUtime=11.3
/proc/20014/task/20015/stat : 20015 (java) R 20013 20000 19733 0 -1 64 3221 0 1 0 1126 4 0 0 25 0 9 0 1999860976 885211136 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4126592253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20016] ppid=20013 vsize=864464 CPUtime=0.82
/proc/20014/task/20016/stat : 20016 (java) S 20013 20000 19733 0 -1 64 10575 0 0 0 77 5 0 0 16 0 9 0 1999860977 885211136 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20017] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20017/stat : 20017 (java) S 20013 20000 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999860978 885211136 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20018] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20018/stat : 20018 (java) S 20013 20000 19733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999860978 885211136 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20019] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20019/stat : 20019 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999860979 885211136 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20020] ppid=20013 vsize=864464 CPUtime=0.1
/proc/20014/task/20020/stat : 20020 (java) S 20013 20000 19733 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 1999860980 885211136 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20021] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20021/stat : 20021 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999860980 885211136 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20022] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20022/stat : 20022 (java) S 20013 20000 19733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999860980 885211136 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 883420

[startup+25.5019 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 20022
/proc/meminfo: memFree=1745904/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=0.29
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 974 4552 0 1 3 1 22 3 16 0 1 0 1999860943 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 797 370 3 0 500 0
[pid=20013] ppid=20000 vsize=5356 CPUtime=0
/proc/20013/stat : 20013 (sh) S 20000 20000 19733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999860975 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20013/statm: 1339 233 193 169 0 50 0
[pid=20014] ppid=20013 vsize=864464 CPUtime=24.9
/proc/20014/stat : 20014 (java) S 20013 20000 19733 0 -1 0 18098 0 1 0 2469 21 0 0 18 0 9 0 1999860975 885211136 14425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20014/statm: 216116 14425 2564 9 0 210663 0
[pid=20014/tid=20015] ppid=20013 vsize=864464 CPUtime=23.53
/proc/20014/task/20015/stat : 20015 (java) R 20013 20000 19733 0 -1 64 3460 0 1 0 2342 11 0 0 25 0 9 0 1999860976 885211136 14425 996147200 134512640 134550740 4294955952 18446744073709551615 4126592256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20016] ppid=20013 vsize=864464 CPUtime=1.25
/proc/20014/task/20016/stat : 20016 (java) S 20013 20000 19733 0 -1 64 13580 0 0 0 116 9 0 0 16 0 9 0 1999860977 885211136 14425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20017] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20017/stat : 20017 (java) S 20013 20000 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999860978 885211136 14425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20018] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20018/stat : 20018 (java) S 20013 20000 19733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999860978 885211136 14425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20019] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20019/stat : 20019 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999860979 885211136 14425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20020] ppid=20013 vsize=864464 CPUtime=0.11
/proc/20014/task/20020/stat : 20020 (java) S 20013 20000 19733 0 -1 64 366 0 0 0 11 0 0 0 16 0 9 0 1999860980 885211136 14425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20021] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20021/stat : 20021 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999860980 885211136 14425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20022] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20022/stat : 20022 (java) S 20013 20000 19733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999860980 885211136 14425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 883420

[startup+51.1026 s]
/proc/loadavg: 1.96 1.98 1.99 3/92 20022
/proc/meminfo: memFree=1725488/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=0.29
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 974 4552 0 1 3 1 22 3 16 0 1 0 1999860943 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 797 370 3 0 500 0
[pid=20013] ppid=20000 vsize=5356 CPUtime=0
/proc/20013/stat : 20013 (sh) S 20000 20000 19733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999860975 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20013/statm: 1339 233 193 169 0 50 0
[pid=20014] ppid=20013 vsize=864464 CPUtime=50.25
/proc/20014/stat : 20014 (java) S 20013 20000 19733 0 -1 0 25557 0 1 0 4987 38 0 0 18 0 9 0 1999860975 885211136 16332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20014/statm: 216116 16332 2564 9 0 210663 0
[pid=20014/tid=20015] ppid=20013 vsize=864464 CPUtime=47.95
/proc/20014/task/20015/stat : 20015 (java) R 20013 20000 19733 0 -1 64 3886 0 1 0 4773 22 0 0 25 0 9 0 1999860976 885211136 16332 996147200 134512640 134550740 4294955952 18446744073709551615 4126592256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20016] ppid=20013 vsize=864464 CPUtime=2.16
/proc/20014/task/20016/stat : 20016 (java) S 20013 20000 19733 0 -1 64 20613 0 0 0 202 14 0 0 16 0 9 0 1999860977 885211136 16332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20017] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20017/stat : 20017 (java) S 20013 20000 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999860978 885211136 16332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20018] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20018/stat : 20018 (java) S 20013 20000 19733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999860978 885211136 16332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20019] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20019/stat : 20019 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999860979 885211136 16332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20020] ppid=20013 vsize=864464 CPUtime=0.11
/proc/20014/task/20020/stat : 20020 (java) S 20013 20000 19733 0 -1 64 366 0 0 0 11 0 0 0 16 0 9 0 1999860980 885211136 16332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20021] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20021/stat : 20021 (java) S 20013 20000 19733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999860980 885211136 16332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20014/tid=20022] ppid=20013 vsize=864464 CPUtime=0
/proc/20014/task/20022/stat : 20022 (java) S 20013 20000 19733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999860980 885211136 16332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 883420

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

[startup+76.7013 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 20024
/proc/meminfo: memFree=1721648/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=57.72
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 1031 33123 0 2 3 1 5716 52 16 0 1 0 1999860943 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 798 370 3 0 500 0
[pid=20023] ppid=20000 vsize=5356 CPUtime=0
/proc/20023/stat : 20023 (sh) S 20000 20000 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999866782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20023/statm: 1339 232 193 169 0 50 0
[pid=20024] ppid=20023 vsize=52468 CPUtime=18.12
/proc/20024/stat : 20024 (minisat) R 20023 20000 19733 0 -1 4194304 12792 0 0 0 1803 9 0 0 25 0 1 0 1999866782 53727232 12778 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20024/statm: 13117 12778 75 150 0 12964 0
Current children cumulated CPU time (s) 75.84
Current children cumulated vsize (KiB) 71424

[startup+83.1014 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 20024
/proc/meminfo: memFree=1721072/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=57.72
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 1031 33123 0 2 3 1 5716 52 16 0 1 0 1999860943 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 798 370 3 0 500 0
[pid=20023] ppid=20000 vsize=5356 CPUtime=0
/proc/20023/stat : 20023 (sh) S 20000 20000 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999866782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20023/statm: 1339 232 193 169 0 50 0
[pid=20024] ppid=20023 vsize=52996 CPUtime=24.46
/proc/20024/stat : 20024 (minisat) R 20023 20000 19733 0 -1 4194304 12925 0 0 0 2437 9 0 0 25 0 1 0 1999866782 54267904 12911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20024/statm: 13249 12911 75 150 0 13096 0
Current children cumulated CPU time (s) 82.18
Current children cumulated vsize (KiB) 71952

[startup+86.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 20024
/proc/meminfo: memFree=1720880/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=57.72
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 1031 33123 0 2 3 1 5716 52 16 0 1 0 1999860943 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 798 370 3 0 500 0
[pid=20023] ppid=20000 vsize=5356 CPUtime=0
/proc/20023/stat : 20023 (sh) S 20000 20000 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999866782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20023/statm: 1339 232 193 169 0 50 0
[pid=20024] ppid=20023 vsize=53132 CPUtime=27.64
/proc/20024/stat : 20024 (minisat) R 20023 20000 19733 0 -1 4194304 12977 0 0 0 2754 10 0 0 25 0 1 0 1999866782 54407168 12963 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/20024/statm: 13283 12963 75 150 0 13130 0
Current children cumulated CPU time (s) 85.36
Current children cumulated vsize (KiB) 72088

[startup+87.9013 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 20024
/proc/meminfo: memFree=1720752/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=57.72
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 1031 33123 0 2 3 1 5716 52 16 0 1 0 1999860943 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 798 370 3 0 500 0
[pid=20023] ppid=20000 vsize=5356 CPUtime=0
/proc/20023/stat : 20023 (sh) S 20000 20000 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999866782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20023/statm: 1339 232 193 169 0 50 0
[pid=20024] ppid=20023 vsize=53264 CPUtime=29.23
/proc/20024/stat : 20024 (minisat) R 20023 20000 19733 0 -1 4194304 13004 0 0 0 2913 10 0 0 25 0 1 0 1999866782 54542336 12990 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20024/statm: 13316 12990 75 150 0 13163 0
Current children cumulated CPU time (s) 86.95
Current children cumulated vsize (KiB) 72220

[startup+88.7025 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 20024
/proc/meminfo: memFree=1720752/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=57.72
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 1031 33123 0 2 3 1 5716 52 16 0 1 0 1999860943 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 798 370 3 0 500 0
[pid=20023] ppid=20000 vsize=5356 CPUtime=0
/proc/20023/stat : 20023 (sh) S 20000 20000 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999866782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20023/statm: 1339 232 193 169 0 50 0
[pid=20024] ppid=20023 vsize=53396 CPUtime=30.02
/proc/20024/stat : 20024 (minisat) R 20023 20000 19733 0 -1 4194304 13015 0 0 0 2992 10 0 0 25 0 1 0 1999866782 54677504 13001 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20024/statm: 13349 13001 75 150 0 13196 0
Current children cumulated CPU time (s) 87.74
Current children cumulated vsize (KiB) 72352

[startup+89.1065 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 20024
/proc/meminfo: memFree=1720688/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=57.72
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 1031 33123 0 2 3 1 5716 52 16 0 1 0 1999860943 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 798 370 3 0 500 0
[pid=20023] ppid=20000 vsize=5356 CPUtime=0
/proc/20023/stat : 20023 (sh) S 20000 20000 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999866782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20023/statm: 1339 232 193 169 0 50 0
[pid=20024] ppid=20023 vsize=53396 CPUtime=30.42
/proc/20024/stat : 20024 (minisat) R 20023 20000 19733 0 -1 4194304 13019 0 0 0 3032 10 0 0 25 0 1 0 1999866782 54677504 13005 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/20024/statm: 13349 13005 75 150 0 13196 0
Current children cumulated CPU time (s) 88.14
Current children cumulated vsize (KiB) 72352

[startup+89.5026 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 20024
/proc/meminfo: memFree=1720688/2055920 swapFree=4181480/4192956
[pid=20000] ppid=19998 vsize=13600 CPUtime=88.42
/proc/20000/stat : 20000 (sugar) S 19998 20000 19733 0 -1 4194304 1089 46438 0 2 3 1 8775 63 16 0 1 0 1999860943 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20000/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 88.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 89.5826
CPU time (s): 88.5885
CPU user time (s): 87.8966
CPU system time (s): 0.691894
CPU usage (%): 98.8904
Max. virtual memory (cumulated for all children) (KiB): 888800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.8966
system time used= 0.691894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51233
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= 9921
involuntary context switches= 12139

runsolver used 0.12698 second user time and 0.298954 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-05 00:01:54
IDJOB=1078966
IDBENCH=56853
IDSOLVER=346
FILE ID=node67/1078966-1215208914
PBS_JOBID= 7881735
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg10-12_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078966-1215208914/watcher-1078966-1215208914 -o /tmp/evaluation-result-1078966-1215208914/solver-1078966-1215208914 -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-1078966-1215208914.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eb1569f94e68bd8b544b9e21020dd29b
RANDOM SEED=1088212789

node67.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.281
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.281
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:       1808488 kB
Buffers:         21392 kB
Cached:         115400 kB
SwapCached:       5124 kB
Active:         131104 kB
Inactive:        57296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808488 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:          65524 kB
Slab:            43944 kB
Committed_AS:  4874316 kB
PageTables:       1972 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66424 MiB
End job on node67 at 2008-07-05 00:03:24