Trace number 1068094

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.02 1807.72

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-23-02.xml
MD5SUM819c3e677bbf729895a37d0aded931cf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.77473
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints4428
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension182
Number of constraints which are defined in intension4246
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 08:19:16 2008
0.00/0.04	c 0	PID 774
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1068094-1215152356.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-1068094-1215152356.xml' 'HOME/temp.csp'
0.03/0.94	c 1	1 domains, 435 variables, 11 predicates, 10 relations, 4428 constraints
0.03/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.98	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.93/1.07	c 1	Parsing HOME/temp.csp
1.52/1.66	c 2	parsed 4885 expressions
1.52/1.66	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.52/1.66	c 2	Converting to clausal form CSP
1.62/1.79	c 2	converted 489 (10%) expressions
4.01/4.14	c 5	converted 977 (20%) expressions
4.41/4.57	c 5	converted 1466 (30%) expressions
4.50/4.63	c 5	converted 1954 (40%) expressions
4.50/4.67	c 5	converted 2443 (50%) expressions
4.61/4.72	c 5	converted 2931 (60%) expressions
4.61/4.77	c 5	converted 3420 (70%) expressions
4.80/4.99	c 5	converted 3908 (80%) expressions
5.40/5.52	c 6	converted 4397 (90%) expressions
5.61/5.79	c 6	converted 4885 (100%) expressions
5.61/5.79	c 6	CSP : 435 integers, 0 booleans, 4428 clauses, largest domain size 26
5.61/5.79	c 6	Heap : 111 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.61/5.79	c 6	Propagation in CSP
5.70/5.89	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.70/5.89	c 6	CSP : 435 integers, 0 booleans, 4428 clauses, largest domain size 26
5.70/5.89	c 6	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.70/5.90	c 6	Simplifing CSP by introducing new Boolean variables
5.90/6.03	c 6	CSP : 435 integers, 35472 booleans, 39900 clauses, largest domain size 26
5.90/6.03	c 6	Heap : 119 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.70/6.81	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.70/6.85	c 7	44 (10%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
6.70/6.85	c 7	87 (20%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
6.70/6.85	c 7	131 (30%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
6.70/6.85	c 7	174 (40%) CSP integer variables are encoded (4176 clauses, 52225 bytes)
6.70/6.85	c 7	218 (50%) CSP integer variables are encoded (5232 clauses, 65953 bytes)
6.70/6.86	c 7	261 (60%) CSP integer variables are encoded (6264 clauses, 79369 bytes)
6.70/6.86	c 7	305 (70%) CSP integer variables are encoded (7320 clauses, 93097 bytes)
6.70/6.86	c 7	348 (80%) CSP integer variables are encoded (8352 clauses, 106513 bytes)
6.70/6.86	c 7	392 (90%) CSP integer variables are encoded (9408 clauses, 120241 bytes)
6.70/6.86	c 7	435 (100%) CSP integer variables are encoded (10440 clauses, 135338 bytes)
52.15/52.54	c 53	3990 (10%) CSP clauses are encoded (1141868 clauses, 45228508 bytes)
87.07/87.61	c 88	7980 (20%) CSP clauses are encoded (1523683 clauses, 63139927 bytes)
87.17/87.77	c 88	11970 (30%) CSP clauses are encoded (1616348 clauses, 64973100 bytes)
87.37/87.95	c 88	15960 (40%) CSP clauses are encoded (1709013 clauses, 66807873 bytes)
87.56/88.11	c 89	19950 (50%) CSP clauses are encoded (1801653 clauses, 68642987 bytes)
87.66/88.28	c 89	23940 (60%) CSP clauses are encoded (1894318 clauses, 70481460 bytes)
117.01/117.72	c 118	27930 (70%) CSP clauses are encoded (2181370 clauses, 85175448 bytes)
117.10/117.89	c 118	31920 (80%) CSP clauses are encoded (2276035 clauses, 86996472 bytes)
128.74/129.58	c 130	35910 (90%) CSP clauses are encoded (2461754 clauses, 95415286 bytes)
140.67/141.54	c 142	39900 (100%) CSP clauses are encoded (2673425 clauses, 106286784 bytes)
140.67/141.54	c 142	39900 CSP clauses encoded
140.67/141.54	c 142	Writing map file : HOME/temp.map
140.67/141.56	c 142	Heap : 161 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
140.67/141.56	c 142	SAT : 46347 SAT variables, 2673425 SAT clauses, 106286784 bytes
140.67/141.56	c 142	Heap : 161 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
140.75/141.62	c 142	SOLVING HOME/temp.cnf
140.75/141.62	c 142	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
140.75/141.63	c 142	This is MiniSat 2.0 beta
140.75/141.63	c 142	WARNING: for repeatability, setting FPU to use double precision
140.75/141.63	c 142	============================[ Problem Statistics ]=============================
140.75/141.63	c 142	|                                                                             |
140.75/141.63	c 142	|  Number of variables:  46347                                                |
140.75/141.63	c 142	|  Number of clauses:    2673425                                              |
142.82/143.75	c 144	|  Parsing time:         1.88         s                                       |
142.92/143.90	c 144	============================[ Search Statistics ]==============================
142.92/143.90	c 144	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
142.92/143.90	c 144	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
142.92/143.90	c 144	===============================================================================
142.92/143.90	c 144	|         0 |   46341  2672685 18199559 |   890895        0    nan |  0.000 % |
143.22/144.13	c 145	|       100 |   46341  2672685 18199559 |   979984      100      8 |  0.013 % |
143.22/144.19	c 145	|       250 |   46341  2672685 18199559 |  1077982      250      8 |  0.013 % |
143.41/144.32	c 145	|       477 |   46341  2672685 18199559 |  1185781      477      8 |  0.013 % |
143.41/144.38	c 145	|       816 |   46341  2672685 18199559 |  1304359      816      8 |  0.013 % |
143.51/144.44	c 145	|      1324 |   46341  2672685 18199559 |  1434795     1324      9 |  0.013 % |
143.51/144.48	c 145	|      2085 |   46341  2672685 18199559 |  1578274     2085      9 |  0.013 % |
143.71/144.64	c 145	|      3224 |   46341  2672685 18199559 |  1736102     3224      9 |  0.013 % |
143.81/144.77	c 145	|      4933 |   46341  2672685 18199559 |  1909712     4933      9 |  0.013 % |
144.01/144.97	c 145	|      7495 |   46341  2672685 18199559 |  2100683     7495     10 |  0.013 % |
144.51/145.41	c 146	|     11339 |   46340  2672685 18199559 |  2310752    11338     10 |  0.015 % |
145.41/146.33	c 147	|     17105 |   46340  2672685 18199559 |  2541827    17104     10 |  0.015 % |
146.51/147.49	c 148	|     25754 |   46340  2672685 18199559 |  2796010    25753     11 |  0.015 % |
148.00/148.94	c 149	|     38730 |   46340  2672685 18199559 |  3075611    38729     11 |  0.015 % |
151.08/152.04	c 152	|     58191 |   46339  2672685 18199559 |  3383172    58189     11 |  0.017 % |
156.66/157.64	c 158	|     87385 |   46339  2672685 18199559 |  3721489    87383     11 |  0.017 % |
167.62/168.63	c 169	|    131176 |   46336  2672685 18199559 |  4093638   131171     12 |  0.024 % |
189.03/190.12	c 191	|    196860 |   46332  2672685 18199559 |  4503002   196851     13 |  0.032 % |
234.06/235.35	c 236	|    295386 |   46329  2672685 18199559 |  4953302   295374     13 |  0.039 % |
286.24/287.71	c 288	|    443175 |   46323  2670875 18193556 |  5448632   443090     13 |  0.052 % |
418.03/420.07	c 420	|    664858 |   46321  2670875 18193556 |  5993496   664771     15 |  0.056 % |
688.59/691.78	c 692	|    997384 |   46316  2670003 18188454 |  6592845   997292     16 |  0.067 % |
1215.98/1221.29	c 1222	|   1496173 |   46314  2670003 18188454 |  7252130  1496079     16 |  0.071 % |
1800.02/1807.61	c ERROR INTERRUPTED
1800.02/1807.67	s UNKNOWN
1800.02/1807.67	c 1808	CPU 139.75 (0.03 0 139.72 1.03)
1800.02/1807.67	c 1808	END Fri Jul  4 08:49:24 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-1068094-1215152356/watcher-1068094-1215152356 -o /tmp/evaluation-result-1068094-1215152356/solver-1068094-1215152356 -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-1068094-1215152356.xml 

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


[startup+0 s]
/proc/loadavg: 1.97 2.00 2.00 4/82 774
/proc/meminfo: memFree=1708800/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=12272 CPUtime=0
/proc/774/stat : 774 (sugar) R 772 774 32064 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 638166041 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234063821568 0 0 4224 0 0 0 0 17 0 0 0
/proc/774/statm: 3068 327 246 3 0 168 0

[startup+0.0913471 s]
/proc/loadavg: 1.97 2.00 2.00 4/82 774
/proc/meminfo: memFree=1708800/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=0.03
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 638166041 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102348 s]
/proc/loadavg: 1.97 2.00 2.00 4/82 774
/proc/meminfo: memFree=1708800/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=0.03
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 638166041 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301369 s]
/proc/loadavg: 1.97 2.00 2.00 4/82 774
/proc/meminfo: memFree=1708800/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=0.03
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 638166041 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701412 s]
/proc/loadavg: 1.97 2.00 2.00 4/82 774
/proc/meminfo: memFree=1708800/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=0.03
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 638166041 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50149 s]
/proc/loadavg: 1.97 2.00 2.00 3/86 789
/proc/meminfo: memFree=1704800/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=0.93
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 973 8556 0 1 3 0 85 5 15 0 1 0 638166041 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 797 370 3 0 500 0
[pid=787] ppid=774 vsize=5356 CPUtime=0
/proc/787/stat : 787 (sh) S 774 774 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638166140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 233 193 169 0 50 0
[pid=788] ppid=787 vsize=864092 CPUtime=0.49
/proc/788/stat : 788 (java) S 787 774 32064 0 -1 0 6322 0 1 0 47 2 0 0 20 0 9 0 638166140 884830208 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/788/statm: 216023 5603 2532 9 0 210605 0
[pid=788/tid=789] ppid=787 vsize=864092 CPUtime=0.31
/proc/788/task/789/stat : 789 (java) R 787 774 32064 0 -1 64 2468 0 1 0 31 0 0 0 25 0 9 0 638166141 884830208 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4126428713 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883048

