Trace number 1077060

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.15 1807.35

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-01.xml
MD5SUMd641e6d421915b203052ef4c4deb4c35
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 benchmark45.2021
Satisfiable
(Un)Satisfiability was proved
Number of variables373
Number of constraints2303
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension138
Number of constraints which are defined in intension2165
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 19:10:55 2008
0.00/0.04	c 0	PID 1826
0.03/0.04	c 0	HOST node83.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1077060-1215191455.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077060-1215191455.xml' 'HOME/temp.csp'
0.97/1.05	c 1	1 domains, 373 variables, 10 predicates, 10 relations, 2303 constraints
0.97/1.07	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.07	c 2	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'
1.03/1.14	c 2	Parsing HOME/temp.csp
1.03/1.80	c 2	parsed 2697 expressions
1.03/1.81	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.81	c 2	Converting to clausal form CSP
1.03/1.84	c 2	converted 270 (10%) expressions
4.03/4.16	c 5	converted 540 (20%) expressions
5.03/5.19	c 6	converted 810 (30%) expressions
5.23/5.37	c 6	converted 1079 (40%) expressions
6.32/6.41	c 7	converted 1349 (50%) expressions
6.61/6.77	c 7	converted 1619 (60%) expressions
6.82/6.92	c 7	converted 1888 (70%) expressions
6.92/7.01	c 7	converted 2158 (80%) expressions
6.92/7.04	c 7	converted 2428 (90%) expressions
7.31/7.46	c 8	converted 2697 (100%) expressions
7.31/7.46	c 8	CSP : 373 integers, 0 booleans, 2303 clauses, largest domain size 26
7.31/7.46	c 8	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.31/7.46	c 8	Propagation in CSP
7.31/7.48	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.31/7.49	c 8	CSP : 373 integers, 0 booleans, 2303 clauses, largest domain size 26
7.31/7.49	c 8	Heap : 155 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.31/7.49	c 8	Simplifing CSP by introducing new Boolean variables
7.42/7.53	c 8	CSP : 373 integers, 20328 booleans, 22631 clauses, largest domain size 26
7.42/7.53	c 8	Heap : 163 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.41/8.57	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.51/8.60	c 9	38 (10%) CSP integer variables are encoded (912 clauses, 9888 bytes)
8.51/8.61	c 9	75 (20%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
8.51/8.61	c 9	112 (30%) CSP integer variables are encoded (2688 clauses, 32881 bytes)
8.51/8.61	c 9	150 (40%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
8.51/8.61	c 9	187 (50%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
8.51/8.61	c 9	224 (60%) CSP integer variables are encoded (5376 clauses, 67825 bytes)
8.51/8.61	c 9	262 (70%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
8.51/8.61	c 9	299 (80%) CSP integer variables are encoded (7176 clauses, 91225 bytes)
8.51/8.61	c 9	336 (90%) CSP integer variables are encoded (8064 clauses, 102769 bytes)
8.51/8.62	c 9	373 (100%) CSP integer variables are encoded (8952 clauses, 114313 bytes)
177.12/178.11	c 179	2264 (10%) CSP clauses are encoded (1698164 clauses, 78678455 bytes)
193.34/194.46	c 195	4527 (20%) CSP clauses are encoded (1814023 clauses, 83719644 bytes)
265.17/266.65	c 267	6790 (30%) CSP clauses are encoded (2119870 clauses, 100899862 bytes)
342.49/344.36	c 345	9053 (40%) CSP clauses are encoded (2433636 clauses, 119333722 bytes)
377.30/379.35	c 380	11316 (50%) CSP clauses are encoded (2606735 clauses, 128908723 bytes)
377.41/379.45	c 380	13579 (60%) CSP clauses are encoded (2660423 clauses, 129968508 bytes)
377.51/379.54	c 380	15842 (70%) CSP clauses are encoded (2714111 clauses, 131028293 bytes)
377.60/379.64	c 380	18105 (80%) CSP clauses are encoded (2767824 clauses, 132088525 bytes)
377.71/379.73	c 380	20368 (90%) CSP clauses are encoded (2821512 clauses, 133148310 bytes)
466.05/468.51	c 469	22631 (100%) CSP clauses are encoded (3253819 clauses, 164351916 bytes)
466.05/468.51	c 469	22631 CSP clauses encoded
466.05/468.51	c 469	Writing map file : HOME/temp.map
466.05/468.52	c 469	Heap : 188 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
466.05/468.52	c 469	SAT : 29653 SAT variables, 3253819 SAT clauses, 164351916 bytes
466.05/468.53	c 469	Heap : 188 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
466.12/468.61	c 469	SOLVING HOME/temp.cnf
466.12/468.61	c 469	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
466.12/468.62	c 469	This is MiniSat 2.0 beta
466.12/468.62	c 469	WARNING: for repeatability, setting FPU to use double precision
466.12/468.62	c 469	============================[ Problem Statistics ]=============================
466.12/468.62	c 469	|                                                                             |
466.12/468.62	c 469	|  Number of variables:  29653                                                |
466.12/468.62	c 469	|  Number of clauses:    3253819                                              |
469.30/471.89	c 472	|  Parsing time:         2.89         s                                       |
469.50/472.10	c 473	============================[ Search Statistics ]==============================
469.50/472.10	c 473	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
469.50/472.10	c 473	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
469.50/472.10	c 473	===============================================================================
469.50/472.10	c 473	|         0 |   29653  3253819 28926928 |  1084606        0    nan |  0.000 % |
469.60/472.19	c 473	|       100 |   29653  3253819 28926928 |  1193066      100      7 |  0.000 % |
469.79/472.35	c 473	|       251 |   29653  3253819 28926928 |  1312373      251      7 |  0.000 % |
470.00/472.51	c 473	|       477 |   29653  3253819 28926928 |  1443611      477      7 |  0.000 % |
470.10/472.61	c 473	|       814 |   29653  3253819 28926928 |  1587972      814      8 |  0.000 % |
470.10/472.67	c 473	|      1320 |   29653  3253819 28926928 |  1746769     1320      8 |  0.000 % |
470.41/472.99	c 473	|      2079 |   29653  3253819 28926928 |  1921446     2079      8 |  0.000 % |
470.80/473.35	c 474	|      3220 |   29653  3253819 28926928 |  2113590     3220      9 |  0.000 % |
471.29/473.83	c 474	|      4929 |   29653  3253819 28926928 |  2324949     4929      9 |  0.000 % |
472.20/474.73	c 475	|      7492 |   29653  3253819 28926928 |  2557444     7492     10 |  0.000 % |
473.29/475.84	c 476	|     11337 |   29653  3253819 28926928 |  2813189    11337     11 |  0.000 % |
474.28/476.87	c 477	|     17103 |   29653  3253819 28926928 |  3094508    17103     11 |  0.000 % |
478.56/481.11	c 482	|     25752 |   29653  3253819 28926928 |  3403959    25752     12 |  0.000 % |
483.45/486.06	c 487	|     38726 |   29653  3253819 28926928 |  3744355    38726     13 |  0.000 % |
494.80/497.42	c 498	|     58187 |   29653  3253819 28926928 |  4118790    58187     15 |  0.000 % |
515.71/518.47	c 519	|     87380 |   29653  3253819 28926928 |  4530669    87380     16 |  0.000 % |
531.94/534.78	c 535	|    131169 |   29653  3253819 28926928 |  4983736   131169     15 |  0.000 % |
579.74/582.76	c 583	|    196853 |   29653  3253819 28926928 |  5482110   196853     15 |  0.000 % |
623.77/626.92	c 627	|    295381 |   29652  3253819 28926928 |  6030321   295380     14 |  0.003 % |
742.77/746.44	c 747	|    443170 |   29651  3253819 28926928 |  6633353   443168     15 |  0.007 % |
920.65/925.03	c 925	|    664854 |   29651  3253819 28926928 |  7296689   664852     16 |  0.007 % |
1363.24/1369.47	c 1370	|    997379 |   29651  3253617 28925808 |  8026357   997371     17 |  0.007 % |
1800.10/1807.22	c ERROR INTERRUPTED
1800.10/1807.26	s UNKNOWN
1800.10/1807.26	c 1808	CPU 464.46 (0.03 0.01 464.43 1.68)
1800.10/1807.26	c 1808	END Fri Jul  4 19:41:03 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-1077060-1215191455/watcher-1077060-1215191455 -o /tmp/evaluation-result-1077060-1215191455/solver-1077060-1215191455 -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-1077060-1215191455.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.06 2.08 2.03 4/81 1826
/proc/meminfo: memFree=1642992/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=12272 CPUtime=0
/proc/1826/stat : 1826 (sugar) R 1824 1826 29903 0 -1 4194304 354 0 0 0 0 0 0 0 18 0 1 0 674875121 12566528 322 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 0 0 0 0 17 0 0 0
/proc/1826/statm: 3068 325 244 3 0 168 0

[startup+0.043886 s]
/proc/loadavg: 2.06 2.08 2.03 4/81 1826
/proc/meminfo: memFree=1642992/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=0.03
/proc/1826/stat : 1826 (sugar) R 1824 1826 29903 0 -1 4194304 873 128 0 0 3 0 0 0 16 0 1 0 674875121 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 230266825375 0 0 4224 16386 0 0 0 17 0 0 0
/proc/1826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102911 s]
/proc/loadavg: 2.06 2.08 2.03 4/81 1826
/proc/meminfo: memFree=1642992/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=0.03
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 900 128 0 0 3 0 0 0 18 0 1 0 674875121 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302931 s]
/proc/loadavg: 2.06 2.08 2.03 4/81 1826
/proc/meminfo: memFree=1642992/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=0.03
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 900 128 0 0 3 0 0 0 18 0 1 0 674875121 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.703019 s]
/proc/loadavg: 2.06 2.08 2.03 4/81 1826
/proc/meminfo: memFree=1642992/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=0.03
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 900 128 0 0 3 0 0 0 18 0 1 0 674875121 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50116 s]
/proc/loadavg: 2.06 2.08 2.03 4/92 1839
/proc/meminfo: memFree=1620056/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=1.03
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 972 8853 0 1 3 0 94 6 15 0 1 0 674875121 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1826/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.10246 s]
/proc/loadavg: 2.13 2.10 2.04 3/92 1850
/proc/meminfo: memFree=1613720/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=1.03
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 973 8853 0 1 3 0 94 6 15 0 1 0 674875121 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1826/statm: 3400 797 370 3 0 500 0
[pid=1840] ppid=1826 vsize=5356 CPUtime=0
/proc/1840/stat : 1840 (sh) S 1826 1826 29903 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 674875228 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1840/statm: 1339 233 193 169 0 50 0
[pid=1841] ppid=1840 vsize=864192 CPUtime=2.01
/proc/1841/stat : 1841 (java) S 1840 1826 29903 0 -1 0 16041 0 1 0 192 9 0 0 20 0 9 0 674875228 884932608 15254 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1841/statm: 216048 15254 2540 9 0 210623 0
[pid=1841/tid=1842] ppid=1840 vsize=864192 CPUtime=0.91
/proc/1841/task/1842/stat : 1842 (java) R 1840 1826 29903 0 -1 64 3190 0 1 0 90 1 0 0 25 0 9 0 674875229 884932608 15254 996147200 134512640 134550740 4294955904 18446744073709551615 101444485 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1843] ppid=1840 vsize=864192 CPUtime=0.99
/proc/1841/task/1843/stat : 1843 (java) S 1840 1826 29903 0 -1 64 11808 0 0 0 93 6 0 0 18 0 9 0 674875230 884932608 15254 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1844] ppid=1840 vsize=864192 CPUtime=0
/proc/1841/task/1844/stat : 1844 (java) S 1840 1826 29903 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 674875231 884932608 15254 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1845] ppid=1840 vsize=864192 CPUtime=0
/proc/1841/task/1845/stat : 1845 (java) S 1840 1826 29903 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 674875231 884932608 15254 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1847] ppid=1840 vsize=864192 CPUtime=0
/proc/1841/task/1847/stat : 1847 (java) S 1840 1826 29903 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674875232 884932608 15254 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1848] ppid=1840 vsize=864192 CPUtime=0.07
/proc/1841/task/1848/stat : 1848 (java) S 1840 1826 29903 0 -1 64 346 0 0 0 7 0 0 0 16 0 9 0 674875232 884932608 15254 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1849] ppid=1840 vsize=864192 CPUtime=0
/proc/1841/task/1849/stat : 1849 (java) S 1840 1826 29903 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 674875232 884932608 15254 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1850] ppid=1840 vsize=864192 CPUtime=0
/proc/1841/task/1850/stat : 1850 (java) S 1840 1826 29903 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674875232 884932608 15254 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883148

