Trace number 2081345

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

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 benchmark
Best CPU time to get the best result obtained on this benchmark
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

0.00/0.19	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.24	c 0	BEGIN Sun Jul 12 06:22:29 2009
0.06/0.24	c 0	PID 21939
0.06/0.26	c 0	HOST node54.alineos.net
0.06/0.26	c 0	CONVERTING HOME/instance-2081345-1247372548.xml TO HOME/temp.csp
0.06/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081345-1247372548.xml' 'HOME/temp.csp'
0.81/1.37	c 1	2 domains, 145 variables, 3 predicates, 0 relations, 10330 constraints
0.88/1.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.88/1.42	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.88/1.50	c 1	Parsing HOME/temp.csp
0.88/1.65	c 1	parsed 10000 expressions
0.88/1.65	c 1	parsed 10480 expressions
0.88/1.66	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.88/1.66	c 1	Converting to clausal form CSP
0.88/1.96	c 1	converted 1048 (10%) expressions
0.88/2.05	c 1	converted 2096 (20%) expressions
0.88/2.09	c 1	converted 3144 (30%) expressions
1.53/2.15	c 1	converted 4192 (40%) expressions
1.53/2.20	c 2	converted 5240 (50%) expressions
1.62/2.30	c 2	converted 6288 (60%) expressions
1.71/2.34	c 2	converted 7336 (70%) expressions
1.71/2.39	c 2	converted 8384 (80%) expressions
1.82/2.44	c 2	converted 9432 (90%) expressions
1.92/2.50	c 2	converted 10480 (100%) expressions
1.92/2.50	c 2	CSP : 759 integers, 422 booleans, 13068 clauses, largest domain size 144
1.92/2.50	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.50	c 2	Propagation in CSP
1.92/2.57	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.57	c 2	CSP : 759 integers, 422 booleans, 13068 clauses, largest domain size 144
1.92/2.57	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.58	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.76	c 2	CSP : 759 integers, 22076 booleans, 34722 clauses, largest domain size 144
2.12/2.76	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.23/2.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.32/2.92	c 2	76 (10%) CSP integer variables are encoded (10669 clauses, 138047 bytes)
2.32/2.94	c 2	152 (20%) CSP integer variables are encoded (20513 clauses, 285707 bytes)
2.32/2.94	c 2	228 (30%) CSP integer variables are encoded (21273 clauses, 297107 bytes)
2.32/2.94	c 2	304 (40%) CSP integer variables are encoded (22033 clauses, 308507 bytes)
2.32/2.94	c 2	380 (50%) CSP integer variables are encoded (22793 clauses, 319907 bytes)
2.32/2.94	c 2	456 (60%) CSP integer variables are encoded (23553 clauses, 331307 bytes)
2.32/2.94	c 2	532 (70%) CSP integer variables are encoded (24313 clauses, 342707 bytes)
2.32/2.95	c 2	608 (80%) CSP integer variables are encoded (25073 clauses, 354107 bytes)
2.32/2.95	c 2	684 (90%) CSP integer variables are encoded (25833 clauses, 365507 bytes)
2.32/2.95	c 2	759 (100%) CSP integer variables are encoded (26583 clauses, 376757 bytes)
3.02/3.69	c 3	3473 (10%) CSP clauses are encoded (341642 clauses, 7186588 bytes)
3.62/4.27	c 4	6945 (20%) CSP clauses are encoded (660629 clauses, 13673159 bytes)
4.20/4.86	c 4	10417 (30%) CSP clauses are encoded (980398 clauses, 20229300 bytes)
4.79/5.46	c 5	13889 (40%) CSP clauses are encoded (1298742 clauses, 26760318 bytes)
5.38/6.04	c 5	17361 (50%) CSP clauses are encoded (1616018 clauses, 33297650 bytes)
5.98/6.63	c 6	20834 (60%) CSP clauses are encoded (1931213 clauses, 39813590 bytes)
6.56/7.20	c 7	24306 (70%) CSP clauses are encoded (2244152 clauses, 46316584 bytes)
7.06/7.78	c 7	27778 (80%) CSP clauses are encoded (2551309 clauses, 52964246 bytes)
7.66/8.34	c 8	31250 (90%) CSP clauses are encoded (2853333 clauses, 59559556 bytes)
8.15/8.84	c 8	34722 (100%) CSP clauses are encoded (3118299 clauses, 65326830 bytes)
8.15/8.84	c 8	34722 CSP clauses encoded
8.15/8.84	c 8	Writing map file : HOME/temp.map
8.15/8.86	c 8	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.15/8.86	c 8	SAT : 49418 SAT variables, 3118299 SAT clauses, 65326830 bytes
8.15/8.86	c 8	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.15/8.88	c 8	SOLVING HOME/temp.cnf
8.15/8.88	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.15/8.89	c 8	This is MiniSat 2.0 beta
8.15/8.89	c 8	WARNING: for repeatability, setting FPU to use double precision
8.15/8.89	c 8	============================[ Problem Statistics ]=============================
8.15/8.89	c 8	|                                                                             |
8.15/8.89	c 8	|  Number of variables:  49418                                                |
8.15/8.89	c 8	|  Number of clauses:    3118299                                              |
9.81/10.58	c 10	|  Parsing time:         1.48         s                                       |
9.90/10.66	c 10	============================[ Search Statistics ]==============================
9.90/10.66	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.90/10.66	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.90/10.66	c 10	===============================================================================
9.90/10.66	c 10	|         0 |   49418  3118299  9350704 |  1039433        0    nan |  0.000 % |
10.20/10.93	c 10	|       101 |   49418  3118299  9350704 |  1143376      101      9 |  0.000 % |
10.39/11.12	c 10	|       251 |   49418  3118299  9350704 |  1257713      251      9 |  0.000 % |
10.49/11.21	c 11	|       477 |   49418  3118299  9350704 |  1383485      477     11 |  0.000 % |
10.79/11.58	c 11	|       814 |   49418  3118299  9350704 |  1521833      814     10 |  0.000 % |
11.38/12.15	c 11	|      1320 |   49418  3118299  9350704 |  1674017     1320     11 |  0.000 % |
11.97/12.78	c 12	|      2079 |   49418  3118299  9350704 |  1841418     2079     11 |  0.000 % |
13.17/13.92	c 13	|      3218 |   49418  3118299  9350704 |  2025560     3218     11 |  0.000 % |
14.56/15.35	c 15	|      4926 |   49418  3118299  9350704 |  2228116     4926     12 |  0.000 % |
15.93/16.74	c 16	|      7490 |   49418  3118299  9350704 |  2450928     7490     13 |  0.000 % |
18.81/19.64	c 19	|     11334 |   49418  3118299  9350704 |  2696021    11334     13 |  0.000 % |
23.86/24.75	c 24	|     17100 |   49418  3118299  9350704 |  2965623    17100     14 |  0.000 % |
28.62/29.58	c 29	|     25749 |   49418  3118299  9350704 |  3262186    25749     18 |  0.000 % |
42.38/43.49	c 43	|     38723 |   49418  3118299  9350704 |  3588404    38723     18 |  0.000 % |
56.55/57.75	c 57	|     58184 |   49418  3118299  9350704 |  3947245    58184     20 |  0.000 % |
87.46/88.96	c 88	|     87377 |   49418  3118299  9350704 |  4341969    87377     20 |  0.000 % |
135.00/136.93	c 136	|    131166 |   49418  3118299  9350704 |  4776166   131166     20 |  0.000 % |
205.74/208.38	c 208	|    196850 |   49418  3118299  9350704 |  5253783   196850     23 |  0.000 % |
368.70/372.81	c 372	|    295376 |   49418  3118299  9350704 |  5779161   295376     32 |  0.000 % |
621.01/627.59	c 627	|    443165 |   49418  3118299  9350704 |  6357077   443165     32 |  0.000 % |
1023.71/1033.38	c 1033	|    664848 |   49418  3118299  9350704 |  6992785   664848     32 |  0.000 % |
1800.10/1810.01	c ERROR INTERRUPTED
1800.10/1810.06	s UNKNOWN
1800.10/1810.06	c 1809	CPU 8.23 (0.06 0.02 7.49 0.66)
1800.10/1810.06	c 1809	END Sun Jul 12 06:52:38 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-2081345-1247372548/watcher-2081345-1247372548 -o /tmp/evaluation-result-2081345-1247372548/solver-2081345-1247372548 -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-2081345-1247372548.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.01 2.07 2.02 4/74 21939
/proc/meminfo: memFree=1962392/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=18576 CPUtime=0
/proc/21939/stat : 21939 (runsolver) D 21937 21939 18273 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24319625 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 234211568935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/21939/statm: 4644 284 249 26 0 2626 0

