Trace number 2082016

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.14.6+minisat? (TO) 1800.09 1809.47

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-12.xml
MD5SUM12cac64112c90184707842af1dca4fb5
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 benchmark0.277957
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints3725
Maximum constraint arity2
Maximum domain size50
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3725
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:55:16 2009
0.00/0.08	c 0	PID 26726
0.06/0.08	c 0	HOST node78.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2082016-1247374516.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2082016-1247374516.xml' 'HOME/temp.csp'
0.06/0.63	c 1	1 domains, 100 variables, 2 predicates, 0 relations, 3725 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.74	c 1	Parsing HOME/temp.csp
0.60/0.89	c 1	parsed 3828 expressions
0.60/0.90	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.90	c 1	Converting to clausal form CSP
1.01/1.13	c 1	converted 383 (10%) expressions
1.01/1.20	c 2	converted 766 (20%) expressions
1.11/1.25	c 2	converted 1149 (30%) expressions
1.20/1.34	c 2	converted 1532 (40%) expressions
1.20/1.39	c 2	converted 1914 (50%) expressions
1.31/1.43	c 2	converted 2297 (60%) expressions
1.31/1.47	c 2	converted 2680 (70%) expressions
1.40/1.56	c 2	converted 3063 (80%) expressions
1.50/1.60	c 2	converted 3446 (90%) expressions
1.50/1.64	c 2	converted 3828 (100%) expressions
1.50/1.64	c 2	CSP : 100 integers, 3675 booleans, 14750 clauses, largest domain size 50
1.50/1.64	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.64	c 2	Propagation in CSP
1.50/1.68	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.68	c 2	CSP : 100 integers, 3675 booleans, 14750 clauses, largest domain size 50
1.50/1.68	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.69	c 2	Simplifing CSP by introducing new Boolean variables
1.70/1.86	c 2	CSP : 100 integers, 18469 booleans, 29544 clauses, largest domain size 50
1.70/1.86	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.98	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.90/2.00	c 2	10 (10%) CSP integer variables are encoded (480 clauses, 5134 bytes)
1.90/2.01	c 2	20 (20%) CSP integer variables are encoded (960 clauses, 10414 bytes)
1.90/2.01	c 2	30 (30%) CSP integer variables are encoded (1440 clauses, 16617 bytes)
1.90/2.01	c 2	40 (40%) CSP integer variables are encoded (1920 clauses, 22857 bytes)
1.90/2.01	c 2	50 (50%) CSP integer variables are encoded (2400 clauses, 29097 bytes)
1.90/2.01	c 2	60 (60%) CSP integer variables are encoded (2880 clauses, 35337 bytes)
1.90/2.01	c 2	70 (70%) CSP integer variables are encoded (3360 clauses, 41577 bytes)
1.90/2.01	c 2	80 (80%) CSP integer variables are encoded (3840 clauses, 47817 bytes)
1.90/2.02	c 2	90 (90%) CSP integer variables are encoded (4320 clauses, 54057 bytes)
1.90/2.02	c 2	100 (100%) CSP integer variables are encoded (4800 clauses, 60297 bytes)
2.10/2.23	c 3	2955 (10%) CSP clauses are encoded (81483 clauses, 1373137 bytes)
2.18/2.38	c 3	5909 (20%) CSP clauses are encoded (159196 clauses, 2798637 bytes)
2.39/2.53	c 3	8864 (30%) CSP clauses are encoded (237510 clauses, 4242739 bytes)
2.49/2.68	c 3	11818 (40%) CSP clauses are encoded (319168 clauses, 5779789 bytes)
2.69/2.85	c 3	14772 (50%) CSP clauses are encoded (402526 clauses, 7405328 bytes)
2.89/3.01	c 3	17727 (60%) CSP clauses are encoded (489014 clauses, 9091943 bytes)
2.99/3.18	c 3	20681 (70%) CSP clauses are encoded (578051 clauses, 10828252 bytes)
3.19/3.36	c 4	23636 (80%) CSP clauses are encoded (670430 clauses, 12629762 bytes)
3.38/3.54	c 4	26590 (90%) CSP clauses are encoded (766818 clauses, 14509465 bytes)
3.59/3.73	c 4	29544 (100%) CSP clauses are encoded (869794 clauses, 16517820 bytes)
3.59/3.73	c 4	29544 CSP clauses encoded
3.59/3.73	c 4	Writing map file : HOME/temp.map
3.59/3.74	c 4	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.59/3.74	c 4	SAT : 23369 SAT variables, 869794 SAT clauses, 16517820 bytes
3.59/3.74	c 4	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.59/3.79	c 4	SOLVING HOME/temp.cnf
3.59/3.79	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.65/3.80	c 4	This is MiniSat 2.0 beta
3.65/3.80	c 4	WARNING: for repeatability, setting FPU to use double precision
3.65/3.80	c 4	============================[ Problem Statistics ]=============================
3.65/3.80	c 4	|                                                                             |
3.65/3.80	c 4	|  Number of variables:  23369                                                |
3.65/3.80	c 4	|  Number of clauses:    869794                                               |
3.65/4.25	c 5	|  Parsing time:         0.38         s                                       |
3.65/4.28	c 5	============================[ Search Statistics ]==============================
3.65/4.28	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.65/4.28	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.65/4.28	c 5	===============================================================================
3.65/4.28	c 5	|         0 |   23366   869791  2571254 |   289930        0    nan |  0.000 % |
4.33/4.58	c 5	|       101 |   23366   869791  2571254 |   318923      101     45 |  0.013 % |
4.43/4.70	c 5	|       252 |   23366   869791  2571254 |   350815      252     26 |  0.013 % |
4.83/5.01	c 5	|       478 |   23366   869791  2571254 |   385897      478     43 |  0.013 % |
5.22/5.43	c 6	|       818 |   23366   869791  2571254 |   424487      818     36 |  0.013 % |
5.91/6.19	c 7	|      1324 |   23366   869791  2571254 |   466935     1324     47 |  0.013 % |
7.19/7.41	c 8	|      2083 |   23366   869791  2571254 |   513629     2083     41 |  0.013 % |
9.27/9.57	c 10	|      3224 |   23366   869791  2571254 |   564992     3224     53 |  0.013 % |
12.25/12.50	c 13	|      4932 |   23366   869791  2571254 |   621491     4932     62 |  0.013 % |
16.21/16.57	c 17	|      7496 |   23366   869791  2571254 |   683640     7496     49 |  0.013 % |
22.45/22.82	c 23	|     11342 |   23366   869791  2571254 |   752004    11342     55 |  0.013 % |
34.24/34.75	c 35	|     17109 |   23366   869791  2571254 |   827205    17109     54 |  0.013 % |
52.37/53.03	c 53	|     25758 |   23366   869791  2571254 |   909925    25758     71 |  0.013 % |
71.28/72.12	c 72	|     38732 |   23366   869791  2571254 |  1000918    38732     60 |  0.013 % |
109.20/110.32	c 111	|     58193 |   23366   869791  2571254 |  1101009    58193     73 |  0.013 % |
185.83/187.30	c 188	|     87385 |   23366   869791  2571254 |  1211110    87385     82 |  0.013 % |
331.83/334.00	c 334	|    131174 |   23366   869791  2571254 |  1332222   131174     93 |  0.013 % |
577.72/581.19	c 581	|    196860 |   23366   869791  2571254 |  1465444   196860    108 |  0.013 % |
992.40/997.83	c 998	|    295386 |   23366   869791  2571254 |  1611988   295386    121 |  0.013 % |
1675.40/1684.13	c 1684	|    443177 |   23366   869791  2571254 |  1773187   443177    127 |  0.013 % |
1800.09/1809.42	c ERROR INTERRUPTED
1800.09/1809.46	s UNKNOWN
1800.09/1809.46	c 1810	CPU 3.65 (0.06 0.02 3.34 0.23)
1800.09/1809.46	c 1810	END Sun Jul 12 07:25:26 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2082016-1247374516/watcher-2082016-1247374516 -o /tmp/evaluation-result-2082016-1247374516/solver-2082016-1247374516 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2082016-1247374516.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.07 2.02 4/84 26726
/proc/meminfo: memFree=1040704/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=18576 CPUtime=0
/proc/26726/stat : 26726 (runsolver) R 26724 26726 21858 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24516188 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26726/statm: 4644 284 249 26 0 2626 0

