Trace number 1083310

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 1413.42 1423.15

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-23.xml
MD5SUMf339edaeb02c3bbac8ad2c8469a1d500
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1413.42
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1495
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 05:00:09 2008
0.00/0.05	c 0	PID 845
0.00/0.05	c 0	HOST node41.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083310-1215226809.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-1083310-1215226809.xml' 'HOME/temp.csp'
1.26/1.33	c 1	99 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.26/1.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.37	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.29/1.45	c 1	Parsing HOME/temp.csp
1.29/1.78	c 2	parsed 10000 expressions
1.29/1.88	c 2	parsed 13843 expressions
1.29/1.88	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.88	c 2	Converting to clausal form CSP
1.29/2.08	c 2	converted 1385 (10%) expressions
2.00/2.16	c 2	converted 2769 (20%) expressions
2.10/2.22	c 2	converted 4153 (30%) expressions
2.10/2.27	c 2	converted 5538 (40%) expressions
2.21/2.37	c 2	converted 6922 (50%) expressions
2.30/2.43	c 2	converted 8306 (60%) expressions
2.30/2.48	c 2	converted 9691 (70%) expressions
2.39/2.53	c 2	converted 11075 (80%) expressions
2.39/2.58	c 2	converted 12459 (90%) expressions
2.49/2.63	c 2	converted 13843 (100%) expressions
2.49/2.63	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1495
2.49/2.63	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.63	c 2	Propagation in CSP
3.28/3.44	c 3	763268 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.28/3.44	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 617
3.28/3.44	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.45	c 3	Simplifing CSP by introducing new Boolean variables
3.48/3.69	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 617
3.48/3.69	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.68/3.81	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.68/3.89	c 4	80 (10%) CSP integer variables are encoded (40280 clauses, 582094 bytes)
3.77/3.93	c 4	160 (20%) CSP integer variables are encoded (76440 clauses, 1124494 bytes)
3.77/3.98	c 4	240 (30%) CSP integer variables are encoded (113280 clauses, 1704081 bytes)
3.87/4.03	c 4	320 (40%) CSP integer variables are encoded (152560 clauses, 2371841 bytes)
3.87/4.09	c 4	400 (50%) CSP integer variables are encoded (197880 clauses, 3142281 bytes)
3.97/4.15	c 4	480 (60%) CSP integer variables are encoded (243440 clauses, 3916801 bytes)
3.97/4.18	c 4	560 (70%) CSP integer variables are encoded (272400 clauses, 4409121 bytes)
4.09/4.23	c 4	640 (80%) CSP integer variables are encoded (309880 clauses, 5046281 bytes)
4.09/4.28	c 4	720 (90%) CSP integer variables are encoded (345920 clauses, 5658961 bytes)
4.18/4.35	c 4	800 (100%) CSP integer variables are encoded (391760 clauses, 6438241 bytes)
5.37/5.50	c 5	3654 (10%) CSP clauses are encoded (940213 clauses, 18866582 bytes)
6.26/6.48	c 6	7308 (20%) CSP clauses are encoded (1420864 clauses, 30019622 bytes)
7.25/7.43	c 7	10962 (30%) CSP clauses are encoded (1892096 clauses, 40966451 bytes)
8.24/8.44	c 8	14616 (40%) CSP clauses are encoded (2394414 clauses, 52657766 bytes)
9.22/9.46	c 9	18270 (50%) CSP clauses are encoded (2901355 clauses, 64693232 bytes)
10.38/10.63	c 10	21924 (60%) CSP clauses are encoded (3447620 clauses, 77977910 bytes)
11.56/11.84	c 12	25578 (70%) CSP clauses are encoded (4040752 clauses, 92362471 bytes)
12.75/13.09	c 13	29232 (80%) CSP clauses are encoded (4662914 clauses, 107383075 bytes)
13.84/14.13	c 14	32886 (90%) CSP clauses are encoded (5181129 clauses, 119771636 bytes)
15.21/15.50	c 15	36540 (100%) CSP clauses are encoded (5890632 clauses, 136088009 bytes)
15.21/15.50	c 15	36540 CSP clauses encoded
15.21/15.51	c 15	Writing map file : HOME/temp.map
15.21/15.53	c 15	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.21/15.53	c 15	SAT : 416160 SAT variables, 5890632 SAT clauses, 136088009 bytes
15.21/15.53	c 15	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.21/15.55	c 15	SOLVING HOME/temp.cnf
15.21/15.55	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.21/15.55	c 15	This is MiniSat 2.0 beta
15.21/15.55	c 15	WARNING: for repeatability, setting FPU to use double precision
15.21/15.55	c 15	============================[ Problem Statistics ]=============================
15.21/15.55	c 15	|                                                                             |
15.21/15.55	c 15	|  Number of variables:  416160                                               |
15.21/15.55	c 15	|  Number of clauses:    5890632                                              |
18.67/19.04	c 19	|  Parsing time:         3.03         s                                       |
18.86/19.21	c 19	============================[ Search Statistics ]==============================
18.86/19.21	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.86/19.21	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.86/19.21	c 19	===============================================================================
18.86/19.21	c 19	|         0 |  408936  5883408 16671599 |  1961136        0    nan |  0.000 % |
22.92/23.30	c 23	|       101 |  408934  5883408 16671599 |  2157249       99     17 |  1.747 % |
27.98/28.45	c 28	|       252 |  408934  5883408 16671599 |  2372974      249     22 |  1.752 % |
34.71/35.28	c 35	|       477 |  408934  5883408 16671599 |  2610272      473     19 |  1.756 % |
45.11/45.71	c 45	|       814 |  408854  5882049 16667811 |  2871299      810     15 |  1.756 % |
57.77/58.56	c 58	|      1320 |  408854  5882049 16667811 |  3158429     1316     14 |  1.756 % |
77.38/78.37	c 78	|      2079 |  407798  5865168 16619855 |  3474272     1950     12 |  2.073 % |
117.81/119.20	c 119	|      3218 |  407478  5859614 16604067 |  3821699     2861     13 |  2.086 % |
169.52/171.34	c 171	|      4926 |  407459  5859276 16603120 |  4203869     4568     13 |  2.091 % |
249.46/252.08	c 252	|      7488 |  407459  5859276 16603120 |  4624256     7130     16 |  2.091 % |
369.43/373.16	c 373	|     11332 |  407395  5858256 16600254 |  5086681    10972     17 |  2.106 % |
550.52/555.93	c 556	|     17098 |  407232  5855915 16593723 |  5595349    16733     17 |  2.145 % |
827.70/835.75	c 836	|     25747 |  407034  5852615 16584498 |  6154884    25373     17 |  2.193 % |
1255.55/1265.27	c 1265	|     38722 |  406596  5845595 16564614 |  6770373    34787     19 |  2.299 % |
1413.08/1422.82	c 1423	===============================================================================
1413.08/1422.82	c 1423	restarts              : 14
1413.08/1422.82	c 1423	conflicts             : 43217          (31 /sec)
1413.08/1422.82	c 1423	decisions             : 62326          (1.44 % random) (45 /sec)
1413.08/1422.82	c 1423	propagations          : 1573132754     (1125910 /sec)
1413.08/1422.82	c 1423	conflict literals     : 842680         (38.10 % deleted)
1413.08/1422.82	c 1423	Memory used           : 284.46 MB
1413.08/1422.82	c 1423	CPU time              : 1397.21 s
1413.08/1422.82	c 1423	
1413.08/1422.82	c 1423	UNSATISFIABLE
1413.08/1422.86	c 1423	DECODING HOME/temp.out WITH HOME/temp.map
1413.08/1422.86	c 1423	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1413.15/1422.95	c 1423	Decoding HOME/temp.out
1413.15/1423.03	s UNSATISFIABLE
1413.15/1423.05	c 1423	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1413.15/1423.09	c 1423	CPU 1411.55 (0.04 0.01 1411.51 1.76)
1413.15/1423.09	c 1423	END Sat Jul  5 05:23:52 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-1083310-1215226809/watcher-1083310-1215226809 -o /tmp/evaluation-result-1083310-1215226809/solver-1083310-1215226809 -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-1083310-1215226809.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.03 2.08 4/80 845
/proc/meminfo: memFree=1685552/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=12268 CPUtime=0
/proc/845/stat : 845 (sugar) R 843 845 31525 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2001653880 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/845/statm: 3067 316 241 3 0 167 0