[startup+0.0218069 s]
/proc/loadavg: 2.01 2.07 2.02 4/74 21939
/proc/meminfo: memFree=1962392/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=124 CPUtime=0
/proc/21939/stat : 21939 (sugar) D 21937 21939 18273 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 24319625 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 234208949737 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/21939/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101822 s]
/proc/loadavg: 2.01 2.07 2.02 4/74 21939
/proc/meminfo: memFree=1962392/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=12676 CPUtime=0
/proc/21939/stat : 21939 (sugar) D 21937 21939 18273 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 24319625 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/21939/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.301846 s]
/proc/loadavg: 2.01 2.07 2.02 4/74 21939
/proc/meminfo: memFree=1962392/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=0.06
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24319625 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701893 s]
/proc/loadavg: 2.01 2.07 2.02 4/74 21939
/proc/meminfo: memFree=1962392/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=0.06
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24319625 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.503 s]
/proc/loadavg: 2.01 2.07 2.02 3/85 21951
/proc/meminfo: memFree=1924480/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=0.88
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1292 9111 0 96 5 1 71 11 16 0 1 0 24319625 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 16868

[startup+3.10121 s]
/proc/loadavg: 2.01 2.07 2.02 3/85 21961
/proc/meminfo: memFree=1921088/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=0.9
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1310 9111 0 96 6 2 71 11 15 0 1 0 24319625 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21939/statm: 4217 1111 409 3 0 796 0
[pid=21952] ppid=21939 vsize=5356 CPUtime=0
/proc/21952/stat : 21952 (sh) S 21939 21939 18273 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24319768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21952/statm: 1339 233 193 169 0 50 0
[pid=21953] ppid=21952 vsize=868680 CPUtime=1.63
/proc/21953/stat : 21953 (java) S 21952 21939 18273 0 -1 0 11121 0 5 0 157 6 0 0 18 0 9 0 24319768 889528320 10077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21953/statm: 217170 10077 2592 9 0 211647 0
[pid=21953/tid=21954] ppid=21952 vsize=868680 CPUtime=0.91
/proc/21953/task/21954/stat : 21954 (java) R 21952 21939 18273 0 -1 64 2923 0 5 0 89 2 0 0 18 0 9 0 24319769 889528320 10077 996147200 134512640 134550932 4294955936 18446744073709551615 4126431704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21955] ppid=21952 vsize=868680 CPUtime=0.46
/proc/21953/task/21955/stat : 21955 (java) S 21952 21939 18273 0 -1 64 5981 0 0 0 44 2 0 0 16 0 9 0 24319770 889528320 10077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21956] ppid=21952 vsize=868680 CPUtime=0
/proc/21953/task/21956/stat : 21956 (java) S 21952 21939 18273 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24319770 889528320 10077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21957] ppid=21952 vsize=868680 CPUtime=0
/proc/21953/task/21957/stat : 21957 (java) S 21952 21939 18273 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24319770 889528320 10077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21958] ppid=21952 vsize=868680 CPUtime=0
/proc/21953/task/21958/stat : 21958 (java) S 21952 21939 18273 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24319772 889528320 10077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21959] ppid=21952 vsize=868680 CPUtime=0.23
/proc/21953/task/21959/stat : 21959 (java) S 21952 21939 18273 0 -1 64 1518 0 0 0 23 0 0 0 15 0 9 0 24319772 889528320 10077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21960] ppid=21952 vsize=868680 CPUtime=0
/proc/21953/task/21960/stat : 21960 (java) S 21952 21939 18273 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24319773 889528320 10077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21961] ppid=21952 vsize=868680 CPUtime=0
/proc/21953/task/21961/stat : 21961 (java) S 21952 21939 18273 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24319773 889528320 10077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 890904

