Trace number 2084128

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+minisatUNSAT 7.72083 7.85879

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph12.xml
MD5SUM36337ec6a5ebeeb913eb9abcfc68499f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.290955
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4017
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4017
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 08:07:43 2009
0.00/0.07	c 0	PID 25889
0.06/0.08	c 0	HOST node59.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2084128-1247378863.xml TO HOME/temp.csp
0.06/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-2084128-1247378863.xml' 'HOME/temp.csp'
0.06/0.65	c 1	7 domains, 680 variables, 2 predicates, 0 relations, 4017 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.62/0.74	c 1	Parsing HOME/temp.csp
0.62/0.89	c 1	parsed 4706 expressions
0.62/0.90	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.62/0.90	c 1	Converting to clausal form CSP
0.62/0.92	c 1	converted 471 (10%) expressions
1.13/1.27	c 1	converted 942 (20%) expressions
1.73/1.80	c 2	converted 1412 (30%) expressions
2.22/2.33	c 2	converted 1883 (40%) expressions
2.72/2.82	c 3	converted 2353 (50%) expressions
3.21/3.38	c 4	converted 2824 (60%) expressions
3.71/3.83	c 4	converted 3295 (70%) expressions
4.20/4.32	c 4	converted 3765 (80%) expressions
4.70/4.83	c 5	converted 4236 (90%) expressions
5.29/5.45	c 6	converted 4706 (100%) expressions
5.29/5.45	c 6	CSP : 680 integers, 0 booleans, 4664 clauses, largest domain size 44
5.29/5.45	c 6	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.29/5.45	c 6	Propagation in CSP
5.89/6.05	c 6	276 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.89/6.06	c 6	CSP : 680 integers, 0 booleans, 4664 clauses, largest domain size 44
5.89/6.06	c 6	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.89/6.06	c 6	Simplifing CSP by introducing new Boolean variables
5.98/6.11	c 6	CSP : 680 integers, 7618 booleans, 12282 clauses, largest domain size 44
5.98/6.11	c 6	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.08/6.25	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.08/6.29	c 6	68 (10%) CSP integer variables are encoded (1863 clauses, 22146 bytes)
6.18/6.31	c 6	136 (20%) CSP integer variables are encoded (4133 clauses, 51656 bytes)
6.18/6.33	c 6	204 (30%) CSP integer variables are encoded (6413 clauses, 81296 bytes)
6.18/6.34	c 6	272 (40%) CSP integer variables are encoded (8794 clauses, 112249 bytes)
6.18/6.36	c 7	340 (50%) CSP integer variables are encoded (10620 clauses, 137838 bytes)
6.18/6.38	c 7	408 (60%) CSP integer variables are encoded (12991 clauses, 173403 bytes)
6.28/6.40	c 7	476 (70%) CSP integer variables are encoded (15284 clauses, 207798 bytes)
6.28/6.42	c 7	544 (80%) CSP integer variables are encoded (17556 clauses, 241878 bytes)
6.28/6.44	c 7	612 (90%) CSP integer variables are encoded (20108 clauses, 280158 bytes)
6.28/6.45	c 7	680 (100%) CSP integer variables are encoded (21705 clauses, 304113 bytes)
6.38/6.58	c 7	1229 (10%) CSP clauses are encoded (38843 clauses, 618345 bytes)
6.48/6.69	c 7	2457 (20%) CSP clauses are encoded (57190 clauses, 976732 bytes)
6.57/6.78	c 7	3685 (30%) CSP clauses are encoded (75114 clauses, 1327123 bytes)
6.67/6.88	c 7	4913 (40%) CSP clauses are encoded (94973 clauses, 1716580 bytes)
6.78/7.00	c 7	6141 (50%) CSP clauses are encoded (115588 clauses, 2123155 bytes)
6.87/7.10	c 7	7370 (60%) CSP clauses are encoded (136008 clauses, 2526465 bytes)
6.97/7.18	c 7	8598 (70%) CSP clauses are encoded (153058 clauses, 2874937 bytes)
7.06/7.29	c 7	9826 (80%) CSP clauses are encoded (175263 clauses, 3337667 bytes)
7.17/7.40	c 8	11054 (90%) CSP clauses are encoded (195394 clauses, 3752644 bytes)
7.27/7.49	c 8	12282 (100%) CSP clauses are encoded (214376 clauses, 4135682 bytes)
7.27/7.49	c 8	12282 CSP clauses encoded
7.27/7.49	c 8	Writing map file : HOME/temp.map
7.36/7.51	c 8	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.36/7.51	c 8	SAT : 30003 SAT variables, 214376 SAT clauses, 4135682 bytes
7.36/7.51	c 8	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.36/7.52	c 8	SOLVING HOME/temp.cnf
7.36/7.52	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.36/7.52	c 8	This is MiniSat 2.0 beta
7.36/7.52	c 8	WARNING: for repeatability, setting FPU to use double precision
7.36/7.52	c 8	============================[ Problem Statistics ]=============================
7.36/7.52	c 8	|                                                                             |
7.36/7.52	c 8	|  Number of variables:  30003                                                |
7.36/7.52	c 8	|  Number of clauses:    214376                                               |
7.36/7.58	c 8	|  Parsing time:         0.05         s                                       |
7.36/7.58	c 8	Solved by unit propagation
7.36/7.58	c 8	UNSATISFIABLE
7.36/7.58	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.36/7.58	c 8	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'
7.45/7.66	c 8	Decoding HOME/temp.out
7.65/7.81	s UNSATISFIABLE
7.65/7.82	c 8	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.65/7.85	c 8	CPU 7.69 (0.05 0.01 7.4 0.23)
7.65/7.85	c 8	END Sun Jul 12 08:07:51 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084128-1247378863/watcher-2084128-1247378863 -o /tmp/evaluation-result-2084128-1247378863/solver-2084128-1247378863 -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-2084128-1247378863.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: 2.24 2.10 2.03 4/82 25889
/proc/meminfo: memFree=1133304/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=18576 CPUtime=0
/proc/25889/stat : 25889 (runsolver) R 25887 25889 5419 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24949434 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25889/statm: 4644 284 249 26 0 2626 0

