Trace number 1079518

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.01 1807.54

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-9_ext.xml
MD5SUM9f204db7e02a84df79b508c7ba71055f
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 benchmark16.8124
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints17
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:19:40 2008
0.00/0.04	c 0	PID 24984
0.00/0.04	c 0	HOST node77.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1079518-1215209980.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079518-1215209980.xml' 'HOME/temp.csp'
0.03/0.46	c 0	1 domains, 72 variables, 0 predicates, 2 relations, 17 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.44/0.55	c 0	Parsing HOME/temp.csp
0.44/0.71	c 1	parsed 92 expressions
0.44/0.72	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.72	c 1	Converting to clausal form CSP
0.44/0.74	c 1	converted 10 (10%) expressions
0.44/0.74	c 1	converted 19 (20%) expressions
0.44/0.74	c 1	converted 28 (30%) expressions
0.44/0.74	c 1	converted 37 (40%) expressions
0.44/0.74	c 1	converted 46 (50%) expressions
0.44/0.74	c 1	converted 56 (60%) expressions
0.44/0.74	c 1	converted 65 (70%) expressions
0.44/0.75	c 1	converted 74 (80%) expressions
1.04/1.18	c 1	converted 83 (90%) expressions
1.54/1.60	c 1	converted 92 (100%) expressions
1.54/1.60	c 1	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
1.54/1.60	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.54/1.60	c 1	Propagation in CSP
1.54/1.60	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.54/1.60	c 1	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
1.54/1.60	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.54/1.60	c 1	Simplifing CSP by introducing new Boolean variables
1.54/1.60	c 1	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
1.54/1.60	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.64/1.77	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.64/1.78	c 2	8 (10%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.64/1.78	c 2	15 (20%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.64/1.79	c 2	22 (30%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.64/1.79	c 2	29 (40%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.64/1.79	c 2	36 (50%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.64/1.79	c 2	44 (60%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.64/1.79	c 2	51 (70%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
1.64/1.79	c 2	58 (80%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
1.64/1.79	c 2	65 (90%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
1.64/1.79	c 2	72 (100%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
11.68/11.86	c 12	2 (10%) CSP clauses are encoded (76478 clauses, 3779150 bytes)
21.83/22.05	c 22	4 (20%) CSP clauses are encoded (151228 clauses, 7573651 bytes)
31.78/32.03	c 32	6 (30%) CSP clauses are encoded (225978 clauses, 11622481 bytes)
36.74/37.04	c 37	7 (40%) CSP clauses are encoded (263353 clauses, 13646896 bytes)
46.90/47.25	c 47	9 (50%) CSP clauses are encoded (338103 clauses, 17695726 bytes)
57.95/58.31	c 58	11 (60%) CSP clauses are encoded (416399 clauses, 21707063 bytes)
63.42/63.87	c 64	12 (70%) CSP clauses are encoded (455547 clauses, 23878273 bytes)
74.65/75.17	c 75	14 (80%) CSP clauses are encoded (533843 clauses, 28390331 bytes)
85.79/86.32	c 86	16 (90%) CSP clauses are encoded (612139 clauses, 33657813 bytes)
91.26/91.90	c 92	17 (100%) CSP clauses are encoded (651287 clauses, 36291554 bytes)
91.37/91.90	c 92	17 CSP clauses encoded
91.37/91.90	c 92	Writing map file : HOME/temp.map
91.37/91.90	c 92	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
91.37/91.90	c 92	SAT : 1800 SAT variables, 651287 SAT clauses, 36291554 bytes
91.37/91.90	c 92	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
91.37/91.94	c 92	SOLVING HOME/temp.cnf
91.37/91.94	c 92	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
91.37/91.94	c 92	This is MiniSat 2.0 beta
91.37/91.94	c 92	WARNING: for repeatability, setting FPU to use double precision
91.37/91.94	c 92	============================[ Problem Statistics ]=============================
91.37/91.94	c 92	|                                                                             |
91.37/91.94	c 92	|  Number of variables:  1800                                                 |
91.37/91.94	c 92	|  Number of clauses:    651287                                               |
92.14/92.74	c 93	|  Parsing time:         0.71         s                                       |
92.14/92.79	c 93	============================[ Search Statistics ]==============================
92.14/92.79	c 93	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
92.14/92.79	c 93	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
92.14/92.79	c 93	===============================================================================
92.14/92.79	c 93	|         0 |    1800   651287  7332018 |   217095        0    nan |  0.000 % |
92.24/92.81	c 93	|       101 |    1800   651287  7332018 |   238805      101      6 |  0.000 % |
92.34/92.92	c 93	|       252 |    1800   651287  7332018 |   262685      252      7 |  0.001 % |
92.34/92.98	c 93	|       477 |    1800   651287  7332018 |   288954      477      7 |  0.001 % |
92.44/93.02	c 93	|       814 |    1800   651287  7332018 |   317849      814      8 |  0.001 % |
92.44/93.08	c 93	|      1320 |    1800   651287  7332018 |   349634     1320      8 |  0.000 % |
92.55/93.17	c 93	|      2080 |    1800   651287  7332018 |   384598     2080      8 |  0.000 % |
92.75/93.35	c 93	|      3219 |    1800   651287  7332018 |   423058     3219      9 |  0.001 % |
93.05/93.61	c 93	|      4928 |    1800   651287  7332018 |   465363     4928      9 |  0.000 % |
93.35/93.92	c 94	|      7491 |    1800   651287  7332018 |   511900     7491      9 |  0.001 % |
95.93/96.51	c 96	|     11338 |    1800   651287  7332018 |   563090    11338     11 |  0.000 % |
106.10/106.79	c 107	|     17104 |    1800   651287  7332018 |   619399    17104     11 |  0.000 % |
122.72/123.48	c 123	|     25754 |    1800   651287  7332018 |   681339    25754     12 |  0.001 % |
150.70/151.51	c 151	|     38729 |    1800   651287  7332018 |   749473    38729     13 |  0.000 % |
197.89/198.91	c 199	|     58191 |    1800   651287  7332018 |   824420    58191     14 |  0.001 % |
259.83/261.16	c 261	|     87387 |    1800   651287  7332018 |   906862    87387     14 |  0.000 % |
367.87/369.68	c 369	|    131176 |    1800   651287  7332018 |   997548   131176     15 |  0.001 % |
546.22/548.70	c 549	|    196860 |    1794   647713  7292114 |  1097303   173759     15 |  0.333 % |
864.77/868.59	c 868	|    295388 |    1794   647713  7292114 |  1207033   272287     16 |  0.333 % |
1394.03/1399.97	c 1400	|    443177 |    1794   644906  7259635 |  1327737   388825     18 |  0.334 % |
1800.01/1807.51	c ERROR INTERRUPTED
1800.01/1807.52	s UNKNOWN
1800.01/1807.53	c 1807	CPU 90.95 (0.04 0 90.91 0.46)
1800.01/1807.53	c 1807	END Sat Jul  5 00:49:47 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-1079518-1215209980/watcher-1079518-1215209980 -o /tmp/evaluation-result-1079518-1215209980/solver-1079518-1215209980 -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-1079518-1215209980.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.93 2.31 2.12 4/74 24984
/proc/meminfo: memFree=1683664/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=12272 CPUtime=0
/proc/24984/stat : 24984 (sugar) R 24982 24984 23071 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 634215776 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228044012133 0 0 4224 0 0 0 0 17 1 0 0
/proc/24984/statm: 3068 327 246 3 0 168 0

[startup+0.0158351 s]
/proc/loadavg: 2.93 2.31 2.12 4/74 24984
/proc/meminfo: memFree=1683664/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=12544 CPUtime=0
/proc/24984/stat : 24984 (sugar) R 24982 24984 23071 0 -1 4194304 507 0 0 0 0 0 0 0 18 0 1 0 634215776 12845056 476 996147200 4194304 4206940 548682068608 18446744073709551615 228057902928 0 0 4224 0 0 0 0 17 1 0 0
/proc/24984/statm: 3136 485 313 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101855 s]
/proc/loadavg: 2.93 2.31 2.12 4/74 24984
/proc/meminfo: memFree=1683664/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=0.03
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 634215776 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301892 s]
/proc/loadavg: 2.93 2.31 2.12 4/74 24984
/proc/meminfo: memFree=1683664/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=0.03
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 634215776 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701971 s]
/proc/loadavg: 2.93 2.31 2.12 4/74 24984
/proc/meminfo: memFree=1683664/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=0.44
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 973 4750 0 1 3 0 38 3 15 0 1 0 634215776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24984/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50213 s]
/proc/loadavg: 2.93 2.31 2.12 4/85 25006
/proc/meminfo: memFree=1665336/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=0.44
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 973 4750 0 1 3 0 38 3 15 0 1 0 634215776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24984/statm: 3400 797 370 3 0 500 0
[pid=24997] ppid=24984 vsize=5356 CPUtime=0
/proc/24997/stat : 24997 (sh) S 24984 24984 23071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634215824 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24997/statm: 1339 233 193 169 0 50 0
[pid=24998] ppid=24997 vsize=864328 CPUtime=1
/proc/24998/stat : 24998 (java) S 24997 24984 23071 0 -1 0 11392 0 1 0 95 5 0 0 20 0 9 0 634215824 885071872 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24998/statm: 216082 10665 2540 9 0 210657 0
[pid=24998/tid=24999] ppid=24997 vsize=864328 CPUtime=0.41
/proc/24998/task/24999/stat : 24999 (java) R 24997 24984 23071 0 -1 64 2925 0 1 0 40 1 0 0 25 0 9 0 634215825 885071872 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4126524153 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25000] ppid=24997 vsize=864328 CPUtime=0.52
/proc/24998/task/25000/stat : 25000 (java) S 24997 24984 23071 0 -1 64 7450 0 0 0 49 3 0 0 17 0 9 0 634215826 885071872 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25001] ppid=24997 vsize=864328 CPUtime=0
/proc/24998/task/25001/stat : 25001 (java) S 24997 24984 23071 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634215826 885071872 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25002] ppid=24997 vsize=864328 CPUtime=0
/proc/24998/task/25002/stat : 25002 (java) S 24997 24984 23071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634215826 885071872 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25003] ppid=24997 vsize=864328 CPUtime=0
/proc/24998/task/25003/stat : 25003 (java) S 24997 24984 23071 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634215828 885071872 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25004] ppid=24997 vsize=864328 CPUtime=0.05
/proc/24998/task/25004/stat : 25004 (java) S 24997 24984 23071 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 634215828 885071872 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25005] ppid=24997 vsize=864328 CPUtime=0
/proc/24998/task/25005/stat : 25005 (java) S 24997 24984 23071 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634215828 885071872 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25006] ppid=24997 vsize=864328 CPUtime=0
/proc/24998/task/25006/stat : 25006 (java) S 24997 24984 23071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634215828 885071872 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883284