[startup+6.30105 s]
/proc/loadavg: 2.13 2.10 2.04 3/92 1850
/proc/meminfo: memFree=1516952/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=1.03
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 973 8853 0 1 3 0 94 6 15 0 1 0 674875121 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1826/statm: 3400 797 370 3 0 500 0
[pid=1840] ppid=1826 vsize=5356 CPUtime=0
/proc/1840/stat : 1840 (sh) S 1826 1826 29903 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 674875228 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1840/statm: 1339 233 193 169 0 50 0
[pid=1841] ppid=1840 vsize=889068 CPUtime=5.19
/proc/1841/stat : 1841 (java) S 1840 1826 29903 0 -1 0 46980 0 1 0 497 22 0 0 20 0 9 0 674875228 910405632 41049 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1841/statm: 222267 41049 2540 9 0 216842 0
[pid=1841/tid=1842] ppid=1840 vsize=889068 CPUtime=1.96
/proc/1841/task/1842/stat : 1842 (java) S 1840 1826 29903 0 -1 64 3743 0 1 0 194 2 0 0 25 0 9 0 674875229 910405632 41049 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1843] ppid=1840 vsize=889068 CPUtime=3.02
/proc/1841/task/1843/stat : 1843 (java) R 1840 1826 29903 0 -1 64 41083 0 0 0 284 18 0 0 21 0 9 0 674875230 910405632 41049 996147200 134512640 134550740 4294955904 18446744073709551615 103834283 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1844] ppid=1840 vsize=889068 CPUtime=0
/proc/1841/task/1844/stat : 1844 (java) S 1840 1826 29903 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 674875231 910405632 41049 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1845] ppid=1840 vsize=889068 CPUtime=0
/proc/1841/task/1845/stat : 1845 (java) S 1840 1826 29903 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 674875231 910405632 41049 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1847] ppid=1840 vsize=889068 CPUtime=0
/proc/1841/task/1847/stat : 1847 (java) S 1840 1826 29903 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674875232 910405632 41049 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1848] ppid=1840 vsize=889068 CPUtime=0.17
/proc/1841/task/1848/stat : 1848 (java) S 1840 1826 29903 0 -1 64 1457 0 0 0 17 0 0 0 16 0 9 0 674875232 910405632 41049 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1849] ppid=1840 vsize=889068 CPUtime=0
/proc/1841/task/1849/stat : 1849 (java) S 1840 1826 29903 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 674875232 910405632 41049 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1850] ppid=1840 vsize=889068 CPUtime=0
/proc/1841/task/1850/stat : 1850 (java) S 1840 1826 29903 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674875232 910405632 41049 996147200 134512640 134550740 4294955904 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) 908024

