Trace number 1056007

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.05 1802.06

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-10.xml
MD5SUM4767daf10c71e50004bb1bec7a8e5909
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints4975
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4975
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 Thu Jul  3 06:56:38 2008
0.00/0.04	c 0	PID 23097
0.00/0.05	c 0	HOST node64.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1056007-1215060998.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-1056007-1215060998.xml' 'HOME/temp.csp'
0.04/0.83	c 1	2 domains, 101 variables, 3 predicates, 0 relations, 4975 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.83	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.81/0.92	c 1	Parsing HOME/temp.csp
1.06/1.17	c 1	parsed 5081 expressions
1.06/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.17	c 1	Converting to clausal form CSP
1.34/1.42	c 1	converted 509 (10%) expressions
1.34/1.44	c 1	converted 1017 (20%) expressions
1.34/1.46	c 1	converted 1525 (30%) expressions
1.34/1.48	c 1	converted 2033 (40%) expressions
1.34/1.50	c 1	converted 2541 (50%) expressions
1.45/1.52	c 1	converted 3049 (60%) expressions
1.45/1.53	c 1	converted 3557 (70%) expressions
1.45/1.59	c 1	converted 4065 (80%) expressions
1.55/1.62	c 1	converted 4573 (90%) expressions
1.55/1.64	c 2	converted 5081 (100%) expressions
1.55/1.64	c 2	CSP : 730 integers, 323 booleans, 7317 clauses, largest domain size 100
1.55/1.65	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.55/1.65	c 2	Propagation in CSP
1.65/1.72	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.65/1.72	c 2	CSP : 730 integers, 323 booleans, 7317 clauses, largest domain size 100
1.65/1.72	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.65/1.73	c 2	Simplifing CSP by introducing new Boolean variables
1.74/1.84	c 2	CSP : 730 integers, 10967 booleans, 17961 clauses, largest domain size 100
1.74/1.84	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.85/1.91	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.85/1.95	c 2	73 (10%) CSP integer variables are encoded (7069 clauses, 89772 bytes)
1.85/1.95	c 2	146 (20%) CSP integer variables are encoded (10249 clauses, 131835 bytes)
1.85/1.96	c 2	219 (30%) CSP integer variables are encoded (11013 clauses, 143295 bytes)
1.85/1.96	c 2	292 (40%) CSP integer variables are encoded (11773 clauses, 154695 bytes)
1.85/1.96	c 2	365 (50%) CSP integer variables are encoded (12545 clauses, 166275 bytes)
1.85/1.97	c 2	438 (60%) CSP integer variables are encoded (13289 clauses, 177435 bytes)
1.85/1.97	c 2	511 (70%) CSP integer variables are encoded (13873 clauses, 186195 bytes)
1.85/1.97	c 2	584 (80%) CSP integer variables are encoded (14457 clauses, 194955 bytes)
1.85/1.97	c 2	657 (90%) CSP integer variables are encoded (15041 clauses, 203715 bytes)
1.85/1.97	c 2	730 (100%) CSP integer variables are encoded (15625 clauses, 212475 bytes)
2.14/2.22	c 2	1797 (10%) CSP clauses are encoded (100625 clauses, 1852834 bytes)
2.33/2.43	c 2	3593 (20%) CSP clauses are encoded (213906 clauses, 3989250 bytes)
2.53/2.66	c 3	5389 (30%) CSP clauses are encoded (327088 clauses, 6208364 bytes)
2.73/2.86	c 3	7185 (40%) CSP clauses are encoded (439103 clauses, 8433503 bytes)
2.93/3.08	c 3	8981 (50%) CSP clauses are encoded (551308 clauses, 10661980 bytes)
3.13/3.29	c 3	10777 (60%) CSP clauses are encoded (662346 clauses, 12867474 bytes)
3.31/3.49	c 3	12573 (70%) CSP clauses are encoded (770848 clauses, 15022746 bytes)
3.51/3.69	c 4	14369 (80%) CSP clauses are encoded (879374 clauses, 17178116 bytes)
3.72/3.88	c 4	16165 (90%) CSP clauses are encoded (982474 clauses, 19226327 bytes)
3.91/4.05	c 4	17961 (100%) CSP clauses are encoded (1071388 clauses, 20992310 bytes)
3.91/4.05	c 4	17961 CSP clauses encoded
3.91/4.05	c 4	Writing map file : HOME/temp.map
3.91/4.05	c 4	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.91/4.05	c 4	SAT : 27322 SAT variables, 1071388 SAT clauses, 20992310 bytes
3.91/4.05	c 4	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.91/4.09	c 4	SOLVING HOME/temp.cnf
3.91/4.09	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.91/4.09	c 4	This is MiniSat 2.0 beta
3.91/4.09	c 4	WARNING: for repeatability, setting FPU to use double precision
3.91/4.09	c 4	============================[ Problem Statistics ]=============================
3.91/4.09	c 4	|                                                                             |
3.91/4.09	c 4	|  Number of variables:  27322                                                |
3.91/4.09	c 4	|  Number of clauses:    1071388                                              |
4.48/4.64	c 5	|  Parsing time:         0.48         s                                       |
4.48/4.67	c 5	============================[ Search Statistics ]==============================
4.48/4.67	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.48/4.67	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.48/4.67	c 5	===============================================================================
4.48/4.67	c 5	|         0 |   27322  1071388  3166347 |   357129        0    nan |  0.000 % |
4.68/4.83	c 5	|       100 |   27322  1071388  3166347 |   392842      100     11 |  0.000 % |
4.78/4.95	c 5	|       250 |   27322  1071388  3166347 |   432126      250     11 |  0.000 % |
4.88/5.04	c 5	|       475 |   27322  1071388  3166347 |   475339      475     11 |  0.000 % |
4.98/5.18	c 5	|       812 |   27322  1071388  3166347 |   522873      812     11 |  0.000 % |
5.27/5.45	c 5	|      1319 |   27322  1071388  3166347 |   575160     1319     11 |  0.000 % |
5.67/5.84	c 6	|      2078 |   27322  1071388  3166347 |   632676     2078     12 |  0.000 % |
6.16/6.37	c 6	|      3217 |   27322  1071388  3166347 |   695944     3217     12 |  0.000 % |
6.95/7.14	c 7	|      4925 |   27322  1071388  3166347 |   765538     4925     13 |  0.000 % |
8.54/8.72	c 9	|      7487 |   27322  1071388  3166347 |   842092     7487     14 |  0.000 % |
9.43/9.65	c 10	|     11331 |   27322  1071388  3166347 |   926301    11331     16 |  0.000 % |
13.00/13.26	c 13	|     17097 |   27322  1071388  3166347 |  1018931    17097     17 |  0.000 % |
16.77/17.01	c 17	|     25746 |   27322  1071388  3166347 |  1120824    25746     18 |  0.000 % |
24.59/24.91	c 25	|     38720 |   27322  1071388  3166347 |  1232907    38720     19 |  0.000 % |
36.47/36.91	c 37	|     58182 |   27322  1071388  3166347 |  1356198    58182     25 |  0.000 % |
58.17/58.86	c 59	|     87374 |   27322  1071388  3166347 |  1491817    87374     24 |  0.000 % |
89.65/90.64	c 91	|    131163 |   27322  1071388  3166347 |  1640999   131163     25 |  0.000 % |
204.43/205.88	c 206	|    196847 |   27322  1071388  3166347 |  1805099   196847     41 |  0.000 % |
334.48/335.96	c 336	|    295373 |   27322  1071388  3166347 |  1985609   295373     43 |  0.000 % |
552.80/554.40	c 554	|    443163 |   27322  1071388  3166347 |  2184170   443163     45 |  0.000 % |
1165.29/1167.08	c 1167	|    664846 |   27322  1071388  3166347 |  2402587   664846     54 |  0.000 % |
1800.05/1802.01	c ERROR INTERRUPTED
1800.05/1802.06	s UNKNOWN
1800.05/1802.06	c 1802	CPU 3.72 (0.04 0.01 3.68 0.28)
1800.05/1802.06	c 1802	END Thu Jul  3 07:26:40 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-1056007-1215060998/watcher-1056007-1215060998 -o /tmp/evaluation-result-1056007-1215060998/solver-1056007-1215060998 -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-1056007-1215060998.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 23097
/proc/meminfo: memFree=1708584/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=12268 CPUtime=0
/proc/23097/stat : 23097 (sugar) R 23095 23097 18233 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1985070141 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251255290469 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23097/statm: 3067 316 241 3 0 167 0