[startup+3.10245 s]
/proc/loadavg: 2.93 2.32 2.12 3/85 25006
/proc/meminfo: memFree=1640760/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=0.44
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 974 4750 0 1 3 0 38 3 15 0 1 0 634215776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24984/statm: 3400 797 370 3 0 500 0
[pid=24997] ppid=24984 vsize=5356 CPUtime=0
/proc/24997/stat : 24997 (sh) S 24984 24984 23071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634215824 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24997/statm: 1339 233 193 169 0 50 0
[pid=24998] ppid=24997 vsize=864440 CPUtime=2.59
/proc/24998/stat : 24998 (java) S 24997 24984 23071 0 -1 0 13562 0 1 0 252 7 0 0 20 0 9 0 634215824 885186560 12795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24998/statm: 216110 12795 2564 9 0 210657 0
[pid=24998/tid=24999] ppid=24997 vsize=864440 CPUtime=1.72
/proc/24998/task/24999/stat : 24999 (java) R 24997 24984 23071 0 -1 64 3126 0 1 0 171 1 0 0 25 0 9 0 634215825 885186560 12795 996147200 134512640 134550740 4294955952 18446744073709551615 4126575090 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25000] ppid=24997 vsize=864440 CPUtime=0.76
/proc/24998/task/25000/stat : 25000 (java) S 24997 24984 23071 0 -1 64 9398 0 0 0 72 4 0 0 16 0 9 0 634215826 885186560 12795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25001] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25001/stat : 25001 (java) S 24997 24984 23071 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634215826 885186560 12795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25002] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25002/stat : 25002 (java) S 24997 24984 23071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634215826 885186560 12795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25003] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25003/stat : 25003 (java) S 24997 24984 23071 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634215828 885186560 12795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25004] ppid=24997 vsize=864440 CPUtime=0.08
/proc/24998/task/25004/stat : 25004 (java) S 24997 24984 23071 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 634215828 885186560 12795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25005] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25005/stat : 25005 (java) S 24997 24984 23071 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634215828 885186560 12795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25006] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25006/stat : 25006 (java) S 24997 24984 23071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634215828 885186560 12795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883396

