Trace number 1062216

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 1815.34

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-30-30.xml
MD5SUMc7a10992fbd03921b43966fd04238705
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 benchmark3.2875
Satisfiable
(Un)Satisfiability was proved
Number of variables1350
Number of constraints990
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension990
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Fri Jul  4 03:12:19 2008
0.01/0.04	c 0	PID 12037
0.01/0.05	c 0	HOST node23.alineos.net
0.01/0.05	c 0	CONVERTING HOME/instance-1062216-1215133939.xml TO HOME/temp.csp
0.01/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1062216-1215133939.xml' 'HOME/temp.csp'
0.03/0.72	c 1	1 domains, 1350 variables, 4 predicates, 0 relations, 990 constraints
0.03/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	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.69/0.86	c 1	Parsing HOME/temp.csp
1.19/1.30	c 1	parsed 2345 expressions
1.19/1.31	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.19/1.31	c 1	Converting to clausal form CSP
1.19/1.33	c 1	converted 235 (10%) expressions
1.19/1.34	c 1	converted 469 (20%) expressions
1.19/1.34	c 1	converted 704 (30%) expressions
1.19/1.35	c 1	converted 938 (40%) expressions
1.19/1.35	c 1	converted 1173 (50%) expressions
1.39/1.58	c 1	converted 1407 (60%) expressions
1.68/1.84	c 2	converted 1642 (70%) expressions
1.88/2.09	c 2	converted 1876 (80%) expressions
2.17/2.37	c 2	converted 2111 (90%) expressions
2.47/2.62	c 3	converted 2345 (100%) expressions
2.47/2.63	c 3	CSP : 16020 integers, 0 booleans, 30330 clauses, largest domain size 16
2.47/2.63	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.47/2.63	c 3	Propagation in CSP
2.67/2.88	c 3	3630 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.67/2.88	c 3	CSP : 16020 integers, 0 booleans, 30330 clauses, largest domain size 16
2.67/2.88	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.67/2.90	c 3	Simplifing CSP by introducing new Boolean variables
2.78/2.92	c 3	CSP : 16020 integers, 0 booleans, 30330 clauses, largest domain size 16
2.78/2.92	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.87/3.04	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.87/3.07	c 3	1602 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.87/3.08	c 3	3204 (20%) CSP integer variables are encoded (3554 clauses, 46266 bytes)
2.87/3.09	c 3	4806 (30%) CSP integer variables are encoded (7446 clauses, 100055 bytes)
2.96/3.10	c 3	6408 (40%) CSP integer variables are encoded (11332 clauses, 158345 bytes)
2.96/3.11	c 3	8010 (50%) CSP integer variables are encoded (15222 clauses, 216695 bytes)
2.96/3.11	c 3	9612 (60%) CSP integer variables are encoded (19114 clauses, 275075 bytes)
2.96/3.12	c 3	11214 (70%) CSP integer variables are encoded (23006 clauses, 333455 bytes)
2.96/3.13	c 3	12816 (80%) CSP integer variables are encoded (26896 clauses, 391805 bytes)
2.96/3.14	c 3	14418 (90%) CSP integer variables are encoded (30690 clauses, 448715 bytes)
2.96/3.14	c 3	16020 (100%) CSP integer variables are encoded (33300 clauses, 487865 bytes)
3.07/3.24	c 3	3033 (10%) CSP clauses are encoded (50898 clauses, 763524 bytes)
3.17/3.31	c 3	6066 (20%) CSP clauses are encoded (72750 clauses, 1114331 bytes)
3.17/3.37	c 3	9099 (30%) CSP clauses are encoded (94599 clauses, 1509437 bytes)
3.26/3.44	c 3	12132 (40%) CSP clauses are encoded (116456 clauses, 1904991 bytes)
3.35/3.50	c 3	15165 (50%) CSP clauses are encoded (138345 clauses, 2300845 bytes)
3.35/3.57	c 3	18198 (60%) CSP clauses are encoded (160194 clauses, 2696264 bytes)
3.46/3.63	c 4	21231 (70%) CSP clauses are encoded (182046 clauses, 3091357 bytes)
3.46/3.70	c 4	24264 (80%) CSP clauses are encoded (203900 clauses, 3486876 bytes)
3.56/3.76	c 4	27297 (90%) CSP clauses are encoded (224301 clauses, 3854083 bytes)
3.67/3.82	c 4	30330 (100%) CSP clauses are encoded (246090 clauses, 4252039 bytes)
3.67/3.82	c 4	30330 CSP clauses encoded
3.67/3.82	c 4	Writing map file : HOME/temp.map
3.67/3.86	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.67/3.86	c 4	SAT : 49320 SAT variables, 246090 SAT clauses, 4252039 bytes
3.67/3.86	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.67/3.88	c 4	SOLVING HOME/temp.cnf
3.67/3.88	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.67/3.88	c 4	This is MiniSat 2.0 beta
3.67/3.88	c 4	WARNING: for repeatability, setting FPU to use double precision
3.67/3.88	c 4	============================[ Problem Statistics ]=============================
3.67/3.88	c 4	|                                                                             |
3.67/3.88	c 4	|  Number of variables:  49320                                                |
3.67/3.88	c 4	|  Number of clauses:    246090                                               |
3.77/4.02	c 4	|  Parsing time:         0.12         s                                       |
3.77/4.03	c 4	============================[ Search Statistics ]==============================
3.77/4.03	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.77/4.03	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.77/4.03	c 4	===============================================================================
3.77/4.03	c 4	|         0 |   49320   246090   606810 |    82030        0    nan |  0.000 % |
3.77/4.10	c 4	|       101 |   49320   246090   606810 |    90233      101     10 |  0.000 % |
3.77/4.18	c 4	|       251 |   49320   246090   606810 |    99256      251     19 |  0.000 % |
3.77/4.23	c 4	|       476 |   49320   246090   606810 |   109181      476     36 |  0.000 % |
4.47/4.65	c 5	|       815 |   49320   246090   606810 |   120100      815     29 |  0.000 % |
4.96/5.17	c 5	|      1322 |   49320   246090   606810 |   132110     1322     26 |  0.000 % |
5.16/5.33	c 5	|      2083 |   49320   246090   606810 |   145321     2083     49 |  0.000 % |
6.35/6.58	c 6	|      3222 |   49320   246090   606810 |   159853     3222     41 |  0.000 % |
8.23/8.43	c 8	|      4930 |   49320   246090   606810 |   175838     4930     36 |  0.000 % |
8.72/8.93	c 9	|      7492 |   49320   246090   606810 |   193422     7492     48 |  0.000 % |
9.62/9.83	c 10	|     11336 |   49320   246090   606810 |   212764    11336     55 |  0.000 % |
11.00/11.20	c 11	|     17103 |   49320   246090   606810 |   234041    17103     60 |  0.000 % |
12.88/13.16	c 13	|     25752 |   49320   246090   606810 |   257445    25752     56 |  0.000 % |
16.54/16.87	c 17	|     38726 |   49320   246090   606810 |   283189    38726     56 |  0.000 % |
26.66/27.03	c 27	|     58188 |   49320   246090   606810 |   311508    58188     58 |  0.000 % |
43.68/44.21	c 44	|     87381 |   49320   246090   606810 |   342659    87381     50 |  0.000 % |
66.57/67.30	c 67	|    131170 |   49320   246090   606810 |   376925   131170     46 |  0.000 % |
148.89/150.42	c 150	|    196855 |   49320   246090   606810 |   414618   196855     55 |  0.000 % |
315.41/318.55	c 318	|    295382 |   49320   246090   606810 |   456080   295382     60 |  0.000 % |
595.56/601.30	c 601	|    443171 |   49320   246090   606810 |   501688   443171     63 |  0.000 % |
1017.47/1027.26	c 1027	|    664854 |   49320   246090   606810 |   551856   177287    112 |  0.000 % |
1800.02/1815.31	c ERROR INTERRUPTED
1800.02/1815.34	s UNKNOWN
1800.02/1815.34	c 1815	CPU 3.61 (0.04 0.01 3.57 0.15)
1800.02/1815.34	c 1815	END Fri Jul  4 03:42:34 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-1062216-1215133939/watcher-1062216-1215133939 -o /tmp/evaluation-result-1062216-1215133939/solver-1062216-1215133939 -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-1062216-1215133939.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.02 2.03 2.00 4/83 12037
/proc/meminfo: memFree=1566080/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=18572 CPUtime=0
/proc/12037/stat : 12037 (runsolver) R 12035 12037 9575 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1992368047 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12037/statm: 4643 292 257 25 0 2626 0