[startup+0.065056 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 23097
/proc/meminfo: memFree=1708584/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=0.04
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985070141 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102056 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 23097
/proc/meminfo: memFree=1708584/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=0.04
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985070141 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301073 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 23097
/proc/meminfo: memFree=1708584/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=0.04
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985070141 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701126 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 23097
/proc/meminfo: memFree=1708584/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=0.04
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985070141 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50221 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 23119
/proc/meminfo: memFree=1700880/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=0.81
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 973 7278 0 1 3 1 73 4 15 0 1 0 1985070141 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 797 370 3 0 500 0
[pid=23110] ppid=23097 vsize=5356 CPUtime=0
/proc/23110/stat : 23110 (sh) S 23097 23097 18233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985070225 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23110/statm: 1339 233 193 169 0 50 0
[pid=23111] ppid=23110 vsize=868272 CPUtime=0.64
/proc/23111/stat : 23111 (java) S 23110 23097 18233 0 -1 0 5682 0 1 0 61 3 0 0 19 0 9 0 1985070225 889110528 5096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23111/statm: 217068 5096 1734 9 0 211643 0
[pid=23111/tid=23112] ppid=23110 vsize=868272 CPUtime=0.39
/proc/23111/task/23112/stat : 23112 (java) R 23110 23097 18233 0 -1 64 2662 0 1 0 38 1 0 0 19 0 9 0 1985070226 889110528 5096 996147200 134512640 134550740 4294955952 18446744073709551615 4126610832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23113] ppid=23110 vsize=868272 CPUtime=0.04
/proc/23111/task/23113/stat : 23113 (java) S 23110 23097 18233 0 -1 64 880 0 0 0 4 0 0 0 16 0 9 0 1985070227 889110528 5096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23114] ppid=23110 vsize=868272 CPUtime=0
/proc/23111/task/23114/stat : 23114 (java) S 23110 23097 18233 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1985070228 889110528 5096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23115] ppid=23110 vsize=868272 CPUtime=0
/proc/23111/task/23115/stat : 23115 (java) S 23110 23097 18233 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1985070228 889110528 5096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23116] ppid=23110 vsize=868272 CPUtime=0
/proc/23111/task/23116/stat : 23116 (java) S 23110 23097 18233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985070229 889110528 5096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23117] ppid=23110 vsize=868272 CPUtime=0.17
/proc/23111/task/23117/stat : 23117 (java) S 23110 23097 18233 0 -1 64 1449 0 0 0 17 0 0 0 16 0 9 0 1985070230 889110528 5096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23118] ppid=23110 vsize=868272 CPUtime=0
/proc/23111/task/23118/stat : 23118 (java) S 23110 23097 18233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985070230 889110528 5096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23119] ppid=23110 vsize=868272 CPUtime=0
/proc/23111/task/23119/stat : 23119 (java) S 23110 23097 18233 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985070230 889110528 5096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887228

