Trace number 2078430

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 827.756 830.349

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-34_ext.xml
MD5SUM82c6a29c2223925254ac5c8a85bb4ba3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.79666
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sun Jul 12 04:48:38 2009
0.03/0.07	c 0	PID 21920
0.03/0.07	c 0	HOST node88.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2078430-1247366918.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078430-1247366918.xml' 'HOME/temp.csp'
0.06/0.74	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.83	c 1	Parsing HOME/temp.csp
1.64/1.77	c 2	parsed 139 expressions
1.64/1.78	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.78	c 2	Converting to clausal form CSP
1.74/1.81	c 2	converted 14 (10%) expressions
1.74/1.82	c 2	converted 28 (20%) expressions
1.84/1.97	c 2	converted 42 (30%) expressions
1.84/1.97	c 2	converted 56 (40%) expressions
1.84/1.99	c 2	converted 70 (50%) expressions
1.95/2.04	c 2	converted 84 (60%) expressions
2.05/2.13	c 2	converted 98 (70%) expressions
2.15/2.23	c 2	converted 112 (80%) expressions
2.45/2.51	c 2	converted 126 (90%) expressions
2.55/2.64	c 3	converted 139 (100%) expressions
2.55/2.64	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.55/2.64	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.55/2.64	c 3	Propagation in CSP
2.55/2.64	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.55/2.64	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.55/2.64	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.55/2.64	c 3	Simplifing CSP by introducing new Boolean variables
2.55/2.64	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.55/2.64	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.64/2.76	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.64/2.76	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.64/2.77	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.64/2.77	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.64/2.77	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.64/2.77	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.64/2.77	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.64/2.77	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.64/2.77	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.64/2.78	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.64/2.78	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.85/2.95	c 3	6 (10%) CSP clauses are encoded (10532 clauses, 232221 bytes)
2.95/3.07	c 3	12 (20%) CSP clauses are encoded (21320 clauses, 490889 bytes)
3.05/3.19	c 3	18 (30%) CSP clauses are encoded (32164 clauses, 760628 bytes)
3.25/3.32	c 3	24 (40%) CSP clauses are encoded (43074 clauses, 1028073 bytes)
3.35/3.44	c 3	30 (50%) CSP clauses are encoded (53815 clauses, 1294824 bytes)
3.45/3.57	c 4	36 (60%) CSP clauses are encoded (64659 clauses, 1567116 bytes)
3.55/3.69	c 4	42 (70%) CSP clauses are encoded (75355 clauses, 1849264 bytes)
3.74/3.82	c 4	48 (80%) CSP clauses are encoded (86184 clauses, 2138781 bytes)
3.84/3.94	c 4	54 (90%) CSP clauses are encoded (97039 clauses, 2429179 bytes)
3.95/4.05	c 4	59 (100%) CSP clauses are encoded (106063 clauses, 2670742 bytes)
3.95/4.05	c 4	59 CSP clauses encoded
3.95/4.05	c 4	Writing map file : HOME/temp.map
3.95/4.05	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.95/4.05	c 4	SAT : 380 SAT variables, 106063 SAT clauses, 2670742 bytes
3.95/4.05	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.95/4.09	c 4	SOLVING HOME/temp.cnf
3.95/4.09	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.95/4.09	c 4	This is MiniSat 2.0 beta
3.95/4.09	c 4	WARNING: for repeatability, setting FPU to use double precision
3.95/4.09	c 4	============================[ Problem Statistics ]=============================
3.95/4.09	c 4	|                                                                             |
3.95/4.10	c 4	|  Number of variables:  380                                                  |
3.95/4.10	c 4	|  Number of clauses:    106063                                               |
4.02/4.16	c 4	|  Parsing time:         0.06         s                                       |
4.02/4.17	c 4	============================[ Search Statistics ]==============================
4.02/4.17	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.02/4.17	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.02/4.17	c 4	===============================================================================
4.02/4.17	c 4	|         0 |     380   106063   581902 |    35354        0    nan |  0.000 % |
4.02/4.20	c 4	|       101 |     380   106063   581902 |    38889      101     10 |  0.001 % |
4.02/4.27	c 4	|       254 |     380   106063   581902 |    42778      254     11 |  0.013 % |
4.21/4.32	c 4	|       479 |     380   106063   581902 |    47056      479     10 |  0.013 % |
4.31/4.43	c 4	|       818 |     380   106063   581902 |    51762      818     10 |  0.013 % |
4.41/4.59	c 5	|      1324 |     380   106063   581902 |    56938     1324     10 |  0.013 % |
4.71/4.83	c 5	|      2087 |     380   106063   581902 |    62632     2087     11 |  0.013 % |
5.10/5.23	c 5	|      3226 |     380   106063   581902 |    68895     3226     11 |  0.014 % |
5.81/5.90	c 6	|      4934 |     380   106063   581902 |    75785     4934     11 |  0.015 % |
6.71/6.80	c 7	|      7497 |     380   106063   581902 |    83363     7497     11 |  0.014 % |
7.91/8.05	c 8	|     11344 |     380   106063   581902 |    91700    11344     12 |  0.012 % |
10.01/10.13	c 10	|     17110 |     380   106063   581902 |   100870    17110     13 |  0.013 % |
13.80/13.93	c 14	|     25759 |     380   106063   581902 |   110957    25759     13 |  0.019 % |
21.60/21.78	c 22	|     38733 |     380   106063   581902 |   122052    38733     13 |  0.027 % |
30.89/31.08	c 31	|     58194 |     379   105402   578822 |   134258    27101     15 |  0.265 % |
49.59/49.79	c 50	|     87386 |     379   105402   578822 |   147683    56293     15 |  0.276 % |
81.88/82.06	c 82	|    131175 |     378   104697   575520 |   162452    72019     15 |  0.527 % |
139.37/139.55	c 139	|    196860 |     376   102876   565941 |   178697    82741     15 |  1.053 % |
264.54/264.75	c 265	|    295386 |     376   102876   565941 |   196567    20909     15 |  1.055 % |
379.15/379.72	c 380	|    443175 |     374   101635   559765 |   216223   114794     17 |  1.580 % |
617.14/618.79	c 619	|    664860 |     367    95016   522451 |   237846    82322     16 |  3.422 % |
827.52/830.17	c 830	===============================================================================
827.52/830.17	c 830	restarts              : 21
827.52/830.17	c 830	conflicts             : 831683         (1010 /sec)
827.52/830.17	c 830	decisions             : 980894         (1.62 % random) (1191 /sec)
827.52/830.17	c 830	propagations          : 33832471       (41085 /sec)
827.52/830.17	c 830	conflict literals     : 13910013       (31.51 % deleted)
827.52/830.17	c 830	Memory used           : 33.12 MB
827.52/830.17	c 830	CPU time              : 823.477 s
827.52/830.17	c 830	
827.52/830.17	c 830	SATISFIABLE
827.52/830.18	c 830	DECODING HOME/temp.out WITH HOME/temp.map
827.52/830.18	c 830	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
827.62/830.26	c 830	Decoding HOME/temp.out
827.62/830.28	s SATISFIABLE
827.62/830.28	v 6 3 7 9 15 12 6 9 5 7 5 9 7 17 3 0 18 15 0 14
827.62/830.30	c 830	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
827.62/830.34	c 830	CPU 827.73 (0.05 0.02 827.37 0.29)
827.62/830.34	c 830	END Sun Jul 12 05:02:28 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078430-1247366918/watcher-2078430-1247366918 -o /tmp/evaluation-result-2078430-1247366918/solver-2078430-1247366918 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2078430-1247366918.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.79 1.97 2.08 4/75 21920
/proc/meminfo: memFree=1603912/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=12272 CPUtime=0
/proc/21920/stat : 21920 (sugar) R 21918 21920 18950 0 -1 4194304 377 0 0 0 0 0 0 0 20 0 1 0 23756983 12566528 345 996147200 4194304 4206940 548682068608 18446744073709551615 270200657666 0 0 4224 0 0 0 0 17 1 0 0
/proc/21920/statm: 3068 345 257 3 0 168 0