[startup+0.0802641 s]
/proc/loadavg: 2.24 2.10 2.03 4/82 25889
/proc/meminfo: memFree=1133304/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=16740 CPUtime=0.06
/proc/25889/stat : 25889 (sugar) S 25887 25889 5419 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24949434 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25889/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10157 s]
/proc/loadavg: 2.24 2.10 2.03 4/82 25889
/proc/meminfo: memFree=1133304/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=16868 CPUtime=0.06
/proc/25889/stat : 25889 (sugar) S 25887 25889 5419 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24949434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25889/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301601 s]
/proc/loadavg: 2.24 2.10 2.03 4/82 25889
/proc/meminfo: memFree=1133304/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=16868 CPUtime=0.06
/proc/25889/stat : 25889 (sugar) S 25887 25889 5419 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24949434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25889/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701682 s]
/proc/loadavg: 2.24 2.10 2.03 4/82 25889
/proc/meminfo: memFree=1133304/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=16868 CPUtime=0.62
/proc/25889/stat : 25889 (sugar) S 25887 25889 5419 0 -1 4194304 1292 7134 0 1 5 1 51 5 16 0 1 0 24949434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25889/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16868

[startup+1.50183 s]
/proc/loadavg: 2.24 2.10 2.03 4/93 25911
/proc/meminfo: memFree=1107808/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=16868 CPUtime=0.62
/proc/25889/stat : 25889 (sugar) S 25887 25889 5419 0 -1 4194304 1309 7134 0 1 5 1 51 5 16 0 1 0 24949434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25889/statm: 4217 1111 409 3 0 796 0
[pid=25902] ppid=25889 vsize=5356 CPUtime=0
/proc/25902/stat : 25902 (sh) S 25889 25889 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24949501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25902/statm: 1339 233 193 169 0 50 0
[pid=25903] ppid=25902 vsize=869360 CPUtime=0.8
/proc/25903/stat : 25903 (java) S 25902 25889 5419 0 -1 0 5637 0 1 0 78 2 0 0 20 0 9 0 24949501 890224640 5034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 217340 5034 1746 9 0 211845 0
[pid=25903/tid=25904] ppid=25902 vsize=869360 CPUtime=0.61
/proc/25903/task/25904/stat : 25904 (java) R 25902 25889 5419 0 -1 64 2684 0 1 0 60 1 0 0 25 0 9 0 24949502 890224640 5034 996147200 134512640 134550932 4294955936 18446744073709551615 4126434857 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25905] ppid=25902 vsize=869360 CPUtime=0.04
/proc/25903/task/25905/stat : 25905 (java) S 25902 25889 5419 0 -1 64 751 0 0 0 4 0 0 0 16 0 9 0 24949503 890224640 5034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25902 vsize=869360 CPUtime=0
/proc/25903/task/25906/stat : 25906 (java) S 25902 25889 5419 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 24949503 890224640 5034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25902 vsize=869360 CPUtime=0
/proc/25903/task/25907/stat : 25907 (java) S 25902 25889 5419 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 24949503 890224640 5034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25902 vsize=869360 CPUtime=0
/proc/25903/task/25908/stat : 25908 (java) S 25902 25889 5419 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 24949505 890224640 5034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25902 vsize=869360 CPUtime=0.13
/proc/25903/task/25909/stat : 25909 (java) S 25902 25889 5419 0 -1 64 1508 0 0 0 13 0 0 0 16 0 9 0 24949505 890224640 5034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25902 vsize=869360 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25902 25889 5419 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24949505 890224640 5034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25902 vsize=869360 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25902 25889 5419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24949505 890224640 5034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 891584