[startup+6.30207 s]
/proc/loadavg: 2.93 2.32 2.12 3/85 25006
/proc/meminfo: memFree=1637248/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=0.44
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 974 4750 0 1 3 0 38 3 15 0 1 0 634215776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24984/statm: 3400 797 370 3 0 500 0
[pid=24997] ppid=24984 vsize=5356 CPUtime=0
/proc/24997/stat : 24997 (sh) S 24984 24984 23071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634215824 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24997/statm: 1339 233 193 169 0 50 0
[pid=24998] ppid=24997 vsize=864440 CPUtime=5.78
/proc/24998/stat : 24998 (java) S 24997 24984 23071 0 -1 0 14339 0 1 0 570 8 0 0 20 0 9 0 634215824 885186560 13548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24998/statm: 216110 13548 2564 9 0 210657 0
[pid=24998/tid=24999] ppid=24997 vsize=864440 CPUtime=4.87
/proc/24998/task/24999/stat : 24999 (java) R 24997 24984 23071 0 -1 64 3150 0 1 0 485 2 0 0 25 0 9 0 634215825 885186560 13548 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25000] ppid=24997 vsize=864440 CPUtime=0.81
/proc/24998/task/25000/stat : 25000 (java) S 24997 24984 23071 0 -1 64 10151 0 0 0 76 5 0 0 16 0 9 0 634215826 885186560 13548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25001] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25001/stat : 25001 (java) S 24997 24984 23071 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634215826 885186560 13548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25002] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25002/stat : 25002 (java) S 24997 24984 23071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634215826 885186560 13548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25003] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25003/stat : 25003 (java) S 24997 24984 23071 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634215828 885186560 13548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25004] ppid=24997 vsize=864440 CPUtime=0.08
/proc/24998/task/25004/stat : 25004 (java) S 24997 24984 23071 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 634215828 885186560 13548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25005] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25005/stat : 25005 (java) S 24997 24984 23071 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634215828 885186560 13548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25006] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25006/stat : 25006 (java) S 24997 24984 23071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634215828 885186560 13548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 883396