[startup+0.0813221 s]
/proc/loadavg: 2.19 2.07 2.02 4/84 26726
/proc/meminfo: memFree=1040704/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=0.06
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24516188 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26726/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102491 s]
/proc/loadavg: 2.19 2.07 2.02 4/84 26726
/proc/meminfo: memFree=1040704/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=0.06
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24516188 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26726/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302509 s]
/proc/loadavg: 2.19 2.07 2.02 4/84 26726
/proc/meminfo: memFree=1040704/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=0.06
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24516188 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26726/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701536 s]
/proc/loadavg: 2.19 2.07 2.02 4/84 26726
/proc/meminfo: memFree=1040704/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=0.6
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1292 6917 0 1 5 1 50 4 16 0 1 0 24516188 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26726/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50162 s]
/proc/loadavg: 2.19 2.07 2.02 3/95 26748
/proc/meminfo: memFree=1038248/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=0.6
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1309 6917 0 1 5 1 50 4 16 0 1 0 24516188 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26726/statm: 4217 1111 409 3 0 796 0
[pid=26739] ppid=26726 vsize=5356 CPUtime=0
/proc/26739/stat : 26739 (sh) S 26726 26726 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24516254 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26739/statm: 1339 233 193 169 0 50 0
[pid=26740] ppid=26739 vsize=869068 CPUtime=0.8
/proc/26740/stat : 26740 (java) S 26739 26726 21858 0 -1 0 7947 0 1 0 76 4 0 0 20 0 9 0 24516255 889925632 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26740/statm: 217267 7168 2566 9 0 211772 0
[pid=26740/tid=26741] ppid=26739 vsize=869068 CPUtime=0.49
/proc/26740/task/26741/stat : 26741 (java) R 26739 26726 21858 0 -1 64 2682 0 1 0 48 1 0 0 25 0 9 0 24516256 889925632 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26742] ppid=26739 vsize=869068 CPUtime=0.13
/proc/26740/task/26742/stat : 26742 (java) R 26739 26726 21858 0 -1 64 3037 0 0 0 12 1 0 0 16 0 9 0 24516257 889925632 7168 996147200 134512640 134550932 4294955936 18446744073709551615 102499811 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26743] ppid=26739 vsize=869068 CPUtime=0
/proc/26740/task/26743/stat : 26743 (java) S 26739 26726 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24516257 889925632 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26744] ppid=26739 vsize=869068 CPUtime=0
/proc/26740/task/26744/stat : 26744 (java) S 26739 26726 21858 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24516257 889925632 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26745] ppid=26739 vsize=869068 CPUtime=0
/proc/26740/task/26745/stat : 26745 (java) S 26739 26726 21858 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24516259 889925632 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26746] ppid=26739 vsize=869068 CPUtime=0.16
/proc/26740/task/26746/stat : 26746 (java) S 26739 26726 21858 0 -1 64 1529 0 0 0 16 0 0 0 16 0 9 0 24516259 889925632 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26747] ppid=26739 vsize=869068 CPUtime=0
/proc/26740/task/26747/stat : 26747 (java) S 26739 26726 21858 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24516259 889925632 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26748] ppid=26739 vsize=869068 CPUtime=0
/proc/26740/task/26748/stat : 26748 (java) R 26739 26726 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24516259 889925632 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 891292

