Trace number 1081759

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.03 1813.84

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-20.xml
MD5SUMa9dc0248b5bac88ceea300c49a32664c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.29119
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3819
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3819
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 02:47:52 2008
0.00/0.04	c 0	PID 22353
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081759-1215218872.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081759-1215218872.xml' 'HOME/temp.csp'
0.04/0.79	c 1	1 domains, 400 variables, 4 predicates, 0 relations, 3819 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	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.78/0.91	c 1	Parsing HOME/temp.csp
1.22/1.35	c 2	parsed 4224 expressions
1.22/1.36	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.36	c 2	Converting to clausal form CSP
1.31/1.42	c 2	converted 423 (10%) expressions
1.51/1.61	c 2	converted 845 (20%) expressions
1.51/1.67	c 2	converted 1268 (30%) expressions
1.62/1.72	c 2	converted 1690 (40%) expressions
1.62/1.77	c 2	converted 2112 (50%) expressions
1.72/1.81	c 2	converted 2535 (60%) expressions
1.72/1.86	c 2	converted 2957 (70%) expressions
1.81/1.94	c 2	converted 3380 (80%) expressions
1.81/1.99	c 2	converted 3802 (90%) expressions
1.91/2.03	c 2	converted 4224 (100%) expressions
1.91/2.03	c 2	CSP : 400 integers, 3514 booleans, 11227 clauses, largest domain size 20
1.91/2.03	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.03	c 2	Propagation in CSP
2.01/2.17	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.17	c 2	CSP : 400 integers, 3514 booleans, 11227 clauses, largest domain size 20
2.01/2.17	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.18	c 2	Simplifing CSP by introducing new Boolean variables
2.11/2.25	c 2	CSP : 400 integers, 7600 booleans, 15313 clauses, largest domain size 20
2.11/2.25	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.32	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.21/2.36	c 3	40 (10%) CSP integer variables are encoded (720 clauses, 7780 bytes)
2.21/2.37	c 3	80 (20%) CSP integer variables are encoded (1440 clauses, 16687 bytes)
2.21/2.38	c 3	120 (30%) CSP integer variables are encoded (2160 clauses, 26047 bytes)
2.21/2.38	c 3	160 (40%) CSP integer variables are encoded (2880 clauses, 35407 bytes)
2.21/2.38	c 3	200 (50%) CSP integer variables are encoded (3600 clauses, 44767 bytes)
2.21/2.39	c 3	240 (60%) CSP integer variables are encoded (4320 clauses, 54127 bytes)
2.21/2.39	c 3	280 (70%) CSP integer variables are encoded (5040 clauses, 63487 bytes)
2.21/2.40	c 3	320 (80%) CSP integer variables are encoded (5760 clauses, 72847 bytes)
2.30/2.40	c 3	360 (90%) CSP integer variables are encoded (6480 clauses, 82207 bytes)
2.30/2.40	c 3	400 (100%) CSP integer variables are encoded (7200 clauses, 91567 bytes)
2.40/2.55	c 3	1532 (10%) CSP clauses are encoded (30295 clauses, 493417 bytes)
2.50/2.65	c 3	3063 (20%) CSP clauses are encoded (52905 clauses, 892999 bytes)
2.60/2.75	c 3	4594 (30%) CSP clauses are encoded (75301 clauses, 1301908 bytes)
2.70/2.85	c 3	6126 (40%) CSP clauses are encoded (98261 clauses, 1731225 bytes)
2.80/2.95	c 3	7657 (50%) CSP clauses are encoded (120645 clauses, 2149588 bytes)
2.89/3.05	c 3	9188 (60%) CSP clauses are encoded (143718 clauses, 2580743 bytes)
3.00/3.15	c 3	10720 (70%) CSP clauses are encoded (166779 clauses, 3014142 bytes)
3.09/3.26	c 3	12251 (80%) CSP clauses are encoded (189391 clauses, 3451117 bytes)
3.19/3.35	c 4	13782 (90%) CSP clauses are encoded (212246 clauses, 3893020 bytes)
3.29/3.45	c 4	15313 (100%) CSP clauses are encoded (234724 clauses, 4327100 bytes)
3.29/3.45	c 4	15313 CSP clauses encoded
3.29/3.45	c 4	Writing map file : HOME/temp.map
3.29/3.46	c 4	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.46	c 4	SAT : 15200 SAT variables, 234724 SAT clauses, 4327100 bytes
3.29/3.46	c 4	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.35/3.51	c 4	SOLVING HOME/temp.cnf
3.35/3.51	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.35/3.52	c 4	This is MiniSat 2.0 beta
3.35/3.52	c 4	WARNING: for repeatability, setting FPU to use double precision
3.35/3.52	c 4	============================[ Problem Statistics ]=============================
3.35/3.52	c 4	|                                                                             |
3.35/3.52	c 4	|  Number of variables:  15200                                                |
3.35/3.52	c 4	|  Number of clauses:    234724                                               |
3.37/3.64	c 4	|  Parsing time:         0.11         s                                       |
3.37/3.65	c 4	============================[ Search Statistics ]==============================
3.37/3.65	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.37/3.65	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.37/3.65	c 4	===============================================================================
3.37/3.65	c 4	|         0 |   15200   234724   669500 |    78241        0    nan |  0.000 % |
3.37/3.68	c 4	|       100 |   15200   234724   669500 |    86065      100      7 |  0.000 % |
3.37/3.74	c 4	|       250 |   15200   234724   669500 |    94672      250      6 |  0.000 % |
3.37/3.79	c 4	|       475 |   15200   234724   669500 |   104139      475      7 |  0.000 % |
3.37/3.85	c 4	|       813 |   15200   234724   669500 |   114553      813      7 |  0.000 % |
3.37/3.94	c 4	|      1321 |   15200   234724   669500 |   126008     1321      7 |  0.000 % |
3.37/4.04	c 4	|      2082 |   15200   234724   669500 |   138609     2082     10 |  0.000 % |
3.37/4.13	c 4	|      3222 |   15200   234724   669500 |   152470     3222      9 |  0.000 % |
3.37/4.23	c 4	|      4930 |   15200   234724   669500 |   167717     4930      9 |  0.000 % |
4.13/4.37	c 5	|      7492 |   15200   234724   669500 |   184488     7492     10 |  0.000 % |
4.43/4.62	c 5	|     11336 |   15200   234724   669500 |   202937    11336     10 |  0.000 % |
4.72/5.00	c 5	|     17104 |   15200   234724   669500 |   223231    17104     11 |  0.000 % |
5.23/5.47	c 6	|     25753 |   15200   234724   669500 |   245554    25753     12 |  0.000 % |
6.02/6.26	c 6	|     38728 |   15200   234724   669500 |   270110    38728     11 |  0.000 % |
7.60/7.83	c 8	|     58189 |   15200   234724   669500 |   297121    58189     12 |  0.000 % |
10.67/10.97	c 11	|     87381 |   15200   234724   669500 |   326833    87381     13 |  0.000 % |
16.72/17.00	c 17	|    131171 |   15200   234724   669500 |   359516   131171     13 |  0.000 % |
28.21/28.66	c 29	|    196855 |   15200   234724   669500 |   395468   196855     15 |  0.000 % |
50.00/50.68	c 51	|    295381 |   15200   234724   669500 |   435015   295381     16 |  0.000 % |
89.63/90.64	c 91	|    443171 |   15200   234724   669500 |   478516   443171     16 |  0.000 % |
145.32/146.86	c 147	|    664855 |   15200   234724   669500 |   526368   202032     16 |  0.000 % |
625.37/631.48	c 632	|    997380 |   15200   234724   669500 |   579005   534557     20 |  0.000 % |
945.84/955.00	c 955	|   1496168 |   15200   234724   669500 |   636905   466275     20 |  0.000 % |
1745.55/1759.36	c 1760	|   2244350 |   15200   234724   669500 |   700596   586776     22 |  0.000 % |
1800.03/1813.82	c ERROR INTERRUPTED
1800.03/1813.83	s UNKNOWN
1800.03/1813.83	c 1814	CPU 3.23 (0.03 0.01 3.2 0.13)
1800.03/1813.83	c 1814	END Sat Jul  5 03:18:06 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-1081759-1215218872/watcher-1081759-1215218872 -o /tmp/evaluation-result-1081759-1215218872/solver-1081759-1215218872 -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-1081759-1215218872.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 22353
/proc/meminfo: memFree=1728088/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=18572 CPUtime=0
/proc/22353/stat : 22353 (runsolver) R 22351 22353 19419 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2000861371 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22353/statm: 4643 292 257 25 0 2626 0

