Trace number 1079035

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+minisat? (TO) 1800.05 1807.33

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-7_ext.xml
MD5SUMc56f703fbfb446fbf73a9fe89e10396f
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 benchmark113.01
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 00:04:44 2008
0.00/0.05	c 0	PID 12030
0.03/0.05	c 0	HOST node33.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1079035-1215209084.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079035-1215209084.xml' 'HOME/temp.csp'
0.03/0.47	c 1	1 domains, 35 variables, 0 predicates, 2 relations, 12 constraints
0.03/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.43/0.61	c 1	Parsing HOME/temp.csp
0.43/0.74	c 1	parsed 50 expressions
0.43/0.74	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.74	c 1	Converting to clausal form CSP
0.43/0.76	c 1	converted 5 (10%) expressions
0.43/0.76	c 1	converted 10 (20%) expressions
0.43/0.76	c 1	converted 15 (30%) expressions
0.43/0.76	c 1	converted 20 (40%) expressions
0.43/0.76	c 1	converted 25 (50%) expressions
0.43/0.76	c 1	converted 30 (60%) expressions
0.43/0.76	c 1	converted 35 (70%) expressions
0.43/0.83	c 1	converted 40 (80%) expressions
0.43/0.94	c 1	converted 45 (90%) expressions
1.08/1.22	c 1	converted 50 (100%) expressions
1.08/1.22	c 1	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
1.08/1.22	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.22	c 1	Propagation in CSP
1.08/1.22	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.08/1.22	c 1	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
1.08/1.22	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.08/1.23	c 1	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
1.08/1.23	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.18/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.18/1.32	c 1	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.18/1.32	c 1	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.18/1.32	c 1	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.18/1.33	c 1	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.18/1.33	c 1	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.18/1.33	c 1	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.18/1.33	c 1	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.18/1.33	c 1	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
1.18/1.33	c 1	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.18/1.33	c 1	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
2.37/2.53	c 3	2 (10%) CSP clauses are encoded (24190 clauses, 794568 bytes)
2.97/3.10	c 3	3 (20%) CSP clauses are encoded (35865 clauses, 1192258 bytes)
3.46/3.67	c 4	4 (30%) CSP clauses are encoded (47540 clauses, 1590097 bytes)
4.06/4.23	c 4	5 (40%) CSP clauses are encoded (59215 clauses, 2010053 bytes)
4.65/4.81	c 5	6 (50%) CSP clauses are encoded (70890 clauses, 2430009 bytes)
9.30/9.50	c 10	8 (60%) CSP clauses are encoded (115330 clauses, 4089531 bytes)
13.36/13.62	c 14	9 (70%) CSP clauses are encoded (148095 clauses, 5601211 bytes)
17.23/17.59	c 18	10 (80%) CSP clauses are encoded (180860 clauses, 7112891 bytes)
21.49/21.82	c 22	11 (90%) CSP clauses are encoded (213625 clauses, 8624571 bytes)
25.45/25.83	c 26	12 (100%) CSP clauses are encoded (246390 clauses, 10136251 bytes)
25.45/25.83	c 26	12 CSP clauses encoded
25.45/25.83	c 26	Writing map file : HOME/temp.map
25.45/25.83	c 26	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.45/25.83	c 26	SAT : 875 SAT variables, 246390 SAT clauses, 10136251 bytes
25.45/25.83	c 26	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.45/25.85	c 26	SOLVING HOME/temp.cnf
25.45/25.85	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.45/25.85	c 26	This is MiniSat 2.0 beta
25.45/25.85	c 26	WARNING: for repeatability, setting FPU to use double precision
25.45/25.85	c 26	============================[ Problem Statistics ]=============================
25.45/25.85	c 26	|                                                                             |
25.45/25.85	c 26	|  Number of variables:  875                                                  |
25.45/25.85	c 26	|  Number of clauses:    246390                                               |
25.50/26.10	c 26	|  Parsing time:         0.23         s                                       |
25.50/26.11	c 26	============================[ Search Statistics ]==============================
25.50/26.11	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.50/26.11	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.50/26.11	c 26	===============================================================================
25.50/26.11	c 26	|         0 |     875   246390  2212855 |    82130        0    nan |  0.000 % |
25.50/26.13	c 26	|       100 |     875   246390  2212855 |    90343      100      5 |  0.000 % |
25.50/26.19	c 26	|       251 |     875   246390  2212855 |    99377      251      7 |  0.003 % |
25.50/26.25	c 26	|       477 |     875   246390  2212855 |   109315      477      8 |  0.001 % |
26.04/26.49	c 27	|       815 |     875   246390  2212855 |   120246      815      9 |  0.003 % |
26.33/26.73	c 27	|      1321 |     875   246390  2212855 |   132271     1321     10 |  0.001 % |
26.93/27.32	c 27	|      2081 |     875   246390  2212855 |   145498     2081     12 |  0.003 % |
27.92/28.35	c 28	|      3220 |     875   246390  2212855 |   160048     3220     12 |  0.001 % |
29.60/30.08	c 30	|      4929 |     875   246390  2212855 |   176052     4929     12 |  0.003 % |
32.47/32.98	c 33	|      7492 |     875   246390  2212855 |   193658     7492     13 |  0.002 % |
36.23/36.77	c 37	|     11336 |     875   246390  2212855 |   213024    11336     13 |  0.000 % |
41.67/42.28	c 42	|     17104 |     875   246390  2212855 |   234326    17104     14 |  0.002 % |
51.20/51.89	c 52	|     25756 |     875   246390  2212855 |   257759    25756     15 |  0.002 % |
66.64/67.41	c 68	|     38731 |     875   246390  2212855 |   283535    38731     16 |  0.003 % |
91.30/92.34	c 92	|     58194 |     875   246390  2212855 |   311888    58194     16 |  0.002 % |
134.40/135.80	c 136	|     87386 |     875   246390  2212855 |   343077    87386     17 |  0.001 % |
208.69/210.85	c 211	|    131176 |     875   246390  2212855 |   377385   131176     18 |  0.002 % |
346.00/349.46	c 350	|    196860 |     875   246390  2212855 |   415123   196860     19 |  0.001 % |
596.33/602.10	c 602	|    295386 |     875   246390  2212855 |   456636   295386     19 |  0.003 % |
1031.75/1038.74	c 1039	|    443176 |     875   246390  2212855 |   502299   443176     20 |  0.001 % |
1589.72/1596.93	c 1597	|    664859 |     875   246390  2212855 |   552529   187746     19 |  0.001 % |
1800.05/1807.32	c ERROR INTERRUPTED
1800.05/1807.32	s UNKNOWN
1800.05/1807.32	c 1807	CPU 25.24 (0.04 0 25.2 0.27)
1800.05/1807.32	c 1807	END Sat Jul  5 00:34:51 2008