[startup+12.7012 s]
/proc/loadavg: 2.11 2.10 2.04 3/92 1850
/proc/meminfo: memFree=1457880/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=1.03
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 973 8853 0 1 3 0 94 6 16 0 1 0 674875121 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1826/statm: 3400 797 370 3 0 500 0
[pid=1840] ppid=1826 vsize=5356 CPUtime=0
/proc/1840/stat : 1840 (sh) S 1826 1826 29903 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 674875228 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1840/statm: 1339 233 193 169 0 50 0
[pid=1841] ppid=1840 vsize=868508 CPUtime=11.56
/proc/1841/stat : 1841 (java) S 1840 1826 29903 0 -1 0 66764 0 1 0 1119 37 0 0 20 0 9 0 674875228 889352192 46323 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1841/statm: 217127 46323 2567 9 0 211674 0
[pid=1841/tid=1842] ppid=1840 vsize=868508 CPUtime=6.48
/proc/1841/task/1842/stat : 1842 (java) R 1840 1826 29903 0 -1 64 4729 0 1 0 641 7 0 0 25 0 9 0 674875229 889352192 46323 996147200 134512640 134550740 4294955904 18446744073709551615 103214936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1843] ppid=1840 vsize=868508 CPUtime=4.81
/proc/1841/task/1843/stat : 1843 (java) S 1840 1826 29903 0 -1 64 59833 0 0 0 453 28 0 0 16 0 9 0 674875230 889352192 46323 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1844] ppid=1840 vsize=868508 CPUtime=0
/proc/1841/task/1844/stat : 1844 (java) S 1840 1826 29903 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 674875231 889352192 46323 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1845] ppid=1840 vsize=868508 CPUtime=0
/proc/1841/task/1845/stat : 1845 (java) S 1840 1826 29903 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 674875231 889352192 46323 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1847] ppid=1840 vsize=868508 CPUtime=0
/proc/1841/task/1847/stat : 1847 (java) S 1840 1826 29903 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674875232 889352192 46323 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1848] ppid=1840 vsize=868508 CPUtime=0.24
/proc/1841/task/1848/stat : 1848 (java) S 1840 1826 29903 0 -1 64 1505 0 0 0 24 0 0 0 16 0 9 0 674875232 889352192 46323 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1849] ppid=1840 vsize=868508 CPUtime=0
/proc/1841/task/1849/stat : 1849 (java) S 1840 1826 29903 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 674875232 889352192 46323 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1850] ppid=1840 vsize=868508 CPUtime=0
/proc/1841/task/1850/stat : 1850 (java) S 1840 1826 29903 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674875232 889352192 46323 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887464

