Trace number 1048527

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 1062.68 1066.88

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-13_ext.xml
MD5SUM0a43ed623093b7647c443dc16926075e
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.741886
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:01:46 2008
0.00/0.04	c 0	PID 7812
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048527-1215043306.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-1048527-1215043306.xml' 'HOME/temp.csp'
0.03/0.61	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.58/0.70	c 1	Parsing HOME/temp.csp
1.42/1.52	c 2	parsed 31 expressions
1.42/1.53	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.42/1.53	c 2	Converting to clausal form CSP
1.42/1.55	c 2	converted 4 (10%) expressions
1.42/1.55	c 2	converted 7 (20%) expressions
1.42/1.55	c 2	converted 10 (30%) expressions
1.42/1.55	c 2	converted 13 (40%) expressions
1.42/1.55	c 2	converted 16 (50%) expressions
1.42/1.55	c 2	converted 19 (60%) expressions
1.42/1.56	c 2	converted 22 (70%) expressions
1.52/1.66	c 2	converted 25 (80%) expressions
2.02/2.16	c 2	converted 28 (90%) expressions
2.71/2.87	c 3	converted 31 (100%) expressions
2.71/2.87	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.71/2.87	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.71/2.87	c 3	Propagation in CSP
2.71/2.87	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.71/2.87	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.71/2.87	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.71/2.87	c 3	Simplifing CSP by introducing new Boolean variables
2.71/2.87	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.71/2.87	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.01/3.10	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.11	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
3.01/3.11	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
3.01/3.11	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.01/3.11	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.01/3.11	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
3.01/3.11	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
3.01/3.12	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
3.01/3.12	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.01/3.12	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
3.01/3.12	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
156.36/157.76	c 158	1 (10%) CSP clauses are encoded (141348 clauses, 6781748 bytes)
296.46/297.87	c 298	2 (20%) CSP clauses are encoded (282426 clauses, 13560756 bytes)
445.95/447.30	c 447	3 (30%) CSP clauses are encoded (423280 clauses, 20559264 bytes)
592.94/594.39	c 595	4 (40%) CSP clauses are encoded (564111 clauses, 27128535 bytes)
750.95/752.32	c 753	5 (50%) CSP clauses are encoded (705110 clauses, 33797221 bytes)
750.95/752.32	c 753	5 CSP clauses encoded
750.95/752.33	c 753	Writing map file : HOME/temp.map
750.95/752.33	c 753	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
750.95/752.33	c 753	SAT : 180 SAT variables, 705110 SAT clauses, 33797221 bytes
750.95/752.33	c 753	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
750.95/752.37	c 753	SOLVING HOME/temp.cnf
750.95/752.37	c 753	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
750.95/752.38	c 753	This is MiniSat 2.0 beta
750.95/752.38	c 753	WARNING: for repeatability, setting FPU to use double precision
750.95/752.38	c 753	============================[ Problem Statistics ]=============================
750.95/752.38	c 753	|                                                                             |
750.95/752.38	c 753	|  Number of variables:  180                                                  |
750.95/752.38	c 753	|  Number of clauses:    705110                                               |
751.01/753.35	c 754	|  Parsing time:         0.87         s                                       |
752.01/753.42	c 754	============================[ Search Statistics ]==============================
752.01/753.42	c 754	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
752.01/753.42	c 754	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
752.01/753.42	c 754	===============================================================================
752.01/753.42	c 754	|         0 |     180   705110  8859275 |   235036        0    nan |  0.000 % |
752.21/753.62	c 754	|       100 |     180   705110  8859275 |   258540      100      8 |  0.003 % |
752.61/754.07	c 754	|       250 |     180   705110  8859275 |   284394      250      8 |  0.028 % |
753.10/754.51	c 755	|       476 |     180   705110  8859275 |   312833      476      8 |  0.028 % |
753.69/755.18	c 755	|       815 |     180   705110  8859275 |   344117      815      8 |  0.028 % |
754.29/755.75	c 756	|      1323 |     180   705110  8859275 |   378528     1323      9 |  0.016 % |
755.38/756.85	c 757	|      2083 |     180   705110  8859275 |   416381     2083     10 |  0.022 % |
757.46/758.98	c 759	|      3223 |     180   705110  8859275 |   458019     3223     10 |  0.025 % |
760.23/761.77	c 762	|      4931 |     180   705110  8859275 |   503821     4931     10 |  0.034 % |
764.29/765.85	c 766	|      7495 |     180   705110  8859275 |   554204     7495     10 |  0.034 % |
771.13/772.76	c 773	|     11339 |     180   705110  8859275 |   609624    11339     10 |  0.049 % |
781.45/783.16	c 783	|     17106 |     179   705110  8859275 |   670587    17105     10 |  0.559 % |
795.51/797.35	c 798	|     25756 |     179   705110  8859275 |   737645    25755     11 |  0.571 % |
822.66/824.75	c 825	|     38732 |     179   705110  8859275 |   811410    38731     12 |  0.559 % |
858.34/860.77	c 861	|     58193 |     178   705110  8859275 |   892551    58191     12 |  1.114 % |
917.00/919.92	c 920	|     87386 |     176   705110  8859275 |   981806    87383     12 |  2.228 % |
1014.22/1018.03	c 1018	|    131176 |     176   705110  8859275 |  1079987   131173     12 |  2.253 % |
1062.48/1066.73	c 1067	===============================================================================
1062.48/1066.73	c 1067	restarts              : 17
1062.48/1066.73	c 1067	conflicts             : 149631         (481 /sec)
1062.48/1066.73	c 1067	decisions             : 185800         (1.65 % random) (597 /sec)
1062.48/1066.73	c 1067	propagations          : 2377754        (7636 /sec)
1062.48/1066.73	c 1067	conflict literals     : 1802866        (20.57 % deleted)
1062.48/1066.73	c 1067	Memory used           : 79.37 MB
1062.48/1066.73	c 1067	CPU time              : 311.375 s
1062.48/1066.73	c 1067	
1062.48/1066.73	c 1067	UNSATISFIABLE
1062.48/1066.74	c 1067	DECODING HOME/temp.out WITH HOME/temp.map
1062.48/1066.74	c 1067	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1062.54/1066.83	c 1067	Decoding HOME/temp.out
1062.54/1066.85	s UNSATISFIABLE
1062.54/1066.85	c 1067	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1062.54/1066.86	c 1067	CPU 1061.97 (0.03 0.01 1061.94 0.66)
1062.54/1066.86	c 1067	END Thu Jul  3 02:19:33 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-1048527-1215043306/watcher-1048527-1215043306 -o /tmp/evaluation-result-1048527-1215043306/solver-1048527-1215043306 -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-1048527-1215043306.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.02 2.01 1.94 4/72 7812
/proc/meminfo: memFree=1876248/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=12132 CPUtime=0
/proc/7812/stat : 7812 (sugar) R 7810 7812 6618 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 1983305211 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 231980200736 0 0 4224 0 0 0 0 17 1 0 0
/proc/7812/statm: 3033 182 142 3 0 133 0

