Trace number 1048573

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+minisatUNSAT 1121.42 1132.26

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-3_ext.xml
MD5SUM3a943544daeb42f629b766457a651c0a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.639901
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
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 02:02:53 2008
0.00/0.04	c 0	PID 20111
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048573-1215043372.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-1048573-1215043372.xml' 'HOME/temp.csp'
0.03/0.62	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.03/0.63	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.64	c 0	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.60/0.72	c 0	Parsing HOME/temp.csp
1.24/1.35	c 1	parsed 31 expressions
1.24/1.35	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.24/1.35	c 1	Converting to clausal form CSP
1.24/1.37	c 1	converted 4 (10%) expressions
1.24/1.37	c 1	converted 7 (20%) expressions
1.24/1.37	c 1	converted 10 (30%) expressions
1.24/1.37	c 1	converted 13 (40%) expressions
1.24/1.37	c 1	converted 16 (50%) expressions
1.24/1.37	c 1	converted 19 (60%) expressions
1.24/1.39	c 1	converted 22 (70%) expressions
1.33/1.49	c 1	converted 25 (80%) expressions
1.83/1.99	c 2	converted 28 (90%) expressions
2.62/2.71	c 2	converted 31 (100%) expressions
2.62/2.71	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.62/2.71	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.62/2.71	c 2	Propagation in CSP
2.62/2.71	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.62/2.71	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.62/2.71	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.62/2.71	c 2	Simplifing CSP by introducing new Boolean variables
2.62/2.71	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.62/2.71	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.83/2.95	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.83/2.96	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.83/2.96	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.83/2.96	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.83/2.96	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.83/2.96	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.83/2.97	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.83/2.97	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.83/2.97	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.83/2.97	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.83/2.97	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
159.42/161.03	c 161	1 (10%) CSP clauses are encoded (140672 clauses, 6284566 bytes)
320.88/324.01	c 324	2 (20%) CSP clauses are encoded (281852 clauses, 13552720 bytes)
484.19/488.93	c 489	3 (30%) CSP clauses are encoded (422543 clauses, 20807194 bytes)
649.31/655.61	c 655	4 (40%) CSP clauses are encoded (563047 clauses, 27603472 bytes)
816.81/824.78	c 824	5 (50%) CSP clauses are encoded (703635 clauses, 34611977 bytes)
816.81/824.78	c 824	5 CSP clauses encoded
816.81/824.78	c 824	Writing map file : HOME/temp.map
816.81/824.78	c 824	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
816.81/824.78	c 824	SAT : 180 SAT variables, 703635 SAT clauses, 34611977 bytes
816.81/824.78	c 824	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
816.88/824.83	c 824	SOLVING HOME/temp.cnf
816.88/824.83	c 824	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
816.88/824.84	c 824	This is MiniSat 2.0 beta
816.88/824.84	c 824	WARNING: for repeatability, setting FPU to use double precision
816.88/824.84	c 824	============================[ Problem Statistics ]=============================
816.88/824.84	c 824	|                                                                             |
816.88/824.84	c 824	|  Number of variables:  180                                                  |
816.88/824.84	c 824	|  Number of clauses:    703635                                               |
817.85/825.81	c 825	|  Parsing time:         0.88         s                                       |
817.85/825.88	c 825	============================[ Search Statistics ]==============================
817.85/825.88	c 825	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
817.85/825.88	c 825	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
817.85/825.88	c 825	===============================================================================
817.85/825.88	c 825	|         0 |     180   703635  8840508 |   234545        0    nan |  0.000 % |
818.05/826.02	c 826	|       100 |     180   703635  8840508 |   257999      100      8 |  0.003 % |
818.34/826.38	c 826	|       251 |     180   703635  8840508 |   283799      251      9 |  0.028 % |
818.54/826.50	c 826	|       476 |     180   703635  8840508 |   312179      476     10 |  0.028 % |
819.13/827.12	c 827	|       813 |     180   703635  8840508 |   343397      813     10 |  0.022 % |
820.22/828.24	c 828	|      1320 |     180   703635  8840508 |   377737     1320      9 |  0.028 % |
821.70/829.75	c 829	|      2079 |     180   703635  8840508 |   415510     2079      9 |  0.031 % |
823.99/832.04	c 832	|      3219 |     180   703635  8840508 |   457061     3219      9 |  0.031 % |
825.96/834.05	c 834	|      4929 |     180   703635  8840508 |   502768     4929      9 |  0.031 % |
830.22/838.37	c 838	|      7491 |     180   703635  8840508 |   553044     7491     10 |  0.025 % |
836.56/844.77	c 844	|     11336 |     179   703635  8840508 |   608349    11335     10 |  0.559 % |
845.68/854.00	c 854	|     17103 |     179   703635  8840508 |   669184    17102     10 |  0.577 % |
859.84/868.25	c 868	|     25753 |     178   703635  8840508 |   736102    25751     11 |  1.114 % |
894.41/903.18	c 903	|     38729 |     178   703635  8840508 |   809712    38727     12 |  1.127 % |
947.60/956.85	c 956	|     58190 |     178   703635  8840508 |   890684    58188     13 |  1.130 % |
1017.24/1027.12	c 1027	|     87382 |     178   703635  8840508 |   979752    87380     13 |  1.133 % |
1102.62/1113.33	c 1113	|    131172 |     175   703635  8840508 |  1077727   131169     13 |  5.559 % |
1121.24/1132.10	c 1132	===============================================================================
1121.24/1132.10	c 1132	restarts              : 17
1121.24/1132.10	c 1132	conflicts             : 140770         (463 /sec)
1121.24/1132.10	c 1132	decisions             : 162893         (1.72 % random) (535 /sec)
1121.24/1132.10	c 1132	propagations          : 1839596        (6047 /sec)
1121.24/1132.10	c 1132	conflict literals     : 1778934        (18.83 % deleted)
1121.24/1132.10	c 1132	Memory used           : 79.97 MB
1121.24/1132.10	c 1132	CPU time              : 304.221 s
1121.24/1132.10	c 1132	
1121.24/1132.10	c 1132	UNSATISFIABLE
1121.24/1132.12	c 1132	DECODING HOME/temp.out WITH HOME/temp.map
1121.24/1132.12	c 1132	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1121.27/1132.21	c 1132	Decoding HOME/temp.out
1121.27/1132.22	s UNSATISFIABLE
1121.27/1132.23	c 1132	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1121.27/1132.24	c 1132	CPU 1120.73 (0.03 0.01 1120.7 0.64)
1121.27/1132.24	c 1132	END Thu Jul  3 02:21:45 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1048573-1215043372/watcher-1048573-1215043372 -o /tmp/evaluation-result-1048573-1215043372/solver-1048573-1215043372 -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-1048573-1215043372.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 20111
/proc/meminfo: memFree=1843400/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=12268 CPUtime=0
/proc/20111/stat : 20111 (sugar) R 20109 20111 19152 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1983311626 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20111/statm: 3067 316 241 3 0 167 0

