Trace number 2091421

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 328.773 329.652

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-4_ext.xml
MD5SUM810d07734a8b528632590cb51c52e911
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.1066
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
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 12:28:39 2009
0.00/0.08	c 0	PID 25994
0.00/0.08	c 0	HOST node71.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2091421-1247394519.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-2091421-1247394519.xml' 'HOME/temp.csp'
0.06/0.54	c 1	1 domains, 40 variables, 0 predicates, 338 relations, 338 constraints
0.06/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	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.50/0.63	c 1	Parsing HOME/temp.csp
0.50/0.84	c 1	parsed 717 expressions
0.50/0.85	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.85	c 1	Converting to clausal form CSP
0.50/0.88	c 1	converted 72 (10%) expressions
0.50/0.88	c 1	converted 144 (20%) expressions
0.50/0.88	c 1	converted 216 (30%) expressions
0.50/0.93	c 1	converted 287 (40%) expressions
0.50/0.93	c 1	converted 359 (50%) expressions
0.50/0.96	c 1	converted 431 (60%) expressions
0.50/0.97	c 1	converted 502 (70%) expressions
0.50/0.99	c 1	converted 574 (80%) expressions
0.50/1.01	c 1	converted 646 (90%) expressions
0.50/1.09	c 1	converted 717 (100%) expressions
0.50/1.09	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
0.50/1.09	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/1.09	c 1	Propagation in CSP
0.50/1.09	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.50/1.09	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
0.50/1.09	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.50/1.09	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
0.50/1.09	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.14	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.14	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.02/1.15	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.02/1.15	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.02/1.15	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.02/1.15	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.02/1.15	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.02/1.15	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.02/1.15	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.02/1.15	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.02/1.15	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.13/1.21	c 1	34 (10%) CSP clauses are encoded (2846 clauses, 42247 bytes)
1.13/1.22	c 1	68 (20%) CSP clauses are encoded (5097 clauses, 79843 bytes)
1.13/1.24	c 1	102 (30%) CSP clauses are encoded (7223 clauses, 117135 bytes)
1.13/1.25	c 1	136 (40%) CSP clauses are encoded (9375 clauses, 157290 bytes)
1.13/1.27	c 1	169 (50%) CSP clauses are encoded (11444 clauses, 196051 bytes)
1.13/1.28	c 1	203 (60%) CSP clauses are encoded (13542 clauses, 235468 bytes)
1.13/1.29	c 1	237 (70%) CSP clauses are encoded (15607 clauses, 274174 bytes)
1.23/1.31	c 1	271 (80%) CSP clauses are encoded (17775 clauses, 314779 bytes)
1.23/1.32	c 1	305 (90%) CSP clauses are encoded (19991 clauses, 356361 bytes)
1.23/1.34	c 1	338 (100%) CSP clauses are encoded (22022 clauses, 394557 bytes)
1.23/1.34	c 1	338 CSP clauses encoded
1.23/1.34	c 1	Writing map file : HOME/temp.map
1.23/1.34	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.34	c 1	SAT : 720 SAT variables, 22022 SAT clauses, 394557 bytes
1.23/1.34	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.34	c 1	SOLVING HOME/temp.cnf
1.23/1.34	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.23/1.35	c 1	This is MiniSat 2.0 beta
1.23/1.35	c 1	WARNING: for repeatability, setting FPU to use double precision
1.23/1.35	c 1	============================[ Problem Statistics ]=============================
1.23/1.35	c 1	|                                                                             |
1.23/1.35	c 1	|  Number of variables:  720                                                  |
1.23/1.35	c 1	|  Number of clauses:    22022                                                |
1.23/1.36	c 1	|  Parsing time:         0.01         s                                       |
1.23/1.36	c 1	============================[ Search Statistics ]==============================
1.23/1.36	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.23/1.36	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.23/1.36	c 1	===============================================================================
1.23/1.36	c 1	|         0 |     720    22022    80775 |     7340        0    nan |  0.000 % |
1.23/1.37	c 1	|       100 |     720    22022    80775 |     8074      100     13 |  0.000 % |
1.23/1.39	c 1	|       250 |     720    22022    80775 |     8882      250     12 |  0.004 % |
1.29/1.41	c 2	|       476 |     720    22022    80775 |     9770      476     12 |  0.007 % |
1.29/1.45	c 2	|       813 |     720    22022    80775 |    10747      813     12 |  0.003 % |
1.29/1.50	c 2	|      1321 |     720    22022    80775 |    11822     1321     12 |  0.004 % |
1.29/1.58	c 2	|      2081 |     720    22022    80775 |    13004     2081     12 |  0.010 % |
1.29/1.71	c 2	|      3220 |     720    22022    80775 |    14304     3220     12 |  0.007 % |
1.29/1.90	c 2	|      4928 |     720    22022    80775 |    15735     4928     13 |  0.003 % |
2.12/2.22	c 2	|      7490 |     720    22022    80775 |    17308     7490     13 |  0.003 % |
2.62/2.74	c 3	|     11334 |     720    22022    80775 |    19039    11334     13 |  0.008 % |
3.61/3.72	c 4	|     17100 |     720    22022    80775 |    20943    17100     13 |  0.009 % |
5.09/5.24	c 5	|     25750 |     720    22022    80775 |    23038    15177     13 |  0.009 % |
7.57/7.76	c 8	|     38724 |     720    22022    80775 |    25341    16542     14 |  0.009 % |
11.63/11.85	c 12	|     58185 |     720    22022    80775 |    27876    22911     16 |  0.003 % |
18.66/18.90	c 19	|     87377 |     720    22022    80775 |    30663    22436     17 |  0.009 % |
30.16/30.50	c 31	|    131166 |     720    22022    80775 |    33730    15182     16 |  0.010 % |
47.29/47.88	c 48	|    196850 |     719    21955    80589 |    37103    29186     17 |  0.139 % |
75.34/76.20	c 76	|    295376 |     718    21882    80337 |    40813    32472     17 |  0.278 % |
118.82/119.62	c 120	|    443165 |     718    21882    80337 |    44894    19842     16 |  0.284 % |
187.30/188.14	c 188	|    664849 |     718    21882    80337 |    49384    26530     18 |  0.279 % |
297.44/298.34	c 298	|    997374 |     714    21616    79460 |    54322    25754     17 |  0.834 % |
328.53/329.48	c 330	===============================================================================
328.53/329.48	c 330	restarts              : 22
328.53/329.48	c 330	conflicts             : 1077751        (3293 /sec)
328.53/329.48	c 330	decisions             : 1289751        (1.43 % random) (3941 /sec)
328.53/329.48	c 330	propagations          : 116886625      (357137 /sec)
328.53/329.48	c 330	conflict literals     : 19306883       (36.96 % deleted)
328.53/329.48	c 330	Memory used           : 12.25 MB
328.53/329.48	c 330	CPU time              : 327.288 s
328.53/329.48	c 330	
328.53/329.48	c 330	SATISFIABLE
328.53/329.48	c 330	DECODING HOME/temp.out WITH HOME/temp.map
328.53/329.48	c 330	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'
328.63/329.56	c 330	Decoding HOME/temp.out
328.63/329.58	s SATISFIABLE
328.63/329.59	v 8 9 11 15 14 0 9 17 15 6 14 6 11 3 8 18 6 14 14 10 13 6 8 16 4 12 5 1 3 14 0 7 16 11 7 6 18 15 9 6
328.63/329.61	c 330	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
328.63/329.65	c 330	CPU 328.75 (0.06 0.02 328.51 0.16)
328.63/329.65	c 330	END Sun Jul 12 12:34:09 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-2091421-1247394519/watcher-2091421-1247394519 -o /tmp/evaluation-result-2091421-1247394519/solver-2091421-1247394519 -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-2091421-1247394519.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.91 1.97 1.99 4/72 25994
/proc/meminfo: memFree=1841800/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=12268 CPUtime=0
/proc/25994/stat : 25994 (sugar) R 25992 25994 25893 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26514483 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 0 4224 0 0 0 0 17 1 0 0
/proc/25994/statm: 3067 316 241 3 0 167 0