[startup+0.038924 s]
/proc/loadavg: 1.79 1.97 2.08 4/75 21920
/proc/meminfo: memFree=1603912/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=13336 CPUtime=0.03
/proc/21920/stat : 21920 (sugar) R 21918 21920 18950 0 -1 4194304 736 0 0 0 2 1 0 0 20 0 1 0 23756983 13656064 704 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 0 0 0
/proc/21920/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.101917 s]
/proc/loadavg: 1.79 1.97 2.08 4/75 21920
/proc/meminfo: memFree=1603912/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=0.06
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 23756983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301943 s]
/proc/loadavg: 1.79 1.97 2.08 4/75 21920
/proc/meminfo: memFree=1603912/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=0.06
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 23756983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701985 s]
/proc/loadavg: 1.79 1.97 2.08 4/75 21920
/proc/meminfo: memFree=1603912/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=0.06
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 23756983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50208 s]
/proc/loadavg: 1.79 1.97 2.08 4/86 21942
/proc/meminfo: memFree=1591344/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=0.71
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1309 7065 0 1 4 2 61 4 16 0 1 0 23756983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21920/statm: 4217 1111 409 3 0 796 0
[pid=21933] ppid=21920 vsize=5356 CPUtime=0
/proc/21933/stat : 21933 (sh) S 21920 21920 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23757058 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21933/statm: 1339 233 193 169 0 50 0
[pid=21934] ppid=21933 vsize=862284 CPUtime=0.73
/proc/21934/stat : 21934 (java) S 21933 21920 18950 0 -1 0 7350 0 1 0 69 4 0 0 18 0 9 0 23757059 882978816 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21934/statm: 215571 6624 2158 9 0 210484 0
[pid=21934/tid=21935] ppid=21933 vsize=862284 CPUtime=0.43
/proc/21934/task/21935/stat : 21935 (java) R 21933 21920 18950 0 -1 64 2031 0 1 0 42 1 0 0 23 0 9 0 23757060 882978816 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21936] ppid=21933 vsize=862284 CPUtime=0.24
/proc/21934/task/21936/stat : 21936 (java) R 21933 21920 18950 0 -1 64 4311 0 0 0 23 1 0 0 16 0 9 0 23757061 882978816 6624 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21937] ppid=21933 vsize=862284 CPUtime=0
/proc/21934/task/21937/stat : 21937 (java) S 21933 21920 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23757061 882978816 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21938] ppid=21933 vsize=862284 CPUtime=0
/proc/21934/task/21938/stat : 21938 (java) S 21933 21920 18950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23757061 882978816 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21939] ppid=21933 vsize=862284 CPUtime=0
/proc/21934/task/21939/stat : 21939 (java) S 21933 21920 18950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23757063 882978816 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21940] ppid=21933 vsize=862284 CPUtime=0.03
/proc/21934/task/21940/stat : 21940 (java) S 21933 21920 18950 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23757063 882978816 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21941] ppid=21933 vsize=862284 CPUtime=0
/proc/21934/task/21941/stat : 21941 (java) S 21933 21920 18950 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23757063 882978816 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21942] ppid=21933 vsize=862284 CPUtime=0
/proc/21934/task/21942/stat : 21942 (java) S 21933 21920 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23757063 882978816 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 884508