[startup+25.5026 s]
/proc/loadavg: 2.09 2.09 2.04 3/92 1850
/proc/meminfo: memFree=1445464/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=1.03
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 973 8853 0 1 3 0 94 6 16 0 1 0 674875121 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1826/statm: 3400 797 370 3 0 500 0
[pid=1840] ppid=1826 vsize=5356 CPUtime=0
/proc/1840/stat : 1840 (sh) S 1826 1826 29903 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 674875228 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1840/statm: 1339 233 193 169 0 50 0
[pid=1841] ppid=1840 vsize=868508 CPUtime=24.29
/proc/1841/stat : 1841 (java) S 1840 1826 29903 0 -1 0 67246 0 1 0 2385 44 0 0 20 0 9 0 674875228 889352192 46754 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1841/statm: 217127 46754 2567 9 0 211674 0
[pid=1841/tid=1842] ppid=1840 vsize=868508 CPUtime=18.9
/proc/1841/task/1842/stat : 1842 (java) R 1840 1826 29903 0 -1 64 4780 0 1 0 1877 13 0 0 25 0 9 0 674875229 889352192 46754 996147200 134512640 134550740 4294955904 18446744073709551615 4126986276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1843] ppid=1840 vsize=868508 CPUtime=5.1
/proc/1841/task/1843/stat : 1843 (java) S 1840 1826 29903 0 -1 64 60264 0 0 0 482 28 0 0 16 0 9 0 674875230 889352192 46754 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1844] ppid=1840 vsize=868508 CPUtime=0
/proc/1841/task/1844/stat : 1844 (java) S 1840 1826 29903 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 674875231 889352192 46754 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1845] ppid=1840 vsize=868508 CPUtime=0
/proc/1841/task/1845/stat : 1845 (java) S 1840 1826 29903 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 674875231 889352192 46754 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1847] ppid=1840 vsize=868508 CPUtime=0
/proc/1841/task/1847/stat : 1847 (java) S 1840 1826 29903 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674875232 889352192 46754 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1848] ppid=1840 vsize=868508 CPUtime=0.24
/proc/1841/task/1848/stat : 1848 (java) S 1840 1826 29903 0 -1 64 1505 0 0 0 24 0 0 0 16 0 9 0 674875232 889352192 46754 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1849] ppid=1840 vsize=868508 CPUtime=0
/proc/1841/task/1849/stat : 1849 (java) S 1840 1826 29903 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 674875232 889352192 46754 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1841/tid=1850] ppid=1840 vsize=868508 CPUtime=0
/proc/1841/task/1850/stat : 1850 (java) S 1840 1826 29903 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674875232 889352192 46754 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 887464

