Trace number 2078639

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 249.45 249.717

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-30_ext.xml
MD5SUM6a8f7980e778edf39cb9d5b3ad0d8606
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 benchmark4.13937
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:54:57 2009
0.00/0.08	c 0	PID 20933
0.00/0.08	c 0	HOST node47.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2078639-1247367297.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078639-1247367297.xml' 'HOME/temp.csp'
0.07/0.79	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.07/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	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.76/0.90	c 1	Parsing HOME/temp.csp
2.01/2.15	c 2	parsed 141 expressions
2.01/2.16	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.16	c 2	Converting to clausal form CSP
2.01/2.18	c 2	converted 15 (10%) expressions
2.01/2.20	c 2	converted 29 (20%) expressions
2.01/2.20	c 2	converted 43 (30%) expressions
2.20/2.39	c 2	converted 57 (40%) expressions
2.20/2.39	c 2	converted 71 (50%) expressions
2.30/2.46	c 3	converted 85 (60%) expressions
2.39/2.56	c 3	converted 99 (70%) expressions
2.50/2.67	c 3	converted 113 (80%) expressions
2.60/2.77	c 3	converted 127 (90%) expressions
2.99/3.11	c 3	converted 141 (100%) expressions
2.99/3.11	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.99/3.11	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.99/3.11	c 3	Propagation in CSP
2.99/3.11	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.99/3.11	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.99/3.11	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.99/3.12	c 3	Simplifing CSP by introducing new Boolean variables
2.99/3.12	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.99/3.12	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.25	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.10/3.26	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.10/3.26	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.10/3.26	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.10/3.26	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.10/3.27	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.10/3.27	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.10/3.27	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.10/3.27	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.10/3.27	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.10/3.27	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.29/3.46	c 4	6 (10%) CSP clauses are encoded (11134 clauses, 252410 bytes)
3.40/3.59	c 4	12 (20%) CSP clauses are encoded (21972 clauses, 510714 bytes)
3.60/3.72	c 4	18 (30%) CSP clauses are encoded (32801 clauses, 772958 bytes)
3.69/3.85	c 4	24 (40%) CSP clauses are encoded (43695 clauses, 1043952 bytes)
3.79/3.98	c 4	30 (50%) CSP clauses are encoded (54508 clauses, 1312839 bytes)
3.99/4.12	c 4	36 (60%) CSP clauses are encoded (65324 clauses, 1582321 bytes)
4.10/4.25	c 4	42 (70%) CSP clauses are encoded (76168 clauses, 1852164 bytes)
4.19/4.38	c 4	48 (80%) CSP clauses are encoded (87174 clauses, 2141405 bytes)
4.40/4.51	c 5	54 (90%) CSP clauses are encoded (97969 clauses, 2429885 bytes)
4.49/4.64	c 5	60 (100%) CSP clauses are encoded (108789 clauses, 2719578 bytes)
4.49/4.64	c 5	60 CSP clauses encoded
4.49/4.64	c 5	Writing map file : HOME/temp.map
4.49/4.64	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.49/4.64	c 5	SAT : 380 SAT variables, 108789 SAT clauses, 2719578 bytes
4.49/4.64	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.54/4.70	c 5	SOLVING HOME/temp.cnf
4.54/4.70	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.54/4.70	c 5	This is MiniSat 2.0 beta
4.54/4.70	c 5	WARNING: for repeatability, setting FPU to use double precision
4.54/4.70	c 5	============================[ Problem Statistics ]=============================
4.54/4.70	c 5	|                                                                             |
4.54/4.71	c 5	|  Number of variables:  380                                                  |
4.54/4.71	c 5	|  Number of clauses:    108789                                               |
4.54/4.77	c 5	|  Parsing time:         0.06         s                                       |
4.54/4.78	c 5	============================[ Search Statistics ]==============================
4.54/4.78	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.54/4.78	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.54/4.78	c 5	===============================================================================
4.54/4.78	c 5	|         0 |     380   108789   597432 |    36263        0    nan |  0.000 % |
4.57/4.84	c 5	|       100 |     380   108789   597432 |    39889      100     12 |  0.001 % |
4.57/4.89	c 5	|       250 |     380   108789   597432 |    43878      250     11 |  0.005 % |
4.57/4.98	c 5	|       475 |     380   108789   597432 |    48266      475     11 |  0.012 % |
4.57/5.12	c 5	|       812 |     380   108789   597432 |    53092      812     11 |  0.013 % |
4.57/5.30	c 5	|      1318 |     380   108789   597432 |    58401     1318     11 |  0.013 % |
5.36/5.55	c 6	|      2077 |     380   108789   597432 |    64242     2077     11 |  0.013 % |
5.75/5.99	c 6	|      3217 |     380   108789   597432 |    70666     3217     10 |  0.014 % |
6.45/6.65	c 7	|      4925 |     380   108789   597432 |    77732     4925     11 |  0.015 % |
7.35/7.52	c 8	|      7490 |     380   108789   597432 |    85506     7490     11 |  0.015 % |
8.55/8.78	c 9	|     11334 |     380   108789   597432 |    94056    11334     12 |  0.016 % |
10.85/11.05	c 11	|     17100 |     380   108789   597432 |   103462    17100     12 |  0.016 % |
14.95/15.12	c 15	|     25749 |     380   108789   597432 |   113808    25749     13 |  0.013 % |
22.14/22.37	c 22	|     38725 |     380   108789   597432 |   125189    38725     13 |  0.010 % |
37.43/37.63	c 38	|     58186 |     380   108789   597432 |   137708    58186     15 |  0.006 % |
65.02/65.25	c 65	|     87380 |     380   108789   597432 |   151479    87380     15 |  0.014 % |
115.00/115.23	c 115	|    131170 |     380   108789   597432 |   166627   131170     15 |  0.003 % |
192.17/192.48	c 193	|    196855 |     377   106240   584314 |   183290    12521     12 |  0.790 % |
249.25/249.54	c 250	===============================================================================
249.25/249.54	c 250	restarts              : 18
249.25/249.54	c 250	conflicts             : 269178         (1100 /sec)
249.25/249.54	c 250	decisions             : 316230         (1.64 % random) (1293 /sec)
249.25/249.54	c 250	propagations          : 10623419       (43423 /sec)
249.25/249.54	c 250	conflict literals     : 4172869        (31.98 % deleted)
249.25/249.54	c 250	Memory used           : 23.39 MB
249.25/249.54	c 250	CPU time              : 244.652 s
249.25/249.54	c 250	
249.25/249.54	c 250	SATISFIABLE
249.25/249.54	c 250	DECODING HOME/temp.out WITH HOME/temp.map
249.25/249.54	c 250	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'
249.32/249.63	c 250	Decoding HOME/temp.out
249.32/249.65	s SATISFIABLE
249.32/249.65	v 0 0 14 3 1 8 16 14 19 19 8 2 0 19 12 8 17 0 9 10
249.32/249.67	c 250	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
249.42/249.71	c 250	CPU 249.43 (0.07 0.02 249.06 0.28)
249.42/249.71	c 250	END Sun Jul 12 04:59:07 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-2078639-1247367297/watcher-2078639-1247367297 -o /tmp/evaluation-result-2078639-1247367297/solver-2078639-1247367297 -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-2078639-1247367297.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.96 2.02 2.08 4/83 20933
/proc/meminfo: memFree=694960/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=18576 CPUtime=0
/proc/20933/stat : 20933 (runsolver) R 20931 20933 20860 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 23793419 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20933/statm: 4644 284 249 26 0 2626 0