[startup+3.10138 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 23119
/proc/meminfo: memFree=1684304/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=0.81
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 974 7278 0 1 3 1 73 4 15 0 1 0 1985070141 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 797 370 3 0 500 0
[pid=23110] ppid=23097 vsize=5356 CPUtime=0
/proc/23110/stat : 23110 (sh) S 23097 23097 18233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985070225 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23110/statm: 1339 233 193 169 0 50 0
[pid=23111] ppid=23110 vsize=868500 CPUtime=2.22
/proc/23111/stat : 23111 (java) S 23110 23097 18233 0 -1 0 8873 0 1 0 209 13 0 0 19 0 9 0 1985070225 889344000 7752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23111/statm: 217125 7752 2566 9 0 211672 0
[pid=23111/tid=23112] ppid=23110 vsize=868500 CPUtime=1.57
/proc/23111/task/23112/stat : 23112 (java) R 23110 23097 18233 0 -1 64 3045 0 1 0 149 8 0 0 25 0 9 0 1985070226 889344000 7752 996147200 134512640 134550740 4294955952 18446744073709551615 4126963124 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23113] ppid=23110 vsize=868500 CPUtime=0.35
/proc/23111/task/23113/stat : 23113 (java) S 23110 23097 18233 0 -1 64 3637 0 0 0 33 2 0 0 16 0 9 0 1985070227 889344000 7752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23114] ppid=23110 vsize=868500 CPUtime=0
/proc/23111/task/23114/stat : 23114 (java) S 23110 23097 18233 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985070228 889344000 7752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23115] ppid=23110 vsize=868500 CPUtime=0
/proc/23111/task/23115/stat : 23115 (java) S 23110 23097 18233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985070228 889344000 7752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23116] ppid=23110 vsize=868500 CPUtime=0
/proc/23111/task/23116/stat : 23116 (java) S 23110 23097 18233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985070229 889344000 7752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23117] ppid=23110 vsize=868500 CPUtime=0.26
/proc/23111/task/23117/stat : 23117 (java) S 23110 23097 18233 0 -1 64 1499 0 0 0 25 1 0 0 16 0 9 0 1985070230 889344000 7752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23118] ppid=23110 vsize=868500 CPUtime=0
/proc/23111/task/23118/stat : 23118 (java) S 23110 23097 18233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985070230 889344000 7752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23119] ppid=23110 vsize=868500 CPUtime=0
/proc/23111/task/23119/stat : 23119 (java) S 23110 23097 18233 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985070230 889344000 7752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887456