[startup+3.10166 s]
/proc/loadavg: 1.98 2.00 2.00 4/93 796
/proc/meminfo: memFree=1679016/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=0.93
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 974 8556 0 1 3 0 85 5 15 0 1 0 638166041 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 797 370 3 0 500 0
[pid=787] ppid=774 vsize=5356 CPUtime=0
/proc/787/stat : 787 (sh) S 774 774 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638166140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 233 193 169 0 50 0
[pid=788] ppid=787 vsize=864216 CPUtime=2.09
/proc/788/stat : 788 (java) S 787 774 32064 0 -1 0 16746 0 1 0 201 8 0 0 20 0 9 0 638166140 884957184 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/788/statm: 216054 15929 2540 9 0 210629 0
[pid=788/tid=789] ppid=787 vsize=864216 CPUtime=0.95
/proc/788/task/789/stat : 789 (java) R 787 774 32064 0 -1 64 3164 0 1 0 94 1 0 0 25 0 9 0 638166141 884957184 15930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=790] ppid=787 vsize=864216 CPUtime=1.03
/proc/788/task/790/stat : 790 (java) R 787 774 32064 0 -1 64 12540 0 0 0 97 6 0 0 16 0 9 0 638166143 884957184 15931 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=791] ppid=787 vsize=864216 CPUtime=0
/proc/788/task/791/stat : 791 (java) S 787 774 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 638166143 884957184 15932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=792] ppid=787 vsize=864216 CPUtime=0
/proc/788/task/792/stat : 792 (java) S 787 774 32064 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 638166143 884957184 15933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=793] ppid=787 vsize=864216 CPUtime=0
/proc/788/task/793/stat : 793 (java) S 787 774 32064 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 638166145 884957184 15934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=794] ppid=787 vsize=864216 CPUtime=0.08
/proc/788/task/794/stat : 794 (java) S 787 774 32064 0 -1 64 349 0 0 0 8 0 0 0 16 0 9 0 638166145 884957184 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=795] ppid=787 vsize=864216 CPUtime=0
/proc/788/task/795/stat : 795 (java) S 787 774 32064 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 638166145 884957184 15936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=796] ppid=787 vsize=864216 CPUtime=0
/proc/788/task/796/stat : 796 (java) S 787 774 32064 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638166145 884957184 15937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883172