[startup+3.10213 s]
/proc/loadavg: 2.24 2.10 2.03 3/93 25911
/proc/meminfo: memFree=1099360/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=16868 CPUtime=0.62
/proc/25889/stat : 25889 (sugar) S 25887 25889 5419 0 -1 4194304 1309 7134 0 1 5 1 51 5 15 0 1 0 24949434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25889/statm: 4217 1111 409 3 0 796 0
[pid=25902] ppid=25889 vsize=5356 CPUtime=0
/proc/25902/stat : 25902 (sh) S 25889 25889 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24949501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25902/statm: 1339 233 193 169 0 50 0
[pid=25903] ppid=25902 vsize=869448 CPUtime=2.4
/proc/25903/stat : 25903 (java) S 25902 25889 5419 0 -1 0 7983 0 1 0 235 5 0 0 20 0 9 0 24949501 890314752 7064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 217362 7064 2568 9 0 211867 0
[pid=25903/tid=25904] ppid=25902 vsize=869448 CPUtime=2.04
/proc/25903/task/25904/stat : 25904 (java) R 25902 25889 5419 0 -1 64 2825 0 1 0 202 2 0 0 25 0 9 0 24949502 890314752 7064 996147200 134512640 134550932 4294955936 18446744073709551615 4126517556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25905] ppid=25902 vsize=869448 CPUtime=0.16
/proc/25903/task/25905/stat : 25905 (java) S 25902 25889 5419 0 -1 64 2935 0 0 0 15 1 0 0 16 0 9 0 24949503 890314752 7064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25902 vsize=869448 CPUtime=0
/proc/25903/task/25906/stat : 25906 (java) S 25902 25889 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24949503 890314752 7064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25902 vsize=869448 CPUtime=0
/proc/25903/task/25907/stat : 25907 (java) S 25902 25889 5419 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24949503 890314752 7064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25902 vsize=869448 CPUtime=0
/proc/25903/task/25908/stat : 25908 (java) S 25902 25889 5419 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 24949505 890314752 7064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25902 vsize=869448 CPUtime=0.15
/proc/25903/task/25909/stat : 25909 (java) S 25902 25889 5419 0 -1 64 1524 0 0 0 15 0 0 0 16 0 9 0 24949505 890314752 7064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25902 vsize=869448 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25902 25889 5419 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24949505 890314752 7064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25902 vsize=869448 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25902 25889 5419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24949505 890314752 7064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 891672

[startup+6.30175 s]
/proc/loadavg: 2.22 2.10 2.03 3/93 25911
/proc/meminfo: memFree=1090400/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=16868 CPUtime=0.62
/proc/25889/stat : 25889 (sugar) S 25887 25889 5419 0 -1 4194304 1310 7134 0 1 5 1 51 5 16 0 1 0 24949434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25889/statm: 4217 1111 409 3 0 796 0
[pid=25902] ppid=25889 vsize=5356 CPUtime=0
/proc/25902/stat : 25902 (sh) S 25889 25889 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24949501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25902/statm: 1339 233 193 169 0 50 0
[pid=25903] ppid=25902 vsize=869560 CPUtime=5.56
/proc/25903/stat : 25903 (java) S 25902 25889 5419 0 -1 0 13940 0 1 0 547 9 0 0 20 0 9 0 24949501 890429440 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 217390 9265 2593 9 0 211867 0
[pid=25903/tid=25904] ppid=25902 vsize=869560 CPUtime=4.7
/proc/25903/task/25904/stat : 25904 (java) R 25902 25889 5419 0 -1 64 3241 0 1 0 467 3 0 0 25 0 9 0 24949502 890429440 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4126556181 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25905] ppid=25902 vsize=869560 CPUtime=0.64
/proc/25903/task/25905/stat : 25905 (java) S 25902 25889 5419 0 -1 64 8454 0 0 0 59 5 0 0 16 0 9 0 24949503 890429440 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25906/stat : 25906 (java) S 25902 25889 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24949503 890429440 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25907/stat : 25907 (java) S 25902 25889 5419 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24949503 890429440 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25908/stat : 25908 (java) S 25902 25889 5419 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 24949505 890429440 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25902 vsize=869560 CPUtime=0.18
/proc/25903/task/25909/stat : 25909 (java) S 25902 25889 5419 0 -1 64 1546 0 0 0 18 0 0 0 15 0 9 0 24949505 890429440 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25902 25889 5419 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24949505 890429440 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25902 25889 5419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24949505 890429440 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 891784

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