Verifier Data (download as text)

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

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-1079035-1215209084/watcher-1079035-1215209084 -o /tmp/evaluation-result-1079035-1215209084/solver-1079035-1215209084 -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-1079035-1215209084.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 12030
/proc/meminfo: memFree=1792080/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=12000 CPUtime=0
/proc/12030/stat : 12030 (sugar) R 12028 12030 11070 0 -1 4194304 205 0 0 0 0 0 0 0 22 0 1 0 1999881905 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 210842481008 0 0 4224 0 0 0 0 17 1 0 0
/proc/12030/statm: 3000 173 134 3 0 100 0

[startup+0.0501839 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 12030
/proc/meminfo: memFree=1792080/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.03
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1999881905 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102217 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 12030
/proc/meminfo: memFree=1792080/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.03
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999881905 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302242 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 12030
/proc/meminfo: memFree=1792080/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.03
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999881905 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70229 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 12030
/proc/meminfo: memFree=1792080/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.43
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 973 4650 0 1 3 0 37 3 16 0 1 0 1999881905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50239 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 12052
/proc/meminfo: memFree=1776120/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.44
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 974 4650 0 1 4 0 37 3 15 0 1 0 1999881905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
[pid=12043] ppid=12030 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (sh) S 12030 12030 11070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999881958 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12043/statm: 1339 233 193 169 0 50 0
[pid=12044] ppid=12043 vsize=864280 CPUtime=0.94
/proc/12044/stat : 12044 (java) S 12043 12030 11070 0 -1 0 8371 0 1 0 89 5 0 0 18 0 9 0 1999881959 885022720 7619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12044/statm: 216070 7619 2564 9 0 210617 0
[pid=12044/tid=12045] ppid=12043 vsize=864280 CPUtime=0.47
/proc/12044/task/12045/stat : 12045 (java) R 12043 12030 11070 0 -1 64 2812 0 1 0 45 2 0 0 18 0 9 0 1999881959 885022720 7619 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12046] ppid=12043 vsize=864280 CPUtime=0.37
/proc/12044/task/12046/stat : 12046 (java) S 12043 12030 11070 0 -1 64 4522 0 0 0 36 1 0 0 16 0 9 0 1999881961 885022720 7619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12047] ppid=12043 vsize=864280 CPUtime=0
/proc/12044/task/12047/stat : 12047 (java) S 12043 12030 11070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999881961 885022720 7619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12048] ppid=12043 vsize=864280 CPUtime=0
/proc/12044/task/12048/stat : 12048 (java) S 12043 12030 11070 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999881961 885022720 7619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12049] ppid=12043 vsize=864280 CPUtime=0
/proc/12044/task/12049/stat : 12049 (java) S 12043 12030 11070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999881963 885022720 7619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12050] ppid=12043 vsize=864280 CPUtime=0.07
/proc/12044/task/12050/stat : 12050 (java) S 12043 12030 11070 0 -1 64 345 0 0 0 7 0 0 0 16 0 9 0 1999881963 885022720 7619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12051] ppid=12043 vsize=864280 CPUtime=0
/proc/12044/task/12051/stat : 12051 (java) S 12043 12030 11070 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999881963 885022720 7619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12052] ppid=12043 vsize=864280 CPUtime=0
/proc/12044/task/12052/stat : 12052 (java) S 12043 12030 11070 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999881963 885022720 7619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 883236