[startup+0.0723269 s]
/proc/loadavg: 2.00 2.03 2.08 4/80 845
/proc/meminfo: memFree=1685552/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=0.04
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001653880 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.104327 s]
/proc/loadavg: 2.00 2.03 2.08 4/80 845
/proc/meminfo: memFree=1685552/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=0.04
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001653880 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302291 s]
/proc/loadavg: 2.00 2.03 2.08 4/80 845
/proc/meminfo: memFree=1685552/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=0.04
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001653880 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702333 s]
/proc/loadavg: 2.00 2.03 2.08 4/80 845
/proc/meminfo: memFree=1685552/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=0.04
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001653880 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5014 s]
/proc/loadavg: 2.08 2.04 2.08 3/91 857
/proc/meminfo: memFree=1661720/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=1.29
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 973 10482 0 1 3 1 118 7 16 0 1 0 2001653880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10155 s]
/proc/loadavg: 2.08 2.04 2.08 3/91 867
/proc/meminfo: memFree=1667288/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=1.29
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 974 10482 0 1 3 1 118 7 15 0 1 0 2001653880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 797 370 3 0 500 0
[pid=858] ppid=845 vsize=5356 CPUtime=0
/proc/858/stat : 858 (sh) S 845 845 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001654017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/858/statm: 1339 233 193 169 0 50 0
[pid=859] ppid=858 vsize=868356 CPUtime=1.7
/proc/859/stat : 859 (java) S 858 845 31525 0 -1 0 9778 0 1 0 164 6 0 0 18 0 9 0 2001654018 889196544 8854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/859/statm: 217089 8854 2540 9 0 211664 0
[pid=859/tid=860] ppid=858 vsize=868356 CPUtime=1.14
/proc/859/task/860/stat : 860 (java) R 858 845 31525 0 -1 64 2795 0 1 0 112 2 0 0 25 0 9 0 2001654019 889196544 8854 996147200 134512640 134550740 4294955952 18446744073709551615 4126898663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=861] ppid=858 vsize=868356 CPUtime=0.34
/proc/859/task/861/stat : 861 (java) S 858 845 31525 0 -1 64 4837 0 0 0 32 2 0 0 16 0 9 0 2001654020 889196544 8854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=862] ppid=858 vsize=868356 CPUtime=0
/proc/859/task/862/stat : 862 (java) S 858 845 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001654020 889196544 8854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=863] ppid=858 vsize=868356 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 858 845 31525 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001654020 889196544 8854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=864] ppid=858 vsize=868356 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 858 845 31525 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001654022 889196544 8854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=865] ppid=858 vsize=868356 CPUtime=0.2
/proc/859/task/865/stat : 865 (java) S 858 845 31525 0 -1 64 1449 0 0 0 19 1 0 0 16 0 9 0 2001654022 889196544 8854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=866] ppid=858 vsize=868356 CPUtime=0
/proc/859/task/866/stat : 866 (java) S 858 845 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001654022 889196544 8854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=867] ppid=858 vsize=868356 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 858 845 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001654022 889196544 8854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887312