[startup+6.30299 s]
/proc/loadavg: 1.98 2.00 2.00 4/93 796
/proc/meminfo: memFree=1591144/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=0.93
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 974 8556 0 1 3 0 85 5 15 0 1 0 638166041 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 797 370 3 0 500 0
[pid=787] ppid=774 vsize=5356 CPUtime=0
/proc/787/stat : 787 (sh) S 774 774 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638166140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 233 193 169 0 50 0
[pid=788] ppid=787 vsize=889124 CPUtime=5.28
/proc/788/stat : 788 (java) S 787 774 32064 0 -1 0 47006 0 1 0 508 20 0 0 20 0 9 0 638166140 910462976 41030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/788/statm: 222281 41030 2540 9 0 216856 0
[pid=788/tid=789] ppid=787 vsize=889124 CPUtime=2
/proc/788/task/789/stat : 789 (java) S 787 774 32064 0 -1 64 4315 0 1 0 198 2 0 0 25 0 9 0 638166141 910462976 41030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=790] ppid=787 vsize=889124 CPUtime=3.06
/proc/788/task/790/stat : 790 (java) R 787 774 32064 0 -1 64 40522 0 0 0 290 16 0 0 19 0 9 0 638166143 910462976 41030 996147200 134512640 134550740 4294955952 18446744073709551615 103736429 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=791] ppid=787 vsize=889124 CPUtime=0
/proc/788/task/791/stat : 791 (java) S 787 774 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 638166143 910462976 41030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=792] ppid=787 vsize=889124 CPUtime=0
/proc/788/task/792/stat : 792 (java) S 787 774 32064 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 638166143 910462976 41030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=793] ppid=787 vsize=889124 CPUtime=0
/proc/788/task/793/stat : 793 (java) S 787 774 32064 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 638166145 910462976 41030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=794] ppid=787 vsize=889124 CPUtime=0.19
/proc/788/task/794/stat : 794 (java) S 787 774 32064 0 -1 64 1473 0 0 0 19 0 0 0 15 0 9 0 638166145 910462976 41030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=795] ppid=787 vsize=889124 CPUtime=0
/proc/788/task/795/stat : 795 (java) S 787 774 32064 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 638166145 910462976 41030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=796] ppid=787 vsize=889124 CPUtime=0
/proc/788/task/796/stat : 796 (java) S 787 774 32064 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638166145 910462976 41030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908080