[startup+3.10279 s]
/proc/loadavg: 2.19 2.07 2.02 4/95 26748
/proc/meminfo: memFree=997224/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=0.6
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1310 6917 0 1 5 1 50 4 15 0 1 0 24516188 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26726/statm: 4217 1111 409 3 0 796 0
[pid=26739] ppid=26726 vsize=5356 CPUtime=0
/proc/26739/stat : 26739 (sh) S 26726 26726 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24516254 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26739/statm: 1339 233 193 169 0 50 0
[pid=26740] ppid=26739 vsize=868992 CPUtime=2.39
/proc/26740/stat : 26740 (java) S 26739 26726 21858 0 -1 0 10308 0 1 0 226 13 0 0 20 0 9 0 24516255 889847808 9177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26740/statm: 217248 9177 2590 9 0 211725 0
[pid=26740/tid=26741] ppid=26739 vsize=868992 CPUtime=1.63
/proc/26740/task/26741/stat : 26741 (java) R 26739 26726 21858 0 -1 64 3062 0 1 0 155 8 0 0 25 0 9 0 24516256 889847808 9177 996147200 134512640 134550932 4294955936 18446744073709551615 4126774714 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26742] ppid=26739 vsize=868992 CPUtime=0.5
/proc/26740/task/26742/stat : 26742 (java) S 26739 26726 21858 0 -1 64 4973 0 0 0 46 4 0 0 16 0 9 0 24516257 889847808 9177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26743] ppid=26739 vsize=868992 CPUtime=0
/proc/26740/task/26743/stat : 26743 (java) S 26739 26726 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24516257 889847808 9177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26744] ppid=26739 vsize=868992 CPUtime=0
/proc/26740/task/26744/stat : 26744 (java) S 26739 26726 21858 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24516257 889847808 9177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26745] ppid=26739 vsize=868992 CPUtime=0
/proc/26740/task/26745/stat : 26745 (java) S 26739 26726 21858 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24516259 889847808 9177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26746] ppid=26739 vsize=868992 CPUtime=0.23
/proc/26740/task/26746/stat : 26746 (java) S 26739 26726 21858 0 -1 64 1574 0 0 0 23 0 0 0 16 0 9 0 24516259 889847808 9177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26747] ppid=26739 vsize=868992 CPUtime=0
/proc/26740/task/26747/stat : 26747 (java) S 26739 26726 21858 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24516259 889847808 9177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26748] ppid=26739 vsize=868992 CPUtime=0
/proc/26740/task/26748/stat : 26748 (java) S 26739 26726 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24516259 889847808 9177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 891216