[startup+51.1024 s]
/proc/loadavg: 2.29 2.13 2.05 3/92 1850
/proc/meminfo: memFree=1422936/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=1.03
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 973 8853 0 1 3 0 94 6 16 0 1 0 674875121 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1826/statm: 3400 797 370 3 0 500 0
[pid=1840] ppid=1826 vsize=5356 CPUtime=0
/proc/1840/stat : 1840 (sh) S 1826 1826 29903 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 674875228 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1840/statm: 1339 233 193 169 0 50 0
[pid=1841] ppid=1840 vsize=868508 CPUtime=49.75
/proc/1841/stat : 1841 (java) S 1840 1826 29903 0 -1 0 68452 0 1 0 4918 57 0 0 20 0 9 0 674875228 889352192 47863 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=1851] ppid=1826 vsize=5356 CPUtime=0
/proc/1851/stat : 1851 (sh) S 1826 1826 29903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674921983 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1851/statm: 1339 232 193 169 0 50 0
[pid=1852] ppid=1851 vsize=354176 CPUtime=949.77
/proc/1852/stat : 1852 (minisat) R 1851 1826 29903 0 -1 4194304 86970 0 0 0 94904 73 0 0 25 0 1 0 674921983 362676224 86956 996147200 134512640 135127466 4294956224 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/1852/statm: 88544 86956 76 150 0 88391 0
Current children cumulated CPU time (s) 1415.92
Current children cumulated vsize (KiB) 373132

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1852
/proc/meminfo: memFree=1118296/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=466.15
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 1032 124759 0 2 3 1 46443 168 16 0 1 0 674875121 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1826/statm: 3400 799 370 3 0 500 0
[pid=1851] ppid=1826 vsize=5356 CPUtime=0
/proc/1851/stat : 1851 (sh) S 1826 1826 29903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674921983 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1851/statm: 1339 232 193 169 0 50 0
[pid=1852] ppid=1851 vsize=361156 CPUtime=1009.53
/proc/1852/stat : 1852 (minisat) R 1851 1826 29903 0 -1 4194304 88754 0 0 0 100878 75 0 0 25 0 1 0 674921983 369823744 88740 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1852/statm: 90289 88740 76 150 0 90136 0
Current children cumulated CPU time (s) 1475.68
Current children cumulated vsize (KiB) 380112

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1852
/proc/meminfo: memFree=1112024/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=466.15
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 1032 124759 0 2 3 1 46443 168 16 0 1 0 674875121 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1826/statm: 3400 799 370 3 0 500 0
[pid=1851] ppid=1826 vsize=5356 CPUtime=0
/proc/1851/stat : 1851 (sh) S 1826 1826 29903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674921983 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1851/statm: 1339 232 193 169 0 50 0
[pid=1852] ppid=1851 vsize=367180 CPUtime=1069.28
/proc/1852/stat : 1852 (minisat) R 1851 1826 29903 0 -1 4194304 90299 0 0 0 106851 77 0 0 25 0 1 0 674921983 375992320 90285 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1852/statm: 91795 90285 76 150 0 91642 0
Current children cumulated CPU time (s) 1535.43
Current children cumulated vsize (KiB) 386136