[startup+12.7027 s]
/proc/loadavg: 1.98 2.00 2.00 3/93 796
/proc/meminfo: memFree=1561776/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=0.93
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 974 8556 0 1 3 0 85 5 15 0 1 0 638166041 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 797 370 3 0 500 0
[pid=787] ppid=774 vsize=5356 CPUtime=0
/proc/787/stat : 787 (sh) S 774 774 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638166140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 233 193 169 0 50 0
[pid=788] ppid=787 vsize=868496 CPUtime=11.64
/proc/788/stat : 788 (java) S 787 774 32064 0 -1 0 47233 0 1 0 1135 29 0 0 20 0 9 0 638166140 889339904 35991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/788/statm: 217124 35991 2567 9 0 211671 0
[pid=788/tid=789] ppid=787 vsize=868496 CPUtime=7.68
/proc/788/task/789/stat : 789 (java) R 787 774 32064 0 -1 64 4444 0 1 0 758 10 0 0 25 0 9 0 638166141 889339904 35991 996147200 134512640 134550740 4294955952 18446744073709551615 4126614800 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=790] ppid=787 vsize=868496 CPUtime=3.68
/proc/788/task/790/stat : 790 (java) S 787 774 32064 0 -1 64 40580 0 0 0 351 17 0 0 16 0 9 0 638166143 889339904 35991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=791] ppid=787 vsize=868496 CPUtime=0
/proc/788/task/791/stat : 791 (java) S 787 774 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 638166143 889339904 35991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=792] ppid=787 vsize=868496 CPUtime=0
/proc/788/task/792/stat : 792 (java) S 787 774 32064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 638166143 889339904 35991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=793] ppid=787 vsize=868496 CPUtime=0
/proc/788/task/793/stat : 793 (java) S 787 774 32064 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 638166145 889339904 35991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=794] ppid=787 vsize=868496 CPUtime=0.24
/proc/788/task/794/stat : 794 (java) S 787 774 32064 0 -1 64 1513 0 0 0 24 0 0 0 16 0 9 0 638166145 889339904 35991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=795] ppid=787 vsize=868496 CPUtime=0
/proc/788/task/795/stat : 795 (java) S 787 774 32064 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 638166145 889339904 35991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=796] ppid=787 vsize=868496 CPUtime=0
/proc/788/task/796/stat : 796 (java) S 787 774 32064 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638166145 889339904 35991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887452