[startup+0.102363 s]
/proc/loadavg: 1.96 2.02 2.08 4/83 20933
/proc/meminfo: memFree=694960/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=0.07
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23793419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20933/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201365 s]
/proc/loadavg: 1.96 2.02 2.08 4/83 20933
/proc/meminfo: memFree=694960/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=0.07
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23793419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20933/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302376 s]
/proc/loadavg: 1.96 2.02 2.08 4/83 20933
/proc/meminfo: memFree=694960/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=0.07
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23793419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20933/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701417 s]
/proc/loadavg: 1.96 2.02 2.08 4/83 20933
/proc/meminfo: memFree=694960/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=0.07
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23793419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20933/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 1.96 2.02 2.08 4/94 20955
/proc/meminfo: memFree=684632/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=0.76
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1309 6998 0 1 6 1 64 5 15 0 1 0 23793419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20933/statm: 4217 1111 409 3 0 796 0
[pid=20946] ppid=20933 vsize=5356 CPUtime=0
/proc/20946/stat : 20946 (sh) S 20933 20933 20860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23793501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20946/statm: 1339 233 193 169 0 50 0
[pid=20947] ppid=20946 vsize=862288 CPUtime=0.65
/proc/20947/stat : 20947 (java) S 20946 20933 20860 0 -1 0 6084 0 1 0 62 3 0 0 19 0 9 0 23793502 882982912 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20947/statm: 215572 5370 2158 9 0 210485 0
[pid=20947/tid=20948] ppid=20946 vsize=862288 CPUtime=0.44
/proc/20947/task/20948/stat : 20948 (java) R 20946 20933 20860 0 -1 64 2023 0 1 0 43 1 0 0 21 0 9 0 23793503 882982912 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20947/tid=20949] ppid=20946 vsize=862288 CPUtime=0.14
/proc/20947/task/20949/stat : 20949 (java) R 20946 20933 20860 0 -1 64 3060 0 0 0 13 1 0 0 16 0 9 0 23793504 882982912 5370 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20947/tid=20950] ppid=20946 vsize=862288 CPUtime=0
/proc/20947/task/20950/stat : 20950 (java) S 20946 20933 20860 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23793504 882982912 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20947/tid=20951] ppid=20946 vsize=862288 CPUtime=0
/proc/20947/task/20951/stat : 20951 (java) S 20946 20933 20860 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23793504 882982912 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20947/tid=20952] ppid=20946 vsize=862288 CPUtime=0
/proc/20947/task/20952/stat : 20952 (java) S 20946 20933 20860 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23793506 882982912 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20947/tid=20953] ppid=20946 vsize=862288 CPUtime=0.03
/proc/20947/task/20953/stat : 20953 (java) S 20946 20933 20860 0 -1 64 298 0 0 0 3 0 0 0 17 0 9 0 23793506 882982912 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20947/tid=20954] ppid=20946 vsize=862288 CPUtime=0
/proc/20947/task/20954/stat : 20954 (java) S 20946 20933 20860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23793506 882982912 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20947/tid=20955] ppid=20946 vsize=862288 CPUtime=0
/proc/20947/task/20955/stat : 20955 (java) S 20946 20933 20860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23793506 882982912 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884512