[startup+0.0977309 s]
/proc/loadavg: 2.02 2.01 1.94 4/72 7812
/proc/meminfo: memFree=1876248/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=0.03
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1983305211 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101728 s]
/proc/loadavg: 2.02 2.01 1.94 4/72 7812
/proc/meminfo: memFree=1876248/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=0.03
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1983305211 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301683 s]
/proc/loadavg: 2.02 2.01 1.94 4/72 7812
/proc/meminfo: memFree=1876248/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=0.03
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1983305211 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701578 s]
/proc/loadavg: 2.02 2.01 1.94 4/72 7812
/proc/meminfo: memFree=1876248/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=0.58
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 956 7971 0 1 2 1 50 5 16 0 1 0 1983305211 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50237 s]
/proc/loadavg: 2.02 2.01 1.94 4/83 7834
/proc/meminfo: memFree=1866112/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=0.58
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 973 7971 0 1 2 1 50 5 16 0 1 0 1983305211 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 797 370 3 0 500 0
[pid=7825] ppid=7812 vsize=5356 CPUtime=0
/proc/7825/stat : 7825 (sh) S 7812 7812 6618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983305275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7825/statm: 1339 233 193 169 0 50 0
[pid=7826] ppid=7825 vsize=864072 CPUtime=0.84
/proc/7826/stat : 7826 (java) S 7825 7812 6618 0 -1 0 7869 0 1 0 81 3 0 0 18 0 9 0 1983305275 884809728 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7826/statm: 216018 7105 2532 9 0 210600 0
[pid=7826/tid=7827] ppid=7825 vsize=864072 CPUtime=0.58
/proc/7826/task/7827/stat : 7827 (java) R 7825 7812 6618 0 -1 64 2472 0 1 0 57 1 0 0 22 0 9 0 1983305276 884809728 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4126456368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7828] ppid=7825 vsize=864072 CPUtime=0.21
/proc/7826/task/7828/stat : 7828 (java) S 7825 7812 6618 0 -1 64 4394 0 0 0 20 1 0 0 16 0 9 0 1983305277 884809728 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7829] ppid=7825 vsize=864072 CPUtime=0
/proc/7826/task/7829/stat : 7829 (java) S 7825 7812 6618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983305277 884809728 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7830] ppid=7825 vsize=864072 CPUtime=0
/proc/7826/task/7830/stat : 7830 (java) S 7825 7812 6618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983305277 884809728 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7831] ppid=7825 vsize=864072 CPUtime=0
/proc/7826/task/7831/stat : 7831 (java) S 7825 7812 6618 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983305279 884809728 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7832] ppid=7825 vsize=864072 CPUtime=0.03
/proc/7826/task/7832/stat : 7832 (java) S 7825 7812 6618 0 -1 64 306 0 0 0 3 0 0 0 16 0 9 0 1983305279 884809728 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7833] ppid=7825 vsize=864072 CPUtime=0
/proc/7826/task/7833/stat : 7833 (java) S 7825 7812 6618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983305279 884809728 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7834] ppid=7825 vsize=864072 CPUtime=0
/proc/7826/task/7834/stat : 7834 (java) S 7825 7812 6618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983305279 884809728 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883028

