Trace number 1055902

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.1 1806.59

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-12.xml
MD5SUM2ba2a764a757f9f5d70ed9cb063b7290
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 benchmark748.425
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints10330
Maximum constraint arity2
Maximum domain size144
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10330
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:48:45 2008
0.00/0.04	c 0	PID 27704
0.00/0.04	c 0	HOST node75.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1055902-1215060525.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1055902-1215060525.xml' 'HOME/temp.csp'
0.96/1.02	c 1	2 domains, 145 variables, 3 predicates, 0 relations, 10330 constraints
0.96/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.03	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.99/1.11	c 1	Parsing HOME/temp.csp
0.99/1.43	c 2	parsed 10000 expressions
0.99/1.43	c 2	parsed 10480 expressions
0.99/1.44	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.44	c 2	Converting to clausal form CSP
0.99/1.70	c 2	converted 1048 (10%) expressions
0.99/1.78	c 2	converted 2096 (20%) expressions
0.99/1.81	c 2	converted 3144 (30%) expressions
0.99/1.84	c 2	converted 4192 (40%) expressions
0.99/1.87	c 2	converted 5240 (50%) expressions
0.99/1.95	c 2	converted 6288 (60%) expressions
0.99/1.99	c 2	converted 7336 (70%) expressions
0.99/2.03	c 2	converted 8384 (80%) expressions
0.99/2.07	c 2	converted 9432 (90%) expressions
2.04/2.11	c 2	converted 10480 (100%) expressions
2.04/2.11	c 2	CSP : 1031 integers, 456 booleans, 13646 clauses, largest domain size 144
2.04/2.11	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.11	c 2	Propagation in CSP
2.14/2.22	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.14/2.22	c 2	CSP : 1031 integers, 456 booleans, 13646 clauses, largest domain size 144
2.14/2.22	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.14/2.23	c 2	Simplifing CSP by introducing new Boolean variables
2.33/2.41	c 3	CSP : 1031 integers, 22110 booleans, 35300 clauses, largest domain size 144
2.33/2.41	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.43/2.50	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.43/2.55	c 3	104 (10%) CSP integer variables are encoded (14645 clauses, 197687 bytes)
2.43/2.56	c 3	207 (20%) CSP integer variables are encoded (21233 clauses, 296507 bytes)
2.43/2.57	c 3	310 (30%) CSP integer variables are encoded (22578 clauses, 316682 bytes)
2.43/2.57	c 3	413 (40%) CSP integer variables are encoded (23923 clauses, 336857 bytes)
2.43/2.57	c 3	516 (50%) CSP integer variables are encoded (25273 clauses, 357107 bytes)
2.43/2.57	c 3	619 (60%) CSP integer variables are encoded (26543 clauses, 376157 bytes)
2.43/2.58	c 3	722 (70%) CSP integer variables are encoded (27573 clauses, 391607 bytes)
2.43/2.58	c 3	825 (80%) CSP integer variables are encoded (28603 clauses, 407057 bytes)
2.43/2.58	c 3	928 (90%) CSP integer variables are encoded (29633 clauses, 422507 bytes)
2.43/2.58	c 3	1031 (100%) CSP integer variables are encoded (30663 clauses, 437957 bytes)
3.02/3.13	c 3	3530 (10%) CSP clauses are encoded (299443 clauses, 5769106 bytes)
3.52/3.68	c 4	7060 (20%) CSP clauses are encoded (623922 clauses, 12325797 bytes)
4.12/4.22	c 4	10590 (30%) CSP clauses are encoded (950112 clauses, 19009420 bytes)
4.62/4.76	c 5	14120 (40%) CSP clauses are encoded (1273162 clauses, 25635130 bytes)
5.12/5.29	c 5	17650 (50%) CSP clauses are encoded (1596073 clauses, 32287336 bytes)
5.72/5.83	c 6	21180 (60%) CSP clauses are encoded (1915701 clauses, 38888560 bytes)
6.22/6.36	c 7	24710 (70%) CSP clauses are encoded (2233622 clauses, 45494880 bytes)
6.72/6.89	c 7	28240 (80%) CSP clauses are encoded (2547982 clauses, 52284455 bytes)
7.32/7.41	c 8	31770 (90%) CSP clauses are encoded (2854073 clauses, 58967886 bytes)
7.80/7.90	c 8	35300 (100%) CSP clauses are encoded (3124531 clauses, 64855330 bytes)
7.80/7.90	c 8	35300 CSP clauses encoded
7.80/7.90	c 8	Writing map file : HOME/temp.map
7.80/7.91	c 8	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.80/7.91	c 8	SAT : 53804 SAT variables, 3124531 SAT clauses, 64855330 bytes
7.80/7.91	c 8	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.80/7.96	c 8	SOLVING HOME/temp.cnf
7.80/7.96	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.80/7.97	c 8	This is MiniSat 2.0 beta
7.80/7.97	c 8	WARNING: for repeatability, setting FPU to use double precision
7.80/7.97	c 8	============================[ Problem Statistics ]=============================
7.80/7.97	c 8	|                                                                             |
7.80/7.97	c 8	|  Number of variables:  53804                                                |
7.80/7.97	c 8	|  Number of clauses:    3124531                                              |
9.26/9.44	c 10	|  Parsing time:         1.26         s                                       |
9.36/9.51	c 10	============================[ Search Statistics ]==============================
9.36/9.51	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.36/9.51	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.36/9.51	c 10	===============================================================================
9.36/9.51	c 10	|         0 |   53804  3124531  9280464 |  1041510        0    nan |  0.000 % |
9.45/9.68	c 10	|       100 |   53804  3124531  9280464 |  1145661      100     10 |  0.000 % |
9.55/9.80	c 10	|       250 |   53804  3124531  9280464 |  1260227      250     11 |  0.000 % |
9.75/9.94	c 10	|       475 |   53804  3124531  9280464 |  1386250      475     11 |  0.000 % |
10.25/10.46	c 11	|       812 |   53804  3124531  9280464 |  1524875      812     11 |  0.000 % |
10.54/10.79	c 11	|      1321 |   53804  3124531  9280464 |  1677362     1321     11 |  0.000 % |
11.24/11.41	c 12	|      2083 |   53804  3124531  9280464 |  1845099     2083     12 |  0.000 % |
12.25/12.44	c 13	|      3223 |   53804  3124531  9280464 |  2029608     3223     12 |  0.000 % |
13.65/13.83	c 14	|      4931 |   53804  3124531  9280464 |  2232569     4931     12 |  0.000 % |
16.05/16.27	c 16	|      7493 |   53804  3124531  9280464 |  2455826     7493     13 |  0.000 % |
19.04/19.21	c 19	|     11338 |   53804  3124531  9280464 |  2701409    11338     14 |  0.000 % |
22.74/22.93	c 23	|     17104 |   53804  3124531  9280464 |  2971550    17104     16 |  0.000 % |
28.74/28.90	c 29	|     25753 |   53804  3124531  9280464 |  3268705    25753     16 |  0.000 % |
37.53/37.73	c 38	|     38727 |   53804  3124531  9280464 |  3595576    38727     17 |  0.000 % |
56.13/56.38	c 57	|     58188 |   53804  3124531  9280464 |  3955133    58188     18 |  0.000 % |
87.41/87.65	c 88	|     87380 |   53804  3124531  9280464 |  4350647    87380     20 |  0.000 % |
135.89/136.10	c 136	|    131169 |   53804  3124531  9280464 |  4785711   131169     26 |  0.000 % |
213.16/213.45	c 214	|    196853 |   53804  3124531  9280464 |  5264283   196853     27 |  0.000 % |
334.59/334.97	c 335	|    295380 |   53804  3124531  9280464 |  5790711   295380     27 |  0.000 % |
577.00/577.45	c 578	|    443169 |   53804  3124531  9280464 |  6369782   443169     28 |  0.000 % |
1026.30/1029.32	c 1029	|    664852 |   53804  3124531  9280464 |  7006760   664852     31 |  0.000 % |
1666.03/1671.98	c 1672	|    997378 |   53804  3124531  9280464 |  7707436   997378     33 |  0.000 % |
1800.10/1806.52	c ERROR INTERRUPTED
1800.10/1806.56	s UNKNOWN
1800.10/1806.56	c 1807	CPU 7.32 (0.04 0 7.28 0.52)
1800.10/1806.56	c 1807	END Thu Jul  3 07:18:52 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-1055902-1215060525/watcher-1055902-1215060525 -o /tmp/evaluation-result-1055902-1215060525/solver-1055902-1215060525 -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-1055902-1215060525.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.10 2.12 2.18 4/72 27704
/proc/meminfo: memFree=1750656/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=12268 CPUtime=0
/proc/27704/stat : 27704 (sugar) R 27702 27704 27502 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1985002288 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231891581950 0 0 4224 0 0 0 0 17 0 0 0
/proc/27704/statm: 3067 316 241 3 0 167 0