[startup+12.7023 s]
/proc/loadavg: 2.79 2.31 2.12 3/85 25006
/proc/meminfo: memFree=1627272/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=0.44
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 974 4750 0 1 3 0 38 3 16 0 1 0 634215776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24984/statm: 3400 797 370 3 0 500 0
[pid=24997] ppid=24984 vsize=5356 CPUtime=0
/proc/24997/stat : 24997 (sh) S 24984 24984 23071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634215824 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24997/statm: 1339 233 193 169 0 50 0
[pid=24998] ppid=24997 vsize=864440 CPUtime=12.14
/proc/24998/stat : 24998 (java) S 24997 24984 23071 0 -1 0 16001 0 1 0 1203 11 0 0 20 0 9 0 634215824 885186560 15121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24998/statm: 216110 15121 2564 9 0 210657 0
[pid=24998/tid=24999] ppid=24997 vsize=864440 CPUtime=11.07
/proc/24998/task/24999/stat : 24999 (java) R 24997 24984 23071 0 -1 64 3239 0 1 0 1104 3 0 0 25 0 9 0 634215825 885186560 15121 996147200 134512640 134550740 4294955952 18446744073709551615 4126574562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25000] ppid=24997 vsize=864440 CPUtime=0.96
/proc/24998/task/25000/stat : 25000 (java) S 24997 24984 23071 0 -1 64 11719 0 0 0 90 6 0 0 15 0 9 0 634215826 885186560 15121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25001] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25001/stat : 25001 (java) S 24997 24984 23071 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634215826 885186560 15121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25002] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25002/stat : 25002 (java) S 24997 24984 23071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634215826 885186560 15121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25003] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25003/stat : 25003 (java) S 24997 24984 23071 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634215828 885186560 15121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25004] ppid=24997 vsize=864440 CPUtime=0.09
/proc/24998/task/25004/stat : 25004 (java) S 24997 24984 23071 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 634215828 885186560 15121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25005] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25005/stat : 25005 (java) S 24997 24984 23071 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634215828 885186560 15121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25006] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25006/stat : 25006 (java) S 24997 24984 23071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634215828 885186560 15121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 883396