[startup+3.10296 s]
/proc/loadavg: 2.10 2.03 1.94 4/83 7834
/proc/meminfo: memFree=1837952/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=0.58
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 974 7971 0 1 2 1 50 5 15 0 1 0 1983305211 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 797 370 3 0 500 0
[pid=7825] ppid=7812 vsize=5356 CPUtime=0
/proc/7825/stat : 7825 (sh) S 7812 7812 6618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983305275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7825/statm: 1339 233 193 169 0 50 0
[pid=7826] ppid=7825 vsize=864724 CPUtime=2.43
/proc/7826/stat : 7826 (java) S 7825 7812 6618 0 -1 0 18855 0 1 0 235 8 0 0 18 0 9 0 1983305275 885477376 17549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7826/statm: 216181 17549 2540 9 0 210756 0
[pid=7826/tid=7827] ppid=7825 vsize=864724 CPUtime=0.97
/proc/7826/task/7827/stat : 7827 (java) S 7825 7812 6618 0 -1 64 3217 0 1 0 96 1 0 0 25 0 9 0 1983305276 885477376 17549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7828] ppid=7825 vsize=864724 CPUtime=1.39
/proc/7826/task/7828/stat : 7828 (java) R 7825 7812 6618 0 -1 64 14625 0 0 0 133 6 0 0 19 0 9 0 1983305277 885477376 17549 996147200 134512640 134550740 4294955952 18446744073709551615 104182348 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7829] ppid=7825 vsize=864724 CPUtime=0
/proc/7826/task/7829/stat : 7829 (java) S 7825 7812 6618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983305277 885477376 17549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7830] ppid=7825 vsize=864724 CPUtime=0
/proc/7826/task/7830/stat : 7830 (java) S 7825 7812 6618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983305277 885477376 17549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7831] ppid=7825 vsize=864724 CPUtime=0
/proc/7826/task/7831/stat : 7831 (java) S 7825 7812 6618 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983305279 885477376 17549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7832] ppid=7825 vsize=864724 CPUtime=0.05
/proc/7826/task/7832/stat : 7832 (java) S 7825 7812 6618 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 1983305279 885477376 17549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7833] ppid=7825 vsize=864724 CPUtime=0
/proc/7826/task/7833/stat : 7833 (java) S 7825 7812 6618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983305279 885477376 17549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7834] ppid=7825 vsize=864724 CPUtime=0
/proc/7826/task/7834/stat : 7834 (java) S 7825 7812 6618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983305279 885477376 17549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883680