[startup+3.10158 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12052
/proc/meminfo: memFree=1768760/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.44
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 974 4650 0 1 4 0 37 3 16 0 1 0 1999881905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
[pid=12043] ppid=12030 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (sh) S 12030 12030 11070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999881958 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12043/statm: 1339 233 193 169 0 50 0
[pid=12044] ppid=12043 vsize=864280 CPUtime=2.53
/proc/12044/stat : 12044 (java) S 12043 12030 11070 0 -1 0 9021 0 1 0 246 7 0 0 18 0 9 0 1999881959 885022720 8198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12044/statm: 216070 8198 2564 9 0 210617 0
[pid=12044/tid=12045] ppid=12043 vsize=864280 CPUtime=1.98
/proc/12044/task/12045/stat : 12045 (java) R 12043 12030 11070 0 -1 64 2883 0 1 0 195 3 0 0 25 0 9 0 1999881959 885022720 8198 996147200 134512640 134550740 4294955952 18446744073709551615 103893194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12046] ppid=12043 vsize=864280 CPUtime=0.43
/proc/12044/task/12046/stat : 12046 (java) S 12043 12030 11070 0 -1 64 5095 0 0 0 41 2 0 0 15 0 9 0 1999881961 885022720 8198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12047] ppid=12043 vsize=864280 CPUtime=0
/proc/12044/task/12047/stat : 12047 (java) S 12043 12030 11070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999881961 885022720 8198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12048] ppid=12043 vsize=864280 CPUtime=0
/proc/12044/task/12048/stat : 12048 (java) S 12043 12030 11070 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999881961 885022720 8198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12049] ppid=12043 vsize=864280 CPUtime=0
/proc/12044/task/12049/stat : 12049 (java) S 12043 12030 11070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999881963 885022720 8198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12050] ppid=12043 vsize=864280 CPUtime=0.09
/proc/12044/task/12050/stat : 12050 (java) S 12043 12030 11070 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1999881963 885022720 8198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12051] ppid=12043 vsize=864280 CPUtime=0
/proc/12044/task/12051/stat : 12051 (java) S 12043 12030 11070 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999881963 885022720 8198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12052] ppid=12043 vsize=864280 CPUtime=0
/proc/12044/task/12052/stat : 12052 (java) S 12043 12030 11070 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999881963 885022720 8198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883236