[startup+6.30261 s]
/proc/loadavg: 2.01 2.07 2.02 3/85 21961
/proc/meminfo: memFree=1880448/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=0.9
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1310 9111 0 96 6 2 71 11 15 0 1 0 24319625 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21939/statm: 4217 1111 409 3 0 796 0
[pid=21952] ppid=21939 vsize=5356 CPUtime=0
/proc/21952/stat : 21952 (sh) S 21939 21939 18273 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24319768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21952/statm: 1339 233 193 169 0 50 0
[pid=21953] ppid=21952 vsize=868680 CPUtime=4.78
/proc/21953/stat : 21953 (java) S 21952 21939 18273 0 -1 0 11702 0 5 0 446 32 0 0 18 0 9 0 24319768 889528320 10092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21953/statm: 217170 10092 2592 9 0 211647 0
[pid=21953/tid=21954] ppid=21952 vsize=868680 CPUtime=3.85
/proc/21953/task/21954/stat : 21954 (java) R 21952 21939 18273 0 -1 64 3489 0 5 0 360 25 0 0 25 0 9 0 24319769 889528320 10092 996147200 134512640 134550932 4294955936 18446744073709551615 4126798696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21955] ppid=21952 vsize=868680 CPUtime=0.65
/proc/21953/task/21955/stat : 21955 (java) S 21952 21939 18273 0 -1 64 5981 0 0 0 59 6 0 0 16 0 9 0 24319770 889528320 10092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21956] ppid=21952 vsize=868680 CPUtime=0
/proc/21953/task/21956/stat : 21956 (java) S 21952 21939 18273 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24319770 889528320 10092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21957] ppid=21952 vsize=868680 CPUtime=0
/proc/21953/task/21957/stat : 21957 (java) S 21952 21939 18273 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24319770 889528320 10092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21958] ppid=21952 vsize=868680 CPUtime=0
/proc/21953/task/21958/stat : 21958 (java) S 21952 21939 18273 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24319772 889528320 10092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21959] ppid=21952 vsize=868680 CPUtime=0.25
/proc/21953/task/21959/stat : 21959 (java) S 21952 21939 18273 0 -1 64 1533 0 0 0 25 0 0 0 16 0 9 0 24319772 889528320 10092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21960] ppid=21952 vsize=868680 CPUtime=0
/proc/21953/task/21960/stat : 21960 (java) S 21952 21939 18273 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24319773 889528320 10092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21953/tid=21961] ppid=21952 vsize=868680 CPUtime=0
/proc/21953/task/21961/stat : 21961 (java) S 21952 21939 18273 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24319773 889528320 10092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 890904