[startup+25.5029 s]
/proc/loadavg: 2.67 2.30 2.12 3/85 25006
/proc/meminfo: memFree=1613064/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=0.44
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 974 4750 0 1 3 0 38 3 16 0 1 0 634215776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24984/statm: 3400 797 370 3 0 500 0
[pid=24997] ppid=24984 vsize=5356 CPUtime=0
/proc/24997/stat : 24997 (sh) S 24984 24984 23071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634215824 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24997/statm: 1339 233 193 169 0 50 0
[pid=24998] ppid=24997 vsize=864440 CPUtime=24.88
/proc/24998/stat : 24998 (java) S 24997 24984 23071 0 -1 0 21302 0 1 0 2471 17 0 0 20 0 9 0 634215824 885186560 17596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24998/statm: 216110 17596 2564 9 0 210657 0
[pid=24998/tid=24999] ppid=24997 vsize=864440 CPUtime=23.35
/proc/24998/task/24999/stat : 24999 (java) R 24997 24984 23071 0 -1 64 3377 0 1 0 2329 6 0 0 25 0 9 0 634215825 885186560 17596 996147200 134512640 134550740 4294955952 18446744073709551615 4126575191 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25000] ppid=24997 vsize=864440 CPUtime=1.4
/proc/24998/task/25000/stat : 25000 (java) S 24997 24984 23071 0 -1 64 16880 0 0 0 131 9 0 0 16 0 9 0 634215826 885186560 17596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25001] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25001/stat : 25001 (java) S 24997 24984 23071 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634215826 885186560 17596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24998/tid=25002] ppid=24997 vsize=864440 CPUtime=0
/proc/24998/task/25002/stat : 25002 (java) S 24997 24984 23071 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634215826 885186560 17596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1604248/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=91.41
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 1031 34110 0 2 4 0 9091 46 16 0 1 0 634215776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 798 370 3 0 500 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634224970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=98656 CPUtime=1265.18
/proc/25008/stat : 25008 (minisat) R 25007 24984 23071 0 -1 4194304 24248 0 0 0 126494 24 0 0 25 0 1 0 634224971 101023744 24234 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25008/statm: 24664 24234 75 150 0 24511 0
Current children cumulated CPU time (s) 1356.59
Current children cumulated vsize (KiB) 117612

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25074
/proc/meminfo: memFree=1602136/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=91.41
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 1031 34110 0 2 4 0 9091 46 16 0 1 0 634215776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 798 370 3 0 500 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634224970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=100780 CPUtime=1324.95
/proc/25008/stat : 25008 (minisat) R 25007 24984 23071 0 -1 4194304 24763 0 0 0 132470 25 0 0 25 0 1 0 634224971 103198720 24749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25008/statm: 25195 24749 75 150 0 25042 0
Current children cumulated CPU time (s) 1416.36
Current children cumulated vsize (KiB) 119736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25074
/proc/meminfo: memFree=1600408/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=91.41
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 1031 34110 0 2 4 0 9091 46 16 0 1 0 634215776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 798 370 3 0 500 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634224970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=102392 CPUtime=1384.7
/proc/25008/stat : 25008 (minisat) R 25007 24984 23071 0 -1 4194304 25155 0 0 0 138445 25 0 0 25 0 1 0 634224971 104849408 25141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25008/statm: 25598 25141 75 150 0 25445 0
Current children cumulated CPU time (s) 1476.11
Current children cumulated vsize (KiB) 121348

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25074
/proc/meminfo: memFree=1599000/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=91.41
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 1031 34110 0 2 4 0 9091 46 16 0 1 0 634215776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 798 370 3 0 500 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634224970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=103880 CPUtime=1444.45
/proc/25008/stat : 25008 (minisat) R 25007 24984 23071 0 -1 4194304 25538 0 0 0 144420 25 0 0 25 0 1 0 634224971 106373120 25524 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/25008/statm: 25970 25524 75 150 0 25817 0
Current children cumulated CPU time (s) 1535.86
Current children cumulated vsize (KiB) 122836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25074
/proc/meminfo: memFree=1597592/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=91.41
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 1031 34110 0 2 4 0 9091 46 16 0 1 0 634215776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 798 370 3 0 500 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634224970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=105360 CPUtime=1504.22
/proc/25008/stat : 25008 (minisat) R 25007 24984 23071 0 -1 4194304 25887 0 0 0 150396 26 0 0 25 0 1 0 634224971 107888640 25873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25008/statm: 26340 25873 75 150 0 26187 0
Current children cumulated CPU time (s) 1595.63
Current children cumulated vsize (KiB) 124316

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25074
/proc/meminfo: memFree=1595736/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=91.41
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 1031 34110 0 2 4 0 9091 46 16 0 1 0 634215776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 798 370 3 0 500 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634224970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=106920 CPUtime=1563.97
/proc/25008/stat : 25008 (minisat) R 25007 24984 23071 0 -1 4194304 26303 0 0 0 156371 26 0 0 25 0 1 0 634224971 109486080 26289 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25008/statm: 26730 26289 75 150 0 26577 0
Current children cumulated CPU time (s) 1655.38
Current children cumulated vsize (KiB) 125876

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25074
/proc/meminfo: memFree=1594200/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=91.41
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 1031 34110 0 2 4 0 9091 46 16 0 1 0 634215776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 798 370 3 0 500 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634224970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=108420 CPUtime=1623.73
/proc/25008/stat : 25008 (minisat) R 25007 24984 23071 0 -1 4194304 26697 0 0 0 162347 26 0 0 25 0 1 0 634224971 111022080 26683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25008/statm: 27105 26683 75 150 0 26952 0
Current children cumulated CPU time (s) 1715.14
Current children cumulated vsize (KiB) 127376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25074
/proc/meminfo: memFree=1592728/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=91.41
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 1031 34110 0 2 4 0 9091 46 16 0 1 0 634215776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 798 370 3 0 500 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634224970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=110832 CPUtime=1683.5
/proc/25008/stat : 25008 (minisat) R 25007 24984 23071 0 -1 4194304 27033 0 0 0 168323 27 0 0 25 0 1 0 634224971 113491968 27019 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25008/statm: 27708 27019 75 150 0 27555 0
Current children cumulated CPU time (s) 1774.91
Current children cumulated vsize (KiB) 129788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25074
/proc/meminfo: memFree=1592152/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=91.41
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 1031 34110 0 2 4 0 9091 46 16 0 1 0 634215776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 798 370 3 0 500 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634224970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=111456 CPUtime=1708.6
/proc/25008/stat : 25008 (minisat) R 25007 24984 23071 0 -1 4194304 27178 0 0 0 170833 27 0 0 25 0 1 0 634224971 114130944 27164 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25008/statm: 27864 27164 75 150 0 27711 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 130412

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

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25074
/proc/meminfo: memFree=1592152/2055920 swapFree=4166000/4192956
[pid=24984] ppid=24982 vsize=13600 CPUtime=91.41
/proc/24984/stat : 24984 (sugar) S 24982 24984 23071 0 -1 4194304 1031 34110 0 2 4 0 9091 46 16 0 1 0 634215776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 3400 798 370 3 0 500 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634224970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=111456 CPUtime=1708.6
/proc/25008/stat : 25008 (minisat) R 25007 24984 23071 0 -1 4194304 27178 0 0 0 170833 27 0 0 25 0 1 0 634224971 114130944 27164 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25008/statm: 27864 27164 75 150 0 27711 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 130412

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24984 and gives
#  childrusage.ru_utime.tv_sec=90
#  childrusage.ru_utime.tv_usec=953173
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=495924
# CPU time returned by wait4() is 91.4491
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.54
CPU time (s): 1800.01
CPU user time (s): 1799.28
CPU system time (s): 0.73
CPU usage (%): 99.5832
Max. virtual memory (cumulated for all children) (KiB): 889028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.9532
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35485
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= 9589
involuntary context switches= 10648

runsolver used 1.9417 second user time and 5.31719 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 00:19:40
IDJOB=1079518
IDBENCH=56887
IDSOLVER=346
FILE ID=node77/1079518-1215209980
PBS_JOBID= 7881655
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f204db7e02a84df79b508c7ba71055f
RANDOM SEED=990007458

node77.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1684080 kB
Buffers:         55584 kB
Cached:         206272 kB
SwapCached:      20616 kB
Active:         247472 kB
Inactive:        66076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684080 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:           15300 kB
Writeback:           0 kB
Mapped:          59260 kB
Slab:            43508 kB
Committed_AS:  1138448 kB
PageTables:       1852 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= 66536 MiB
End job on node77 at 2008-07-05 00:49:49