Trace number 1065261

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+minisatSAT 11.7462 11.9281

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-p0291.xml
MD5SUM330c15b6bf41770b68aeb5fa16224b91
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints205
Maximum constraint arity53
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension205
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:39:20 2008
0.00/0.04	c 0	PID 10763
0.00/0.05	c 0	HOST node51.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1065261-1215146360.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1065261-1215146360.xml' 'HOME/temp.csp'
0.03/0.45	c 0	1 domains, 291 variables, 10 predicates, 0 relations, 205 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 0	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'
0.44/0.55	c 0	Parsing HOME/temp.csp
0.44/0.69	c 0	parsed 507 expressions
0.44/0.69	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.69	c 0	Converting to clausal form CSP
0.44/0.71	c 0	converted 51 (10%) expressions
0.44/0.72	c 0	converted 102 (20%) expressions
0.44/0.72	c 0	converted 153 (30%) expressions
0.44/0.72	c 0	converted 203 (40%) expressions
0.44/0.72	c 0	converted 254 (50%) expressions
0.44/0.73	c 0	converted 305 (60%) expressions
0.44/0.74	c 0	converted 355 (70%) expressions
0.44/0.75	c 0	converted 406 (80%) expressions
0.44/0.76	c 0	converted 457 (90%) expressions
0.44/0.94	c 1	converted 507 (100%) expressions
0.44/0.94	c 1	CSP : 686 integers, 0 booleans, 995 clauses, largest domain size 1378
0.44/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.95	c 1	Propagation in CSP
0.44/0.97	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.44/0.97	c 1	CSP : 686 integers, 0 booleans, 995 clauses, largest domain size 1378
0.44/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.44/0.98	c 1	CSP : 686 integers, 0 booleans, 995 clauses, largest domain size 1378
0.44/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/1.01	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.44/1.01	c 1	69 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.44/1.02	c 1	138 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.44/1.02	c 1	206 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.44/1.02	c 1	275 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.44/1.03	c 1	343 (50%) CSP integer variables are encoded (3818 clauses, 48343 bytes)
0.44/1.04	c 1	412 (60%) CSP integer variables are encoded (12309 clauses, 164117 bytes)
0.44/1.06	c 1	481 (70%) CSP integer variables are encoded (22509 clauses, 317117 bytes)
0.44/1.07	c 1	549 (80%) CSP integer variables are encoded (32388 clauses, 465302 bytes)
0.44/1.07	c 1	618 (90%) CSP integer variables are encoded (33085 clauses, 475757 bytes)
0.44/1.07	c 1	686 (100%) CSP integer variables are encoded (33579 clauses, 483167 bytes)
0.44/1.08	c 1	100 (10%) CSP clauses are encoded (33679 clauses, 483939 bytes)
0.44/1.09	c 1	199 (20%) CSP clauses are encoded (33866 clauses, 485998 bytes)
1.73/1.89	c 1	299 (30%) CSP clauses are encoded (477539 clauses, 8522786 bytes)
2.82/2.96	c 3	398 (40%) CSP clauses are encoded (1083431 clauses, 19761180 bytes)
3.72/3.90	c 4	498 (50%) CSP clauses are encoded (1596172 clauses, 30752530 bytes)
6.18/6.40	c 6	597 (60%) CSP clauses are encoded (2929961 clauses, 59367504 bytes)
8.64/8.90	c 9	697 (70%) CSP clauses are encoded (4254314 clauses, 87744402 bytes)
8.74/8.91	c 9	796 (80%) CSP clauses are encoded (4258336 clauses, 87824516 bytes)
8.74/8.92	c 9	896 (90%) CSP clauses are encoded (4262420 clauses, 87905931 bytes)
8.74/8.94	c 9	995 (100%) CSP clauses are encoded (4266511 clauses, 87987510 bytes)
8.74/8.94	c 9	995 CSP clauses encoded
8.74/8.94	c 9	Writing map file : HOME/temp.map
8.74/8.94	c 9	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.74/8.94	c 9	SAT : 34265 SAT variables, 4266511 SAT clauses, 87987510 bytes
8.74/8.94	c 9	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.74/8.96	c 9	SOLVING HOME/temp.cnf
8.74/8.96	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.74/8.97	c 9	This is MiniSat 2.0 beta
8.74/8.97	c 9	WARNING: for repeatability, setting FPU to use double precision
8.74/8.97	c 9	============================[ Problem Statistics ]=============================
8.74/8.97	c 9	|                                                                             |
8.74/8.97	c 9	|  Number of variables:  34265                                                |
8.74/8.97	c 9	|  Number of clauses:    4266511                                              |
10.70/10.90	c 11	|  Parsing time:         1.66         s                                       |
10.80/11.01	c 11	============================[ Search Statistics ]==============================
10.80/11.01	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.80/11.01	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.80/11.01	c 11	===============================================================================
10.80/11.01	c 11	|         0 |   34265  4266511 12721392 |  1422170        0    nan |  0.000 % |
11.20/11.41	c 11	===============================================================================
11.20/11.41	c 11	restarts              : 1
11.20/11.41	c 11	conflicts             : 0              (0 /sec)
11.20/11.41	c 11	decisions             : 60             (0.00 % random) (28 /sec)
11.20/11.41	c 11	propagations          : 34265          (15917 /sec)
11.20/11.41	c 11	conflict literals     : 0              ( nan % deleted)
11.20/11.41	c 11	Memory used           : 174.27 MB
11.20/11.41	c 11	CPU time              : 2.15267 s
11.20/11.41	c 11	
11.20/11.43	c 11	SATISFIABLE
11.20/11.45	c 11	DECODING HOME/temp.out WITH HOME/temp.map
11.20/11.45	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.27/11.53	c 11	Decoding HOME/temp.out
11.27/11.84	s SATISFIABLE
11.27/11.85	v 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 1 0 0 1 1 0 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 1 0 0 1 1 0 0 1 1 1 1 0 0 1 1 0 0 1 1 1 1 0 0 1 1 0 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1
11.27/11.86	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.27/11.88	c 11	CPU 10.54 (0.03 0.01 10.51 1.12)
11.27/11.88	c 11	END Fri Jul  4 06:39:31 2008