[startup+6.30283 s]
/proc/loadavg: 2.07 2.04 2.08 3/91 867
/proc/meminfo: memFree=1632408/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=1.3
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 974 10482 0 1 4 1 118 7 16 0 1 0 2001653880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 797 370 3 0 500 0
[pid=858] ppid=845 vsize=5356 CPUtime=0
/proc/858/stat : 858 (sh) S 845 845 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001654017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/858/statm: 1339 233 193 169 0 50 0
[pid=859] ppid=858 vsize=868468 CPUtime=4.86
/proc/859/stat : 859 (java) S 858 845 31525 0 -1 0 12154 0 1 0 458 28 0 0 18 0 9 0 2001654018 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/859/statm: 217117 10700 2565 9 0 211664 0
[pid=859/tid=860] ppid=858 vsize=868468 CPUtime=3.8
/proc/859/task/860/stat : 860 (java) R 858 845 31525 0 -1 64 3316 0 1 0 359 21 0 0 25 0 9 0 2001654019 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4127004672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=861] ppid=858 vsize=868468 CPUtime=0.77
/proc/859/task/861/stat : 861 (java) S 858 845 31525 0 -1 64 6655 0 0 0 72 5 0 0 16 0 9 0 2001654020 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=862] ppid=858 vsize=868468 CPUtime=0
/proc/859/task/862/stat : 862 (java) S 858 845 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001654020 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=863] ppid=858 vsize=868468 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 858 845 31525 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001654020 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=864] ppid=858 vsize=868468 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 858 845 31525 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001654022 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=865] ppid=858 vsize=868468 CPUtime=0.26
/proc/859/task/865/stat : 865 (java) S 858 845 31525 0 -1 64 1486 0 0 0 25 1 0 0 16 0 9 0 2001654022 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=866] ppid=858 vsize=868468 CPUtime=0
/proc/859/task/866/stat : 866 (java) S 858 845 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001654022 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=867] ppid=858 vsize=868468 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 858 845 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001654022 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887424