[startup+0.070831 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 22353
/proc/meminfo: memFree=1728088/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=0.04
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2000861371 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101809 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 22353
/proc/meminfo: memFree=1728088/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=0.04
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2000861371 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301828 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 22353
/proc/meminfo: memFree=1728088/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=0.04
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2000861371 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701896 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 22353
/proc/meminfo: memFree=1728088/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=0.04
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2000861371 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 2.08 2.03 2.01 5/83 22375
/proc/meminfo: memFree=1720768/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=0.78
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 973 6897 0 1 3 1 71 3 15 0 1 0 2000861371 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 797 370 3 0 500 0
[pid=22366] ppid=22353 vsize=5356 CPUtime=0
/proc/22366/stat : 22366 (sh) S 22353 22353 19419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000861455 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22366/statm: 1339 233 193 169 0 50 0
[pid=22367] ppid=22366 vsize=864572 CPUtime=0.63
/proc/22367/stat : 22367 (java) S 22366 22353 19419 0 -1 0 4127 0 1 0 61 2 0 0 18 0 9 0 2000861455 885321728 3572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22367/statm: 216143 3572 1732 9 0 210718 0
[pid=22367/tid=22368] ppid=22366 vsize=864572 CPUtime=0.48
/proc/22367/task/22368/stat : 22368 (java) R 22366 22353 19419 0 -1 64 2645 0 1 0 47 1 0 0 21 0 9 0 2000861456 885321728 3572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22369] ppid=22366 vsize=864572 CPUtime=0.02
/proc/22367/task/22369/stat : 22369 (java) S 22366 22353 19419 0 -1 64 379 0 0 0 2 0 0 0 16 0 9 0 2000861457 885321728 3572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22370] ppid=22366 vsize=864572 CPUtime=0
/proc/22367/task/22370/stat : 22370 (java) S 22366 22353 19419 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000861458 885321728 3572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22371] ppid=22366 vsize=864572 CPUtime=0
/proc/22367/task/22371/stat : 22371 (java) S 22366 22353 19419 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000861458 885321728 3572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22372] ppid=22366 vsize=864572 CPUtime=0
/proc/22367/task/22372/stat : 22372 (java) S 22366 22353 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000861459 885321728 3572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22373] ppid=22366 vsize=864572 CPUtime=0.11
/proc/22367/task/22373/stat : 22373 (java) R 22366 22353 19419 0 -1 64 412 0 0 0 11 0 0 0 17 0 9 0 2000861459 885321728 3572 996147200 134512640 134550740 4294955952 18446744073709551615 101734672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22374] ppid=22366 vsize=864572 CPUtime=0
/proc/22367/task/22374/stat : 22374 (java) S 22366 22353 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000861460 885321728 3572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22375] ppid=22366 vsize=864572 CPUtime=0
/proc/22367/task/22375/stat : 22375 (java) S 22366 22353 19419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000861460 885321728 3572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883528

