Trace number 2072457

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.08 1806.87

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-51-50.xml
MD5SUMfab13aeab1af352512442f247ab0864e
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2550
Number of constraints63801
Maximum constraint arity50
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(63801)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:55:13 2009
0.00/0.08	c 0	PID 18687
0.06/0.08	c 0	HOST node7.alineos.net
0.06/0.09	c 0	CONVERTING HOME/instance-2072457-1247356512.xml TO HOME/temp.csp
0.06/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072457-1247356512.xml' 'HOME/temp.csp'
5.31/5.45	c 5	1 domains, 2550 variables, 0 predicates, 0 relations, 63801 constraints
5.37/5.52	c 5	ENCODING HOME/temp.csp TO HOME/temp.cnf
5.37/5.52	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
5.38/5.60	c 5	Parsing HOME/temp.csp
5.38/5.89	c 6	parsed 10000 expressions
5.38/6.16	c 6	parsed 20000 expressions
5.38/6.45	c 6	parsed 30000 expressions
6.44/6.69	c 6	parsed 40000 expressions
6.83/7.07	c 7	parsed 50000 expressions
7.13/7.30	c 7	parsed 60000 expressions
7.23/7.46	c 7	parsed 66352 expressions
7.23/7.47	c 7	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.23/7.47	c 7	Converting to clausal form CSP
7.62/7.85	c 8	converted 6636 (10%) expressions
8.12/8.35	c 8	converted 13271 (20%) expressions
8.32/8.56	c 8	converted 19906 (30%) expressions
8.52/8.79	c 9	converted 26541 (40%) expressions
8.80/9.01	c 9	converted 33176 (50%) expressions
9.02/9.22	c 9	converted 39812 (60%) expressions
9.22/9.43	c 9	converted 46447 (70%) expressions
9.41/9.65	c 9	converted 53082 (80%) expressions
9.62/9.87	c 10	converted 59717 (90%) expressions
10.00/10.21	c 10	converted 66352 (100%) expressions
10.00/10.22	c 10	CSP : 3009 integers, 0 booleans, 64719 clauses, largest domain size 18
10.00/10.22	c 10	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.00/10.22	c 10	Propagation in CSP
10.20/10.40	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.20/10.40	c 10	CSP : 3009 integers, 0 booleans, 64719 clauses, largest domain size 18
10.20/10.40	c 10	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.20/10.43	c 10	Simplifing CSP by introducing new Boolean variables
10.20/10.46	c 10	CSP : 3009 integers, 0 booleans, 64719 clauses, largest domain size 18
10.20/10.46	c 10	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.50/10.72	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.50/10.73	c 10	301 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.50/10.73	c 10	602 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.50/10.74	c 10	903 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.50/10.74	c 10	1204 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.50/10.75	c 10	1505 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.50/10.75	c 10	1806 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.50/10.75	c 10	2107 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.50/10.75	c 10	2408 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.50/10.75	c 11	2709 (90%) CSP integer variables are encoded (1609 clauses, 20981 bytes)
10.50/10.76	c 11	3009 (100%) CSP integer variables are encoded (4641 clauses, 60397 bytes)
10.59/10.84	c 11	6472 (10%) CSP clauses are encoded (11113 clauses, 123797 bytes)
10.59/10.89	c 11	12944 (20%) CSP clauses are encoded (17585 clauses, 192842 bytes)
10.69/10.93	c 11	19416 (30%) CSP clauses are encoded (24057 clauses, 262161 bytes)
10.69/10.97	c 11	25888 (40%) CSP clauses are encoded (30529 clauses, 331837 bytes)
10.79/11.01	c 11	32360 (50%) CSP clauses are encoded (37001 clauses, 401956 bytes)
10.79/11.05	c 11	38832 (60%) CSP clauses are encoded (43473 clauses, 472670 bytes)
10.79/11.09	c 11	45304 (70%) CSP clauses are encoded (49945 clauses, 548695 bytes)
10.89/11.13	c 11	51776 (80%) CSP clauses are encoded (56417 clauses, 626359 bytes)
10.89/11.17	c 11	58248 (90%) CSP clauses are encoded (62889 clauses, 704023 bytes)
13.97/14.29	c 14	64719 (100%) CSP clauses are encoded (303042 clauses, 7289504 bytes)
13.97/14.29	c 14	64719 CSP clauses encoded
13.97/14.29	c 14	Writing map file : HOME/temp.map
14.06/14.30	c 14	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.06/14.30	c 14	SAT : 7650 SAT variables, 303042 SAT clauses, 7289504 bytes
14.06/14.30	c 14	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.06/14.35	c 14	SOLVING HOME/temp.cnf
14.06/14.35	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.06/14.35	c 14	This is MiniSat 2.0 beta
14.06/14.35	c 14	WARNING: for repeatability, setting FPU to use double precision
14.06/14.35	c 14	============================[ Problem Statistics ]=============================
14.06/14.35	c 14	|                                                                             |
14.06/14.35	c 14	|  Number of variables:  7650                                                 |
14.06/14.35	c 14	|  Number of clauses:    303042                                               |
14.09/14.54	c 14	|  Parsing time:         0.15         s                                       |
14.09/14.55	c 14	============================[ Search Statistics ]==============================
14.09/14.55	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.09/14.55	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.09/14.55	c 14	===============================================================================
14.09/14.55	c 14	|         0 |    7650   303042  1306875 |   101014        0    nan |  0.000 % |
14.09/14.59	c 14	|       100 |    7650   303042  1306875 |   111115      100     29 |  0.000 % |
14.09/14.62	c 14	|       250 |    7650   303042  1306875 |   122226      250     23 |  0.000 % |
14.09/14.65	c 14	|       475 |    7650   303042  1306875 |   134449      475     25 |  0.000 % |
14.09/14.78	c 15	|       813 |    7650   303042  1306875 |   147894      813     58 |  0.000 % |
14.10/14.84	c 15	|      1319 |    7650   303042  1306875 |   162684     1319     44 |  0.000 % |
14.10/15.21	c 15	|      2078 |    7650   303042  1306875 |   178952     2078     60 |  0.000 % |
15.03/15.36	c 15	|      3218 |    7650   303042  1306875 |   196847     3218     48 |  0.000 % |
15.52/15.86	c 16	|      4926 |    7650   303042  1306875 |   216532     4926     65 |  0.000 % |
16.01/16.31	c 16	|      7488 |    7650   303042  1306875 |   238185     7488     61 |  0.000 % |
17.01/17.32	c 17	|     11332 |    7650   303042  1306875 |   262004    11332     69 |  0.000 % |
17.80/18.17	c 18	|     17098 |    7650   303042  1306875 |   288204    17098     59 |  0.000 % |
21.76/22.20	c 22	|     25747 |    7650   303042  1306875 |   317025    25747     80 |  0.000 % |
25.32/25.72	c 25	|     38721 |    7650   303042  1306875 |   348727    38721     63 |  0.000 % |
33.15/33.63	c 33	|     58182 |    7650   303042  1306875 |   383600    58182     80 |  0.000 % |
49.28/49.92	c 50	|     87374 |    7650   303042  1306875 |   421960    87374     84 |  0.000 % |
75.73/76.61	c 76	|    131163 |    7650   303042  1306875 |   464156   131163     93 |  0.000 % |
113.68/114.98	c 115	|    196847 |    7650   303042  1306875 |   510572   196847     86 |  0.000 % |
238.10/240.53	c 240	|    295374 |    7650   303042  1306875 |   561629   295374    107 |  0.000 % |
495.45/500.37	c 500	|    443163 |    7650   303042  1306875 |   617792   443163    108 |  0.000 % |
953.21/959.66	c 959	|    664846 |    7650   303042  1306875 |   679571    59868    154 |  0.000 % |
1463.02/1469.65	c 1469	|    997371 |    7650   303042  1306875 |   747528   392393     90 |  0.000 % |
1800.08/1806.81	c ERROR INTERRUPTED
1800.08/1806.86	s UNKNOWN
1800.08/1806.86	c 1807	CPU 14.11 (0.07 0.01 13.6 0.43)
1800.08/1806.86	c 1807	END Sun Jul 12 02:25:20 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2072457-1247356512/watcher-2072457-1247356512 -o /tmp/evaluation-result-2072457-1247356512/solver-2072457-1247356512 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2072457-1247356512.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.16 2.08 4/81 18687
/proc/meminfo: memFree=1851472/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=12268 CPUtime=0
/proc/18687/stat : 18687 (sugar) R 18685 18687 17452 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22718662 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244670959570 0 0 4224 0 0 0 0 17 1 0 0
/proc/18687/statm: 3067 316 241 3 0 167 0