[startup+1602.3 s]
/proc/loadavg: 1.51 1.87 1.96 2/68 1877
/proc/meminfo: memFree=1198880/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=466.15
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 1032 124759 0 2 3 1 46443 168 16 0 1 0 674875121 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1826/statm: 3400 799 370 3 0 500 0
[pid=1851] ppid=1826 vsize=5356 CPUtime=0
/proc/1851/stat : 1851 (sh) S 1826 1826 29903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674921983 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1851/statm: 1339 232 193 169 0 50 0
[pid=1852] ppid=1851 vsize=372820 CPUtime=1129.13
/proc/1852/stat : 1852 (minisat) R 1851 1826 29903 0 -1 4194304 91752 0 0 0 112835 78 0 0 25 0 1 0 674921983 381767680 91738 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 93205 91738 76 150 0 93052 0
Current children cumulated CPU time (s) 1595.28
Current children cumulated vsize (KiB) 391776

[startup+1662.3 s]
/proc/loadavg: 1.19 1.71 1.89 2/68 1877
/proc/meminfo: memFree=1195296/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=466.15
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 1032 124759 0 2 3 1 46443 168 16 0 1 0 674875121 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1826/statm: 3400 799 370 3 0 500 0
[pid=1851] ppid=1826 vsize=5356 CPUtime=0
/proc/1851/stat : 1851 (sh) S 1826 1826 29903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674921983 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1851/statm: 1339 232 193 169 0 50 0
[pid=1852] ppid=1851 vsize=376424 CPUtime=1189.11
/proc/1852/stat : 1852 (minisat) R 1851 1826 29903 0 -1 4194304 92641 0 0 0 118832 79 0 0 25 0 1 0 674921983 385458176 92627 996147200 134512640 135127466 4294956224 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 94106 92627 76 150 0 93953 0
Current children cumulated CPU time (s) 1655.26
Current children cumulated vsize (KiB) 395380