[startup+6.30174 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 23121
/proc/meminfo: memFree=1634960/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 15 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=53324 CPUtime=2.16
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 12657 0 0 0 209 7 0 0 25 0 1 0 1985070550 54603776 12643 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23121/statm: 13331 12643 76 150 0 13178 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 72280

[startup+12.7014 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 23121
/proc/meminfo: memFree=1633680/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=54804 CPUtime=8.5
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 13019 0 0 0 843 7 0 0 25 0 1 0 1985070550 56119296 13005 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/23121/statm: 13701 13005 76 150 0 13548 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 73760

[startup+25.5028 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 23121
/proc/meminfo: memFree=1631120/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=57280 CPUtime=21.18
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 13668 0 0 0 2110 8 0 0 25 0 1 0 1985070550 58654720 13654 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/23121/statm: 14320 13654 76 150 0 14167 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 76236

[startup+51.1026 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 23121
/proc/meminfo: memFree=1625296/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=63156 CPUtime=46.53
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 15121 0 0 0 4643 10 0 0 25 0 1 0 1985070550 64671744 15107 996147200 134512640 135127466 4294956272 18446744073709551615 134521779 0 0 4096 3 0 0 0 17 1 0 0
/proc/23121/statm: 15789 15107 76 150 0 15636 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 82112

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 23121
/proc/meminfo: memFree=1615888/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=72588 CPUtime=97.25
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 17431 0 0 0 9712 13 0 0 25 0 1 0 1985070550 74330112 17417 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/23121/statm: 18147 17417 76 150 0 17994 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 91544

[startup+162.302 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 23183
/proc/meminfo: memFree=1673872/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1528400/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=229144 CPUtime=1296.54
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 56268 0 0 0 129598 56 0 0 25 0 1 0 1985070550 234643456 56254 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/23121/statm: 57286 56254 76 150 0 57133 0
Current children cumulated CPU time (s) 1300.54
Current children cumulated vsize (KiB) 248100

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 23189
/proc/meminfo: memFree=1522384/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=234960 CPUtime=1356.51
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 57747 0 0 0 135594 57 0 0 25 0 1 0 1985070550 240599040 57733 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23121/statm: 58740 57733 76 150 0 58587 0
Current children cumulated CPU time (s) 1360.51
Current children cumulated vsize (KiB) 253916

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 23189
/proc/meminfo: memFree=1517008/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=240148 CPUtime=1416.5
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 59061 0 0 0 141591 59 0 0 25 0 1 0 1985070550 245911552 59047 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/23121/statm: 60037 59047 76 150 0 59884 0
Current children cumulated CPU time (s) 1420.5
Current children cumulated vsize (KiB) 259104

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 23189
/proc/meminfo: memFree=1511824/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=245324 CPUtime=1476.46
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 60374 0 0 0 147586 60 0 0 25 0 1 0 1985070550 251211776 60360 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23121/statm: 61331 60360 76 150 0 61178 0
Current children cumulated CPU time (s) 1480.46
Current children cumulated vsize (KiB) 264280

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 23189
/proc/meminfo: memFree=1505936/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=251036 CPUtime=1536.45
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 61814 0 0 0 153582 63 0 0 25 0 1 0 1985070550 257060864 61800 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23121/statm: 62759 61800 76 150 0 62606 0
Current children cumulated CPU time (s) 1540.45
Current children cumulated vsize (KiB) 269992

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 23189
/proc/meminfo: memFree=1500496/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=256448 CPUtime=1596.42
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 63178 0 0 0 159578 64 0 0 25 0 1 0 1985070550 262602752 63164 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23121/statm: 64112 63164 76 150 0 63959 0
Current children cumulated CPU time (s) 1600.42
Current children cumulated vsize (KiB) 275404

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 23189
/proc/meminfo: memFree=1494672/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=262140 CPUtime=1656.4
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 64615 0 0 0 165574 66 0 0 25 0 1 0 1985070550 268431360 64601 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23121/statm: 65535 64601 76 150 0 65382 0
Current children cumulated CPU time (s) 1660.4
Current children cumulated vsize (KiB) 281096

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 23189
/proc/meminfo: memFree=1489552/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=267276 CPUtime=1716.38
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 65907 0 0 0 171571 67 0 0 25 0 1 0 1985070550 273690624 65893 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23121/statm: 66819 65893 76 150 0 66666 0
Current children cumulated CPU time (s) 1720.38
Current children cumulated vsize (KiB) 286232

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 23189
/proc/meminfo: memFree=1483344/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=273084 CPUtime=1776.35
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 67409 0 0 0 177567 68 0 0 25 0 1 0 1985070550 279638016 67395 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23121/statm: 68271 67395 76 150 0 68118 0
Current children cumulated CPU time (s) 1780.35
Current children cumulated vsize (KiB) 292040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 23189
/proc/meminfo: memFree=1481040/2055920 swapFree=4178936/4192956
[pid=23097] ppid=23095 vsize=13600 CPUtime=4
/proc/23097/stat : 23097 (sugar) S 23095 23097 18233 0 -1 4194304 1032 16727 0 2 3 1 368 28 16 0 1 0 1985070141 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23097/statm: 3400 798 370 3 0 500 0
[pid=23120] ppid=23097 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23097 23097 18233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985070550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=275332 CPUtime=1796.05
/proc/23121/stat : 23121 (minisat) R 23120 23097 18233 0 -1 4194304 67989 0 0 0 179536 69 0 0 25 0 1 0 1985070550 281939968 67975 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23121/statm: 68833 67975 76 150 0 68680 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 294288

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

Real time (s): 1802.06
CPU time (s): 1800.05
CPU user time (s): 1799.07
CPU system time (s): 0.98
CPU usage (%): 99.8884
Max. virtual memory (cumulated for all children) (KiB): 887532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.72143
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18103
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= 6238
involuntary context switches= 6146

runsolver used 1.85172 second user time and 4.84326 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-03 06:56:38
IDJOB=1056007
IDBENCH=57394
IDSOLVER=346
FILE ID=node64/1056007-1215060998
PBS_JOBID= 7875047
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-10.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-1056007-1215060998/watcher-1056007-1215060998 -o /tmp/evaluation-result-1056007-1215060998/solver-1056007-1215060998 -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-1056007-1215060998.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4767daf10c71e50004bb1bec7a8e5909
RANDOM SEED=1894521062

node64.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.248
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.248
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:       1709064 kB
Buffers:         50852 kB
Cached:         149556 kB
SwapCached:       7196 kB
Active:         203432 kB
Inactive:        77496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709064 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          96816 kB
Slab:            50668 kB
Committed_AS:  4721544 kB
PageTables:       1924 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= 66552 MiB
End job on node64 at 2008-07-03 07:26:42