[startup+7.1029 s]
/proc/loadavg: 2.22 2.10 2.03 3/93 25911
/proc/meminfo: memFree=1087520/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=16868 CPUtime=0.62
/proc/25889/stat : 25889 (sugar) S 25887 25889 5419 0 -1 4194304 1310 7134 0 1 5 1 51 5 15 0 1 0 24949434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25889/statm: 4217 1111 409 3 0 796 0
[pid=25902] ppid=25889 vsize=5356 CPUtime=0
/proc/25902/stat : 25902 (sh) S 25889 25889 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24949501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25902/statm: 1339 233 193 169 0 50 0
[pid=25903] ppid=25902 vsize=869560 CPUtime=6.35
/proc/25903/stat : 25903 (java) S 25902 25889 5419 0 -1 0 14034 0 1 0 624 11 0 0 20 0 9 0 24949501 890429440 9286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 217390 9286 2593 9 0 211867 0
[pid=25903/tid=25904] ppid=25902 vsize=869560 CPUtime=5.43
/proc/25903/task/25904/stat : 25904 (java) R 25902 25889 5419 0 -1 64 3316 0 1 0 539 4 0 0 25 0 9 0 24949502 890429440 9286 996147200 134512640 134550932 4294955936 18446744073709551615 4126591048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25905] ppid=25902 vsize=869560 CPUtime=0.67
/proc/25903/task/25905/stat : 25905 (java) S 25902 25889 5419 0 -1 64 8454 0 0 0 62 5 0 0 16 0 9 0 24949503 890429440 9286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25906/stat : 25906 (java) S 25902 25889 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24949503 890429440 9286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25907/stat : 25907 (java) S 25902 25889 5419 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24949503 890429440 9286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25908/stat : 25908 (java) S 25902 25889 5419 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 24949505 890429440 9286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25902 vsize=869560 CPUtime=0.21
/proc/25903/task/25909/stat : 25909 (java) S 25902 25889 5419 0 -1 64 1565 0 0 0 21 0 0 0 15 0 9 0 24949505 890429440 9286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25902 25889 5419 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24949505 890429440 9286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25902 25889 5419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24949505 890429440 9286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 891784

[startup+7.50417 s]
/proc/loadavg: 2.22 2.10 2.03 3/93 25911
/proc/meminfo: memFree=1087520/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=16868 CPUtime=0.62
/proc/25889/stat : 25889 (sugar) S 25887 25889 5419 0 -1 4194304 1310 7134 0 1 5 1 51 5 15 0 1 0 24949434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25889/statm: 4217 1111 409 3 0 796 0
[pid=25902] ppid=25889 vsize=5356 CPUtime=0
/proc/25902/stat : 25902 (sh) S 25889 25889 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24949501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25902/statm: 1339 233 193 169 0 50 0
[pid=25903] ppid=25902 vsize=869560 CPUtime=6.74
/proc/25903/stat : 25903 (java) S 25902 25889 5419 0 -1 0 14087 0 1 0 662 12 0 0 20 0 9 0 24949501 890429440 9293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 217390 9293 2593 9 0 211867 0
[pid=25903/tid=25904] ppid=25902 vsize=869560 CPUtime=5.8
/proc/25903/task/25904/stat : 25904 (java) R 25902 25889 5419 0 -1 64 3365 0 1 0 575 5 0 0 25 0 9 0 24949502 890429440 9293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25905] ppid=25902 vsize=869560 CPUtime=0.68
/proc/25903/task/25905/stat : 25905 (java) S 25902 25889 5419 0 -1 64 8454 0 0 0 63 5 0 0 15 0 9 0 24949503 890429440 9293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25906/stat : 25906 (java) S 25902 25889 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24949503 890429440 9293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25907/stat : 25907 (java) S 25902 25889 5419 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24949503 890429440 9293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25908/stat : 25908 (java) S 25902 25889 5419 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 24949505 890429440 9293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25902 vsize=869560 CPUtime=0.22
/proc/25903/task/25909/stat : 25909 (java) S 25902 25889 5419 0 -1 64 1569 0 0 0 22 0 0 0 15 0 9 0 24949505 890429440 9293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25902 25889 5419 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24949505 890429440 9293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25902 vsize=869560 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25902 25889 5419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24949505 890429440 9293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 891784