[startup+1722.3 s]
/proc/loadavg: 1.07 1.58 1.84 2/68 1877
/proc/meminfo: memFree=1191456/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=466.15
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 1032 124759 0 2 3 1 46443 168 16 0 1 0 674875121 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1826/statm: 3400 799 370 3 0 500 0
[pid=1851] ppid=1826 vsize=5356 CPUtime=0
/proc/1851/stat : 1851 (sh) S 1826 1826 29903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674921983 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1851/statm: 1339 232 193 169 0 50 0
[pid=1852] ppid=1851 vsize=380132 CPUtime=1249.09
/proc/1852/stat : 1852 (minisat) R 1851 1826 29903 0 -1 4194304 93593 0 0 0 124829 80 0 0 25 0 1 0 674921983 389255168 93579 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 95033 93579 76 150 0 94880 0
Current children cumulated CPU time (s) 1715.24
Current children cumulated vsize (KiB) 399088

[startup+1782.3 s]
/proc/loadavg: 1.02 1.47 1.78 2/68 1877
/proc/meminfo: memFree=1186784/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=466.15
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 1032 124759 0 2 3 1 46443 168 16 0 1 0 674875121 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1826/statm: 3400 799 370 3 0 500 0
[pid=1851] ppid=1826 vsize=5356 CPUtime=0
/proc/1851/stat : 1851 (sh) S 1826 1826 29903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674921983 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1851/statm: 1339 232 193 169 0 50 0
[pid=1852] ppid=1851 vsize=384580 CPUtime=1309.05
/proc/1852/stat : 1852 (minisat) R 1851 1826 29903 0 -1 4194304 94738 0 0 0 130824 81 0 0 25 0 1 0 674921983 393809920 94724 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 96145 94724 76 150 0 95992 0
Current children cumulated CPU time (s) 1775.2
Current children cumulated vsize (KiB) 403536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 1.01 1.43 1.76 2/68 1877
/proc/meminfo: memFree=1183904/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=466.15
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 1032 124759 0 2 3 1 46443 168 16 0 1 0 674875121 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1826/statm: 3400 799 370 3 0 500 0
[pid=1851] ppid=1826 vsize=5356 CPUtime=0
/proc/1851/stat : 1851 (sh) S 1826 1826 29903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674921983 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1851/statm: 1339 232 193 169 0 50 0
[pid=1852] ppid=1851 vsize=387436 CPUtime=1333.95
/proc/1852/stat : 1852 (minisat) R 1851 1826 29903 0 -1 4194304 95459 0 0 0 133313 82 0 0 25 0 1 0 674921983 396734464 95445 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 96859 95445 76 150 0 96706 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 406392

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