[startup+0.0466171 s]
/proc/loadavg: 2.10 2.12 2.18 4/72 27704
/proc/meminfo: memFree=1750656/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=0.03
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 1985002288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102375 s]
/proc/loadavg: 2.10 2.12 2.18 4/72 27704
/proc/meminfo: memFree=1750656/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=0.03
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 1985002288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301385 s]
/proc/loadavg: 2.10 2.12 2.18 4/72 27704
/proc/meminfo: memFree=1750656/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=0.03
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 1985002288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702439 s]
/proc/loadavg: 2.10 2.12 2.18 4/72 27704
/proc/meminfo: memFree=1750656/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=0.03
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 1985002288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 2.10 2.12 2.18 3/83 27716
/proc/meminfo: memFree=1727528/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=0.99
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 974 9136 0 1 3 0 91 5 15 0 1 0 1985002288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10172 s]
/proc/loadavg: 2.10 2.12 2.18 3/83 27726
/proc/meminfo: memFree=1727080/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=1
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 974 9136 0 1 4 0 91 5 15 0 1 0 1985002288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 797 370 3 0 500 0
[pid=27717] ppid=27704 vsize=5356 CPUtime=0
/proc/27717/stat : 27717 (sh) S 27704 27704 27502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985002392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27717/statm: 1339 233 193 169 0 50 0
[pid=27718] ppid=27717 vsize=868476 CPUtime=2.02
/proc/27718/stat : 27718 (java) S 27717 27704 27502 0 -1 0 11213 0 1 0 194 8 0 0 20 0 9 0 1985002392 889319424 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27718/statm: 217119 10071 2566 9 0 211666 0
[pid=27718/tid=27719] ppid=27717 vsize=868476 CPUtime=1.24
/proc/27718/task/27719/stat : 27719 (java) R 27717 27704 27502 0 -1 64 3004 0 1 0 121 3 0 0 25 0 9 0 1985002393 889319424 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27720] ppid=27717 vsize=868476 CPUtime=0.49
/proc/27718/task/27720/stat : 27720 (java) S 27717 27704 27502 0 -1 64 5993 0 0 0 47 2 0 0 16 0 9 0 1985002394 889319424 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27721] ppid=27717 vsize=868476 CPUtime=0
/proc/27718/task/27721/stat : 27721 (java) S 27717 27704 27502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985002394 889319424 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27722] ppid=27717 vsize=868476 CPUtime=0
/proc/27718/task/27722/stat : 27722 (java) S 27717 27704 27502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985002394 889319424 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27723] ppid=27717 vsize=868476 CPUtime=0
/proc/27718/task/27723/stat : 27723 (java) S 27717 27704 27502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1985002396 889319424 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27724] ppid=27717 vsize=868476 CPUtime=0.26
/proc/27718/task/27724/stat : 27724 (java) S 27717 27704 27502 0 -1 64 1524 0 0 0 25 1 0 0 16 0 9 0 1985002396 889319424 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27725] ppid=27717 vsize=868476 CPUtime=0
/proc/27718/task/27725/stat : 27725 (java) S 27717 27704 27502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1985002396 889319424 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27726] ppid=27717 vsize=868476 CPUtime=0
/proc/27718/task/27726/stat : 27726 (java) S 27717 27704 27502 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985002396 889319424 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887432