[startup+0.088236 s]
/proc/loadavg: 2.03 2.16 2.08 4/81 18687
/proc/meminfo: memFree=1851472/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16740 CPUtime=0.06
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22718662 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101633 s]
/proc/loadavg: 2.03 2.16 2.08 4/81 18687
/proc/meminfo: memFree=1851472/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=0.06
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22718662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301645 s]
/proc/loadavg: 2.03 2.16 2.08 4/81 18687
/proc/meminfo: memFree=1851472/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=0.06
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22718662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701691 s]
/proc/loadavg: 2.03 2.16 2.08 4/81 18687
/proc/meminfo: memFree=1851472/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=0.06
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22718662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 2.11 2.18 2.08 4/92 18699
/proc/meminfo: memFree=1823288/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=0.06
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22718662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 4217 1111 409 3 0 796 0
[pid=18690] ppid=18687 vsize=5356 CPUtime=0
/proc/18690/stat : 18690 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 22718671 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18690/statm: 1339 233 193 169 0 50 0
[pid=18691] ppid=18690 vsize=864776 CPUtime=1.38
/proc/18691/stat : 18691 (java) S 18690 18687 17452 0 -1 0 15812 0 1 0 131 7 0 0 18 0 9 0 22718671 885530624 13853 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18691/statm: 216194 13853 2557 9 0 210706 0
[pid=18691/tid=18692] ppid=18690 vsize=864776 CPUtime=0.84
/proc/18691/task/18692/stat : 18692 (java) R 18690 18687 17452 0 -1 64 3039 0 1 0 82 2 0 0 25 0 9 0 22718672 885530624 13853 996147200 134512640 134550932 4294955984 18446744073709551615 4126649892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18693] ppid=18690 vsize=864776 CPUtime=0.43
/proc/18691/task/18693/stat : 18693 (java) S 18690 18687 17452 0 -1 64 11564 0 0 0 38 5 0 0 16 0 9 0 22718674 885530624 13853 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18694] ppid=18690 vsize=864776 CPUtime=0
/proc/18691/task/18694/stat : 18694 (java) S 18690 18687 17452 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22718674 885530624 13853 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18695] ppid=18690 vsize=864776 CPUtime=0
/proc/18691/task/18695/stat : 18695 (java) S 18690 18687 17452 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22718674 885530624 13853 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18696] ppid=18690 vsize=864776 CPUtime=0
/proc/18691/task/18696/stat : 18696 (java) S 18690 18687 17452 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22718676 885530624 13853 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18697] ppid=18690 vsize=864776 CPUtime=0.1
/proc/18691/task/18697/stat : 18697 (java) S 18690 18687 17452 0 -1 64 504 0 0 0 10 0 0 0 16 0 9 0 22718676 885530624 13853 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18698] ppid=18690 vsize=864776 CPUtime=0
/proc/18691/task/18698/stat : 18698 (java) S 18690 18687 17452 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22718676 885530624 13853 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18699] ppid=18690 vsize=864776 CPUtime=0
/proc/18691/task/18699/stat : 18699 (java) S 18690 18687 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22718676 885530624 13853 996147200 134512640 134550932 4294955984 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) 887000