[startup+0.098125 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 20111
/proc/meminfo: memFree=1843400/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=0.03
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1983311626 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102119 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 20111
/proc/meminfo: memFree=1843400/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=0.03
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1983311626 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302164 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 20111
/proc/meminfo: memFree=1843400/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=0.03
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1983311626 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702236 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 20111
/proc/meminfo: memFree=1843400/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=0.6
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 956 7970 0 1 2 1 52 5 16 0 1 0 1983311626 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50139 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 20133
/proc/meminfo: memFree=1829040/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=0.6
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 973 7970 0 1 2 1 52 5 15 0 1 0 1983311626 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 797 370 3 0 500 0
[pid=20124] ppid=20111 vsize=5356 CPUtime=0
/proc/20124/stat : 20124 (sh) S 20111 20111 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983311690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20124/statm: 1339 233 193 169 0 50 0
[pid=20125] ppid=20124 vsize=864208 CPUtime=0.83
/proc/20125/stat : 20125 (java) S 20124 20111 19152 0 -1 0 8703 0 1 0 80 3 0 0 18 0 9 0 1983311690 884948992 7920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20125/statm: 216052 7920 2540 9 0 210627 0
[pid=20125/tid=20126] ppid=20124 vsize=864208 CPUtime=0.45
/proc/20125/task/20126/stat : 20126 (java) R 20124 20111 19152 0 -1 64 2649 0 1 0 44 1 0 0 18 0 9 0 1983311691 884948992 7920 996147200 134512640 134550740 4294955952 18446744073709551615 4125978068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20127] ppid=20124 vsize=864208 CPUtime=0.32
/proc/20125/task/20127/stat : 20127 (java) S 20124 20111 19152 0 -1 64 5043 0 0 0 31 1 0 0 16 0 9 0 1983311692 884948992 7920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20128] ppid=20124 vsize=864208 CPUtime=0
/proc/20125/task/20128/stat : 20128 (java) S 20124 20111 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983311692 884948992 7920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20129] ppid=20124 vsize=864208 CPUtime=0
/proc/20125/task/20129/stat : 20129 (java) S 20124 20111 19152 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983311692 884948992 7920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20130] ppid=20124 vsize=864208 CPUtime=0
/proc/20125/task/20130/stat : 20130 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983311695 884948992 7920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20131] ppid=20124 vsize=864208 CPUtime=0.04
/proc/20125/task/20131/stat : 20131 (java) S 20124 20111 19152 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 1983311695 884948992 7920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20132] ppid=20124 vsize=864208 CPUtime=0
/proc/20125/task/20132/stat : 20132 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983311695 884948992 7920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20133] ppid=20124 vsize=864208 CPUtime=0
/proc/20125/task/20133/stat : 20133 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983311695 884948992 7920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883164