[startup+0.0308079 s]
/proc/loadavg: 2.02 2.03 2.00 4/83 12037
/proc/meminfo: memFree=1566080/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=12940 CPUtime=0.01
/proc/12037/stat : 12037 (sugar) R 12035 12037 9575 0 -1 4194304 597 0 0 0 1 0 0 0 22 0 1 0 1992368047 13250560 565 996147200 4194304 4206940 548682068608 18446744073709551615 238505210802 0 0 4224 0 0 0 0 17 1 0 0
/proc/12037/statm: 3235 565 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.101818 s]
/proc/loadavg: 2.02 2.03 2.00 4/83 12037
/proc/meminfo: memFree=1566080/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=0.03
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 1992368047 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301835 s]
/proc/loadavg: 2.02 2.03 2.00 4/83 12037
/proc/meminfo: memFree=1566080/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=0.03
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 1992368047 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701886 s]
/proc/loadavg: 2.02 2.03 2.00 4/83 12037
/proc/meminfo: memFree=1566080/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=0.03
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 1992368047 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50298 s]
/proc/loadavg: 2.10 2.05 2.01 4/94 12059
/proc/meminfo: memFree=1558632/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=0.69
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 973 5059 0 1 3 0 63 3 15 0 1 0 1992368047 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 797 370 3 0 500 0
[pid=12050] ppid=12037 vsize=5356 CPUtime=0
/proc/12050/stat : 12050 (sh) S 12037 12037 9575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992368125 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12050/statm: 1339 233 193 169 0 50 0
[pid=12051] ppid=12050 vsize=867372 CPUtime=0.7
/proc/12051/stat : 12051 (java) S 12050 12037 9575 0 -1 0 5044 0 1 0 67 3 0 0 19 0 9 0 1992368125 888188928 4486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12051/statm: 216843 4486 1732 9 0 211418 0
[pid=12051/tid=12052] ppid=12050 vsize=867372 CPUtime=0.49
/proc/12051/task/12052/stat : 12052 (java) R 12050 12037 9575 0 -1 64 2656 0 1 0 48 1 0 0 21 0 9 0 1992368126 888188928 4486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12053] ppid=12050 vsize=867372 CPUtime=0.03
/proc/12051/task/12053/stat : 12053 (java) S 12050 12037 9575 0 -1 64 582 0 0 0 3 0 0 0 16 0 9 0 1992368127 888188928 4486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12054] ppid=12050 vsize=867372 CPUtime=0
/proc/12051/task/12054/stat : 12054 (java) S 12050 12037 9575 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992368127 888188928 4486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12055] ppid=12050 vsize=867372 CPUtime=0
/proc/12051/task/12055/stat : 12055 (java) S 12050 12037 9575 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1992368127 888188928 4486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12056] ppid=12050 vsize=867372 CPUtime=0
/proc/12051/task/12056/stat : 12056 (java) S 12050 12037 9575 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992368130 888188928 4486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12057] ppid=12050 vsize=867372 CPUtime=0.15
/proc/12051/task/12057/stat : 12057 (java) R 12050 12037 9575 0 -1 64 1114 0 0 0 15 0 0 0 16 0 9 0 1992368130 888188928 4486 996147200 134512640 134550740 4294955952 18446744073709551615 102022428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12058] ppid=12050 vsize=867372 CPUtime=0
/proc/12051/task/12058/stat : 12058 (java) S 12050 12037 9575 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992368130 888188928 4486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12059] ppid=12050 vsize=867372 CPUtime=0
/proc/12051/task/12059/stat : 12059 (java) S 12050 12037 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992368130 888188928 4486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886328