[startup+7.70702 s]
/proc/loadavg: 2.22 2.10 2.03 3/86 25916
/proc/meminfo: memFree=1109464/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=16868 CPUtime=7.45
/proc/25889/stat : 25889 (sugar) S 25887 25889 5419 0 -1 4194304 1448 23077 0 2 5 1 720 19 16 0 1 0 24949434 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25889/statm: 4217 1113 409 3 0 796 0
[pid=25914] ppid=25889 vsize=5356 CPUtime=0
/proc/25914/stat : 25914 (sh) S 25889 25889 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24950193 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25914/statm: 1339 233 193 169 0 50 0
[pid=25915] ppid=25914 vsize=862012 CPUtime=0.11
/proc/25915/stat : 25915 (java) S 25914 25889 5419 0 -1 0 2883 0 1 0 9 2 0 0 18 0 9 0 24950193 882700288 2351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25915/statm: 215503 2351 1260 9 0 210416 0
[pid=25915/tid=25916] ppid=25914 vsize=862012 CPUtime=0.07
/proc/25915/task/25916/stat : 25916 (java) R 25914 25889 5419 0 -1 64 1939 0 1 0 6 1 0 0 20 0 9 0 24950194 882700288 2352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 884236

[startup+7.80103 s]
/proc/loadavg: 2.22 2.10 2.03 3/86 25916
/proc/meminfo: memFree=1109464/2055920 swapFree=4192812/4192956
[pid=25889] ppid=25887 vsize=16868 CPUtime=7.45
/proc/25889/stat : 25889 (sugar) S 25887 25889 5419 0 -1 4194304 1448 23077 0 2 5 1 720 19 16 0 1 0 24949434 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25889/statm: 4217 1113 409 3 0 796 0
[pid=25914] ppid=25889 vsize=5356 CPUtime=0
/proc/25914/stat : 25914 (sh) S 25889 25889 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24950193 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25914/statm: 1339 233 193 169 0 50 0
[pid=25915] ppid=25914 vsize=862796 CPUtime=0.2
/proc/25915/stat : 25915 (java) S 25914 25889 5419 0 -1 0 3531 0 1 0 18 2 0 0 18 0 9 0 24950193 883503104 2996 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25915/statm: 215699 2996 1284 9 0 210612 0
[pid=25915/tid=25916] ppid=25914 vsize=862796 CPUtime=0.12
/proc/25915/task/25916/stat : 25916 (java) R 25914 25889 5419 0 -1 64 2029 0 1 0 11 1 0 0 20 0 9 0 24950194 883503104 2996 996147200 134512640 134550932 4294955984 18446744073709551615 4125963842 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 885020

Child status: 0
Real time (s): 7.85879
CPU time (s): 7.72083
CPU user time (s): 7.46587
CPU system time (s): 0.254961
CPU usage (%): 98.2444
Max. virtual memory (cumulated for all children) (KiB): 894240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.46586
system time used= 0.254961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28978
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= 7235
involuntary context switches= 7227

runsolver used 0.013997 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 08:07:43
IDJOB=2084128
IDBENCH=58044
IDSOLVER=739
FILE ID=node59/2084128-1247378863
PBS_JOBID= 9507107
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph12.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-2084128-1247378863/watcher-2084128-1247378863 -o /tmp/evaluation-result-2084128-1247378863/solver-2084128-1247378863 -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-2084128-1247378863.xml

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

MD5SUM BENCH= 36337ec6a5ebeeb913eb9abcfc68499f
RANDOM SEED=2037617193

node59.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.263
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.263
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:       1133784 kB
Buffers:         75136 kB
Cached:         297096 kB
SwapCached:          0 kB
Active:         646128 kB
Inactive:       194928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1133784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:         489312 kB
Slab:            65404 kB
Committed_AS:   664852 kB
PageTables:       2828 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= 66376 MiB
End job on node59 at 2009-07-12 08:07:51