[startup+6.30213 s]
/proc/loadavg: 2.26 2.09 2.02 5/87 26750
/proc/meminfo: memFree=968488/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 15 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=40960 CPUtime=2.45
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 9925 0 0 0 238 7 0 0 25 0 1 0 24516568 41943040 9911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26750/statm: 10240 9911 76 150 0 10087 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 63184

[startup+12.7018 s]
/proc/loadavg: 2.32 2.10 2.03 4/87 26750
/proc/meminfo: memFree=967272/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=42148 CPUtime=8.79
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 10205 0 0 0 871 8 0 0 25 0 1 0 24516568 43159552 10191 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/26750/statm: 10537 10191 76 150 0 10384 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 64372

[startup+25.5021 s]
/proc/loadavg: 2.54 2.16 2.05 4/87 26750
/proc/meminfo: memFree=965608/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=43864 CPUtime=21.48
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 10639 0 0 0 2139 9 0 0 25 0 1 0 24516568 44916736 10625 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/26750/statm: 10966 10625 76 150 0 10813 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 66088

[startup+51.1028 s]
/proc/loadavg: 2.62 2.21 2.07 4/87 26750
/proc/meminfo: memFree=961320/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=48384 CPUtime=46.84
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 11752 0 0 0 4674 10 0 0 25 0 1 0 24516568 49545216 11738 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26750/statm: 12096 11738 76 150 0 11943 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 70608

[startup+102.306 s]
/proc/loadavg: 2.57 2.27 2.09 3/84 26786
/proc/meminfo: memFree=1323328/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=57208 CPUtime=97.6
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 13954 0 0 0 9746 14 0 0 25 0 1 0 24516568 58580992 13940 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26750/statm: 14302 13940 76 150 0 14149 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 79432