Verifier Data (download as text)

OK

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-1065261-1215146360/watcher-1065261-1215146360 -o /tmp/evaluation-result-1065261-1215146360/solver-1065261-1215146360 -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-1065261-1215146360.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: 2.09 2.08 2.03 4/80 10763
/proc/meminfo: memFree=1474640/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=12268 CPUtime=0
/proc/10763/stat : 10763 (sugar) R 10761 10763 9174 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1993607838 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 235371461221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/10763/statm: 3067 316 241 3 0 167 0

[startup+0.109573 s]
/proc/loadavg: 2.09 2.08 2.03 4/80 10763
/proc/meminfo: memFree=1474640/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=0.03
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993607838 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202583 s]
/proc/loadavg: 2.09 2.08 2.03 4/80 10763
/proc/meminfo: memFree=1474640/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=0.03
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993607838 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302606 s]
/proc/loadavg: 2.09 2.08 2.03 4/80 10763
/proc/meminfo: memFree=1474640/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=0.03
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993607838 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702669 s]
/proc/loadavg: 2.09 2.08 2.03 4/80 10763
/proc/meminfo: memFree=1474640/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=0.44
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 973 4515 0 1 3 0 38 3 15 0 1 0 1993607838 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.5018 s]
/proc/loadavg: 2.24 2.11 2.04 3/91 10785
/proc/meminfo: memFree=1460024/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=0.44
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 974 4515 0 1 3 0 38 3 15 0 1 0 1993607838 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 797 370 3 0 500 0
[pid=10776] ppid=10763 vsize=5356 CPUtime=0
/proc/10776/stat : 10776 (sh) S 10763 10763 9174 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993607885 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10776/statm: 1339 233 193 169 0 50 0
[pid=10777] ppid=10776 vsize=868372 CPUtime=1
/proc/10777/stat : 10777 (java) S 10776 10763 9174 0 -1 0 6396 0 1 0 92 8 0 0 18 0 9 0 1993607885 889212928 5512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10777/statm: 217093 5512 2562 9 0 211640 0
[pid=10777/tid=10778] ppid=10776 vsize=868372 CPUtime=0.69
/proc/10777/task/10778/stat : 10778 (java) R 10776 10763 9174 0 -1 64 2826 0 1 0 65 4 0 0 25 0 9 0 1993607886 889212928 5512 996147200 134512640 134550740 4294955952 18446744073709551615 4126592879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10779] ppid=10776 vsize=868372 CPUtime=0.07
/proc/10777/task/10779/stat : 10779 (java) S 10776 10763 9174 0 -1 64 1414 0 0 0 6 1 0 0 16 0 9 0 1993607887 889212928 5512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10780] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10780/stat : 10780 (java) S 10776 10763 9174 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993607888 889212928 5512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10781] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10781/stat : 10781 (java) S 10776 10763 9174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993607888 889212928 5512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10782] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10782/stat : 10782 (java) S 10776 10763 9174 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993607890 889212928 5512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10783] ppid=10776 vsize=868372 CPUtime=0.21
/proc/10777/task/10783/stat : 10783 (java) S 10776 10763 9174 0 -1 64 1463 0 0 0 20 1 0 0 16 0 9 0 1993607890 889212928 5512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10784] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10784/stat : 10784 (java) S 10776 10763 9174 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993607890 889212928 5512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10785] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10785/stat : 10785 (java) S 10776 10763 9174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993607890 889212928 5512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887328