[startup+12.7014 s]
/proc/loadavg: 2.16 2.10 2.03 3/77 21963
/proc/meminfo: memFree=1733184/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 15 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=143792 CPUtime=3.74
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 35247 0 0 0 354 20 0 0 25 0 1 0 24320514 147243008 35233 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21963/statm: 35948 35233 76 150 0 35795 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 166016

[startup+25.501 s]
/proc/loadavg: 2.14 2.09 2.03 3/77 21963
/proc/meminfo: memFree=1727616/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=148928 CPUtime=16.42
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 36510 0 0 0 1621 21 0 0 25 0 1 0 24320514 152502272 36496 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/21963/statm: 37232 36496 76 150 0 37079 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 171152

[startup+51.1013 s]
/proc/loadavg: 2.09 2.08 2.03 3/78 21964
/proc/meminfo: memFree=1724344/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=152604 CPUtime=41.78
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 37424 0 0 0 4155 23 0 0 25 0 1 0 24320514 156266496 37410 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21963/statm: 38151 37410 76 150 0 37998 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 174828

[startup+102.308 s]
/proc/loadavg: 2.03 2.07 2.02 3/78 21964
/proc/meminfo: memFree=1718264/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=158320 CPUtime=92.5
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 38854 0 0 0 9225 25 0 0 25 0 1 0 24320514 162119680 38840 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21963/statm: 39580 38840 76 150 0 39427 0
Current children cumulated CPU time (s) 100.73
Current children cumulated vsize (KiB) 180544

[startup+162.301 s]
/proc/loadavg: 2.01 2.05 2.02 3/78 21964
/proc/meminfo: memFree=1711288/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=165456 CPUtime=151.94
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 40607 0 0 0 15166 28 0 0 25 0 1 0 24320514 169426944 40593 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/21963/statm: 41364 40593 76 150 0 41211 0
Current children cumulated CPU time (s) 160.17
Current children cumulated vsize (KiB) 187680

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