[startup+6.30296 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 12052
/proc/meminfo: memFree=1756216/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.44
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 974 4650 0 1 4 0 37 3 15 0 1 0 1999881905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
[pid=12043] ppid=12030 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (sh) S 12030 12030 11070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999881958 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12043/statm: 1339 233 193 169 0 50 0
[pid=12044] ppid=12043 vsize=864356 CPUtime=5.69
/proc/12044/stat : 12044 (java) S 12043 12030 11070 0 -1 0 11666 0 1 0 559 10 0 0 18 0 9 0 1999881959 885100544 9489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12044/statm: 216089 9489 2564 9 0 210636 0
[pid=12044/tid=12045] ppid=12043 vsize=864356 CPUtime=4.93
/proc/12044/task/12045/stat : 12045 (java) R 12043 12030 11070 0 -1 64 3006 0 1 0 489 4 0 0 25 0 9 0 1999881959 885100544 9489 996147200 134512640 134550740 4294955952 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12046] ppid=12043 vsize=864356 CPUtime=0.64
/proc/12044/task/12046/stat : 12046 (java) S 12043 12030 11070 0 -1 64 7617 0 0 0 60 4 0 0 16 0 9 0 1999881961 885100544 9489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12047] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12047/stat : 12047 (java) S 12043 12030 11070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999881961 885100544 9489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12048] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12048/stat : 12048 (java) S 12043 12030 11070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999881961 885100544 9489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12049] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12049/stat : 12049 (java) S 12043 12030 11070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999881963 885100544 9489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12050] ppid=12043 vsize=864356 CPUtime=0.09
/proc/12044/task/12050/stat : 12050 (java) S 12043 12030 11070 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1999881963 885100544 9489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12051] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12051/stat : 12051 (java) S 12043 12030 11070 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999881963 885100544 9489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12052] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12052/stat : 12052 (java) S 12043 12030 11070 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999881963 885100544 9489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 883312

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12052
/proc/meminfo: memFree=1756792/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.44
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 974 4650 0 1 4 0 37 3 16 0 1 0 1999881905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
[pid=12043] ppid=12030 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (sh) S 12030 12030 11070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999881958 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12043/statm: 1339 233 193 169 0 50 0
[pid=12044] ppid=12043 vsize=864356 CPUtime=12.03
/proc/12044/stat : 12044 (java) S 12043 12030 11070 0 -1 0 13240 0 1 0 1190 13 0 0 18 0 9 0 1999881959 885100544 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12044/statm: 216089 9598 2564 9 0 210636 0
[pid=12044/tid=12045] ppid=12043 vsize=864356 CPUtime=11.03
/proc/12044/task/12045/stat : 12045 (java) R 12043 12030 11070 0 -1 64 3160 0 1 0 1098 5 0 0 25 0 9 0 1999881959 885100544 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4126570183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12046] ppid=12043 vsize=864356 CPUtime=0.89
/proc/12044/task/12046/stat : 12046 (java) S 12043 12030 11070 0 -1 64 9037 0 0 0 83 6 0 0 16 0 9 0 1999881961 885100544 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12047] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12047/stat : 12047 (java) S 12043 12030 11070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999881961 885100544 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12048] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12048/stat : 12048 (java) S 12043 12030 11070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999881961 885100544 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12049] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12049/stat : 12049 (java) S 12043 12030 11070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999881963 885100544 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12050] ppid=12043 vsize=864356 CPUtime=0.09
/proc/12044/task/12050/stat : 12050 (java) S 12043 12030 11070 0 -1 64 351 0 0 0 9 0 0 0 17 0 9 0 1999881963 885100544 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12051] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12051/stat : 12051 (java) S 12043 12030 11070 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999881963 885100544 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12052] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12052/stat : 12052 (java) S 12043 12030 11070 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999881963 885100544 9598 996147200 134512640 134550740 4294955952 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) 883312

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12052
/proc/meminfo: memFree=1750392/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.44
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 974 4650 0 1 4 0 37 3 16 0 1 0 1999881905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
[pid=12043] ppid=12030 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (sh) S 12030 12030 11070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999881958 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12043/statm: 1339 233 193 169 0 50 0
[pid=12044] ppid=12043 vsize=864356 CPUtime=24.71
/proc/12044/stat : 12044 (java) S 12043 12030 11070 0 -1 0 15351 0 1 0 2451 20 0 0 18 0 9 0 1999881959 885100544 10093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12044/statm: 216089 10093 2564 9 0 210636 0
[pid=12044/tid=12045] ppid=12043 vsize=864356 CPUtime=23.33
/proc/12044/task/12045/stat : 12045 (java) R 12043 12030 11070 0 -1 64 3465 0 1 0 2323 10 0 0 25 0 9 0 1999881959 885100544 10093 996147200 134512640 134550740 4294955952 18446744073709551615 102064961 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12046] ppid=12043 vsize=864356 CPUtime=1.26
/proc/12044/task/12046/stat : 12046 (java) S 12043 12030 11070 0 -1 64 10840 0 0 0 117 9 0 0 16 0 9 0 1999881961 885100544 10093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12047] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12047/stat : 12047 (java) S 12043 12030 11070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999881961 885100544 10093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12048] ppid=12043 vsize=864356 CPUtime=0
/proc/12044/task/12048/stat : 12048 (java) S 12043 12030 11070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999881961 885100544 10093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1726720/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=25.5
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 1031 20339 0 2 4 0 2520 26 16 0 1 0 1999881905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 798 370 3 0 500 0
[pid=12053] ppid=12030 vsize=5356 CPUtime=0
/proc/12053/stat : 12053 (sh) S 12030 12030 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999884490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12053/statm: 1339 232 193 169 0 50 0
[pid=12054] ppid=12053 vsize=79252 CPUtime=1329.72
/proc/12054/stat : 12054 (minisat) R 12053 12030 11070 0 -1 4194304 19240 0 0 0 132952 20 0 0 25 0 1 0 1999884491 81154048 19226 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12054/statm: 19813 19226 75 150 0 19660 0
Current children cumulated CPU time (s) 1355.22
Current children cumulated vsize (KiB) 98208

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12214
/proc/meminfo: memFree=1726656/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=25.5
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 1031 20339 0 2 4 0 2520 26 16 0 1 0 1999881905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 798 370 3 0 500 0
[pid=12053] ppid=12030 vsize=5356 CPUtime=0
/proc/12053/stat : 12053 (sh) S 12030 12030 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999884490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12053/statm: 1339 232 193 169 0 50 0
[pid=12054] ppid=12053 vsize=79252 CPUtime=1389.7
/proc/12054/stat : 12054 (minisat) R 12053 12030 11070 0 -1 4194304 19241 0 0 0 138950 20 0 0 25 0 1 0 1999884491 81154048 19227 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12054/statm: 19813 19227 75 150 0 19660 0
Current children cumulated CPU time (s) 1415.2
Current children cumulated vsize (KiB) 98208

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12214
/proc/meminfo: memFree=1726400/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=25.5
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 1031 20339 0 2 4 0 2520 26 16 0 1 0 1999881905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 798 370 3 0 500 0
[pid=12053] ppid=12030 vsize=5356 CPUtime=0
/proc/12053/stat : 12053 (sh) S 12030 12030 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999884490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12053/statm: 1339 232 193 169 0 50 0
[pid=12054] ppid=12053 vsize=79252 CPUtime=1449.67
/proc/12054/stat : 12054 (minisat) R 12053 12030 11070 0 -1 4194304 19267 0 0 0 144947 20 0 0 25 0 1 0 1999884491 81154048 19253 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/12054/statm: 19813 19253 75 150 0 19660 0
Current children cumulated CPU time (s) 1475.17
Current children cumulated vsize (KiB) 98208

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12214
/proc/meminfo: memFree=1726400/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=25.5
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 1031 20339 0 2 4 0 2520 26 16 0 1 0 1999881905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 798 370 3 0 500 0
[pid=12053] ppid=12030 vsize=5356 CPUtime=0
/proc/12053/stat : 12053 (sh) S 12030 12030 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999884490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12053/statm: 1339 232 193 169 0 50 0
[pid=12054] ppid=12053 vsize=79252 CPUtime=1509.64
/proc/12054/stat : 12054 (minisat) R 12053 12030 11070 0 -1 4194304 19268 0 0 0 150944 20 0 0 25 0 1 0 1999884491 81154048 19254 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12054/statm: 19813 19254 75 150 0 19660 0
Current children cumulated CPU time (s) 1535.14
Current children cumulated vsize (KiB) 98208

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12214
/proc/meminfo: memFree=1726208/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=25.5
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 1031 20339 0 2 4 0 2520 26 16 0 1 0 1999881905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 798 370 3 0 500 0
[pid=12053] ppid=12030 vsize=5356 CPUtime=0
/proc/12053/stat : 12053 (sh) S 12030 12030 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999884490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12053/statm: 1339 232 193 169 0 50 0
[pid=12054] ppid=12053 vsize=79416 CPUtime=1569.61
/proc/12054/stat : 12054 (minisat) R 12053 12030 11070 0 -1 4194304 19313 0 0 0 156941 20 0 0 25 0 1 0 1999884491 81321984 19299 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/12054/statm: 19854 19299 75 150 0 19701 0
Current children cumulated CPU time (s) 1595.11
Current children cumulated vsize (KiB) 98372

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12214
/proc/meminfo: memFree=1726080/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=25.5
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 1031 20339 0 2 4 0 2520 26 16 0 1 0 1999881905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 798 370 3 0 500 0
[pid=12053] ppid=12030 vsize=5356 CPUtime=0
/proc/12053/stat : 12053 (sh) S 12030 12030 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999884490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12053/statm: 1339 232 193 169 0 50 0
[pid=12054] ppid=12053 vsize=79596 CPUtime=1629.59
/proc/12054/stat : 12054 (minisat) R 12053 12030 11070 0 -1 4194304 19339 0 0 0 162939 20 0 0 25 0 1 0 1999884491 81506304 19325 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12054/statm: 19899 19325 75 150 0 19746 0
Current children cumulated CPU time (s) 1655.09
Current children cumulated vsize (KiB) 98552

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12214
/proc/meminfo: memFree=1726080/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=25.5
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 1031 20339 0 2 4 0 2520 26 16 0 1 0 1999881905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 798 370 3 0 500 0
[pid=12053] ppid=12030 vsize=5356 CPUtime=0
/proc/12053/stat : 12053 (sh) S 12030 12030 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999884490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12053/statm: 1339 232 193 169 0 50 0
[pid=12054] ppid=12053 vsize=79596 CPUtime=1689.57
/proc/12054/stat : 12054 (minisat) R 12053 12030 11070 0 -1 4194304 19341 0 0 0 168936 21 0 0 25 0 1 0 1999884491 81506304 19327 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/12054/statm: 19899 19327 75 150 0 19746 0
Current children cumulated CPU time (s) 1715.07
Current children cumulated vsize (KiB) 98552

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12214
/proc/meminfo: memFree=1725952/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=25.5
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 1031 20339 0 2 4 0 2520 26 16 0 1 0 1999881905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 798 370 3 0 500 0
[pid=12053] ppid=12030 vsize=5356 CPUtime=0
/proc/12053/stat : 12053 (sh) S 12030 12030 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999884490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12053/statm: 1339 232 193 169 0 50 0
[pid=12054] ppid=12053 vsize=79596 CPUtime=1749.54
/proc/12054/stat : 12054 (minisat) R 12053 12030 11070 0 -1 4194304 19341 0 0 0 174933 21 0 0 25 0 1 0 1999884491 81506304 19327 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/12054/statm: 19899 19327 75 150 0 19746 0
Current children cumulated CPU time (s) 1775.04
Current children cumulated vsize (KiB) 98552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12214
/proc/meminfo: memFree=1725952/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=25.5
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 1031 20339 0 2 4 0 2520 26 16 0 1 0 1999881905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 798 370 3 0 500 0
[pid=12053] ppid=12030 vsize=5356 CPUtime=0
/proc/12053/stat : 12053 (sh) S 12030 12030 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999884490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12053/statm: 1339 232 193 169 0 50 0
[pid=12054] ppid=12053 vsize=79596 CPUtime=1774.55
/proc/12054/stat : 12054 (minisat) R 12053 12030 11070 0 -1 4194304 19341 0 0 0 177434 21 0 0 25 0 1 0 1999884491 81506304 19327 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/12054/statm: 19899 19327 75 150 0 19746 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 98552

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

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