[startup+3.10209 s]
/proc/loadavg: 2.24 2.11 2.04 3/91 10785
/proc/meminfo: memFree=1448376/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=0.44
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 974 4515 0 1 3 0 38 3 16 0 1 0 1993607838 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 797 370 3 0 500 0
[pid=10776] ppid=10763 vsize=5356 CPUtime=0
/proc/10776/stat : 10776 (sh) S 10763 10763 9174 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993607885 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10776/statm: 1339 233 193 169 0 50 0
[pid=10777] ppid=10776 vsize=868372 CPUtime=2.58
/proc/10777/stat : 10777 (java) S 10776 10763 9174 0 -1 0 6905 0 1 0 237 21 0 0 18 0 9 0 1993607885 889212928 5518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10777/statm: 217093 5518 2562 9 0 211640 0
[pid=10777/tid=10778] ppid=10776 vsize=868372 CPUtime=2.14
/proc/10777/task/10778/stat : 10778 (java) R 10776 10763 9174 0 -1 64 3329 0 1 0 201 13 0 0 25 0 9 0 1993607886 889212928 5518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10779] ppid=10776 vsize=868372 CPUtime=0.2
/proc/10777/task/10779/stat : 10779 (java) S 10776 10763 9174 0 -1 64 1414 0 0 0 15 5 0 0 15 0 9 0 1993607887 889212928 5518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10780] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10780/stat : 10780 (java) S 10776 10763 9174 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993607888 889212928 5518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10781] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10781/stat : 10781 (java) S 10776 10763 9174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993607888 889212928 5518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10782] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10782/stat : 10782 (java) S 10776 10763 9174 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993607890 889212928 5518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10783] ppid=10776 vsize=868372 CPUtime=0.22
/proc/10777/task/10783/stat : 10783 (java) S 10776 10763 9174 0 -1 64 1469 0 0 0 21 1 0 0 16 0 9 0 1993607890 889212928 5518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10784] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10784/stat : 10784 (java) S 10776 10763 9174 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993607890 889212928 5518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10785] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10785/stat : 10785 (java) S 10776 10763 9174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993607890 889212928 5518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887328