[startup+3.10216 s]
/proc/loadavg: 2.10 2.05 2.01 3/94 12059
/proc/meminfo: memFree=1542952/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=0.69
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 974 5059 0 1 3 0 63 3 15 0 1 0 1992368047 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 797 370 3 0 500 0
[pid=12050] ppid=12037 vsize=5356 CPUtime=0
/proc/12050/stat : 12050 (sh) S 12037 12037 9575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992368125 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12050/statm: 1339 233 193 169 0 50 0
[pid=12051] ppid=12050 vsize=868516 CPUtime=2.27
/proc/12051/stat : 12051 (java) S 12050 12037 9575 0 -1 0 11014 0 1 0 220 7 0 0 19 0 9 0 1992368125 889360384 9900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12051/statm: 217129 9900 2565 9 0 211676 0
[pid=12051/tid=12052] ppid=12050 vsize=868516 CPUtime=1.47
/proc/12051/task/12052/stat : 12052 (java) R 12050 12037 9575 0 -1 64 2950 0 1 0 145 2 0 0 25 0 9 0 1992368126 889360384 9900 996147200 134512640 134550740 4294955952 18446744073709551615 102064672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12053] ppid=12050 vsize=868516 CPUtime=0.53
/proc/12051/task/12053/stat : 12053 (java) S 12050 12037 9575 0 -1 64 5884 0 0 0 50 3 0 0 16 0 9 0 1992368127 889360384 9900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12054] ppid=12050 vsize=868516 CPUtime=0
/proc/12051/task/12054/stat : 12054 (java) S 12050 12037 9575 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992368127 889360384 9900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12055] ppid=12050 vsize=868516 CPUtime=0
/proc/12051/task/12055/stat : 12055 (java) S 12050 12037 9575 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992368127 889360384 9900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12056] ppid=12050 vsize=868516 CPUtime=0
/proc/12051/task/12056/stat : 12056 (java) S 12050 12037 9575 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992368130 889360384 9900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12057] ppid=12050 vsize=868516 CPUtime=0.25
/proc/12051/task/12057/stat : 12057 (java) S 12050 12037 9575 0 -1 64 1487 0 0 0 24 1 0 0 16 0 9 0 1992368130 889360384 9900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12058] ppid=12050 vsize=868516 CPUtime=0
/proc/12051/task/12058/stat : 12058 (java) S 12050 12037 9575 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992368130 889360384 9900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12059] ppid=12050 vsize=868516 CPUtime=0
/proc/12051/task/12059/stat : 12059 (java) S 12050 12037 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992368130 889360384 9900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887472