[startup+6.30212 s]
/proc/loadavg: 2.10 2.03 1.94 3/83 7834
/proc/meminfo: memFree=1812608/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=0.58
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 974 7971 0 1 2 1 50 5 15 0 1 0 1983305211 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 797 370 3 0 500 0
[pid=7825] ppid=7812 vsize=5356 CPUtime=0
/proc/7825/stat : 7825 (sh) S 7812 7812 6618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983305275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7825/statm: 1339 233 193 169 0 50 0
[pid=7826] ppid=7825 vsize=864332 CPUtime=5.6
/proc/7826/stat : 7826 (java) S 7825 7812 6618 0 -1 0 18956 0 1 0 551 9 0 0 18 0 9 0 1983305275 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7826/statm: 216083 17490 2564 9 0 210630 0
[pid=7826/tid=7827] ppid=7825 vsize=864332 CPUtime=4.06
/proc/7826/task/7827/stat : 7827 (java) R 7825 7812 6618 0 -1 64 3299 0 1 0 404 2 0 0 25 0 9 0 1983305276 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4126559626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7828] ppid=7825 vsize=864332 CPUtime=1.44
/proc/7826/task/7828/stat : 7828 (java) S 7825 7812 6618 0 -1 64 14625 0 0 0 138 6 0 0 16 0 9 0 1983305277 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7829] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7829/stat : 7829 (java) S 7825 7812 6618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983305277 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7830] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7830/stat : 7830 (java) S 7825 7812 6618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983305277 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7831] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7831/stat : 7831 (java) S 7825 7812 6618 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983305279 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7832] ppid=7825 vsize=864332 CPUtime=0.07
/proc/7826/task/7832/stat : 7832 (java) S 7825 7812 6618 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1983305279 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7833] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7833/stat : 7833 (java) S 7825 7812 6618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983305279 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7834] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7834/stat : 7834 (java) S 7825 7812 6618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983305279 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883288

[startup+12.7025 s]
/proc/loadavg: 2.09 2.03 1.94 3/83 7834
/proc/meminfo: memFree=1812416/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=0.58
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 974 7971 0 1 2 1 50 5 15 0 1 0 1983305211 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 797 370 3 0 500 0
[pid=7825] ppid=7812 vsize=5356 CPUtime=0
/proc/7825/stat : 7825 (sh) S 7812 7812 6618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983305275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7825/statm: 1339 233 193 169 0 50 0
[pid=7826] ppid=7825 vsize=864332 CPUtime=11.94
/proc/7826/stat : 7826 (java) S 7825 7812 6618 0 -1 0 18956 0 1 0 1185 9 0 0 18 0 9 0 1983305275 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7826/statm: 216083 17490 2564 9 0 210630 0
[pid=7826/tid=7827] ppid=7825 vsize=864332 CPUtime=10.4
/proc/7826/task/7827/stat : 7827 (java) R 7825 7812 6618 0 -1 64 3299 0 1 0 1038 2 0 0 25 0 9 0 1983305276 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4126557216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7828] ppid=7825 vsize=864332 CPUtime=1.44
/proc/7826/task/7828/stat : 7828 (java) S 7825 7812 6618 0 -1 64 14625 0 0 0 138 6 0 0 16 0 9 0 1983305277 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7829] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7829/stat : 7829 (java) S 7825 7812 6618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983305277 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7830] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7830/stat : 7830 (java) S 7825 7812 6618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983305277 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7831] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7831/stat : 7831 (java) S 7825 7812 6618 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983305279 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7832] ppid=7825 vsize=864332 CPUtime=0.07
/proc/7826/task/7832/stat : 7832 (java) S 7825 7812 6618 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1983305279 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7833] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7833/stat : 7833 (java) S 7825 7812 6618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983305279 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7834] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7834/stat : 7834 (java) S 7825 7812 6618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983305279 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883288