[startup+6.30162 s]
/proc/loadavg: 2.22 2.11 2.04 3/91 10785
/proc/meminfo: memFree=1410936/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=0.44
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 974 4515 0 1 3 0 38 3 16 0 1 0 1993607838 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 797 370 3 0 500 0
[pid=10776] ppid=10763 vsize=5356 CPUtime=0
/proc/10776/stat : 10776 (sh) S 10763 10763 9174 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993607885 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10776/statm: 1339 233 193 169 0 50 0
[pid=10777] ppid=10776 vsize=868372 CPUtime=5.74
/proc/10777/stat : 10777 (java) S 10776 10763 9174 0 -1 0 7889 0 1 0 523 51 0 0 18 0 9 0 1993607885 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10777/statm: 217093 5519 2562 9 0 211640 0
[pid=10777/tid=10778] ppid=10776 vsize=868372 CPUtime=5.06
/proc/10777/task/10778/stat : 10778 (java) R 10776 10763 9174 0 -1 64 4312 0 1 0 469 37 0 0 25 0 9 0 1993607886 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4126900705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10779] ppid=10776 vsize=868372 CPUtime=0.45
/proc/10777/task/10779/stat : 10779 (java) S 10776 10763 9174 0 -1 64 1414 0 0 0 33 12 0 0 16 0 9 0 1993607887 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10780] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10780/stat : 10780 (java) S 10776 10763 9174 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993607888 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10781] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10781/stat : 10781 (java) S 10776 10763 9174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993607888 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10782] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10782/stat : 10782 (java) S 10776 10763 9174 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993607890 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10783] ppid=10776 vsize=868372 CPUtime=0.22
/proc/10777/task/10783/stat : 10783 (java) S 10776 10763 9174 0 -1 64 1470 0 0 0 21 1 0 0 16 0 9 0 1993607890 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10784] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10784/stat : 10784 (java) S 10776 10763 9174 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993607890 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10785] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10785/stat : 10785 (java) S 10776 10763 9174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993607890 889212928 5519 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) 887328

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

[startup+6.40264 s]
/proc/loadavg: 2.22 2.11 2.04 3/91 10785
/proc/meminfo: memFree=1410936/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=0.44
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 974 4515 0 1 3 0 38 3 16 0 1 0 1993607838 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 797 370 3 0 500 0
[pid=10776] ppid=10763 vsize=5356 CPUtime=0
/proc/10776/stat : 10776 (sh) S 10763 10763 9174 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993607885 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10776/statm: 1339 233 193 169 0 50 0
[pid=10777] ppid=10776 vsize=868372 CPUtime=5.85
/proc/10777/stat : 10777 (java) S 10776 10763 9174 0 -1 0 7920 0 1 0 533 52 0 0 18 0 9 0 1993607885 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10777/statm: 217093 5519 2562 9 0 211640 0
[pid=10777/tid=10778] ppid=10776 vsize=868372 CPUtime=5.16
/proc/10777/task/10778/stat : 10778 (java) R 10776 10763 9174 0 -1 64 4343 0 1 0 478 38 0 0 25 0 9 0 1993607886 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4126899106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10779] ppid=10776 vsize=868372 CPUtime=0.45
/proc/10777/task/10779/stat : 10779 (java) S 10776 10763 9174 0 -1 64 1414 0 0 0 33 12 0 0 16 0 9 0 1993607887 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10780] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10780/stat : 10780 (java) S 10776 10763 9174 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993607888 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10781] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10781/stat : 10781 (java) S 10776 10763 9174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993607888 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10782] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10782/stat : 10782 (java) S 10776 10763 9174 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993607890 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10783] ppid=10776 vsize=868372 CPUtime=0.22
/proc/10777/task/10783/stat : 10783 (java) S 10776 10763 9174 0 -1 64 1470 0 0 0 21 1 0 0 16 0 9 0 1993607890 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10784] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10784/stat : 10784 (java) S 10776 10763 9174 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993607890 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10777/tid=10785] ppid=10776 vsize=868372 CPUtime=0
/proc/10777/task/10785/stat : 10785 (java) S 10776 10763 9174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993607890 889212928 5519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 887328

