Trace number 1064946

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 59.254 59.9341

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-rf10.xml
MD5SUMbdc9dae3766ae8d08071d7aa1b585934
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.254
Satisfiable
(Un)Satisfiability was proved
Number of variables18069
Number of constraints52474
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension52474
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 06:15:22 2008
0.00/0.04	c 0	PID 23816
0.03/0.05	c 0	HOST node42.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1064946-1215144922.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064946-1215144922.xml' 'HOME/temp.csp'
3.43/3.53	c 4	2 domains, 18069 variables, 7 predicates, 0 relations, 52474 constraints
3.43/3.56	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.43/3.56	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.48/3.64	c 4	Parsing HOME/temp.csp
3.48/3.94	c 4	parsed 10000 expressions
3.48/4.14	c 4	parsed 20000 expressions
4.19/4.39	c 5	parsed 30000 expressions
4.39/4.58	c 5	parsed 40000 expressions
4.70/4.86	c 5	parsed 50000 expressions
4.89/5.09	c 5	parsed 60000 expressions
5.29/5.49	c 6	parsed 70000 expressions
5.39/5.52	c 6	parsed 70552 expressions
5.39/5.53	c 6	Heap : 23 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.39/5.53	c 6	Converting to clausal form CSP
5.39/5.59	c 6	converted 7056 (10%) expressions
5.48/5.60	c 6	converted 14111 (20%) expressions
5.69/5.85	c 6	converted 21166 (30%) expressions
5.78/5.99	c 6	converted 28221 (40%) expressions
5.99/6.13	c 6	converted 35276 (50%) expressions
6.08/6.27	c 6	converted 42332 (60%) expressions
6.47/6.65	c 7	converted 49387 (70%) expressions
6.66/6.83	c 7	converted 56442 (80%) expressions
6.87/7.01	c 7	converted 63497 (90%) expressions
7.56/7.75	c 8	converted 70552 (100%) expressions
7.56/7.75	c 8	CSP : 26349 integers, 0 booleans, 69033 clauses, largest domain size 78
7.56/7.75	c 8	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.56/7.75	c 8	Propagation in CSP
8.15/8.34	c 9	567 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.15/8.35	c 9	CSP : 26349 integers, 0 booleans, 69033 clauses, largest domain size 64
8.15/8.35	c 9	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.15/8.37	c 9	Simplifing CSP by introducing new Boolean variables
8.26/8.41	c 9	CSP : 26349 integers, 0 booleans, 69033 clauses, largest domain size 64
8.26/8.41	c 9	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.54/8.75	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.54/8.79	c 9	2635 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.54/8.79	c 9	5270 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.54/8.79	c 9	7905 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.54/8.80	c 9	10540 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.54/8.80	c 9	13175 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.64/8.81	c 9	15810 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.64/8.82	c 9	18445 (70%) CSP integer variables are encoded (8004 clauses, 120124 bytes)
8.64/8.89	c 9	21080 (80%) CSP integer variables are encoded (64770 clauses, 971614 bytes)
8.74/8.97	c 9	23715 (90%) CSP integer variables are encoded (119027 clauses, 1866912 bytes)
8.84/9.05	c 9	26349 (100%) CSP integer variables are encoded (179203 clauses, 2889904 bytes)
8.93/9.14	c 9	6904 (10%) CSP clauses are encoded (186087 clauses, 2976331 bytes)
8.93/9.18	c 9	13807 (20%) CSP clauses are encoded (192990 clauses, 3067020 bytes)
9.03/9.23	c 9	20710 (30%) CSP clauses are encoded (199884 clauses, 3157943 bytes)
9.03/9.27	c 10	27614 (40%) CSP clauses are encoded (206787 clauses, 3257463 bytes)
9.14/9.32	c 10	34517 (50%) CSP clauses are encoded (213658 clauses, 3360528 bytes)
9.14/9.39	c 10	41420 (60%) CSP clauses are encoded (220543 clauses, 3483073 bytes)
9.24/9.46	c 10	48324 (70%) CSP clauses are encoded (227445 clauses, 3616882 bytes)
9.83/10.07	c 10	55227 (80%) CSP clauses are encoded (540316 clauses, 9943683 bytes)
10.91/11.19	c 11	62130 (90%) CSP clauses are encoded (1123785 clauses, 22380032 bytes)
12.09/12.35	c 13	69033 (100%) CSP clauses are encoded (1704066 clauses, 35658979 bytes)
12.09/12.35	c 13	69033 CSP clauses encoded
12.09/12.35	c 13	Writing map file : HOME/temp.map
12.20/12.44	c 13	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.20/12.44	c 13	SAT : 205523 SAT variables, 1704066 SAT clauses, 35658979 bytes
12.20/12.44	c 13	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.20/12.48	c 13	SOLVING HOME/temp.cnf
12.20/12.48	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.20/12.48	c 13	This is MiniSat 2.0 beta
12.20/12.48	c 13	WARNING: for repeatability, setting FPU to use double precision
12.20/12.48	c 13	============================[ Problem Statistics ]=============================
12.20/12.48	c 13	|                                                                             |
12.20/12.49	c 13	|  Number of variables:  205523                                               |
12.20/12.49	c 13	|  Number of clauses:    1704066                                              |
13.19/13.43	c 14	|  Parsing time:         0.81         s                                       |
13.19/13.47	c 14	============================[ Search Statistics ]==============================
13.19/13.47	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.19/13.47	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.19/13.47	c 14	===============================================================================
13.19/13.47	c 14	|         0 |  205523  1704066  4642390 |   568022        0    nan |  0.000 % |
13.88/14.16	c 14	|       100 |  205523  1704066  4642390 |   624824      100     24 |  0.000 % |
14.97/15.28	c 16	|       251 |  205523  1704066  4642390 |   687306      251     27 |  0.000 % |
15.86/16.15	c 16	|       476 |  205523  1704066  4642390 |   756037      476     27 |  0.000 % |
16.65/16.99	c 17	|       814 |  205523  1704066  4642390 |   831641      814     34 |  0.000 % |
18.83/19.11	c 19	|      1320 |  205521  1704060  4642377 |   914805     1319     37 |  0.001 % |
22.20/22.55	c 23	|      2082 |  205470  1703861  4641929 |  1006285     2079     34 |  0.026 % |
26.25/26.64	c 27	|      3221 |  205469  1703861  4641929 |  1106914     3217     34 |  0.026 % |
31.91/32.36	c 33	|      4930 |  205469  1703858  4641923 |  1217605     4926     37 |  0.026 % |
39.93/40.43	c 41	|      7493 |  205469  1703858  4641923 |  1339366     7489     38 |  0.026 % |
45.67/46.28	c 47	|     11338 |  205469  1703858  4641923 |  1473302    11334     40 |  0.026 % |
55.77/56.46	c 57	|     17106 |  203440  1696758  4625816 |  1620633     4899     31 |  1.014 % |
58.74/59.47	c 60	===============================================================================
58.74/59.47	c 60	restarts              : 12
58.74/59.47	c 60	conflicts             : 19075          (411 /sec)
58.74/59.47	c 60	decisions             : 34956          (1.87 % random) (754 /sec)
58.74/59.47	c 60	propagations          : 70156422       (1512548 /sec)
58.74/59.47	c 60	conflict literals     : 784315         (42.30 % deleted)
58.74/59.47	c 60	Memory used           : 90.88 MB
58.74/59.47	c 60	CPU time              : 46.3829 s
58.74/59.47	c 60	
58.74/59.47	c 60	UNSATISFIABLE
58.74/59.48	c 60	DECODING HOME/temp.out WITH HOME/temp.map
58.74/59.48	c 60	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
58.84/59.57	c 60	Decoding HOME/temp.out
58.84/59.86	s UNSATISFIABLE
58.84/59.86	c 60	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
58.84/59.92	c 60	CPU 58.37 (0.05 0.01 58.32 0.84)
58.84/59.92	c 60	END Fri Jul  4 06:16:22 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064946-1215144922/watcher-1064946-1215144922 -o /tmp/evaluation-result-1064946-1215144922/solver-1064946-1215144922 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1064946-1215144922.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 23816
/proc/meminfo: memFree=1640744/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=12000 CPUtime=0
/proc/23816/stat : 23816 (sugar) R 23814 23816 22283 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 1993464691 12288000 172 996147200 4194304 4206940 548682068608 18446744073709551615 259415014368 0 0 4224 0 0 0 0 17 1 0 0
/proc/23816/statm: 3000 172 133 3 0 100 0