[startup+25.5012 s]
/proc/loadavg: 2.07 2.02 1.94 3/83 7834
/proc/meminfo: memFree=1812480/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=0.58
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 974 7971 0 1 2 1 50 5 15 0 1 0 1983305211 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 797 370 3 0 500 0
[pid=7825] ppid=7812 vsize=5356 CPUtime=0
/proc/7825/stat : 7825 (sh) S 7812 7812 6618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983305275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7825/statm: 1339 233 193 169 0 50 0
[pid=7826] ppid=7825 vsize=864332 CPUtime=24.63
/proc/7826/stat : 7826 (java) S 7825 7812 6618 0 -1 0 18970 0 1 0 2454 9 0 0 18 0 9 0 1983305275 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7826/statm: 216083 17490 2564 9 0 210630 0
[pid=7826/tid=7827] ppid=7825 vsize=864332 CPUtime=23.03
/proc/7826/task/7827/stat : 7827 (java) R 7825 7812 6618 0 -1 64 3313 0 1 0 2301 2 0 0 25 0 9 0 1983305276 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4126554560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7828] ppid=7825 vsize=864332 CPUtime=1.5
/proc/7826/task/7828/stat : 7828 (java) S 7825 7812 6618 0 -1 64 14625 0 0 0 144 6 0 0 16 0 9 0 1983305277 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7829] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7829/stat : 7829 (java) S 7825 7812 6618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983305277 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7830] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7830/stat : 7830 (java) S 7825 7812 6618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983305277 885075968 17490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/7826/task/7831/stat : 7831 (java) S 7825 7812 6618 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983305279 885075968 27428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7832] ppid=7825 vsize=864332 CPUtime=0.09
/proc/7826/task/7832/stat : 7832 (java) S 7825 7812 6618 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 1983305279 885075968 27428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7826/tid=7833] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7833/stat : 7833 (java) S 7825 7812 6618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983305279 885075968 27428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7826/tid=7834] ppid=7825 vsize=864332 CPUtime=0
/proc/7826/task/7834/stat : 7834 (java) S 7825 7812 6618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983305279 885075968 27428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 700.95
Current children cumulated vsize (KiB) 883288

[startup+762.306 s]
/proc/loadavg: 2.08 2.04 1.97 3/84 7876
/proc/meminfo: memFree=1758168/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=751.01
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 1031 46306 0 2 3 1 75049 48 16 0 1 0 1983305211 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 798 370 3 0 500 0
[pid=7875] ppid=7812 vsize=5356 CPUtime=0
/proc/7875/stat : 7875 (sh) S 7812 7812 6618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983380449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7875/statm: 1339 232 193 169 0 50 0
[pid=7876] ppid=7875 vsize=65480 CPUtime=9.82
/proc/7876/stat : 7876 (minisat) R 7875 7812 6618 0 -1 4194304 15517 0 0 0 972 10 0 0 25 0 1 0 1983380450 67051520 15503 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7876/statm: 16370 15503 75 150 0 16217 0
Current children cumulated CPU time (s) 760.83
Current children cumulated vsize (KiB) 84436

[startup+822.302 s]
/proc/loadavg: 2.03 2.03 1.97 3/84 7876
/proc/meminfo: memFree=1754136/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=751.01
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 1031 46306 0 2 3 1 75049 48 16 0 1 0 1983305211 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 798 370 3 0 500 0
[pid=7875] ppid=7812 vsize=5356 CPUtime=0
/proc/7875/stat : 7875 (sh) S 7812 7812 6618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983380449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7875/statm: 1339 232 193 169 0 50 0
[pid=7876] ppid=7875 vsize=69904 CPUtime=69.28
/proc/7876/stat : 7876 (minisat) R 7875 7812 6618 0 -1 4194304 16559 0 0 0 6917 11 0 0 25 0 1 0 1983380450 71581696 16545 996147200 134512640 135127466 4294956272 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/7876/statm: 17476 16545 75 150 0 17323 0
Current children cumulated CPU time (s) 820.29
Current children cumulated vsize (KiB) 88860