[startup+6.3021 s]
/proc/loadavg: 2.17 2.14 2.18 3/83 27726
/proc/meminfo: memFree=1684136/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=1
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 974 9136 0 1 4 0 91 5 15 0 1 0 1985002288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 797 370 3 0 500 0
[pid=27717] ppid=27704 vsize=5356 CPUtime=0
/proc/27717/stat : 27717 (sh) S 27704 27704 27502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985002392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27717/statm: 1339 233 193 169 0 50 0
[pid=27718] ppid=27717 vsize=868476 CPUtime=5.22
/proc/27718/stat : 27718 (java) S 27717 27704 27502 0 -1 0 11885 0 1 0 490 32 0 0 20 0 9 0 1985002392 889319424 10076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27718/statm: 217119 10076 2566 9 0 211666 0
[pid=27718/tid=27719] ppid=27717 vsize=868476 CPUtime=4.23
/proc/27718/task/27719/stat : 27719 (java) R 27717 27704 27502 0 -1 64 3672 0 1 0 401 22 0 0 25 0 9 0 1985002393 889319424 10076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27720] ppid=27717 vsize=868476 CPUtime=0.68
/proc/27718/task/27720/stat : 27720 (java) S 27717 27704 27502 0 -1 64 5993 0 0 0 61 7 0 0 16 0 9 0 1985002394 889319424 10076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27721] ppid=27717 vsize=868476 CPUtime=0
/proc/27718/task/27721/stat : 27721 (java) S 27717 27704 27502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985002394 889319424 10076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27722] ppid=27717 vsize=868476 CPUtime=0
/proc/27718/task/27722/stat : 27722 (java) S 27717 27704 27502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985002394 889319424 10076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27723] ppid=27717 vsize=868476 CPUtime=0
/proc/27718/task/27723/stat : 27723 (java) S 27717 27704 27502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1985002396 889319424 10076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27724] ppid=27717 vsize=868476 CPUtime=0.27
/proc/27718/task/27724/stat : 27724 (java) S 27717 27704 27502 0 -1 64 1528 0 0 0 26 1 0 0 16 0 9 0 1985002396 889319424 10076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27725] ppid=27717 vsize=868476 CPUtime=0
/proc/27718/task/27725/stat : 27725 (java) S 27717 27704 27502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1985002396 889319424 10076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27718/tid=27726] ppid=27717 vsize=868476 CPUtime=0
/proc/27718/task/27726/stat : 27726 (java) S 27717 27704 27502 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985002396 889319424 10076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887432