[startup+3.10268 s]
/proc/loadavg: 1.96 2.02 2.08 3/94 20955
/proc/meminfo: memFree=662360/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=0.76
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1309 6998 0 1 6 1 64 5 16 0 1 0 23793419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1111 409 3 0 796 0
[pid=20946] ppid=20933 vsize=5356 CPUtime=0
/proc/20946/stat : 20946 (sh) S 20933 20933 20860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23793501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20946/statm: 1339 233 193 169 0 50 0
[pid=20947] ppid=20946 vsize=864384 CPUtime=2.23
/proc/20947/stat : 20947 (java) S 20946 20933 20860 0 -1 0 15157 0 1 0 215 8 0 0 19 0 9 0 23793502 885129216 14398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20947/statm: 216096 14398 2566 9 0 210601 0
[pid=20947/tid=20948] ppid=20946 vsize=864384 CPUtime=1.18
/proc/20947/task/20948/stat : 20948 (java) R 20946 20933 20860 0 -1 64 3217 0 1 0 116 2 0 0 25 0 9 0 23793503 885129216 14398 996147200 134512640 134550932 4294955936 18446744073709551615 4126513982 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20947/tid=20949] ppid=20946 vsize=864384 CPUtime=0.99
/proc/20947/task/20949/stat : 20949 (java) S 20946 20933 20860 0 -1 64 10934 0 0 0 94 5 0 0 17 0 9 0 23793504 885129216 14398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20947/tid=20950] ppid=20946 vsize=864384 CPUtime=0
/proc/20947/task/20950/stat : 20950 (java) S 20946 20933 20860 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23793504 885129216 14398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20947/tid=20951] ppid=20946 vsize=864384 CPUtime=0
/proc/20947/task/20951/stat : 20951 (java) S 20946 20933 20860 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23793504 885129216 14398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20947/tid=20952] ppid=20946 vsize=864384 CPUtime=0
/proc/20947/task/20952/stat : 20952 (java) S 20946 20933 20860 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23793506 885129216 14398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20947/tid=20953] ppid=20946 vsize=864384 CPUtime=0.04
/proc/20947/task/20953/stat : 20953 (java) S 20946 20933 20860 0 -1 64 303 0 0 0 4 0 0 0 16 0 9 0 23793506 885129216 14398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20947/tid=20954] ppid=20946 vsize=864384 CPUtime=0
/proc/20947/task/20954/stat : 20954 (java) S 20946 20933 20860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23793506 885129216 14398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20947/tid=20955] ppid=20946 vsize=864384 CPUtime=0
/proc/20947/task/20955/stat : 20955 (java) S 20946 20933 20860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23793506 885129216 14398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886608

[startup+6.30103 s]
/proc/loadavg: 2.04 2.04 2.09 3/86 20957
/proc/meminfo: memFree=678872/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 15 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=8428 CPUtime=1.58
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 2010 0 0 0 157 1 0 0 25 0 1 0 23793889 8630272 1996 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 2107 1996 75 150 0 1954 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 30652