[startup+1807.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 12214
/proc/meminfo: memFree=1725952/2055920 swapFree=4180424/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=25.5
/proc/12030/stat : 12030 (sugar) S 12028 12030 11070 0 -1 4194304 1031 20339 0 2 4 0 2520 26 16 0 1 0 1999881905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 798 370 3 0 500 0
[pid=12053] ppid=12030 vsize=5356 CPUtime=0
/proc/12053/stat : 12053 (sh) S 12030 12030 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999884490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12053/statm: 1339 232 193 169 0 50 0
[pid=12054] ppid=12053 vsize=79596 CPUtime=1774.55
/proc/12054/stat : 12054 (minisat) R 12053 12030 11070 0 -1 4194304 19341 0 0 0 177434 21 0 0 25 0 1 0 1999884491 81506304 19327 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/12054/statm: 19899 19327 75 150 0 19746 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 98552

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12030 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=249161
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=286956
# CPU time returned by wait4() is 25.5361
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.33
CPU time (s): 1800.05
CPU user time (s): 1799.58
CPU system time (s): 0.47
CPU usage (%): 99.5971
Max. virtual memory (cumulated for all children) (KiB): 886132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.2492
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21714
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= 6470
involuntary context switches= 6807

runsolver used 2.6136 second user time and 5.62115 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 00:04:44
IDJOB=1079035
IDBENCH=56858
IDSOLVER=346
FILE ID=node33/1079035-1215209084
PBS_JOBID= 7881709
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-7_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-1079035-1215209084/watcher-1079035-1215209084 -o /tmp/evaluation-result-1079035-1215209084/solver-1079035-1215209084 -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-1079035-1215209084.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c56f703fbfb446fbf73a9fe89e10396f
RANDOM SEED=1401439705

node33.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:       1792560 kB
Buffers:         20532 kB
Cached:         154516 kB
SwapCached:       6444 kB
Active:         176164 kB
Inactive:        28964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792560 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:          37516 kB
Slab:            43440 kB
Committed_AS:  3578912 kB
PageTables:       1868 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= 66472 MiB
End job on node33 at 2008-07-05 00:34:53