[startup+3.10125 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 22375
/proc/meminfo: memFree=1708864/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=0.78
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 974 6897 0 1 3 1 71 3 15 0 1 0 2000861371 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 797 370 3 0 500 0
[pid=22366] ppid=22353 vsize=5356 CPUtime=0
/proc/22366/stat : 22366 (sh) S 22353 22353 19419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000861455 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22366/statm: 1339 233 193 169 0 50 0
[pid=22367] ppid=22366 vsize=868532 CPUtime=2.22
/proc/22367/stat : 22367 (java) S 22366 22353 19419 0 -1 0 8164 0 1 0 215 7 0 0 18 0 9 0 2000861455 889376768 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22367/statm: 217133 7185 2566 9 0 211680 0
[pid=22367/tid=22368] ppid=22366 vsize=868532 CPUtime=1.65
/proc/22367/task/22368/stat : 22368 (java) R 22366 22353 19419 0 -1 64 2894 0 1 0 162 3 0 0 25 0 9 0 2000861456 889376768 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4126636148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22369] ppid=22366 vsize=868532 CPUtime=0.27
/proc/22367/task/22369/stat : 22369 (java) S 22366 22353 19419 0 -1 64 3066 0 0 0 26 1 0 0 16 0 9 0 2000861457 889376768 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22370] ppid=22366 vsize=868532 CPUtime=0
/proc/22367/task/22370/stat : 22370 (java) S 22366 22353 19419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000861458 889376768 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22371] ppid=22366 vsize=868532 CPUtime=0
/proc/22367/task/22371/stat : 22371 (java) S 22366 22353 19419 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000861458 889376768 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22372] ppid=22366 vsize=868532 CPUtime=0
/proc/22367/task/22372/stat : 22372 (java) S 22366 22353 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000861459 889376768 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22373] ppid=22366 vsize=868532 CPUtime=0.27
/proc/22367/task/22373/stat : 22373 (java) S 22366 22353 19419 0 -1 64 1512 0 0 0 26 1 0 0 15 0 9 0 2000861459 889376768 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22374] ppid=22366 vsize=868532 CPUtime=0
/proc/22367/task/22374/stat : 22374 (java) S 22366 22353 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000861460 889376768 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22367/tid=22375] ppid=22366 vsize=868532 CPUtime=0
/proc/22367/task/22375/stat : 22375 (java) S 22366 22353 19419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000861460 889376768 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887488