[startup+1807.2 s]
/proc/loadavg: 1.01 1.43 1.76 2/68 1877
/proc/meminfo: memFree=1183904/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=466.15
/proc/1826/stat : 1826 (sugar) S 1824 1826 29903 0 -1 4194304 1032 124759 0 2 3 1 46443 168 16 0 1 0 674875121 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1826/statm: 3400 799 370 3 0 500 0
[pid=1851] ppid=1826 vsize=5356 CPUtime=0
/proc/1851/stat : 1851 (sh) S 1826 1826 29903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674921983 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1851/statm: 1339 232 193 169 0 50 0
[pid=1852] ppid=1851 vsize=387436 CPUtime=1333.95
/proc/1852/stat : 1852 (minisat) R 1851 1826 29903 0 -1 4194304 95459 0 0 0 133313 82 0 0 25 0 1 0 674921983 396734464 95445 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 96859 95445 76 150 0 96706 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 406392

# WARNING:
# current cumulated CPU time (466.2 s) is less than in the last sample (1800.1 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1333.9 s) to the 'lost time'.

[startup+1807.32 s]
/proc/loadavg: 1.01 1.43 1.76 2/68 1877
/proc/meminfo: memFree=1183904/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=466.2
/proc/1826/stat : 1826 (sugar) R 1824 1826 29903 0 -1 4194304 1069 125036 0 2 3 6 46443 168 17 0 1 0 674875121 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 230266999849 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1826/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 466.2
Current children cumulated vsize (KiB) 13600

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

[startup+1807.32 s]
/proc/loadavg: 1.01 1.43 1.76 2/68 1877
/proc/meminfo: memFree=1183904/2055924 swapFree=4177292/4192956
[pid=1826] ppid=1824 vsize=13600 CPUtime=466.2
/proc/1826/stat : 1826 (sugar) R 1824 1826 29903 0 -1 4194304 1069 125036 0 2 3 6 46443 168 17 0 1 0 674875121 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 230266999849 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1826/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 466.2
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1333.9
#  lost CPU user time (s): 1333.13
#  lost CPU system time (s): 0.77

Real time (s): 1807.35
CPU time (s): 1800.15
CPU user time (s): 1797.6
CPU system time (s): 2.54373
CPU usage (%): 99.6015
Max. virtual memory (cumulated for all children) (KiB): 913148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 464.472
system time used= 1.77373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126139
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= 17465
involuntary context switches= 23314

runsolver used 1.83072 second user time and 5.2602 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-04 19:10:55
IDJOB=1077060
IDBENCH=56631
IDSOLVER=346
FILE ID=node83/1077060-1215191455
PBS_JOBID= 7881531
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-01.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-1077060-1215191455/watcher-1077060-1215191455 -o /tmp/evaluation-result-1077060-1215191455/solver-1077060-1215191455 -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-1077060-1215191455.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d641e6d421915b203052ef4c4deb4c35
RANDOM SEED=250274378

node83.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.263
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.263
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:      2055924 kB
MemFree:       1643480 kB
Buffers:         39508 kB
Cached:         230908 kB
SwapCached:       9336 kB
Active:         253276 kB
Inactive:       114288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1643480 kB
SwapTotal:     4192956 kB
SwapFree:      4177292 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:         108780 kB
Slab:            29972 kB
Committed_AS:  1900844 kB
PageTables:       1952 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= 66492 MiB
End job on node83 at 2008-07-04 19:41:05