[startup+882.301 s]
/proc/loadavg: 2.01 2.02 1.97 3/84 7876
/proc/meminfo: memFree=1751192/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=751.01
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 1031 46306 0 2 3 1 75049 48 16 0 1 0 1983305211 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 798 370 3 0 500 0
[pid=7875] ppid=7812 vsize=5356 CPUtime=0
/proc/7875/stat : 7875 (sh) S 7812 7812 6618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983380449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7875/statm: 1339 232 193 169 0 50 0
[pid=7876] ppid=7875 vsize=73152 CPUtime=128.73
/proc/7876/stat : 7876 (minisat) R 7875 7812 6618 0 -1 4194304 17273 0 0 0 12861 12 0 0 25 0 1 0 1983380450 74907648 17259 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7876/statm: 18288 17259 75 150 0 18135 0
Current children cumulated CPU time (s) 879.74
Current children cumulated vsize (KiB) 92108

[startup+942.301 s]
/proc/loadavg: 2.05 2.03 1.97 3/84 7876
/proc/meminfo: memFree=1748504/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=751.01
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 1031 46306 0 2 3 1 75049 48 16 0 1 0 1983305211 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 798 370 3 0 500 0
[pid=7875] ppid=7812 vsize=5356 CPUtime=0
/proc/7875/stat : 7875 (sh) S 7812 7812 6618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983380449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7875/statm: 1339 232 193 169 0 50 0
[pid=7876] ppid=7875 vsize=76128 CPUtime=188.19
/proc/7876/stat : 7876 (minisat) R 7875 7812 6618 0 -1 4194304 17940 0 0 0 18807 12 0 0 25 0 1 0 1983380450 77955072 17926 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/7876/statm: 19032 17926 75 150 0 18879 0
Current children cumulated CPU time (s) 939.2
Current children cumulated vsize (KiB) 95084