[startup+9.60119 s]
/proc/loadavg: 2.22 2.11 2.04 3/91 10785
/proc/meminfo: memFree=1374264/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=8.8
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 1033 13508 0 2 3 0 797 80 16 0 1 0 1993607838 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 8.8
Current children cumulated vsize (KiB) 13600

[startup+11.2025 s]
/proc/loadavg: 2.20 2.11 2.04 3/83 10787
/proc/meminfo: memFree=1223480/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=8.8
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 1033 13508 0 2 3 0 797 80 15 0 1 0 1993607838 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 799 370 3 0 500 0
[pid=10786] ppid=10763 vsize=5356 CPUtime=0
/proc/10786/stat : 10786 (sh) S 10763 10763 9174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993608734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10786/statm: 1339 232 193 169 0 50 0
[pid=10787] ppid=10786 vsize=173952 CPUtime=2.2
/proc/10787/stat : 10787 (minisat) R 10786 10763 9174 0 -1 4194304 42267 0 0 0 194 26 0 0 25 0 1 0 1993608735 178126848 42253 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/10787/statm: 43488 42253 72 150 0 43335 0
Current children cumulated CPU time (s) 11
Current children cumulated vsize (KiB) 192908

[startup+11.6015 s]
/proc/loadavg: 2.20 2.11 2.04 3/83 10787
/proc/meminfo: memFree=1223480/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=11.27
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 1092 57179 0 2 3 0 1014 110 16 0 1 0 1993607838 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 13600

[startup+11.8016 s]
/proc/loadavg: 2.20 2.11 2.04 3/83 10787
/proc/meminfo: memFree=1223480/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=11.27
/proc/10763/stat : 10763 (sugar) S 10761 10763 9174 0 -1 4194304 1092 57179 0 2 3 0 1014 110 16 0 1 0 1993607838 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10763/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 13600

[startup+11.9016 s]
/proc/loadavg: 2.20 2.11 2.04 3/83 10787
/proc/meminfo: memFree=1223480/2055920 swapFree=4180420/4192956
[pid=10763] ppid=10761 vsize=13600 CPUtime=11.69
/proc/10763/stat : 10763 (sugar) R 10761 10763 9174 0 -1 4194304 1120 60963 0 3 3 3 1051 112 16 0 1 0 1993607838 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/10763/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 11.9281
CPU time (s): 11.7462
CPU user time (s): 10.5554
CPU system time (s): 1.19082
CPU usage (%): 98.4755
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5554
system time used= 1.19082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62113
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= 18754
involuntary context switches= 19047

runsolver used 0.018997 second user time and 0.044993 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-04 06:39:20
IDJOB=1065261
IDBENCH=55050
IDSOLVER=346
FILE ID=node51/1065261-1215146360
PBS_JOBID= 7877295
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-p0291.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-1065261-1215146360/watcher-1065261-1215146360 -o /tmp/evaluation-result-1065261-1215146360/solver-1065261-1215146360 -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-1065261-1215146360.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 330c15b6bf41770b68aeb5fa16224b91
RANDOM SEED=1937297409

node51.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:       1475120 kB
Buffers:         77124 kB
Cached:         352424 kB
SwapCached:       7012 kB
Active:         336816 kB
Inactive:       180924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1475120 kB
SwapTotal:     4192956 kB
SwapFree:      4180420 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:         104040 kB
Slab:            48036 kB
Committed_AS:  4589696 kB
PageTables:       1980 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= 66556 MiB
End job on node51 at 2008-07-04 06:39:32