[startup+0.0502159 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 23816
/proc/meminfo: memFree=1640744/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=0.03
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1993464691 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101545 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 23816
/proc/meminfo: memFree=1640744/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=0.03
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993464691 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301562 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 23816
/proc/meminfo: memFree=1640744/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=0.03
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993464691 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701619 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 23816
/proc/meminfo: memFree=1640744/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=0.03
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993464691 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5027 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 23828
/proc/meminfo: memFree=1612496/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=0.03
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993464691 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 796 370 3 0 500 0
[pid=23819] ppid=23816 vsize=5356 CPUtime=0
/proc/23819/stat : 23819 (sh) S 23816 23816 22283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993464697 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23819/statm: 1339 233 193 169 0 50 0
[pid=23820] ppid=23819 vsize=864676 CPUtime=1.42
/proc/23820/stat : 23820 (java) S 23819 23816 22283 0 -1 0 16240 0 1 0 131 11 0 0 18 0 9 0 1993464697 885428224 13792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23820/statm: 216169 13792 2529 9 0 210751 0
[pid=23820/tid=23821] ppid=23819 vsize=864676 CPUtime=0.83
/proc/23820/task/23821/stat : 23821 (java) R 23819 23816 22283 0 -1 64 2988 0 1 0 79 4 0 0 23 0 9 0 1993464698 885428224 13792 996147200 134512640 134550740 4294956016 18446744073709551615 4126436115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23822] ppid=23819 vsize=864676 CPUtime=0.47
/proc/23820/task/23822/stat : 23822 (java) S 23819 23816 22283 0 -1 64 12064 0 0 0 42 5 0 0 16 0 9 0 1993464699 885428224 13792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23823] ppid=23819 vsize=864676 CPUtime=0
/proc/23820/task/23823/stat : 23823 (java) S 23819 23816 22283 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993464700 885428224 13792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23824] ppid=23819 vsize=864676 CPUtime=0
/proc/23820/task/23824/stat : 23824 (java) S 23819 23816 22283 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1993464700 885428224 13792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23819 vsize=864676 CPUtime=0
/proc/23820/task/23825/stat : 23825 (java) S 23819 23816 22283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993464702 885428224 13792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23826] ppid=23819 vsize=864676 CPUtime=0.09
/proc/23820/task/23826/stat : 23826 (java) S 23819 23816 22283 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 1993464702 885428224 13792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23827] ppid=23819 vsize=864676 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23819 23816 22283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993464702 885428224 13792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23828] ppid=23819 vsize=864676 CPUtime=0
/proc/23820/task/23828/stat : 23828 (java) S 23819 23816 22283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993464702 885428224 13792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10188 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 23828
/proc/meminfo: memFree=1568464/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=0.03
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993464691 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 796 370 3 0 500 0
[pid=23819] ppid=23816 vsize=5356 CPUtime=0
/proc/23819/stat : 23819 (sh) S 23816 23816 22283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993464697 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23819/statm: 1339 233 193 169 0 50 0
[pid=23820] ppid=23819 vsize=864692 CPUtime=3
/proc/23820/stat : 23820 (java) S 23819 23816 22283 0 -1 0 29071 0 1 0 283 17 0 0 18 0 9 0 1993464697 885444608 24671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23820/statm: 216173 24671 2529 9 0 210755 0
[pid=23820/tid=23821] ppid=23819 vsize=864692 CPUtime=1.53
/proc/23820/task/23821/stat : 23821 (java) R 23819 23816 22283 0 -1 64 3909 0 1 0 149 4 0 0 25 0 9 0 1993464698 885444608 24671 996147200 134512640 134550740 4294956016 18446744073709551615 4126702743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23822] ppid=23819 vsize=864692 CPUtime=1.29
/proc/23820/task/23822/stat : 23822 (java) S 23819 23816 22283 0 -1 64 23940 0 0 0 118 11 0 0 16 0 9 0 1993464699 885444608 24671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23823] ppid=23819 vsize=864692 CPUtime=0
/proc/23820/task/23823/stat : 23823 (java) S 23819 23816 22283 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993464700 885444608 24671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23824] ppid=23819 vsize=864692 CPUtime=0
/proc/23820/task/23824/stat : 23824 (java) S 23819 23816 22283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993464700 885444608 24671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23819 vsize=864692 CPUtime=0
/proc/23820/task/23825/stat : 23825 (java) S 23819 23816 22283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993464702 885444608 24671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23826] ppid=23819 vsize=864692 CPUtime=0.15
/proc/23820/task/23826/stat : 23826 (java) S 23819 23816 22283 0 -1 64 523 0 0 0 15 0 0 0 16 0 9 0 1993464702 885444608 24671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23827] ppid=23819 vsize=864692 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23819 23816 22283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993464702 885444608 24671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23828] ppid=23819 vsize=864692 CPUtime=0
/proc/23820/task/23828/stat : 23828 (java) S 23819 23816 22283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993464702 885444608 24671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883648