[startup+3.10269 s]
/proc/loadavg: 2.00 2.00 1.99 4/92 20133
/proc/meminfo: memFree=1797808/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=0.61
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 974 7970 0 1 3 1 52 5 15 0 1 0 1983311626 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 797 370 3 0 500 0
[pid=20124] ppid=20111 vsize=5356 CPUtime=0
/proc/20124/stat : 20124 (sh) S 20111 20111 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983311690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20124/statm: 1339 233 193 169 0 50 0
[pid=20125] ppid=20124 vsize=864320 CPUtime=2.42
/proc/20125/stat : 20125 (java) S 20124 20111 19152 0 -1 0 18836 0 1 0 234 8 0 0 18 0 9 0 1983311690 885063680 17389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20125/statm: 216080 17389 2564 9 0 210627 0
[pid=20125/tid=20126] ppid=20124 vsize=864320 CPUtime=0.89
/proc/20125/task/20126/stat : 20126 (java) R 20124 20111 19152 0 -1 64 3272 0 1 0 88 1 0 0 18 0 9 0 1983311691 885063680 17389 996147200 134512640 134550740 4294955952 18446744073709551615 102064271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20127] ppid=20124 vsize=864320 CPUtime=1.41
/proc/20125/task/20127/stat : 20127 (java) S 20124 20111 19152 0 -1 64 14532 0 0 0 136 5 0 0 16 0 9 0 1983311692 885063680 17389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20128] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20128/stat : 20128 (java) S 20124 20111 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983311692 885063680 17389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20129] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20129/stat : 20129 (java) S 20124 20111 19152 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983311692 885063680 17389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20130] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20130/stat : 20130 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983311695 885063680 17389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20131] ppid=20124 vsize=864320 CPUtime=0.08
/proc/20125/task/20131/stat : 20131 (java) S 20124 20111 19152 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 1983311695 885063680 17389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20132] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20132/stat : 20132 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983311695 885063680 17389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20133] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20133/stat : 20133 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983311695 885063680 17389 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) 883276