[startup+6.30153 s]
/proc/loadavg: 2.10 2.05 2.01 3/86 12061
/proc/meminfo: memFree=1544552/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 15 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=16444 CPUtime=2.38
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 3764 0 0 0 236 2 0 0 25 0 1 0 1992368436 16838656 3750 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12061/statm: 4111 3750 76 150 0 3958 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 35400

[startup+12.7023 s]
/proc/loadavg: 2.08 2.05 2.00 3/86 12061
/proc/meminfo: memFree=1539048/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=22620 CPUtime=8.72
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 5286 0 0 0 869 3 0 0 25 0 1 0 1992368436 23162880 5272 996147200 134512640 135127466 4294956272 18446744073709551615 134527471 0 0 4096 3 0 0 0 17 1 0 0
/proc/12061/statm: 5655 5272 76 150 0 5502 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 41576

[startup+25.5017 s]
/proc/loadavg: 2.07 2.04 2.00 3/86 12061
/proc/meminfo: memFree=1529512/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=31604 CPUtime=21.39
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 7527 0 0 0 2134 5 0 0 25 0 1 0 1992368436 32362496 7513 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12061/statm: 7901 7513 76 150 0 7748 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 50560

[startup+51.1016 s]
/proc/loadavg: 2.10 2.05 2.01 3/86 12061
/proc/meminfo: memFree=1520360/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=40904 CPUtime=46.75
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 9822 0 0 0 4667 8 0 0 25 0 1 0 1992368436 41885696 9808 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12061/statm: 10226 9808 76 150 0 10073 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 59860

[startup+102.306 s]
/proc/loadavg: 2.04 2.04 2.00 3/86 12061
/proc/meminfo: memFree=1504168/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=56888 CPUtime=97.47
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 13776 0 0 0 9735 12 0 0 25 0 1 0 1992368436 58253312 13762 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/12061/statm: 14222 13762 76 150 0 14069 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 75844

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/86 12061
/proc/meminfo: memFree=1489960/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1372520/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=176804 CPUtime=1345.65
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 43459 0 0 0 134522 43 0 0 25 0 1 0 1992368436 181047296 43445 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12061/statm: 44201 43445 76 150 0 44048 0
Current children cumulated CPU time (s) 1349.42
Current children cumulated vsize (KiB) 195760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12061
/proc/meminfo: memFree=1371752/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=177464 CPUtime=1405.09
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 43617 0 0 0 140466 43 0 0 25 0 1 0 1992368436 181723136 43603 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/12061/statm: 44366 43603 76 150 0 44213 0
Current children cumulated CPU time (s) 1408.86
Current children cumulated vsize (KiB) 196420

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12061
/proc/meminfo: memFree=1364520/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=184728 CPUtime=1464.52
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 45381 0 0 0 146408 44 0 0 25 0 1 0 1992368436 189161472 45367 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12061/statm: 46182 45367 76 150 0 46029 0
Current children cumulated CPU time (s) 1468.29
Current children cumulated vsize (KiB) 203684

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12061
/proc/meminfo: memFree=1357672/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=191416 CPUtime=1523.96
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 47020 0 0 0 152350 46 0 0 25 0 1 0 1992368436 196009984 47006 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12061/statm: 47854 47006 76 150 0 47701 0
Current children cumulated CPU time (s) 1527.73
Current children cumulated vsize (KiB) 210372

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/86 12061
/proc/meminfo: memFree=1352488/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=196572 CPUtime=1583.4
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 48302 0 0 0 158293 47 0 0 25 0 1 0 1992368436 201289728 48279 996147200 134512640 135127466 4294956272 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/12061/statm: 49143 48279 76 150 0 48990 0
Current children cumulated CPU time (s) 1587.17
Current children cumulated vsize (KiB) 215528