[startup+12.7017 s]
/proc/loadavg: 2.12 2.06 2.09 3/86 20957
/proc/meminfo: memFree=677464/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=10084 CPUtime=7.98
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 2392 0 0 0 796 2 0 0 25 0 1 0 23793889 10326016 2378 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 2521 2378 75 150 0 2368 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 32308

[startup+25.5021 s]
/proc/loadavg: 2.16 2.07 2.09 3/86 20957
/proc/meminfo: memFree=675352/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=12188 CPUtime=20.77
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 2911 0 0 0 2075 2 0 0 25 0 1 0 23793889 12480512 2897 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 3047 2897 75 150 0 2894 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 34412

[startup+51.1029 s]
/proc/loadavg: 2.10 2.06 2.09 3/86 20957
/proc/meminfo: memFree=672472/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=15140 CPUtime=46.36
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 3650 0 0 0 4632 4 0 0 25 0 1 0 23793889 15503360 3636 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 3785 3636 75 150 0 3632 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 37364

[startup+102.301 s]
/proc/loadavg: 2.09 2.06 2.09 3/86 20957
/proc/meminfo: memFree=667992/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=19448 CPUtime=97.54
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 4706 0 0 0 9749 5 0 0 25 0 1 0 23793889 19914752 4692 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 4862 4692 75 150 0 4709 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 41672

[startup+162.302 s]
/proc/loadavg: 2.08 2.06 2.09 3/86 20957
/proc/meminfo: memFree=664984/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=23524 CPUtime=157.51
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 5687 0 0 0 15744 7 0 0 25 0 1 0 23793889 24088576 5673 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 5881 5673 75 150 0 5728 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 45748

[startup+222.307 s]
/proc/loadavg: 2.22 2.11 2.10 3/86 20957
/proc/meminfo: memFree=663448/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=23948 CPUtime=217.49
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 5824 0 0 0 21742 7 0 0 25 0 1 0 23793889 24522752 5810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 5987 5810 75 150 0 5834 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 46172

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

[startup+230.401 s]
/proc/loadavg: 2.26 2.12 2.10 3/86 20957
/proc/meminfo: memFree=600024/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=23948 CPUtime=225.58
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 5824 0 0 0 22551 7 0 0 25 0 1 0 23793889 24522752 5810 996147200 134512640 135127466 4294956256 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 5987 5810 75 150 0 5834 0
Current children cumulated CPU time (s) 230.15
Current children cumulated vsize (KiB) 46172

[startup+243.207 s]
/proc/loadavg: 2.30 2.13 2.11 3/86 20957
/proc/meminfo: memFree=664280/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=23948 CPUtime=238.38
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 5824 0 0 0 23831 7 0 0 25 0 1 0 23793889 24522752 5810 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 5987 5810 75 150 0 5834 0
Current children cumulated CPU time (s) 242.95
Current children cumulated vsize (KiB) 46172

[startup+246.402 s]
/proc/loadavg: 2.27 2.13 2.10 3/86 20957
/proc/meminfo: memFree=663448/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=23948 CPUtime=241.58
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 5824 0 0 0 24151 7 0 0 25 0 1 0 23793889 24522752 5810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 5987 5810 75 150 0 5834 0
Current children cumulated CPU time (s) 246.15
Current children cumulated vsize (KiB) 46172

[startup+248.001 s]
/proc/loadavg: 2.27 2.13 2.10 3/86 20957
/proc/meminfo: memFree=663448/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=23948 CPUtime=243.18
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 5824 0 0 0 24311 7 0 0 25 0 1 0 23793889 24522752 5810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 5987 5810 75 150 0 5834 0
Current children cumulated CPU time (s) 247.75
Current children cumulated vsize (KiB) 46172

[startup+248.802 s]
/proc/loadavg: 2.25 2.13 2.10 3/86 20957
/proc/meminfo: memFree=664280/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=23948 CPUtime=243.98
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 5824 0 0 0 24391 7 0 0 25 0 1 0 23793889 24522752 5810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 5987 5810 75 150 0 5834 0
Current children cumulated CPU time (s) 248.55
Current children cumulated vsize (KiB) 46172

[startup+249.202 s]
/proc/loadavg: 2.25 2.13 2.10 3/86 20957
/proc/meminfo: memFree=664280/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=4.57
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1374 22630 0 2 7 2 430 18 16 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20956] ppid=20933 vsize=5356 CPUtime=0
/proc/20956/stat : 20956 (sh) S 20933 20933 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20956/statm: 1339 232 193 169 0 50 0
[pid=20957] ppid=20956 vsize=23948 CPUtime=244.38
/proc/20957/stat : 20957 (minisat) R 20956 20933 20860 0 -1 4194304 5824 0 0 0 24431 7 0 0 25 0 1 0 23793889 24522752 5810 996147200 134512640 135127466 4294956256 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 0 0 0
/proc/20957/statm: 5987 5810 75 150 0 5834 0
Current children cumulated CPU time (s) 248.95
Current children cumulated vsize (KiB) 46172