[startup+3.10294 s]
/proc/loadavg: 2.11 2.18 2.08 4/92 18699
/proc/meminfo: memFree=1780280/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=0.06
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22718662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 4217 1111 409 3 0 796 0
[pid=18690] ppid=18687 vsize=5356 CPUtime=0
/proc/18690/stat : 18690 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 22718671 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18690/statm: 1339 233 193 169 0 50 0
[pid=18691] ppid=18690 vsize=864792 CPUtime=2.98
/proc/18691/stat : 18691 (java) S 18690 18687 17452 0 -1 0 33994 0 1 0 282 16 0 0 18 0 9 0 22718671 885547008 29080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18691/statm: 216198 29080 2556 9 0 210710 0
[pid=18691/tid=18692] ppid=18690 vsize=864792 CPUtime=1.56
/proc/18691/task/18692/stat : 18692 (java) R 18690 18687 17452 0 -1 64 3955 0 1 0 153 3 0 0 25 0 9 0 22718672 885547008 29080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18693] ppid=18690 vsize=864792 CPUtime=1.25
/proc/18691/task/18693/stat : 18693 (java) S 18690 18687 17452 0 -1 64 28805 0 0 0 113 12 0 0 16 0 9 0 22718674 885547008 29080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18694] ppid=18690 vsize=864792 CPUtime=0
/proc/18691/task/18694/stat : 18694 (java) S 18690 18687 17452 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22718674 885547008 29080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18695] ppid=18690 vsize=864792 CPUtime=0
/proc/18691/task/18695/stat : 18695 (java) S 18690 18687 17452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 22718674 885547008 29080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18696] ppid=18690 vsize=864792 CPUtime=0
/proc/18691/task/18696/stat : 18696 (java) S 18690 18687 17452 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22718676 885547008 29080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18697] ppid=18690 vsize=864792 CPUtime=0.14
/proc/18691/task/18697/stat : 18697 (java) R 18690 18687 17452 0 -1 64 529 0 0 0 14 0 0 0 16 0 9 0 22718676 885547008 29080 996147200 134512640 134550932 4294955984 18446744073709551615 102223083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18698] ppid=18690 vsize=864792 CPUtime=0
/proc/18691/task/18698/stat : 18698 (java) S 18690 18687 17452 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22718676 885547008 29080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18691/tid=18699] ppid=18690 vsize=864792 CPUtime=0
/proc/18691/task/18699/stat : 18699 (java) S 18690 18687 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22718676 885547008 29080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887016