[startup+1662.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 12231
/proc/meminfo: memFree=1390832/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=201504 CPUtime=1643.31
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 49490 0 0 0 164279 52 0 0 25 0 1 0 1992368436 206340096 49467 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/12061/statm: 50376 49467 76 150 0 50223 0
Current children cumulated CPU time (s) 1647.08
Current children cumulated vsize (KiB) 220460

[startup+1722.3 s]
/proc/loadavg: 2.31 2.07 2.02 3/85 12231
/proc/meminfo: memFree=694384/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=205200 CPUtime=1703.29
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 50435 0 0 0 170274 55 0 0 25 0 1 0 1992368436 210124800 50412 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/12061/statm: 51300 50412 76 150 0 51147 0
Current children cumulated CPU time (s) 1707.06
Current children cumulated vsize (KiB) 224156

[startup+1782.3 s]
/proc/loadavg: 2.32 2.12 2.04 3/85 12231
/proc/meminfo: memFree=681456/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=208804 CPUtime=1763.26
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 51317 0 0 0 176270 56 0 0 25 0 1 0 1992368436 213815296 51294 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12061/statm: 52201 51294 76 150 0 52048 0
Current children cumulated CPU time (s) 1767.03
Current children cumulated vsize (KiB) 227760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.3 s]
/proc/loadavg: 2.27 2.12 2.04 3/85 12231
/proc/meminfo: memFree=678768/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=210652 CPUtime=1796.25
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 51781 0 0 0 179568 57 0 0 25 0 1 0 1992368436 215707648 51758 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/12061/statm: 52663 51758 76 150 0 52510 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 229608

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

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

[startup+1815.3 s]
/proc/loadavg: 2.27 2.12 2.04 3/85 12231
/proc/meminfo: memFree=678768/2055920 swapFree=4180000/4192956
[pid=12037] ppid=12035 vsize=13600 CPUtime=3.77
/proc/12037/stat : 12037 (sugar) S 12035 12037 9575 0 -1 4194304 1034 16477 0 2 4 1 357 15 16 0 1 0 1992368047 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12037/statm: 3400 799 370 3 0 500 0
[pid=12060] ppid=12037 vsize=5356 CPUtime=0
/proc/12060/stat : 12060 (sh) S 12037 12037 9575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992368436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12060/statm: 1339 232 193 169 0 50 0
[pid=12061] ppid=12060 vsize=210652 CPUtime=1796.25
/proc/12061/stat : 12061 (minisat) R 12060 12037 9575 0 -1 4194304 51781 0 0 0 179568 57 0 0 25 0 1 0 1992368436 215707648 51758 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/12061/statm: 52663 51758 76 150 0 52510 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 229608

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12037 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=620449
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=166974
# CPU time returned by wait4() is 3.78742
# 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): 1815.34
CPU time (s): 1800.02
CPU user time (s): 1799.29
CPU system time (s): 0.73
CPU usage (%): 99.1559
Max. virtual memory (cumulated for all children) (KiB): 887864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.62045
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17855
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= 2884
involuntary context switches= 2873

runsolver used 2.42563 second user time and 5.85011 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-04 03:12:19
IDJOB=1062216
IDBENCH=54618
IDSOLVER=346
FILE ID=node23/1062216-1215133939
PBS_JOBID= 7877157
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-30-30.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-1062216-1215133939/watcher-1062216-1215133939 -o /tmp/evaluation-result-1062216-1215133939/solver-1062216-1215133939 -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-1062216-1215133939.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c7a10992fbd03921b43966fd04238705
RANDOM SEED=1908870646

node23.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.216
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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1566560 kB
Buffers:         40804 kB
Cached:         271156 kB
SwapCached:       6756 kB
Active:         266968 kB
Inactive:       159828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566560 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:         126180 kB
Slab:            47708 kB
Committed_AS:  4055092 kB
PageTables:       1976 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= 66544 MiB
End job on node23 at 2008-07-04 03:42:36