[startup+1002.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/84 7876
/proc/meminfo: memFree=1745880/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=751.01
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 1031 46306 0 2 3 1 75049 48 16 0 1 0 1983305211 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 798 370 3 0 500 0
[pid=7875] ppid=7812 vsize=5356 CPUtime=0
/proc/7875/stat : 7875 (sh) S 7812 7812 6618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983380449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7875/statm: 1339 232 193 169 0 50 0
[pid=7876] ppid=7875 vsize=78560 CPUtime=247.65
/proc/7876/stat : 7876 (minisat) R 7875 7812 6618 0 -1 4194304 18583 0 0 0 24752 13 0 0 25 0 1 0 1983380450 80445440 18569 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/7876/statm: 19640 18569 75 150 0 19487 0
Current children cumulated CPU time (s) 998.66
Current children cumulated vsize (KiB) 97516

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/84 7876
/proc/meminfo: memFree=1743576/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=751.01
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 1031 46306 0 2 3 1 75049 48 16 0 1 0 1983305211 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 798 370 3 0 500 0
[pid=7875] ppid=7812 vsize=5356 CPUtime=0
/proc/7875/stat : 7875 (sh) S 7812 7812 6618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983380449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7875/statm: 1339 232 193 169 0 50 0
[pid=7876] ppid=7875 vsize=81268 CPUtime=307.11
/proc/7876/stat : 7876 (minisat) R 7875 7812 6618 0 -1 4194304 19162 0 0 0 30698 13 0 0 25 0 1 0 1983380450 83218432 19148 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7876/statm: 20317 19148 75 150 0 20164 0
Current children cumulated CPU time (s) 1058.12
Current children cumulated vsize (KiB) 100224

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

[startup+1063.9 s]
/proc/loadavg: 2.00 2.02 1.97 3/84 7876
/proc/meminfo: memFree=1743512/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=751.01
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 1031 46306 0 2 3 1 75049 48 16 0 1 0 1983305211 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 798 370 3 0 500 0
[pid=7875] ppid=7812 vsize=5356 CPUtime=0
/proc/7875/stat : 7875 (sh) S 7812 7812 6618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983380449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7875/statm: 1339 232 193 169 0 50 0
[pid=7876] ppid=7875 vsize=81268 CPUtime=308.69
/proc/7876/stat : 7876 (minisat) R 7875 7812 6618 0 -1 4194304 19163 0 0 0 30856 13 0 0 25 0 1 0 1983380450 83218432 19149 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7876/statm: 20317 19149 75 150 0 20164 0
Current children cumulated CPU time (s) 1059.7
Current children cumulated vsize (KiB) 100224

[startup+1065.5 s]
/proc/loadavg: 2.00 2.02 1.97 3/84 7876
/proc/meminfo: memFree=1743512/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=751.01
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 1031 46306 0 2 3 1 75049 48 16 0 1 0 1983305211 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 798 370 3 0 500 0
[pid=7875] ppid=7812 vsize=5356 CPUtime=0
/proc/7875/stat : 7875 (sh) S 7812 7812 6618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983380449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7875/statm: 1339 232 193 169 0 50 0
[pid=7876] ppid=7875 vsize=81268 CPUtime=310.28
/proc/7876/stat : 7876 (minisat) R 7875 7812 6618 0 -1 4194304 19163 0 0 0 31015 13 0 0 25 0 1 0 1983380450 83218432 19149 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7876/statm: 20317 19149 75 150 0 20164 0
Current children cumulated CPU time (s) 1061.29
Current children cumulated vsize (KiB) 100224

[startup+1066.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/84 7876
/proc/meminfo: memFree=1743512/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=751.01
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 1031 46306 0 2 3 1 75049 48 16 0 1 0 1983305211 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 798 370 3 0 500 0
[pid=7875] ppid=7812 vsize=5356 CPUtime=0
/proc/7875/stat : 7875 (sh) S 7812 7812 6618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983380449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7875/statm: 1339 232 193 169 0 50 0
[pid=7876] ppid=7875 vsize=81268 CPUtime=311.07
/proc/7876/stat : 7876 (minisat) R 7875 7812 6618 0 -1 4194304 19163 0 0 0 31094 13 0 0 25 0 1 0 1983380450 83218432 19149 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7876/statm: 20317 19149 75 150 0 20164 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 100224

[startup+1066.7 s]
/proc/loadavg: 2.00 2.02 1.97 3/84 7876
/proc/meminfo: memFree=1743512/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=751.01
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 1031 46306 0 2 3 1 75049 48 16 0 1 0 1983305211 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 798 370 3 0 500 0
[pid=7875] ppid=7812 vsize=5356 CPUtime=0
/proc/7875/stat : 7875 (sh) S 7812 7812 6618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983380449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7875/statm: 1339 232 193 169 0 50 0
[pid=7876] ppid=7875 vsize=81268 CPUtime=311.47
/proc/7876/stat : 7876 (minisat) R 7875 7812 6618 0 -1 4194304 19164 0 0 0 31134 13 0 0 25 0 1 0 1983380450 83218432 19150 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7876/statm: 20317 19150 75 150 0 20164 0
Current children cumulated CPU time (s) 1062.48
Current children cumulated vsize (KiB) 100224

[startup+1066.8 s]
/proc/loadavg: 2.00 2.02 1.97 3/84 7876
/proc/meminfo: memFree=1743512/2055920 swapFree=4180096/4192956
[pid=7812] ppid=7810 vsize=13600 CPUtime=1062.54
/proc/7812/stat : 7812 (sugar) S 7810 7812 6618 0 -1 4194304 1070 65764 0 2 3 1 106187 63 17 0 1 0 1983305211 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7812/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1062.54
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1066.88
CPU time (s): 1062.68
CPU user time (s): 1061.98
CPU system time (s): 0.700893
CPU usage (%): 99.6063
Max. virtual memory (cumulated for all children) (KiB): 889424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1061.98
system time used= 0.700893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70520
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= 20287
involuntary context switches= 26241

runsolver used 1.35879 second user time and 3.52446 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-03 02:01:46
IDJOB=1048527
IDBENCH=54366
IDSOLVER=346
FILE ID=node16/1048527-1215043306
PBS_JOBID= 7875141
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-13_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-1048527-1215043306/watcher-1048527-1215043306 -o /tmp/evaluation-result-1048527-1215043306/solver-1048527-1215043306 -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-1048527-1215043306.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0a43ed623093b7647c443dc16926075e
RANDOM SEED=1093496193

node16.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.213
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.213
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:       1876728 kB
Buffers:          6612 kB
Cached:         106628 kB
SwapCached:       6440 kB
Active:          86816 kB
Inactive:        40624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876728 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            4668 kB
Writeback:           0 kB
Mapped:          21612 kB
Slab:            37040 kB
Committed_AS:  3331096 kB
PageTables:       1784 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 node16 at 2008-07-03 02:19:33