[startup+3.10226 s]
/proc/loadavg: 1.79 1.97 2.08 3/86 21942
/proc/meminfo: memFree=1564336/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=0.72
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1310 7065 0 1 5 2 61 4 15 0 1 0 23756983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21920/statm: 4217 1111 409 3 0 796 0
[pid=21933] ppid=21920 vsize=5356 CPUtime=0
/proc/21933/stat : 21933 (sh) S 21920 21920 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23757058 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21933/statm: 1339 233 193 169 0 50 0
[pid=21934] ppid=21933 vsize=864488 CPUtime=2.33
/proc/21934/stat : 21934 (java) S 21933 21920 18950 0 -1 0 14853 0 1 0 225 8 0 0 18 0 9 0 23757059 885235712 14066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21934/statm: 216122 14066 2590 9 0 210599 0
[pid=21934/tid=21935] ppid=21933 vsize=864488 CPUtime=1.26
/proc/21934/task/21935/stat : 21935 (java) R 21933 21920 18950 0 -1 64 3238 0 1 0 124 2 0 0 25 0 9 0 23757060 885235712 14066 996147200 134512640 134550932 4294955936 18446744073709551615 4126095957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21936] ppid=21933 vsize=864488 CPUtime=0.96
/proc/21934/task/21936/stat : 21936 (java) S 21933 21920 18950 0 -1 64 10579 0 0 0 92 4 0 0 16 0 9 0 23757061 885235712 14066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21937] ppid=21933 vsize=864488 CPUtime=0
/proc/21934/task/21937/stat : 21937 (java) S 21933 21920 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23757061 885235712 14066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21938] ppid=21933 vsize=864488 CPUtime=0
/proc/21934/task/21938/stat : 21938 (java) S 21933 21920 18950 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23757061 885235712 14066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21939] ppid=21933 vsize=864488 CPUtime=0
/proc/21934/task/21939/stat : 21939 (java) S 21933 21920 18950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23757063 885235712 14066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21940] ppid=21933 vsize=864488 CPUtime=0.08
/proc/21934/task/21940/stat : 21940 (java) S 21933 21920 18950 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 23757063 885235712 14066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21941] ppid=21933 vsize=864488 CPUtime=0
/proc/21934/task/21941/stat : 21941 (java) S 21933 21920 18950 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23757063 885235712 14066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21934/tid=21942] ppid=21933 vsize=864488 CPUtime=0
/proc/21934/task/21942/stat : 21942 (java) S 21933 21920 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23757063 885235712 14066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 886712