[startup+6.30128 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 20133
/proc/meminfo: memFree=1780016/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=0.61
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 974 7970 0 1 3 1 52 5 15 0 1 0 1983311626 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 797 370 3 0 500 0
[pid=20124] ppid=20111 vsize=5356 CPUtime=0
/proc/20124/stat : 20124 (sh) S 20111 20111 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983311690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20124/statm: 1339 233 193 169 0 50 0
[pid=20125] ppid=20124 vsize=864320 CPUtime=5.58
/proc/20125/stat : 20125 (java) S 20124 20111 19152 0 -1 0 18848 0 1 0 550 8 0 0 18 0 9 0 1983311690 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20125/statm: 216080 17390 2564 9 0 210627 0
[pid=20125/tid=20126] ppid=20124 vsize=864320 CPUtime=4.01
/proc/20125/task/20126/stat : 20126 (java) R 20124 20111 19152 0 -1 64 3283 0 1 0 400 1 0 0 25 0 9 0 1983311691 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4126552491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20127] ppid=20124 vsize=864320 CPUtime=1.46
/proc/20125/task/20127/stat : 20127 (java) S 20124 20111 19152 0 -1 64 14532 0 0 0 141 5 0 0 16 0 9 0 1983311692 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20128] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20128/stat : 20128 (java) S 20124 20111 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983311692 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20129] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20129/stat : 20129 (java) S 20124 20111 19152 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983311692 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20130] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20130/stat : 20130 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983311695 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20131] ppid=20124 vsize=864320 CPUtime=0.08
/proc/20125/task/20131/stat : 20131 (java) S 20124 20111 19152 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 1983311695 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20132] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20132/stat : 20132 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983311695 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20133] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20133/stat : 20133 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983311695 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883276

[startup+12.7015 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 20133
/proc/meminfo: memFree=1779888/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=0.61
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 974 7970 0 1 3 1 52 5 15 0 1 0 1983311626 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 797 370 3 0 500 0
[pid=20124] ppid=20111 vsize=5356 CPUtime=0
/proc/20124/stat : 20124 (sh) S 20111 20111 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983311690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20124/statm: 1339 233 193 169 0 50 0
[pid=20125] ppid=20124 vsize=864320 CPUtime=11.92
/proc/20125/stat : 20125 (java) S 20124 20111 19152 0 -1 0 18848 0 1 0 1184 8 0 0 18 0 9 0 1983311690 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20125/statm: 216080 17390 2564 9 0 210627 0
[pid=20125/tid=20126] ppid=20124 vsize=864320 CPUtime=10.35
/proc/20125/task/20126/stat : 20126 (java) R 20124 20111 19152 0 -1 64 3283 0 1 0 1034 1 0 0 25 0 9 0 1983311691 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20127] ppid=20124 vsize=864320 CPUtime=1.46
/proc/20125/task/20127/stat : 20127 (java) S 20124 20111 19152 0 -1 64 14532 0 0 0 141 5 0 0 16 0 9 0 1983311692 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20128] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20128/stat : 20128 (java) S 20124 20111 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983311692 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20129] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20129/stat : 20129 (java) S 20124 20111 19152 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983311692 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20130] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20130/stat : 20130 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983311695 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20131] ppid=20124 vsize=864320 CPUtime=0.08
/proc/20125/task/20131/stat : 20131 (java) S 20124 20111 19152 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 1983311695 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20132] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20132/stat : 20132 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983311695 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20133] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20133/stat : 20133 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983311695 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 883276