[startup+162.302 s]
/proc/loadavg: 2.32 2.26 2.10 3/84 26786
/proc/meminfo: memFree=1268608/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/meminfo: memFree=898752/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=232540 CPUtime=1291.78
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 57681 0 0 0 129113 65 0 0 25 0 1 0 24516568 238120960 57667 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26750/statm: 58135 57667 76 150 0 57982 0
Current children cumulated CPU time (s) 1295.43
Current children cumulated vsize (KiB) 254764

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26792
/proc/meminfo: memFree=891968/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=239372 CPUtime=1351.5
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 59406 0 0 0 135081 69 0 0 25 0 1 0 24516568 245116928 59392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26750/statm: 59843 59392 76 150 0 59690 0
Current children cumulated CPU time (s) 1355.15
Current children cumulated vsize (KiB) 261596

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26792
/proc/meminfo: memFree=884864/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=246252 CPUtime=1411.21
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 61135 0 0 0 141050 71 0 0 25 0 1 0 24516568 252162048 61121 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/26750/statm: 61563 61121 76 150 0 61410 0
Current children cumulated CPU time (s) 1414.86
Current children cumulated vsize (KiB) 268476

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26792
/proc/meminfo: memFree=878592/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=252592 CPUtime=1470.92
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 62714 0 0 0 147019 73 0 0 25 0 1 0 24516568 258654208 62700 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26750/statm: 63148 62700 76 150 0 62995 0
Current children cumulated CPU time (s) 1474.57
Current children cumulated vsize (KiB) 274816

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26792
/proc/meminfo: memFree=871936/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=259076 CPUtime=1530.63
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 64352 0 0 0 152989 74 0 0 25 0 1 0 24516568 265293824 64338 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/26750/statm: 64769 64338 76 150 0 64616 0
Current children cumulated CPU time (s) 1534.28
Current children cumulated vsize (KiB) 281300

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26792
/proc/meminfo: memFree=864576/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=266528 CPUtime=1590.33
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 66214 0 0 0 158957 76 0 0 25 0 1 0 24516568 272924672 66200 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26750/statm: 66632 66200 76 150 0 66479 0
Current children cumulated CPU time (s) 1593.98
Current children cumulated vsize (KiB) 288752

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 26792
/proc/meminfo: memFree=857536/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=273392 CPUtime=1650.04
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 67948 0 0 0 164926 78 0 0 25 0 1 0 24516568 279953408 67934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26750/statm: 68348 67934 76 150 0 68195 0
Current children cumulated CPU time (s) 1653.69
Current children cumulated vsize (KiB) 295616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26792
/proc/meminfo: memFree=850880/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=280160 CPUtime=1709.76
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 69604 0 0 0 170895 81 0 0 25 0 1 0 24516568 286883840 69590 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/26750/statm: 70040 69590 76 150 0 69887 0
Current children cumulated CPU time (s) 1713.41
Current children cumulated vsize (KiB) 302384

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26792
/proc/meminfo: memFree=844544/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=286232 CPUtime=1769.46
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 71144 0 0 0 176864 82 0 0 25 0 1 0 24516568 293101568 71130 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26750/statm: 71558 71130 76 150 0 71405 0
Current children cumulated CPU time (s) 1773.11
Current children cumulated vsize (KiB) 308456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26792
/proc/meminfo: memFree=841472/2055912 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16868 CPUtime=3.65
/proc/26726/stat : 26726 (sugar) S 26724 26726 21858 0 -1 4194304 1376 17651 0 2 6 2 334 23 16 0 1 0 24516188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4217 1113 409 3 0 796 0
[pid=26749] ppid=26726 vsize=5356 CPUtime=0
/proc/26749/stat : 26749 (sh) S 26726 26726 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24516568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26749/statm: 1339 232 193 169 0 50 0
[pid=26750] ppid=26749 vsize=290060 CPUtime=1796.44
/proc/26750/stat : 26750 (minisat) R 26749 26726 21858 0 -1 4194304 71891 0 0 0 179561 83 0 0 25 0 1 0 24516568 297021440 71877 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26750/statm: 72515 71877 76 150 0 72362 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 312284

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

Real time (s): 1809.47
CPU time (s): 1800.09
CPU user time (s): 1799.01
CPU system time (s): 1.08
CPU usage (%): 99.4818
Max. virtual memory (cumulated for all children) (KiB): 891356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.40848
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19410
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= 4930
involuntary context switches= 4960

runsolver used 2.34464 second user time and 5.45217 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 06:55:16
IDJOB=2082016
IDBENCH=57521
IDSOLVER=739
FILE ID=node78/2082016-1247374516
PBS_JOBID= 9507058
Free space on /tmp= 126812 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-12.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082016-1247374516/watcher-2082016-1247374516 -o /tmp/evaluation-result-2082016-1247374516/solver-2082016-1247374516 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2082016-1247374516.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 12cac64112c90184707842af1dca4fb5
RANDOM SEED=1330180530

node78.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.232
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.232
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:      2055912 kB
MemFree:       1041120 kB
Buffers:         63780 kB
Cached:         164632 kB
SwapCached:          0 kB
Active:         857384 kB
Inactive:        94816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1041120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:         739456 kB
Slab:            45960 kB
Committed_AS:   914756 kB
PageTables:       3412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126804 MiB
End job on node78 at 2009-07-12 07:25:28