[startup+0.101679 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 25994
/proc/meminfo: memFree=1841800/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=0.06
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26514483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25994/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201689 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 25994
/proc/meminfo: memFree=1841800/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=0.06
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26514483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25994/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301703 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 25994
/proc/meminfo: memFree=1841800/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=0.06
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26514483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25994/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701757 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 25994
/proc/meminfo: memFree=1841800/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=0.5
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1309 4805 0 1 5 1 40 4 16 0 1 0 26514483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25994/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16868

[startup+1.50186 s]
/proc/loadavg: 1.91 1.97 1.99 4/83 26016
/proc/meminfo: memFree=1824368/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16868

[startup+3.10108 s]
/proc/loadavg: 1.91 1.97 1.99 3/75 26018
/proc/meminfo: memFree=1835568/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 15 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=4116 CPUtime=1.73
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 764 0 0 0 173 0 0 0 25 0 1 0 26514618 4214784 750 996147200 134512640 135127466 4294956256 18446744073709551615 134530799 0 0 4096 3 0 0 0 17 1 0 0
/proc/26018/statm: 1029 750 75 150 0 876 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 26340

[startup+6.30253 s]
/proc/loadavg: 1.92 1.97 1.99 3/75 26018
/proc/meminfo: memFree=1834224/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=4776 CPUtime=4.89
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 949 0 0 0 489 0 0 0 25 0 1 0 26514618 4890624 935 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/26018/statm: 1194 935 75 150 0 1041 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 27000

[startup+12.7014 s]
/proc/loadavg: 1.93 1.97 1.99 3/75 26018
/proc/meminfo: memFree=1833392/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=5708 CPUtime=11.24
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 1187 0 0 0 1123 1 0 0 25 0 1 0 26514618 5844992 1173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26018/statm: 1427 1173 75 150 0 1274 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 27932

[startup+25.5021 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 26018
/proc/meminfo: memFree=1832496/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=6532 CPUtime=23.91
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 1374 0 0 0 2390 1 0 0 25 0 1 0 26514618 6688768 1360 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26018/statm: 1633 1360 75 150 0 1480 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 28756

[startup+51.1026 s]
/proc/loadavg: 1.96 1.97 1.99 3/75 26018
/proc/meminfo: memFree=1831024/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=7860 CPUtime=49.27
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 1725 0 0 0 4926 1 0 0 25 0 1 0 26514618 8048640 1711 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26018/statm: 1965 1711 75 150 0 1812 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 30084

[startup+102.303 s]
/proc/loadavg: 1.93 1.96 1.98 3/87 26058
/proc/meminfo: memFree=1768848/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=9036 CPUtime=100.24
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 1996 0 0 0 10022 2 0 0 25 0 1 0 26514618 9252864 1982 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26018/statm: 2259 1982 75 150 0 2106 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 31260

[startup+162.303 s]
/proc/loadavg: 1.97 1.96 1.98 3/87 26058
/proc/meminfo: memFree=1740688/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=10512 CPUtime=160.21
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 2374 0 0 0 16018 3 0 0 25 0 1 0 26514618 10764288 2360 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/26018/statm: 2628 2360 75 150 0 2475 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 32736

[startup+222.308 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26058
/proc/meminfo: memFree=1739984/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=11200 CPUtime=220.19
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 2527 0 0 0 22016 3 0 0 25 0 1 0 26514618 11468800 2513 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/26018/statm: 2800 2513 75 150 0 2647 0
Current children cumulated CPU time (s) 221.48
Current children cumulated vsize (KiB) 33424

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26058
/proc/meminfo: memFree=1739216/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=11740 CPUtime=280.16
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 2675 0 0 0 28013 3 0 0 25 0 1 0 26514618 12021760 2661 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26018/statm: 2935 2661 75 150 0 2782 0
Current children cumulated CPU time (s) 281.45
Current children cumulated vsize (KiB) 33964

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

[startup+307.203 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26058
/proc/meminfo: memFree=1739152/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=11876 CPUtime=305.05
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 2698 0 0 0 30502 3 0 0 25 0 1 0 26514618 12161024 2684 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/26018/statm: 2969 2684 75 150 0 2816 0
Current children cumulated CPU time (s) 306.34
Current children cumulated vsize (KiB) 34100

[startup+320.001 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26058
/proc/meminfo: memFree=1738704/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=12276 CPUtime=317.85
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 2813 0 0 0 31781 4 0 0 25 0 1 0 26514618 12570624 2799 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26018/statm: 3069 2799 75 150 0 2916 0
Current children cumulated CPU time (s) 319.14
Current children cumulated vsize (KiB) 34500

[startup+326.401 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26058
/proc/meminfo: memFree=1738576/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=12540 CPUtime=324.24
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 2854 0 0 0 32420 4 0 0 25 0 1 0 26514618 12840960 2840 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 0 0 0
/proc/26018/statm: 3135 2840 75 150 0 2982 0
Current children cumulated CPU time (s) 325.53
Current children cumulated vsize (KiB) 34764

[startup+328.001 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26058
/proc/meminfo: memFree=1738512/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=12540 CPUtime=325.84
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 2854 0 0 0 32580 4 0 0 25 0 1 0 26514618 12840960 2840 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26018/statm: 3135 2840 75 150 0 2982 0
Current children cumulated CPU time (s) 327.13
Current children cumulated vsize (KiB) 34764

[startup+328.802 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26058
/proc/meminfo: memFree=1738512/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=12540 CPUtime=326.64
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 2854 0 0 0 32660 4 0 0 25 0 1 0 26514618 12840960 2840 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26018/statm: 3135 2840 75 150 0 2982 0
Current children cumulated CPU time (s) 327.93
Current children cumulated vsize (KiB) 34764

[startup+329.202 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26058
/proc/meminfo: memFree=1738512/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=1.29
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1376 11969 0 2 6 1 113 9 16 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
[pid=26017] ppid=25994 vsize=5356 CPUtime=0
/proc/26017/stat : 26017 (sh) S 25994 25994 25893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26514617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26017/statm: 1339 232 193 169 0 50 0
[pid=26018] ppid=26017 vsize=12540 CPUtime=327.04
/proc/26018/stat : 26018 (minisat) R 26017 25994 25893 0 -1 4194304 2854 0 0 0 32700 4 0 0 25 0 1 0 26514618 12840960 2840 996147200 134512640 135127466 4294956256 18446744073709551615 134530552 0 0 4096 3 0 0 0 17 0 0 0
/proc/26018/statm: 3135 2840 75 150 0 2982 0
Current children cumulated CPU time (s) 328.33
Current children cumulated vsize (KiB) 34764

[startup+329.602 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26058
/proc/meminfo: memFree=1738512/2055920 swapFree=4192812/4192956
[pid=25994] ppid=25992 vsize=16868 CPUtime=328.63
/proc/25994/stat : 25994 (sugar) S 25992 25994 25893 0 -1 4194304 1450 15121 0 2 6 2 32842 13 15 0 1 0 26514483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25994/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 328.63
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 329.652
CPU time (s): 328.773
CPU user time (s): 328.585
CPU system time (s): 0.187971
CPU usage (%): 99.7335
Max. virtual memory (cumulated for all children) (KiB): 886524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 328.585
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20397
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= 1996
involuntary context switches= 4263

runsolver used 0.415936 second user time and 1.14183 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 12:28:39
IDJOB=2091421
IDBENCH=60058
IDSOLVER=739
FILE ID=node71/2091421-1247394519
PBS_JOBID= 9507389
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-4_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-2091421-1247394519/watcher-2091421-1247394519 -o /tmp/evaluation-result-2091421-1247394519/solver-2091421-1247394519 -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-2091421-1247394519.xml

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

MD5SUM BENCH= 810d07734a8b528632590cb51c52e911
RANDOM SEED=396013244

node71.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1842280 kB
Buffers:         28472 kB
Cached:         118544 kB
SwapCached:          0 kB
Active:          97372 kB
Inactive:        68352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:          30252 kB
Slab:            33128 kB
Committed_AS:   198676 kB
PageTables:       1788 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= 66396 MiB
End job on node71 at 2009-07-12 12:34:09