[startup+25.503 s]
/proc/loadavg: 1.98 2.00 2.00 3/93 796
/proc/meminfo: memFree=1547632/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=0.93
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 974 8556 0 1 3 0 85 5 15 0 1 0 638166041 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 797 370 3 0 500 0
[pid=787] ppid=774 vsize=5356 CPUtime=0
/proc/787/stat : 787 (sh) S 774 774 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638166140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 233 193 169 0 50 0
[pid=788] ppid=787 vsize=868496 CPUtime=24.36
/proc/788/stat : 788 (java) S 787 774 32064 0 -1 0 47743 0 1 0 2401 35 0 0 20 0 9 0 638166140 889339904 36423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/788/statm: 217124 36423 2567 9 0 211671 0
[pid=788/tid=789] ppid=787 vsize=868496 CPUtime=20.07
/proc/788/task/789/stat : 789 (java) R 787 774 32064 0 -1 64 4522 0 1 0 1991 16 0 0 25 0 9 0 638166141 889339904 36423 996147200 134512640 134550740 4294955952 18446744073709551615 4126614232 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=790] ppid=787 vsize=868496 CPUtime=4.01
/proc/788/task/790/stat : 790 (java) S 787 774 32064 0 -1 64 41012 0 0 0 384 17 0 0 16 0 9 0 638166143 889339904 36423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=791] ppid=787 vsize=868496 CPUtime=0
/proc/788/task/791/stat : 791 (java) S 787 774 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 638166143 889339904 36423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=792] ppid=787 vsize=868496 CPUtime=0
/proc/788/task/792/stat : 792 (java) S 787 774 32064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 638166143 889339904 36423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=793] ppid=787 vsize=868496 CPUtime=0
/proc/788/task/793/stat : 793 (java) S 787 774 32064 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 638166145 889339904 36423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=794] ppid=787 vsize=868496 CPUtime=0.24
/proc/788/task/794/stat : 794 (java) S 787 774 32064 0 -1 64 1513 0 0 0 24 0 0 0 16 0 9 0 638166145 889339904 36423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=795] ppid=787 vsize=868496 CPUtime=0
/proc/788/task/795/stat : 795 (java) S 787 774 32064 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 638166145 889339904 36423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=788/tid=796] ppid=787 vsize=868496 CPUtime=0
/proc/788/task/796/stat : 796 (java) S 787 774 32064 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638166145 889339904 36423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 887452

[startup+51.1027 s]
/proc/loadavg: 1.99 2.00 2.00 3/93 796
/proc/meminfo: memFree=1507568/2055920 swapFree=4180580/4192956

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