/proc/meminfo: memFree=1401544/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=278936 CPUtime=1284.38
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 68677 0 0 0 128370 68 0 0 25 0 1 0 24320514 285630464 68663 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21963/statm: 69734 68663 76 150 0 69581 0
Current children cumulated CPU time (s) 1292.61
Current children cumulated vsize (KiB) 301160

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 22002
/proc/meminfo: memFree=1396680/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=283824 CPUtime=1344.35
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 69903 0 0 0 134365 70 0 0 25 0 1 0 24320514 290635776 69889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21963/statm: 70956 69889 76 150 0 70803 0
Current children cumulated CPU time (s) 1352.58
Current children cumulated vsize (KiB) 306048

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 22002
/proc/meminfo: memFree=1391048/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=289240 CPUtime=1404.33
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 71268 0 0 0 140360 73 0 0 25 0 1 0 24320514 296181760 71254 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21963/statm: 72310 71254 76 150 0 72157 0
Current children cumulated CPU time (s) 1412.56
Current children cumulated vsize (KiB) 311464

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 22002
/proc/meminfo: memFree=1385416/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=294812 CPUtime=1464.3
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 72680 0 0 0 146355 75 0 0 25 0 1 0 24320514 301887488 72666 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21963/statm: 73703 72666 76 150 0 73550 0
Current children cumulated CPU time (s) 1472.53
Current children cumulated vsize (KiB) 317036

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 22002
/proc/meminfo: memFree=1378248/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=301832 CPUtime=1524.27
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 74445 0 0 0 152350 77 0 0 25 0 1 0 24320514 309075968 74431 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21963/statm: 75458 74431 76 150 0 75305 0
Current children cumulated CPU time (s) 1532.5
Current children cumulated vsize (KiB) 324056

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 22002
/proc/meminfo: memFree=1372424/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=307508 CPUtime=1584.25
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 75897 0 0 0 158346 79 0 0 25 0 1 0 24320514 314888192 75883 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21963/statm: 76877 75883 76 150 0 76724 0
Current children cumulated CPU time (s) 1592.48
Current children cumulated vsize (KiB) 329732

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 22002
/proc/meminfo: memFree=1366536/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=313184 CPUtime=1644.22
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 77310 0 0 0 164340 82 0 0 25 0 1 0 24320514 320700416 77296 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21963/statm: 78296 77296 76 150 0 78143 0
Current children cumulated CPU time (s) 1652.45
Current children cumulated vsize (KiB) 335408

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 22004
/proc/meminfo: memFree=1361800/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=317704 CPUtime=1704.2
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 78468 0 0 0 170336 84 0 0 25 0 1 0 24320514 325328896 78454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21963/statm: 79426 78454 76 150 0 79273 0
Current children cumulated CPU time (s) 1712.43
Current children cumulated vsize (KiB) 339928

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 22004
/proc/meminfo: memFree=1356872/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=322484 CPUtime=1764.18
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 79676 0 0 0 176331 87 0 0 25 0 1 0 24320514 330223616 79662 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/21963/statm: 80621 79662 76 150 0 80468 0
Current children cumulated CPU time (s) 1772.41
Current children cumulated vsize (KiB) 344708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 22004
/proc/meminfo: memFree=1354888/2055920 swapFree=4192812/4192956
[pid=21939] ppid=21937 vsize=16868 CPUtime=8.23
/proc/21939/stat : 21939 (sugar) S 21937 21939 18273 0 -1 4194304 1376 21578 0 101 6 2 749 66 16 0 1 0 24319625 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21939/statm: 4217 1113 409 3 0 796 0
[pid=21962] ppid=21939 vsize=5356 CPUtime=0
/proc/21962/stat : 21962 (sh) S 21939 21939 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24320514 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21962/statm: 1339 232 193 169 0 50 0
[pid=21963] ppid=21962 vsize=324464 CPUtime=1791.87
/proc/21963/stat : 21963 (minisat) R 21962 21939 18273 0 -1 4194304 80165 0 0 0 179099 88 0 0 25 0 1 0 24320514 332251136 80151 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21963/statm: 81116 80151 76 150 0 80963 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 346688

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 21939 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=560850
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=720890
# CPU time returned by wait4() is 8.28174
# 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): 1810.09
CPU time (s): 1800.1
CPU user time (s): 1798.54
CPU system time (s): 1.56
CPU usage (%): 99.448
Max. virtual memory (cumulated for all children) (KiB): 891044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.56085
system time used= 0.72089
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23337
page faults= 101
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12633
involuntary context switches= 12431

runsolver used 2.26865 second user time and 5.99309 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 06:22:28
IDJOB=2081345
IDBENCH=57389
IDSOLVER=739
FILE ID=node54/2081345-1247372548
PBS_JOBID= 9507063
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= 2ba2a764a757f9f5d70ed9cb063b7290
RANDOM SEED=1857992500

node54.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:      2055920 kB
MemFree:       1962872 kB
Buffers:          2152 kB
Cached:          20764 kB
SwapCached:          0 kB
Active:          43464 kB
Inactive:         3932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1962872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:          35120 kB
Slab:            30936 kB
Committed_AS:   245944 kB
PageTables:       1724 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= 66408 MiB
End job on node54 at 2009-07-12 06:52:40