[startup+6.30224 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 23838
/proc/meminfo: memFree=1608400/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=3.48
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 974 29807 0 1 3 0 325 20 15 0 1 0 1993464691 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 797 370 3 0 500 0
[pid=23829] ppid=23816 vsize=5356 CPUtime=0
/proc/23829/stat : 23829 (sh) S 23816 23816 22283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993465048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23829/statm: 1339 233 193 169 0 50 0
[pid=23830] ppid=23829 vsize=868664 CPUtime=2.7
/proc/23830/stat : 23830 (java) S 23829 23816 22283 0 -1 0 15746 0 1 0 260 10 0 0 18 0 9 0 1993465048 889511936 13925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23830/statm: 217166 13925 2540 9 0 211741 0
[pid=23830/tid=23831] ppid=23829 vsize=868664 CPUtime=1.69
/proc/23830/task/23831/stat : 23831 (java) R 23829 23816 22283 0 -1 64 3026 0 1 0 166 3 0 0 25 0 9 0 1993465049 889511936 13925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23830/tid=23832] ppid=23829 vsize=868664 CPUtime=0.78
/proc/23830/task/23832/stat : 23832 (java) R 23829 23816 22283 0 -1 64 10544 0 0 0 73 5 0 0 16 0 9 0 1993465050 889511936 13925 996147200 134512640 134550740 4294955952 18446744073709551615 102469670 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23830/tid=23833] ppid=23829 vsize=868664 CPUtime=0
/proc/23830/task/23833/stat : 23833 (java) S 23829 23816 22283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993465050 889511936 13925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23830/tid=23834] ppid=23829 vsize=868664 CPUtime=0
/proc/23830/task/23834/stat : 23834 (java) S 23829 23816 22283 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993465050 889511936 13925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23830/tid=23835] ppid=23829 vsize=868664 CPUtime=0
/proc/23830/task/23835/stat : 23835 (java) S 23829 23816 22283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993465052 889511936 13925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23830/tid=23836] ppid=23829 vsize=868664 CPUtime=0.19
/proc/23830/task/23836/stat : 23836 (java) S 23829 23816 22283 0 -1 64 1480 0 0 0 19 0 0 0 16 0 9 0 1993465052 889511936 13925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23830/tid=23837] ppid=23829 vsize=868664 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23829 23816 22283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993465052 889511936 13925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23829 vsize=868664 CPUtime=0
/proc/23830/task/23838/stat : 23838 (java) S 23829 23816 22283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993465052 889511936 13925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887620