[startup+6.30128 s]
/proc/loadavg: 2.10 2.17 2.08 4/92 18699
/proc/meminfo: memFree=1730744/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=5.38
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1309 36161 0 1 5 1 510 22 16 0 1 0 22718662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 16868

[startup+12.7019 s]
/proc/loadavg: 2.09 2.17 2.08 3/92 18709
/proc/meminfo: memFree=1759096/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=5.39
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1310 36161 0 1 6 1 510 22 15 0 1 0 22718662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 4217 1111 409 3 0 796 0
[pid=18700] ppid=18687 vsize=5356 CPUtime=0
/proc/18700/stat : 18700 (sh) S 18687 18687 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22719214 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18700/statm: 1339 233 193 169 0 50 0
[pid=18701] ppid=18700 vsize=868736 CPUtime=7.08
/proc/18701/stat : 18701 (java) S 18700 18687 17452 0 -1 0 27779 0 1 0 692 16 0 0 18 0 9 0 22719214 889585664 23123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18701/statm: 217184 23123 2591 9 0 211661 0
[pid=18701/tid=18702] ppid=18700 vsize=868736 CPUtime=5.21
/proc/18701/task/18702/stat : 18702 (java) R 18700 18687 17452 0 -1 64 3374 0 1 0 517 4 0 0 25 0 9 0 22719215 889585664 23123 996147200 134512640 134550932 4294955936 18446744073709551615 4127022666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18701/tid=18703] ppid=18700 vsize=868736 CPUtime=1.6
/proc/18701/task/18703/stat : 18703 (java) S 18700 18687 17452 0 -1 64 22168 0 0 0 151 9 0 0 16 0 9 0 22719217 889585664 23123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18701/tid=18704] ppid=18700 vsize=868736 CPUtime=0
/proc/18701/task/18704/stat : 18704 (java) S 18700 18687 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22719217 889585664 23123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18701/tid=18705] ppid=18700 vsize=868736 CPUtime=0
/proc/18701/task/18705/stat : 18705 (java) S 18700 18687 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22719217 889585664 23123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18701/tid=18706] ppid=18700 vsize=868736 CPUtime=0
/proc/18701/task/18706/stat : 18706 (java) S 18700 18687 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22719219 889585664 23123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18701/tid=18707] ppid=18700 vsize=868736 CPUtime=0.24
/proc/18701/task/18707/stat : 18707 (java) S 18700 18687 17452 0 -1 64 1534 0 0 0 23 1 0 0 15 0 9 0 22719219 889585664 23123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18701/tid=18708] ppid=18700 vsize=868736 CPUtime=0
/proc/18701/task/18708/stat : 18708 (java) S 18700 18687 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22719219 889585664 23123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18701/tid=18709] ppid=18700 vsize=868736 CPUtime=0
/proc/18701/task/18709/stat : 18709 (java) S 18700 18687 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22719219 889585664 23123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890960