[startup+249.602 s]
/proc/loadavg: 2.25 2.13 2.10 3/86 20957
/proc/meminfo: memFree=664280/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=249.32
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1427 28749 0 2 7 2 24896 27 17 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 249.32
Current children cumulated vsize (KiB) 16868

[startup+249.702 s]
/proc/loadavg: 2.25 2.13 2.10 2/94 20967
/proc/meminfo: memFree=681304/2055920 swapFree=4192820/4192956
[pid=20933] ppid=20931 vsize=16868 CPUtime=249.32
/proc/20933/stat : 20933 (sugar) S 20931 20933 20860 0 -1 4194304 1447 28749 0 2 7 2 24896 27 15 0 1 0 23793419 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20933/statm: 4217 1112 409 3 0 796 0
[pid=20958] ppid=20933 vsize=5356 CPUtime=0
/proc/20958/stat : 20958 (sh) S 20933 20933 20860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23818373 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20958/statm: 1339 233 193 169 0 50 0
[pid=20959] ppid=20958 vsize=864156 CPUtime=0.1
/proc/20959/stat : 20959 (java) S 20958 20933 20860 0 -1 0 3442 0 1 0 9 1 0 0 19 0 9 0 23818374 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20959/statm: 216039 2908 1700 9 0 210544 0
[pid=20959/tid=20960] ppid=20958 vsize=864156 CPUtime=0.07
/proc/20959/task/20960/stat : 20960 (java) S 20958 20933 20860 0 -1 64 2464 0 1 0 7 0 0 0 25 0 9 0 23818375 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20959/tid=20961] ppid=20958 vsize=864156 CPUtime=0
/proc/20959/task/20961/stat : 20961 (java) S 20958 20933 20860 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 23818377 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20959/tid=20962] ppid=20958 vsize=864156 CPUtime=0
/proc/20959/task/20962/stat : 20962 (java) S 20958 20933 20860 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 23818377 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20959/tid=20963] ppid=20958 vsize=864156 CPUtime=0
/proc/20959/task/20963/stat : 20963 (java) S 20958 20933 20860 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 23818377 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20959/tid=20964] ppid=20958 vsize=864156 CPUtime=0
/proc/20959/task/20964/stat : 20964 (java) S 20958 20933 20860 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23818379 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20959/tid=20965] ppid=20958 vsize=864156 CPUtime=0.01
/proc/20959/task/20965/stat : 20965 (java) S 20958 20933 20860 0 -1 64 283 0 0 0 1 0 0 0 24 0 9 0 23818379 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20959/tid=20966] ppid=20958 vsize=864156 CPUtime=0
/proc/20959/task/20966/stat : 20966 (java) S 20958 20933 20860 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23818379 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20959/tid=20967] ppid=20958 vsize=864156 CPUtime=0
/proc/20959/task/20967/stat : 20967 (java) S 20958 20933 20860 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 23818379 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 249.42
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 249.717
CPU time (s): 249.45
CPU user time (s): 249.134
CPU system time (s): 0.315951
CPU usage (%): 99.893
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.134
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34017
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= 2688
involuntary context switches= 4157

runsolver used 0.278957 second user time and 0.873867 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 04:54:57
IDJOB=2078639
IDBENCH=56794
IDSOLVER=739
FILE ID=node47/2078639-1247367297
PBS_JOBID= 9507139
Free space on /tmp= 66468 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-30_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-2078639-1247367297/watcher-2078639-1247367297 -o /tmp/evaluation-result-2078639-1247367297/solver-2078639-1247367297 -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-2078639-1247367297.xml

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

MD5SUM BENCH= 6a8f7980e778edf39cb9d5b3ad0d8606
RANDOM SEED=1596039547

node47.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.218
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.218
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:        695440 kB
Buffers:         63272 kB
Cached:         525404 kB
SwapCached:        136 kB
Active:         737316 kB
Inactive:       552656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        695440 kB
SwapTotal:     4192956 kB
SwapFree:      4192820 kB
Dirty:            2596 kB
Writeback:           0 kB
Mapped:         716780 kB
Slab:            54256 kB
Committed_AS:   870248 kB
PageTables:       3428 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= 66468 MiB
End job on node47 at 2009-07-12 04:59:07