[startup+12.7024 s]
/proc/loadavg: 2.15 2.06 2.09 3/91 867
/proc/meminfo: memFree=1556952/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=1.3
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 974 10482 0 1 4 1 118 7 16 0 1 0 2001653880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 797 370 3 0 500 0
[pid=858] ppid=845 vsize=5356 CPUtime=0
/proc/858/stat : 858 (sh) S 845 845 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001654017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/858/statm: 1339 233 193 169 0 50 0
[pid=859] ppid=858 vsize=868468 CPUtime=11.15
/proc/859/stat : 859 (java) S 858 845 31525 0 -1 0 12954 0 1 0 1037 78 0 0 18 0 9 0 2001654018 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/859/statm: 217117 10700 2565 9 0 211664 0
[pid=859/tid=860] ppid=858 vsize=868468 CPUtime=9.79
/proc/859/task/860/stat : 860 (java) R 858 845 31525 0 -1 64 4116 0 1 0 914 65 0 0 25 0 9 0 2001654019 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4126995731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=861] ppid=858 vsize=868468 CPUtime=1.06
/proc/859/task/861/stat : 861 (java) S 858 845 31525 0 -1 64 6655 0 0 0 96 10 0 0 16 0 9 0 2001654020 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=862] ppid=858 vsize=868468 CPUtime=0
/proc/859/task/862/stat : 862 (java) S 858 845 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001654020 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=863] ppid=858 vsize=868468 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 858 845 31525 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001654020 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=864] ppid=858 vsize=868468 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 858 845 31525 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001654022 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=865] ppid=858 vsize=868468 CPUtime=0.26
/proc/859/task/865/stat : 865 (java) S 858 845 31525 0 -1 64 1486 0 0 0 25 1 0 0 16 0 9 0 2001654022 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=866] ppid=858 vsize=868468 CPUtime=0
/proc/859/task/866/stat : 866 (java) S 858 845 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001654022 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=859/tid=867] ppid=858 vsize=868468 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 858 845 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001654022 889311232 10700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887424

[startup+25.5025 s]
/proc/loadavg: 2.18 2.07 2.09 3/83 869
/proc/meminfo: memFree=1277592/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=283120 CPUtime=9.84
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 67647 0 0 0 938 46 0 0 25 0 1 0 2001655436 289914880 67633 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/869/statm: 70780 67633 75 150 0 70627 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 302076

[startup+51.1028 s]
/proc/loadavg: 2.12 2.06 2.09 3/83 869
/proc/meminfo: memFree=1274776/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=285892 CPUtime=35.2
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 68373 0 0 0 3474 46 0 0 25 0 1 0 2001655436 292753408 68359 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/869/statm: 71473 68359 75 150 0 71320 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 304848

[startup+102.306 s]
/proc/loadavg: 2.05 2.05 2.08 3/83 875
/proc/meminfo: memFree=1273872/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=286952 CPUtime=85.91
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 68615 0 0 0 8544 47 0 0 25 0 1 0 2001655436 293838848 68601 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/869/statm: 71738 68601 75 150 0 71585 0

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

/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=289928 CPUtime=858.6
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 69249 0 0 0 85811 49 0 0 25 0 1 0 2001655436 296886272 69235 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/869/statm: 72482 69235 75 150 0 72329 0
Current children cumulated CPU time (s) 873.86
Current children cumulated vsize (KiB) 308884

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 875
/proc/meminfo: memFree=1270744/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=290224 CPUtime=918.04
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 69311 0 0 0 91755 49 0 0 25 0 1 0 2001655436 297189376 69297 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/869/statm: 72556 69297 75 150 0 72403 0
Current children cumulated CPU time (s) 933.3
Current children cumulated vsize (KiB) 309180

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 926
/proc/meminfo: memFree=1319240/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=290488 CPUtime=977.54
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 69365 0 0 0 97704 50 0 0 25 0 1 0 2001655436 297459712 69351 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/869/statm: 72622 69351 75 150 0 72469 0
Current children cumulated CPU time (s) 992.8
Current children cumulated vsize (KiB) 309444

[startup+1062.3 s]
/proc/loadavg: 2.27 2.10 2.03 3/77 928
/proc/meminfo: memFree=934344/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=290620 CPUtime=1037.48
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 69405 0 0 0 103686 62 0 0 25 0 1 0 2001655436 297594880 69391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/869/statm: 72655 69391 75 150 0 72502 0
Current children cumulated CPU time (s) 1052.74
Current children cumulated vsize (KiB) 309576