[startup+25.5013 s]
/proc/loadavg: 2.07 2.16 2.08 3/84 18711
/proc/meminfo: memFree=1809272/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=28408 CPUtime=11.02
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 7001 0 0 0 1097 5 0 0 25 0 1 0 22720097 29089792 6987 996147200 134512640 135127466 4294956256 18446744073709551615 134530811 0 0 4096 3 0 0 0 17 1 0 0
/proc/18711/statm: 7102 6987 76 150 0 6949 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 50632

[startup+51.102 s]
/proc/loadavg: 2.04 2.15 2.08 3/84 18711
/proc/meminfo: memFree=1786680/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=51768 CPUtime=36.37
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 12845 0 0 0 3625 12 0 0 25 0 1 0 22720097 53010432 12831 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/18711/statm: 12942 12831 76 150 0 12789 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 73992

[startup+102.306 s]
/proc/loadavg: 2.02 2.12 2.08 3/84 18711
/proc/meminfo: memFree=1749432/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=88588 CPUtime=87.09
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 21942 0 0 0 8688 21 0 0 25 0 1 0 22720097 90714112 21928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18711/statm: 22147 21928 76 150 0 21994 0
Current children cumulated CPU time (s) 101.19

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

/proc/meminfo: memFree=1502784/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=353660 CPUtime=1281.68
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 87715 0 0 0 128078 90 0 0 25 0 1 0 22720097 362147840 87701 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18711/statm: 88415 87701 76 150 0 88262 0
Current children cumulated CPU time (s) 1295.78
Current children cumulated vsize (KiB) 375884

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 18989
/proc/meminfo: memFree=1502784/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=353660 CPUtime=1341.66
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 87715 0 0 0 134075 91 0 0 25 0 1 0 22720097 362147840 87701 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18711/statm: 88415 87701 76 150 0 88262 0
Current children cumulated CPU time (s) 1355.76
Current children cumulated vsize (KiB) 375884

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 18989
/proc/meminfo: memFree=1502656/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=353660 CPUtime=1401.64
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 87716 0 0 0 140073 91 0 0 25 0 1 0 22720097 362147840 87702 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/18711/statm: 88415 87702 76 150 0 88262 0
Current children cumulated CPU time (s) 1415.74
Current children cumulated vsize (KiB) 375884

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 18989
/proc/meminfo: memFree=1502592/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=353660 CPUtime=1461.61
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 87720 0 0 0 146070 91 0 0 25 0 1 0 22720097 362147840 87706 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18711/statm: 88415 87706 76 150 0 88262 0
Current children cumulated CPU time (s) 1475.71
Current children cumulated vsize (KiB) 375884

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18989
/proc/meminfo: memFree=1502592/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=353660 CPUtime=1521.58
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 87728 0 0 0 152067 91 0 0 25 0 1 0 22720097 362147840 87714 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/18711/statm: 88415 87714 76 150 0 88262 0
Current children cumulated CPU time (s) 1535.68
Current children cumulated vsize (KiB) 375884

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18989
/proc/meminfo: memFree=1502592/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=353660 CPUtime=1581.56
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 87736 0 0 0 158065 91 0 0 25 0 1 0 22720097 362147840 87722 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/18711/statm: 88415 87722 76 150 0 88262 0
Current children cumulated CPU time (s) 1595.66
Current children cumulated vsize (KiB) 375884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18990
/proc/meminfo: memFree=1502520/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=353660 CPUtime=1641.54
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 87737 0 0 0 164063 91 0 0 25 0 1 0 22720097 362147840 87723 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18711/statm: 88415 87723 76 150 0 88262 0
Current children cumulated CPU time (s) 1655.64
Current children cumulated vsize (KiB) 375884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18990
/proc/meminfo: memFree=1502456/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=353660 CPUtime=1701.51
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 87744 0 0 0 170060 91 0 0 25 0 1 0 22720097 362147840 87730 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18711/statm: 88415 87730 76 150 0 88262 0
Current children cumulated CPU time (s) 1715.61
Current children cumulated vsize (KiB) 375884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18990
/proc/meminfo: memFree=1502392/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=353660 CPUtime=1761.49
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 87748 0 0 0 176058 91 0 0 25 0 1 0 22720097 362147840 87734 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/18711/statm: 88415 87734 76 150 0 88262 0
Current children cumulated CPU time (s) 1775.59
Current children cumulated vsize (KiB) 375884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18990
/proc/meminfo: memFree=1502392/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=16868 CPUtime=14.1
/proc/18687/stat : 18687 (sugar) S 18685 18687 17452 0 -1 4194304 1376 64281 0 2 7 1 1359 43 16 0 1 0 22718662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18687/statm: 4217 1113 409 3 0 796 0
[pid=18710] ppid=18687 vsize=5356 CPUtime=0
/proc/18710/stat : 18710 (sh) S 18687 18687 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22720097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18710/statm: 1339 232 193 169 0 50 0
[pid=18711] ppid=18710 vsize=353660 CPUtime=1785.98
/proc/18711/stat : 18711 (minisat) R 18710 18687 17452 0 -1 4194304 87748 0 0 0 178507 91 0 0 25 0 1 0 22720097 362147840 87734 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18711/statm: 88415 87734 76 150 0 88262 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 375884

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18687 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=671921
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=464929
# CPU time returned by wait4() is 14.1368
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.87
CPU time (s): 1800.08
CPU user time (s): 1798.73
CPU system time (s): 1.35
CPU usage (%): 99.6244
Max. virtual memory (cumulated for all children) (KiB): 896980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.6719
system time used= 0.464929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66040
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4476
involuntary context switches= 4810

runsolver used 2.06968 second user time and 5.20121 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 01:55:13
IDJOB=2072457
IDBENCH=55717
IDSOLVER=739
FILE ID=node7/2072457-1247356512
PBS_JOBID= 9506883
Free space on /tmp= 66080 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-51-50.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2072457-1247356512/watcher-2072457-1247356512 -o /tmp/evaluation-result-2072457-1247356512/solver-2072457-1247356512 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2072457-1247356512.xml

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

MD5SUM BENCH= fab13aeab1af352512442f247ab0864e
RANDOM SEED=339203306

node7.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.231
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.231
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:       1851952 kB
Buffers:         15456 kB
Cached:          96948 kB
SwapCached:          0 kB
Active:         110980 kB
Inactive:        46512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11992 kB
Writeback:           0 kB
Mapped:          65468 kB
Slab:            31660 kB
Committed_AS:   205336 kB
PageTables:       1964 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= 66080 MiB
End job on node7 at 2009-07-12 02:25:22