[startup+25.5029 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 20133
/proc/meminfo: memFree=1779952/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=0.61
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 974 7970 0 1 3 1 52 5 15 0 1 0 1983311626 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 797 370 3 0 500 0
[pid=20124] ppid=20111 vsize=5356 CPUtime=0
/proc/20124/stat : 20124 (sh) S 20111 20111 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983311690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20124/statm: 1339 233 193 169 0 50 0
[pid=20125] ppid=20124 vsize=864320 CPUtime=24.6
/proc/20125/stat : 20125 (java) S 20124 20111 19152 0 -1 0 18863 0 1 0 2451 9 0 0 18 0 9 0 1983311690 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20125/statm: 216080 17390 2564 9 0 210627 0
[pid=20125/tid=20126] ppid=20124 vsize=864320 CPUtime=22.96
/proc/20125/task/20126/stat : 20126 (java) R 20124 20111 19152 0 -1 64 3298 0 1 0 2295 1 0 0 25 0 9 0 1983311691 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4126547364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20127] ppid=20124 vsize=864320 CPUtime=1.52
/proc/20125/task/20127/stat : 20127 (java) S 20124 20111 19152 0 -1 64 14532 0 0 0 147 5 0 0 16 0 9 0 1983311692 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20128] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20128/stat : 20128 (java) S 20124 20111 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983311692 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20129] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20129/stat : 20129 (java) S 20124 20111 19152 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983311692 885063680 17390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/20125/task/20130/stat : 20130 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983311695 885063680 26550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20131] ppid=20124 vsize=864320 CPUtime=0.1
/proc/20125/task/20131/stat : 20131 (java) S 20124 20111 19152 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 1983311695 885063680 26550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20132] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20132/stat : 20132 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983311695 885063680 26550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20125/tid=20133] ppid=20124 vsize=864320 CPUtime=0
/proc/20125/task/20133/stat : 20133 (java) S 20124 20111 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983311695 885063680 26550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 814.43
Current children cumulated vsize (KiB) 883276

[startup+882.302 s]
/proc/loadavg: 2.12 2.03 2.00 3/84 20135
/proc/meminfo: memFree=1739312/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=816.91
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 1031 45355 0 2 3 1 81640 47 16 0 1 0 1983311626 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 798 370 3 0 500 0
[pid=20134] ppid=20111 vsize=5356 CPUtime=0
/proc/20134/stat : 20134 (sh) S 20111 20111 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983394110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20134/statm: 1339 232 193 169 0 50 0
[pid=20135] ppid=20134 vsize=69876 CPUtime=56.89
/proc/20135/stat : 20135 (minisat) R 20134 20111 19152 0 -1 4194304 16406 0 0 0 5680 9 0 0 25 0 1 0 1983394110 71553024 16392 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20135/statm: 17469 16392 75 150 0 17316 0
Current children cumulated CPU time (s) 873.8
Current children cumulated vsize (KiB) 88832

[startup+942.302 s]
/proc/loadavg: 2.10 2.04 2.00 3/84 20135
/proc/meminfo: memFree=1736816/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=816.91
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 1031 45355 0 2 3 1 81640 47 16 0 1 0 1983311626 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 798 370 3 0 500 0
[pid=20134] ppid=20111 vsize=5356 CPUtime=0
/proc/20134/stat : 20134 (sh) S 20111 20111 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983394110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20134/statm: 1339 232 193 169 0 50 0
[pid=20135] ppid=20134 vsize=72720 CPUtime=116.33
/proc/20135/stat : 20135 (minisat) R 20134 20111 19152 0 -1 4194304 17052 0 0 0 11623 10 0 0 25 0 1 0 1983394110 74465280 17038 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20135/statm: 18180 17038 75 150 0 18027 0
Current children cumulated CPU time (s) 933.24
Current children cumulated vsize (KiB) 91676