[startup+1122.3 s]
/proc/loadavg: 2.10 2.08 2.03 3/77 928
/proc/meminfo: memFree=741768/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=290620 CPUtime=1097.46
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 69414 0 0 0 109684 62 0 0 25 0 1 0 2001655436 297594880 69400 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/869/statm: 72655 69400 75 150 0 72502 0
Current children cumulated CPU time (s) 1112.72
Current children cumulated vsize (KiB) 309576

[startup+1182.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/77 928
/proc/meminfo: memFree=741320/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=290760 CPUtime=1157.44
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 69419 0 0 0 115681 63 0 0 25 0 1 0 2001655436 297738240 69405 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/869/statm: 72690 69405 75 150 0 72537 0
Current children cumulated CPU time (s) 1172.7
Current children cumulated vsize (KiB) 309716

[startup+1242.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/77 928
/proc/meminfo: memFree=741000/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=290892 CPUtime=1217.4
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 69460 0 0 0 121677 63 0 0 25 0 1 0 2001655436 297873408 69446 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/869/statm: 72723 69446 75 150 0 72570 0
Current children cumulated CPU time (s) 1232.66
Current children cumulated vsize (KiB) 309848

[startup+1302.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/77 928
/proc/meminfo: memFree=740232/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=291156 CPUtime=1277.38
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 69529 0 0 0 127675 63 0 0 25 0 1 0 2001655436 298143744 69515 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/869/statm: 72789 69515 75 150 0 72636 0
Current children cumulated CPU time (s) 1292.64
Current children cumulated vsize (KiB) 310112

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 928
/proc/meminfo: memFree=739848/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=291288 CPUtime=1337.35
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 69569 0 0 0 133672 63 0 0 25 0 1 0 2001655436 298278912 69555 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/869/statm: 72822 69555 75 150 0 72669 0
Current children cumulated CPU time (s) 1352.61
Current children cumulated vsize (KiB) 310244

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 928
/proc/meminfo: memFree=739656/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=291288 CPUtime=1397.32
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 69573 0 0 0 139669 63 0 0 25 0 1 0 2001655436 298278912 69559 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/869/statm: 72822 69559 75 150 0 72669 0
Current children cumulated CPU time (s) 1412.58
Current children cumulated vsize (KiB) 310244

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

[startup+1422.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 928
/proc/meminfo: memFree=739656/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=15.26
/proc/845/stat : 845 (sugar) S 843 845 31525 0 -1 4194304 1033 24097 0 2 4 1 1415 106 16 0 1 0 2001653880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/845/statm: 3400 799 370 3 0 500 0
[pid=868] ppid=845 vsize=5356 CPUtime=0
/proc/868/stat : 868 (sh) S 845 845 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001655435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/868/statm: 1339 232 193 169 0 50 0
[pid=869] ppid=868 vsize=291288 CPUtime=1397.72
/proc/869/stat : 869 (minisat) R 868 845 31525 0 -1 4194304 69573 0 0 0 139709 63 0 0 25 0 1 0 2001655436 298278912 69559 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/869/statm: 72822 69559 75 150 0 72669 0
Current children cumulated CPU time (s) 1412.98
Current children cumulated vsize (KiB) 310244

[startup+1423.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 928
/proc/meminfo: memFree=739656/2055920 swapFree=4180688/4192956
[pid=845] ppid=843 vsize=13600 CPUtime=1413.34
/proc/845/stat : 845 (sugar) R 843 845 31525 0 -1 4194304 1119 97807 0 3 4 3 141151 176 16 0 1 0 2001653880 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/845/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1413.34
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1423.15
CPU time (s): 1413.42
CPU user time (s): 1411.56
CPU system time (s): 1.85472
CPU usage (%): 99.3162
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1411.56
system time used= 1.85472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98956
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= 14000
involuntary context switches= 36734

runsolver used 1.69974 second user time and 4.78327 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 05:00:09
IDJOB=1083310
IDBENCH=57466
IDSOLVER=346
FILE ID=node41/1083310-1215226809
PBS_JOBID= 7881816
Free space on /tmp= 66148 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-23.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-1083310-1215226809/watcher-1083310-1215226809 -o /tmp/evaluation-result-1083310-1215226809/solver-1083310-1215226809 -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-1083310-1215226809.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f339edaeb02c3bbac8ad2c8469a1d500
RANDOM SEED=834182258

node41.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:       1686032 kB
Buffers:         37028 kB
Cached:         179784 kB
SwapCached:       6228 kB
Active:         239600 kB
Inactive:        77224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686032 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            2968 kB
Writeback:           0 kB
Mapped:         113524 kB
Slab:            38400 kB
Committed_AS:  4412360 kB
PageTables:       1912 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= 65920 MiB
End job on node41 at 2008-07-05 05:23:52