[startup+6.30272 s]
/proc/loadavg: 2.08 2.03 2.01 3/75 22377
/proc/meminfo: memFree=1707072/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 15 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=16388 CPUtime=2.75
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 3899 0 0 0 273 2 0 0 25 0 1 0 2000861723 16781312 3885 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22377/statm: 4097 3885 76 150 0 3944 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 35344

[startup+12.7017 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 22377
/proc/meminfo: memFree=1700160/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=22976 CPUtime=9.09
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 5520 0 0 0 907 2 0 0 25 0 1 0 2000861723 23527424 5506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22377/statm: 5744 5506 76 150 0 5591 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 41932

[startup+25.5015 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 22377
/proc/meminfo: memFree=1691392/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=31200 CPUtime=21.77
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 7592 0 0 0 2173 4 0 0 25 0 1 0 2000861723 31948800 7578 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/22377/statm: 7800 7578 76 150 0 7647 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 50156

[startup+51.1013 s]
/proc/loadavg: 2.14 2.06 2.01 3/75 22377
/proc/meminfo: memFree=1679552/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=43788 CPUtime=47.13
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 10734 0 0 0 4707 6 0 0 25 0 1 0 2000861723 44838912 10720 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22377/statm: 10947 10720 76 150 0 10794 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 62744

[startup+102.307 s]
/proc/loadavg: 2.06 2.05 2.01 3/75 22377
/proc/meminfo: memFree=1660032/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=63588 CPUtime=97.86
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 15442 0 0 0 9776 10 0 0 25 0 1 0 2000861723 65114112 15428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22377/statm: 15897 15428 76 150 0 15744 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 82544

[startup+162.302 s]
/proc/loadavg: 2.13 2.07 2.01 3/75 22377
/proc/meminfo: memFree=1659456/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1610112/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=112744 CPUtime=1286.66
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 27609 0 0 0 128645 21 0 0 25 0 1 0 2000861723 115449856 27595 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/22377/statm: 28186 27595 76 150 0 28033 0
Current children cumulated CPU time (s) 1290.03
Current children cumulated vsize (KiB) 131700

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22383
/proc/meminfo: memFree=1609856/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=113232 CPUtime=1346.1
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 27710 0 0 0 134589 21 0 0 25 0 1 0 2000861723 115949568 27696 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22377/statm: 28308 27696 76 150 0 28155 0
Current children cumulated CPU time (s) 1349.47
Current children cumulated vsize (KiB) 132188

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22383
/proc/meminfo: memFree=1609664/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=113352 CPUtime=1405.54
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 27714 0 0 0 140533 21 0 0 25 0 1 0 2000861723 116072448 27700 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22377/statm: 28338 27700 76 150 0 28185 0
Current children cumulated CPU time (s) 1408.91
Current children cumulated vsize (KiB) 132308

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22411
/proc/meminfo: memFree=1638976/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=113680 CPUtime=1465.3
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 27771 0 0 0 146508 22 0 0 25 0 1 0 2000861723 116408320 27757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22377/statm: 28420 27757 76 150 0 28267 0
Current children cumulated CPU time (s) 1468.67
Current children cumulated vsize (KiB) 132636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22411
/proc/meminfo: memFree=1637696/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=114008 CPUtime=1525.27
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 27835 0 0 0 152505 22 0 0 25 0 1 0 2000861723 116744192 27821 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22377/statm: 28502 27821 76 150 0 28349 0
Current children cumulated CPU time (s) 1528.64
Current children cumulated vsize (KiB) 132964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22411
/proc/meminfo: memFree=1636800/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=114172 CPUtime=1585.24
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 27862 0 0 0 158502 22 0 0 25 0 1 0 2000861723 116912128 27848 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22377/statm: 28543 27848 76 150 0 28390 0
Current children cumulated CPU time (s) 1588.61
Current children cumulated vsize (KiB) 133128

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22411
/proc/meminfo: memFree=1634368/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=116356 CPUtime=1645.22
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 28384 0 0 0 164499 23 0 0 25 0 1 0 2000861723 119148544 28370 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22377/statm: 29089 28370 76 150 0 28936 0
Current children cumulated CPU time (s) 1648.59
Current children cumulated vsize (KiB) 135312

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22411
/proc/meminfo: memFree=1631040/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=119644 CPUtime=1705.2
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 29190 0 0 0 170496 24 0 0 25 0 1 0 2000861723 122515456 29176 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22377/statm: 29911 29176 76 150 0 29758 0
Current children cumulated CPU time (s) 1708.57
Current children cumulated vsize (KiB) 138600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22411
/proc/meminfo: memFree=1614400/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=137236 CPUtime=1765.16
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 33220 0 0 0 176489 27 0 0 25 0 1 0 2000861723 140529664 33206 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 0 0 0
/proc/22377/statm: 34309 33206 76 150 0 34156 0
Current children cumulated CPU time (s) 1768.53
Current children cumulated vsize (KiB) 156192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22411
/proc/meminfo: memFree=1614336/2055920 swapFree=4180256/4192956
[pid=22353] ppid=22351 vsize=13600 CPUtime=3.37
/proc/22353/stat : 22353 (sugar) S 22351 22353 19419 0 -1 4194304 1034 15435 0 2 3 1 320 13 16 0 1 0 2000861371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22353/statm: 3400 799 370 3 0 500 0
[pid=22376] ppid=22353 vsize=5356 CPUtime=0
/proc/22376/stat : 22376 (sh) S 22353 22353 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000861723 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22376/statm: 1339 232 193 169 0 50 0
[pid=22377] ppid=22376 vsize=137236 CPUtime=1796.66
/proc/22377/stat : 22377 (minisat) R 22376 22353 19419 0 -1 4194304 33221 0 0 0 179639 27 0 0 25 0 1 0 2000861723 140529664 33207 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22377/statm: 34309 33207 76 150 0 34156 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 156192

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 22353 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=241507
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=152976
# CPU time returned by wait4() is 3.39448
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.84
CPU time (s): 1800.03
CPU user time (s): 1799.62
CPU system time (s): 0.41
CPU usage (%): 99.2389
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.24151
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16813
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= 3497
involuntary context switches= 3382

runsolver used 2.47662 second user time and 5.37218 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-05 02:47:52
IDJOB=1081759
IDBENCH=57136
IDSOLVER=346
FILE ID=node22/1081759-1215218872
PBS_JOBID= 7881679
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-20.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-1081759-1215218872/watcher-1081759-1215218872 -o /tmp/evaluation-result-1081759-1215218872/solver-1081759-1215218872 -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-1081759-1215218872.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a9dc0248b5bac88ceea300c49a32664c
RANDOM SEED=343059956

node22.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.267
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.267
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:       1728568 kB
Buffers:         33700 kB
Cached:         151296 kB
SwapCached:       6356 kB
Active:         223616 kB
Inactive:        49136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728568 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:          95392 kB
Slab:            39908 kB
Committed_AS:  3484428 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node22 at 2008-07-05 03:18:08