[startup+1002.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 20135
/proc/meminfo: memFree=1734448/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=816.91
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 1031 45355 0 2 3 1 81640 47 16 0 1 0 1983311626 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 798 370 3 0 500 0
[pid=20134] ppid=20111 vsize=5356 CPUtime=0
/proc/20134/stat : 20134 (sh) S 20111 20111 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983394110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20134/statm: 1339 232 193 169 0 50 0
[pid=20135] ppid=20134 vsize=75232 CPUtime=175.75
/proc/20135/stat : 20135 (minisat) R 20134 20111 19152 0 -1 4194304 17630 0 0 0 17565 10 0 0 25 0 1 0 1983394110 77037568 17616 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20135/statm: 18808 17616 75 150 0 18655 0
Current children cumulated CPU time (s) 992.66
Current children cumulated vsize (KiB) 94188

[startup+1062.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/84 20135
/proc/meminfo: memFree=1732080/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=816.91
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 1031 45355 0 2 3 1 81640 47 16 0 1 0 1983311626 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 798 370 3 0 500 0
[pid=20134] ppid=20111 vsize=5356 CPUtime=0
/proc/20134/stat : 20134 (sh) S 20111 20111 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983394110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20134/statm: 1339 232 193 169 0 50 0
[pid=20135] ppid=20134 vsize=77968 CPUtime=235.19
/proc/20135/stat : 20135 (minisat) R 20134 20111 19152 0 -1 4194304 18283 0 0 0 23508 11 0 0 25 0 1 0 1983394110 79839232 18269 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20135/statm: 19492 18269 75 150 0 19339 0
Current children cumulated CPU time (s) 1052.1
Current children cumulated vsize (KiB) 96924

[startup+1122.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/84 20135
/proc/meminfo: memFree=1729136/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=816.91
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 1031 45355 0 2 3 1 81640 47 16 0 1 0 1983311626 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 798 370 3 0 500 0
[pid=20134] ppid=20111 vsize=5356 CPUtime=0
/proc/20134/stat : 20134 (sh) S 20111 20111 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983394110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20134/statm: 1339 232 193 169 0 50 0
[pid=20135] ppid=20134 vsize=80704 CPUtime=294.63
/proc/20135/stat : 20135 (minisat) R 20134 20111 19152 0 -1 4194304 18961 0 0 0 29451 12 0 0 25 0 1 0 1983394110 82640896 18947 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20135/statm: 20176 18947 75 150 0 20023 0
Current children cumulated CPU time (s) 1111.54
Current children cumulated vsize (KiB) 99660

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

[startup+1126.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 20135
/proc/meminfo: memFree=1728880/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=816.91
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 1031 45355 0 2 3 1 81640 47 16 0 1 0 1983311626 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 798 370 3 0 500 0
[pid=20134] ppid=20111 vsize=5356 CPUtime=0
/proc/20134/stat : 20134 (sh) S 20111 20111 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983394110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20134/statm: 1339 232 193 169 0 50 0
[pid=20135] ppid=20134 vsize=81012 CPUtime=298.59
/proc/20135/stat : 20135 (minisat) R 20134 20111 19152 0 -1 4194304 19023 0 0 0 29847 12 0 0 25 0 1 0 1983394110 82956288 19009 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20135/statm: 20253 19009 75 150 0 20100 0
Current children cumulated CPU time (s) 1115.5
Current children cumulated vsize (KiB) 99968

[startup+1129.5 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 20135
/proc/meminfo: memFree=1728560/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=816.91
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 1031 45355 0 2 3 1 81640 47 16 0 1 0 1983311626 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 798 370 3 0 500 0
[pid=20134] ppid=20111 vsize=5356 CPUtime=0
/proc/20134/stat : 20134 (sh) S 20111 20111 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983394110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20134/statm: 1339 232 193 169 0 50 0
[pid=20135] ppid=20134 vsize=81668 CPUtime=301.76
/proc/20135/stat : 20135 (minisat) R 20134 20111 19152 0 -1 4194304 19126 0 0 0 30164 12 0 0 25 0 1 0 1983394110 83628032 19112 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20135/statm: 20417 19112 75 150 0 20264 0
Current children cumulated CPU time (s) 1118.67
Current children cumulated vsize (KiB) 100624

[startup+1131.1 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 20135
/proc/meminfo: memFree=1728368/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=816.91
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 1031 45355 0 2 3 1 81640 47 16 0 1 0 1983311626 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 798 370 3 0 500 0
[pid=20134] ppid=20111 vsize=5356 CPUtime=0
/proc/20134/stat : 20134 (sh) S 20111 20111 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983394110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20134/statm: 1339 232 193 169 0 50 0
[pid=20135] ppid=20134 vsize=81884 CPUtime=303.34
/proc/20135/stat : 20135 (minisat) R 20134 20111 19152 0 -1 4194304 19151 0 0 0 30322 12 0 0 25 0 1 0 1983394110 83849216 19137 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20135/statm: 20471 19137 75 150 0 20318 0
Current children cumulated CPU time (s) 1120.25
Current children cumulated vsize (KiB) 100840

[startup+1131.91 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 20135
/proc/meminfo: memFree=1728368/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=816.91
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 1031 45355 0 2 3 1 81640 47 16 0 1 0 1983311626 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 798 370 3 0 500 0
[pid=20134] ppid=20111 vsize=5356 CPUtime=0
/proc/20134/stat : 20134 (sh) S 20111 20111 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983394110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20134/statm: 1339 232 193 169 0 50 0
[pid=20135] ppid=20134 vsize=81884 CPUtime=304.13
/proc/20135/stat : 20135 (minisat) R 20134 20111 19152 0 -1 4194304 19156 0 0 0 30401 12 0 0 25 0 1 0 1983394110 83849216 19142 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20135/statm: 20471 19142 75 150 0 20318 0
Current children cumulated CPU time (s) 1121.04
Current children cumulated vsize (KiB) 100840

[startup+1132.1 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 20135
/proc/meminfo: memFree=1728368/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=816.91
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 1031 45355 0 2 3 1 81640 47 16 0 1 0 1983311626 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 798 370 3 0 500 0
[pid=20134] ppid=20111 vsize=5356 CPUtime=0
/proc/20134/stat : 20134 (sh) S 20111 20111 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983394110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20134/statm: 1339 232 193 169 0 50 0
[pid=20135] ppid=20134 vsize=81884 CPUtime=304.33
/proc/20135/stat : 20135 (minisat) R 20134 20111 19152 0 -1 4194304 19156 0 0 0 30421 12 0 0 25 0 1 0 1983394110 83849216 19142 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20135/statm: 20471 19142 75 150 0 20318 0
Current children cumulated CPU time (s) 1121.24
Current children cumulated vsize (KiB) 100840

[startup+1132.2 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 20135
/proc/meminfo: memFree=1728368/2055920 swapFree=4180456/4192956
[pid=20111] ppid=20109 vsize=13600 CPUtime=1121.27
/proc/20111/stat : 20111 (sugar) S 20109 20111 19152 0 -1 4194304 1070 64805 0 2 3 1 112062 61 17 0 1 0 1983311626 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20111/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1121.27
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1132.26
CPU time (s): 1121.42
CPU user time (s): 1120.74
CPU system time (s): 0.676897
CPU usage (%): 99.0422
Max. virtual memory (cumulated for all children) (KiB): 889412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1120.74
system time used= 0.676897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69564
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21939
involuntary context switches= 65722

runsolver used 1.2928 second user time and 3.88341 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 02:02:53
IDJOB=1048573
IDBENCH=54368
IDSOLVER=346
FILE ID=node19/1048573-1215043372
PBS_JOBID= 7875135
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-3_ext.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-1048573-1215043372/watcher-1048573-1215043372 -o /tmp/evaluation-result-1048573-1215043372/solver-1048573-1215043372 -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-1048573-1215043372.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a943544daeb42f629b766457a651c0a
RANDOM SEED=1374034344

node19.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.263
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	: 5931.00
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.263
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:       1843880 kB
Buffers:         19236 kB
Cached:         106192 kB
SwapCached:       6288 kB
Active:          68056 kB
Inactive:        85480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843880 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:          44532 kB
Slab:            43612 kB
Committed_AS:  3354260 kB
PageTables:       1948 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= 66552 MiB
End job on node19 at 2008-07-03 02:21:45