/proc/meminfo: memFree=1364344/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=140.77
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 1033 82025 0 2 3 0 13972 102 16 0 1 0 638166041 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 799 370 3 0 500 0
[pid=797] ppid=774 vsize=5356 CPUtime=0
/proc/797/stat : 797 (sh) S 774 774 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638180204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/797/statm: 1339 232 193 169 0 50 0
[pid=798] ppid=797 vsize=338776 CPUtime=1155.98
/proc/798/stat : 798 (minisat) R 797 774 32064 0 -1 4194304 82382 0 0 0 115533 65 0 0 25 0 1 0 638180205 346906624 82368 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/798/statm: 84694 82368 76 150 0 84541 0
Current children cumulated CPU time (s) 1296.75
Current children cumulated vsize (KiB) 357732

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 854
/proc/meminfo: memFree=1359160/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=140.77
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 1033 82025 0 2 3 0 13972 102 16 0 1 0 638166041 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 799 370 3 0 500 0
[pid=797] ppid=774 vsize=5356 CPUtime=0
/proc/797/stat : 797 (sh) S 774 774 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638180204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/797/statm: 1339 232 193 169 0 50 0
[pid=798] ppid=797 vsize=343880 CPUtime=1215.74
/proc/798/stat : 798 (minisat) R 797 774 32064 0 -1 4194304 83682 0 0 0 121507 67 0 0 25 0 1 0 638180205 352133120 83668 996147200 134512640 135127466 4294956272 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 0 0 0
/proc/798/statm: 85970 83668 76 150 0 85817 0
Current children cumulated CPU time (s) 1356.51
Current children cumulated vsize (KiB) 362836

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 854
/proc/meminfo: memFree=1355000/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=140.77
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 1033 82025 0 2 3 0 13972 102 16 0 1 0 638166041 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 799 370 3 0 500 0
[pid=797] ppid=774 vsize=5356 CPUtime=0
/proc/797/stat : 797 (sh) S 774 774 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638180204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/797/statm: 1339 232 193 169 0 50 0
[pid=798] ppid=797 vsize=347952 CPUtime=1275.51
/proc/798/stat : 798 (minisat) R 797 774 32064 0 -1 4194304 84715 0 0 0 127483 68 0 0 25 0 1 0 638180205 356302848 84701 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/798/statm: 86988 84701 76 150 0 86835 0
Current children cumulated CPU time (s) 1416.28
Current children cumulated vsize (KiB) 366908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 854
/proc/meminfo: memFree=1350328/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=140.77
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 1033 82025 0 2 3 0 13972 102 16 0 1 0 638166041 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 799 370 3 0 500 0
[pid=797] ppid=774 vsize=5356 CPUtime=0
/proc/797/stat : 797 (sh) S 774 774 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638180204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/797/statm: 1339 232 193 169 0 50 0
[pid=798] ppid=797 vsize=352788 CPUtime=1335.26
/proc/798/stat : 798 (minisat) R 797 774 32064 0 -1 4194304 85926 0 0 0 133457 69 0 0 25 0 1 0 638180205 361254912 85912 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/798/statm: 88197 85912 76 150 0 88044 0
Current children cumulated CPU time (s) 1476.03
Current children cumulated vsize (KiB) 371744

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 854
/proc/meminfo: memFree=1346232/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=140.77
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 1033 82025 0 2 3 0 13972 102 16 0 1 0 638166041 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 799 370 3 0 500 0
[pid=797] ppid=774 vsize=5356 CPUtime=0
/proc/797/stat : 797 (sh) S 774 774 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638180204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/797/statm: 1339 232 193 169 0 50 0
[pid=798] ppid=797 vsize=356588 CPUtime=1395.02
/proc/798/stat : 798 (minisat) R 797 774 32064 0 -1 4194304 86925 0 0 0 139432 70 0 0 25 0 1 0 638180205 365146112 86911 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/798/statm: 89147 86911 76 150 0 88994 0
Current children cumulated CPU time (s) 1535.79
Current children cumulated vsize (KiB) 375544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 854
/proc/meminfo: memFree=1339256/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=140.77
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 1033 82025 0 2 3 0 13972 102 16 0 1 0 638166041 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 799 370 3 0 500 0
[pid=797] ppid=774 vsize=5356 CPUtime=0
/proc/797/stat : 797 (sh) S 774 774 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638180204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/797/statm: 1339 232 193 169 0 50 0
[pid=798] ppid=797 vsize=363336 CPUtime=1454.78
/proc/798/stat : 798 (minisat) R 797 774 32064 0 -1 4194304 88657 0 0 0 145406 72 0 0 25 0 1 0 638180205 372056064 88643 996147200 134512640 135127466 4294956272 18446744073709551615 134521779 0 0 4096 3 0 0 0 17 0 0 0
/proc/798/statm: 90834 88643 76 150 0 90681 0
Current children cumulated CPU time (s) 1595.55
Current children cumulated vsize (KiB) 382292

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 854
/proc/meminfo: memFree=1335096/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=140.77
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 1033 82025 0 2 3 0 13972 102 16 0 1 0 638166041 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 799 370 3 0 500 0
[pid=797] ppid=774 vsize=5356 CPUtime=0
/proc/797/stat : 797 (sh) S 774 774 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638180204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/797/statm: 1339 232 193 169 0 50 0
[pid=798] ppid=797 vsize=367380 CPUtime=1514.53
/proc/798/stat : 798 (minisat) R 797 774 32064 0 -1 4194304 89696 0 0 0 151380 73 0 0 25 0 1 0 638180205 376197120 89682 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/798/statm: 91845 89682 76 150 0 91692 0
Current children cumulated CPU time (s) 1655.3
Current children cumulated vsize (KiB) 386336

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 854
/proc/meminfo: memFree=1328376/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=140.77
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 1033 82025 0 2 3 0 13972 102 16 0 1 0 638166041 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 799 370 3 0 500 0
[pid=797] ppid=774 vsize=5356 CPUtime=0
/proc/797/stat : 797 (sh) S 774 774 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638180204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/797/statm: 1339 232 193 169 0 50 0
[pid=798] ppid=797 vsize=373980 CPUtime=1574.29
/proc/798/stat : 798 (minisat) R 797 774 32064 0 -1 4194304 91376 0 0 0 157354 75 0 0 25 0 1 0 638180205 382955520 91362 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/798/statm: 93495 91362 76 150 0 93342 0
Current children cumulated CPU time (s) 1715.06
Current children cumulated vsize (KiB) 392936

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 854
/proc/meminfo: memFree=1322232/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=140.77
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 1033 82025 0 2 3 0 13972 102 16 0 1 0 638166041 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 799 370 3 0 500 0
[pid=797] ppid=774 vsize=5356 CPUtime=0
/proc/797/stat : 797 (sh) S 774 774 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638180204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/797/statm: 1339 232 193 169 0 50 0
[pid=798] ppid=797 vsize=379708 CPUtime=1634.05
/proc/798/stat : 798 (minisat) R 797 774 32064 0 -1 4194304 92870 0 0 0 163329 76 0 0 25 0 1 0 638180205 388820992 92856 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/798/statm: 94927 92856 76 150 0 94774 0
Current children cumulated CPU time (s) 1774.82
Current children cumulated vsize (KiB) 398664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 854
/proc/meminfo: memFree=1320632/2055920 swapFree=4180580/4192956
[pid=774] ppid=772 vsize=13600 CPUtime=140.77
/proc/774/stat : 774 (sugar) S 772 774 32064 0 -1 4194304 1033 82025 0 2 3 0 13972 102 16 0 1 0 638166041 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/774/statm: 3400 799 370 3 0 500 0
[pid=797] ppid=774 vsize=5356 CPUtime=0
/proc/797/stat : 797 (sh) S 774 774 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638180204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/797/statm: 1339 232 193 169 0 50 0
[pid=798] ppid=797 vsize=381312 CPUtime=1659.25
/proc/798/stat : 798 (minisat) R 797 774 32064 0 -1 4194304 93259 0 0 0 165849 76 0 0 25 0 1 0 638180205 390463488 93245 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/798/statm: 95328 93245 76 150 0 95175 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 400268

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 774 and gives
#  childrusage.ru_utime.tv_sec=139
#  childrusage.ru_utime.tv_usec=767752
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=92833
# CPU time returned by wait4() is 140.861
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.72
CPU time (s): 1800.02
CPU user time (s): 1798.24
CPU system time (s): 1.78
CPU usage (%): 99.5742
Max. virtual memory (cumulated for all children) (KiB): 908080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.768
system time used= 1.09283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83402
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= 9981
involuntary context switches= 12136

runsolver used 1.67274 second user time and 5.08323 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 08:19:16
IDJOB=1068094
IDBENCH=55478
IDSOLVER=346
FILE ID=node79/1068094-1215152356
PBS_JOBID= 7877427
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 819c3e677bbf729895a37d0aded931cf
RANDOM SEED=1458052611

node79.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.218
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.218
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:       1709344 kB
Buffers:         39876 kB
Cached:         145888 kB
SwapCached:       6948 kB
Active:         215568 kB
Inactive:        77396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709344 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            2612 kB
Writeback:           0 kB
Mapped:         123312 kB
Slab:            38620 kB
Committed_AS:  1736144 kB
PageTables:       2028 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= 66552 MiB
End job on node79 at 2008-07-04 08:49:26