[startup+6.30263 s]
/proc/loadavg: 1.81 1.97 2.08 3/78 21944
/proc/meminfo: memFree=1588592/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 15 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=8444 CPUtime=2.19
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 2006 0 0 0 218 1 0 0 25 0 1 0 23757393 8646656 1992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21944/statm: 2111 1992 75 150 0 1958 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 30668

[startup+12.7024 s]
/proc/loadavg: 1.83 1.97 2.08 3/78 21944
/proc/meminfo: memFree=1586864/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=10012 CPUtime=8.59
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 2390 0 0 0 858 1 0 0 25 0 1 0 23757393 10252288 2376 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/21944/statm: 2503 2376 75 150 0 2350 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 32236

[startup+25.5018 s]
/proc/loadavg: 1.86 1.97 2.08 3/78 21944
/proc/meminfo: memFree=1585072/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=11580 CPUtime=21.38
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 2769 0 0 0 2137 1 0 0 25 0 1 0 23757393 11857920 2755 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/21944/statm: 2895 2755 75 150 0 2742 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 33804

[startup+51.1018 s]
/proc/loadavg: 1.91 1.97 2.08 3/78 21944
/proc/meminfo: memFree=1582448/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=13572 CPUtime=46.97
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 3287 0 0 0 4695 2 0 0 25 0 1 0 23757393 13897728 3273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21944/statm: 3393 3273 75 150 0 3240 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 35796

[startup+102.307 s]
/proc/loadavg: 1.96 1.97 2.08 3/78 21944
/proc/meminfo: memFree=1579056/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=16944 CPUtime=98.16
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 4113 0 0 0 9813 3 0 0 25 0 1 0 23757393 17350656 4099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21944/statm: 4236 4099 75 150 0 4083 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 39168

[startup+162.302 s]
/proc/loadavg: 1.98 1.97 2.07 3/78 21946
/proc/meminfo: memFree=1576944/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=28168 CPUtime=457.39
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 6819 0 0 0 45732 7 0 0 25 0 1 0 23757393 28844032 6805 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21944/statm: 7042 6805 75 150 0 6889 0
Current children cumulated CPU time (s) 461.41
Current children cumulated vsize (KiB) 50392

[startup+522.302 s]
/proc/loadavg: 2.00 1.99 2.04 3/77 21975
/proc/meminfo: memFree=1711888/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=31844 CPUtime=517.13
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 7691 0 0 0 51706 7 0 0 25 0 1 0 23757393 32608256 7677 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21944/statm: 7961 7677 75 150 0 7808 0
Current children cumulated CPU time (s) 521.15
Current children cumulated vsize (KiB) 54068

[startup+582.302 s]
/proc/loadavg: 2.00 1.99 2.03 3/77 21975
/proc/meminfo: memFree=1711312/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=32372 CPUtime=576.88
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 7828 0 0 0 57680 8 0 0 25 0 1 0 23757393 33148928 7814 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/21944/statm: 8093 7814 75 150 0 7940 0
Current children cumulated CPU time (s) 580.9
Current children cumulated vsize (KiB) 54596

[startup+642.302 s]
/proc/loadavg: 2.00 1.99 2.03 3/77 21975
/proc/meminfo: memFree=1711184/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=32532 CPUtime=636.62
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 7853 0 0 0 63654 8 0 0 25 0 1 0 23757393 33312768 7839 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21944/statm: 8133 7839 75 150 0 7980 0
Current children cumulated CPU time (s) 640.64
Current children cumulated vsize (KiB) 54756

[startup+702.301 s]
/proc/loadavg: 2.00 1.99 2.02 3/73 21978
/proc/meminfo: memFree=1742640/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=33004 CPUtime=696.36
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 7969 0 0 0 69628 8 0 0 25 0 1 0 23757393 33796096 7955 996147200 134512640 135127466 4294956256 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 0 0 0
/proc/21944/statm: 8251 7955 75 150 0 8098 0
Current children cumulated CPU time (s) 700.38
Current children cumulated vsize (KiB) 55228