[startup+12.7019 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 23838
/proc/meminfo: memFree=1534800/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=12.29
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 1033 57855 0 2 5 1 1159 64 16 0 1 0 1993464691 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 13600

[startup+25.5024 s]
/proc/loadavg: 2.11 2.03 2.01 3/75 23840
/proc/meminfo: memFree=1514512/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=12.29
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 1033 57855 0 2 5 1 1159 64 16 0 1 0 1993464691 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 799 370 3 0 500 0
[pid=23839] ppid=23816 vsize=5356 CPUtime=0
/proc/23839/stat : 23839 (sh) S 23816 23816 22283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993465940 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23839/statm: 1339 232 193 169 0 50 0
[pid=23840] ppid=23839 vsize=89796 CPUtime=12.87
/proc/23840/stat : 23840 (minisat) R 23839 23816 22283 0 -1 4194304 21524 0 0 0 1274 13 0 0 25 0 1 0 1993465940 91951104 21510 996147200 134512640 135127466 4294956272 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 1 0 0
/proc/23840/statm: 22449 21510 75 150 0 22296 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 108752

[startup+51.1022 s]
/proc/loadavg: 2.15 2.04 2.01 3/75 23840
/proc/meminfo: memFree=1511760/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=12.29
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 1033 57855 0 2 5 1 1159 64 16 0 1 0 1993464691 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 799 370 3 0 500 0
[pid=23839] ppid=23816 vsize=5356 CPUtime=0
/proc/23839/stat : 23839 (sh) S 23816 23816 22283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993465940 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23839/statm: 1339 232 193 169 0 50 0
[pid=23840] ppid=23839 vsize=92660 CPUtime=38.23
/proc/23840/stat : 23840 (minisat) R 23839 23816 22283 0 -1 4194304 22265 0 0 0 3809 14 0 0 25 0 1 0 1993465940 94883840 22251 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/23840/statm: 23165 22251 75 150 0 23012 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 111616

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

[startup+54.3016 s]
/proc/loadavg: 2.15 2.04 2.01 3/75 23840
/proc/meminfo: memFree=1511312/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=12.29
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 1033 57855 0 2 5 1 1159 64 16 0 1 0 1993464691 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 799 370 3 0 500 0
[pid=23839] ppid=23816 vsize=5356 CPUtime=0
/proc/23839/stat : 23839 (sh) S 23816 23816 22283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993465940 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23839/statm: 1339 232 193 169 0 50 0
[pid=23840] ppid=23839 vsize=93056 CPUtime=41.4
/proc/23840/stat : 23840 (minisat) R 23839 23816 22283 0 -1 4194304 22363 0 0 0 4126 14 0 0 25 0 1 0 1993465940 95289344 22349 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23840/statm: 23264 22349 75 150 0 23111 0
Current children cumulated CPU time (s) 53.69
Current children cumulated vsize (KiB) 112012

[startup+57.5019 s]
/proc/loadavg: 2.14 2.04 2.01 3/75 23840
/proc/meminfo: memFree=1511312/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=12.29
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 1033 57855 0 2 5 1 1159 64 16 0 1 0 1993464691 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 799 370 3 0 500 0
[pid=23839] ppid=23816 vsize=5356 CPUtime=0
/proc/23839/stat : 23839 (sh) S 23816 23816 22283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993465940 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23839/statm: 1339 232 193 169 0 50 0
[pid=23840] ppid=23839 vsize=93056 CPUtime=44.57
/proc/23840/stat : 23840 (minisat) R 23839 23816 22283 0 -1 4194304 22363 0 0 0 4443 14 0 0 25 0 1 0 1993465940 95289344 22349 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23840/statm: 23264 22349 75 150 0 23111 0
Current children cumulated CPU time (s) 56.86
Current children cumulated vsize (KiB) 112012

[startup+59.1011 s]
/proc/loadavg: 2.14 2.04 2.01 3/75 23840
/proc/meminfo: memFree=1511312/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=12.29
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 1033 57855 0 2 5 1 1159 64 16 0 1 0 1993464691 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 799 370 3 0 500 0
[pid=23839] ppid=23816 vsize=5356 CPUtime=0
/proc/23839/stat : 23839 (sh) S 23816 23816 22283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993465940 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23839/statm: 1339 232 193 169 0 50 0
[pid=23840] ppid=23839 vsize=93056 CPUtime=46.16
/proc/23840/stat : 23840 (minisat) R 23839 23816 22283 0 -1 4194304 22363 0 0 0 4602 14 0 0 25 0 1 0 1993465940 95289344 22349 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23840/statm: 23264 22349 75 150 0 23111 0
Current children cumulated CPU time (s) 58.45
Current children cumulated vsize (KiB) 112012

[startup+59.5012 s]
/proc/loadavg: 2.14 2.04 2.01 3/75 23840
/proc/meminfo: memFree=1511312/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=58.84
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 1073 80512 0 2 5 1 5797 81 17 0 1 0 1993464691 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 58.84
Current children cumulated vsize (KiB) 13600

[startup+59.9012 s]
/proc/loadavg: 2.14 2.04 2.01 3/75 23840
/proc/meminfo: memFree=1511312/2055920 swapFree=4180096/4192956
[pid=23816] ppid=23814 vsize=13600 CPUtime=58.84
/proc/23816/stat : 23816 (sugar) S 23814 23816 22283 0 -1 4194304 1091 80512 0 2 5 1 5797 81 15 0 1 0 1993464691 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23816/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 58.84
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 59.9341
CPU time (s): 59.254
CPU user time (s): 58.3781
CPU system time (s): 0.875866
CPU usage (%): 98.8652
Max. virtual memory (cumulated for all children) (KiB): 898620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.3781
system time used= 0.875866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86498
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= 6868
involuntary context switches= 7882

runsolver used 0.067989 second user time and 0.222966 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-04 06:15:22
IDJOB=1064946
IDBENCH=55013
IDSOLVER=346
FILE ID=node42/1064946-1215144922
PBS_JOBID= 7877327
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-rf10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064946-1215144922/watcher-1064946-1215144922 -o /tmp/evaluation-result-1064946-1215144922/solver-1064946-1215144922 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1064946-1215144922.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bdc9dae3766ae8d08071d7aa1b585934
RANDOM SEED=261366237

node42.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.214
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.214
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:       1641224 kB
Buffers:         38152 kB
Cached:         155600 kB
SwapCached:       6848 kB
Active:         274940 kB
Inactive:        79988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641224 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            9132 kB
Writeback:           0 kB
Mapped:         168760 kB
Slab:            44768 kB
Committed_AS:  3672336 kB
PageTables:       2108 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= 66536 MiB
End job on node42 at 2008-07-04 06:16:22