[startup+12.7019 s]
/proc/loadavg: 2.24 2.15 2.19 3/75 27728
/proc/meminfo: memFree=1542440/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=145620 CPUtime=4.71
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 35746 0 0 0 449 22 0 0 25 0 1 0 1985003085 149114880 35732 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/27728/statm: 36405 35732 76 150 0 36252 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 164576

[startup+25.5024 s]
/proc/loadavg: 2.18 2.14 2.18 3/75 27728
/proc/meminfo: memFree=1537768/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=148856 CPUtime=17.5
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 36555 0 0 0 1728 22 0 0 25 0 1 0 1985003085 152428544 36541 996147200 134512640 135127466 4294956272 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 0 0 0
/proc/27728/statm: 37214 36541 76 150 0 37061 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 167812

[startup+51.1024 s]
/proc/loadavg: 2.12 2.13 2.18 3/75 27728
/proc/meminfo: memFree=1534568/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=152136 CPUtime=43.09
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 37402 0 0 0 4286 23 0 0 25 0 1 0 1985003085 155787264 37388 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/27728/statm: 38034 37388 76 150 0 37881 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 171092

[startup+102.306 s]
/proc/loadavg: 2.05 2.11 2.17 3/75 27728
/proc/meminfo: memFree=1527592/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=158908 CPUtime=94.27
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 39067 0 0 0 9402 25 0 0 25 0 1 0 1985003085 162721792 39053 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27728/statm: 39727 39053 76 150 0 39574 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 177864

[startup+162.303 s]
/proc/loadavg: 2.02 2.09 2.15 3/75 27728
/proc/meminfo: memFree=1517800/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=168760 CPUtime=154.24
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 41486 0 0 0 15396 28 0 0 25 0 1 0 1985003085 172810240 41472 996147200 134512640 135127466 4294956272 18446744073709551615 134530831 0 0 4096 3 0 0 0 17 0 0 0
/proc/27728/statm: 42190 41472 76 150 0 42037 0
Current children cumulated CPU time (s) 162.08

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