[startup+762.306 s]
/proc/loadavg: 2.16 2.02 2.03 3/86 22029
/proc/meminfo: memFree=1603464/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=33320 CPUtime=756.04
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 8049 0 0 0 75594 10 0 0 25 0 1 0 23757393 34119680 8035 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/21944/statm: 8330 8035 75 150 0 8177 0
Current children cumulated CPU time (s) 760.06
Current children cumulated vsize (KiB) 55544

[startup+822.301 s]
/proc/loadavg: 2.06 2.01 2.02 3/86 22029
/proc/meminfo: memFree=1592904/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=33756 CPUtime=815.74
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 8137 0 0 0 81564 10 0 0 25 0 1 0 23757393 34566144 8123 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/21944/statm: 8439 8123 75 150 0 8286 0
Current children cumulated CPU time (s) 819.76
Current children cumulated vsize (KiB) 55980

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

[startup+825.502 s]
/proc/loadavg: 2.05 2.01 2.02 4/86 22029
/proc/meminfo: memFree=1592840/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=33916 CPUtime=818.92
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 8157 0 0 0 81882 10 0 0 25 0 1 0 23757393 34729984 8143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21944/statm: 8479 8143 75 150 0 8326 0
Current children cumulated CPU time (s) 822.94
Current children cumulated vsize (KiB) 56140

[startup+828.702 s]
/proc/loadavg: 2.05 2.01 2.02 3/86 22029
/proc/meminfo: memFree=1592776/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=33916 CPUtime=822.1
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 8170 0 0 0 82200 10 0 0 25 0 1 0 23757393 34729984 8156 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21944/statm: 8479 8156 75 150 0 8326 0
Current children cumulated CPU time (s) 826.12
Current children cumulated vsize (KiB) 56140

[startup+829.501 s]
/proc/loadavg: 2.05 2.01 2.02 3/86 22029
/proc/meminfo: memFree=1592776/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=33916 CPUtime=822.9
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 8171 0 0 0 82280 10 0 0 25 0 1 0 23757393 34729984 8157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21944/statm: 8479 8157 75 150 0 8326 0
Current children cumulated CPU time (s) 826.92
Current children cumulated vsize (KiB) 56140

[startup+829.901 s]
/proc/loadavg: 2.05 2.01 2.02 3/86 22029
/proc/meminfo: memFree=1592776/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=4.02
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1374 22261 0 2 5 2 380 15 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
[pid=21943] ppid=21920 vsize=5356 CPUtime=0
/proc/21943/stat : 21943 (sh) S 21920 21920 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23757392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21943/statm: 1339 232 193 169 0 50 0
[pid=21944] ppid=21943 vsize=33916 CPUtime=823.3
/proc/21944/stat : 21944 (minisat) R 21943 21920 18950 0 -1 4194304 8171 0 0 0 82320 10 0 0 25 0 1 0 23757393 34729984 8157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21944/statm: 8479 8157 75 150 0 8326 0
Current children cumulated CPU time (s) 827.32
Current children cumulated vsize (KiB) 56140

[startup+830.301 s]
/proc/loadavg: 2.05 2.01 2.02 3/86 22029
/proc/meminfo: memFree=1592776/2055920 swapFree=4192812/4192956
[pid=21920] ppid=21918 vsize=16868 CPUtime=827.62
/proc/21920/stat : 21920 (sugar) S 21918 21920 18950 0 -1 4194304 1447 30727 0 2 5 2 82728 27 16 0 1 0 23756983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21920/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 827.62
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 830.349
CPU time (s): 827.756
CPU user time (s): 827.424
CPU system time (s): 0.331949
CPU usage (%): 99.6878
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 827.424
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36002
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= 2754
involuntary context switches= 10525

runsolver used 1.02384 second user time and 2.48462 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 04:48:38
IDJOB=2078430
IDBENCH=56751
IDSOLVER=739
FILE ID=node88/2078430-1247366918
PBS_JOBID= 9507070
Free space on /tmp= 66080 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-34_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078430-1247366918/watcher-2078430-1247366918 -o /tmp/evaluation-result-2078430-1247366918/solver-2078430-1247366918 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2078430-1247366918.xml

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

MD5SUM BENCH= 82c6a29c2223925254ac5c8a85bb4ba3
RANDOM SEED=1902524601

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1604392 kB
Buffers:         28356 kB
Cached:         239768 kB
SwapCached:          0 kB
Active:         324248 kB
Inactive:        68036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2648 kB
Writeback:           0 kB
Mapped:         133760 kB
Slab:            44144 kB
Committed_AS:   281836 kB
PageTables:       2124 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= 66124 MiB
End job on node88 at 2009-07-12 05:02:28