/proc/meminfo: memFree=951688/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=285328 CPUtime=1349.81
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 70403 0 0 0 134920 61 0 0 25 0 1 0 1985003085 292175872 70389 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27728/statm: 71332 70389 76 150 0 71179 0
Current children cumulated CPU time (s) 1357.65
Current children cumulated vsize (KiB) 304284

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27877
/proc/meminfo: memFree=947208/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=289576 CPUtime=1409.57
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 71503 0 0 0 140895 62 0 0 25 0 1 0 1985003085 296525824 71489 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27728/statm: 72394 71489 76 150 0 72241 0
Current children cumulated CPU time (s) 1417.41
Current children cumulated vsize (KiB) 308532

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27877
/proc/meminfo: memFree=942600/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=294092 CPUtime=1469.33
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 72654 0 0 0 146870 63 0 0 25 0 1 0 1985003085 301150208 72640 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27728/statm: 73523 72640 76 150 0 73370 0
Current children cumulated CPU time (s) 1477.17
Current children cumulated vsize (KiB) 313048

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27877
/proc/meminfo: memFree=937160/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=299280 CPUtime=1529.1
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 73998 0 0 0 152845 65 0 0 25 0 1 0 1985003085 306462720 73984 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27728/statm: 74820 73984 76 150 0 74667 0
Current children cumulated CPU time (s) 1536.94
Current children cumulated vsize (KiB) 318236

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27877
/proc/meminfo: memFree=909960/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=303968 CPUtime=1588.86
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 75188 0 0 0 158820 66 0 0 25 0 1 0 1985003085 311263232 75174 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27728/statm: 75992 75174 76 150 0 75839 0
Current children cumulated CPU time (s) 1596.7
Current children cumulated vsize (KiB) 322924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27877
/proc/meminfo: memFree=905416/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=308332 CPUtime=1648.63
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 76294 0 0 0 164795 68 0 0 25 0 1 0 1985003085 315731968 76280 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27728/statm: 77083 76280 76 150 0 76930 0
Current children cumulated CPU time (s) 1656.47
Current children cumulated vsize (KiB) 327288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27877
/proc/meminfo: memFree=900168/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=313476 CPUtime=1708.38
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 77603 0 0 0 170769 69 0 0 25 0 1 0 1985003085 320999424 77589 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/27728/statm: 78369 77589 76 150 0 78216 0
Current children cumulated CPU time (s) 1716.22
Current children cumulated vsize (KiB) 332432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27877
/proc/meminfo: memFree=894984/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=318500 CPUtime=1768.15
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 78848 0 0 0 176744 71 0 0 25 0 1 0 1985003085 326144000 78834 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27728/statm: 79625 78834 76 150 0 79472 0
Current children cumulated CPU time (s) 1775.99
Current children cumulated vsize (KiB) 337456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27877
/proc/meminfo: memFree=893512/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=320032 CPUtime=1792.26
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 79222 0 0 0 179154 72 0 0 25 0 1 0 1985003085 327712768 79208 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27728/statm: 80008 79208 76 150 0 79855 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 338988

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

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

[startup+1806.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27877
/proc/meminfo: memFree=893512/2055920 swapFree=4180584/4192956
[pid=27704] ppid=27702 vsize=13600 CPUtime=7.84
/proc/27704/stat : 27704 (sugar) S 27702 27704 27502 0 -1 4194304 1031 21654 0 2 4 0 728 52 16 0 1 0 1985002288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 3400 798 370 3 0 500 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 27502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985003085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=320032 CPUtime=1792.26
/proc/27728/stat : 27728 (minisat) R 27727 27704 27502 0 -1 4194304 79222 0 0 0 179154 72 0 0 25 0 1 0 1985003085 327712768 79208 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27728/statm: 80008 79208 76 150 0 79855 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 338988

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27704 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=329885
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=566913
# CPU time returned by wait4() is 7.8968
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.59
CPU time (s): 1800.1
CPU user time (s): 1798.86
CPU system time (s): 1.24
CPU usage (%): 99.6407
Max. virtual memory (cumulated for all children) (KiB): 887572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.32988
system time used= 0.566913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23030
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= 10271
involuntary context switches= 10124

runsolver used 1.67374 second user time and 4.96324 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-03 06:48:45
IDJOB=1055902
IDBENCH=57389
IDSOLVER=346
FILE ID=node75/1055902-1215060525
PBS_JOBID= 7875209
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2ba2a764a757f9f5d70ed9cb063b7290
RANDOM SEED=1763028984

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1751136 kB
Buffers:         47196 kB
Cached:         182580 kB
SwapCached:       6320 kB
Active:         159308 kB
Inactive:        85576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751136 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            5700 kB
Writeback:           0 kB
Mapped:          22812 kB
Slab:            45140 kB
Committed_AS:  4177036 kB
PageTables:       1944 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= 66536 MiB
End job on node75 at 2008-07-03 07:18:54