Trace number 1061355

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 7.60384 7.84745

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32d2.xml
MD5SUMb64961e3de7d579b5abc6955b1051096
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 benchmark5.81512
Satisfiable
(Un)Satisfiability was proved
Number of variables808
Number of constraints5557
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5557
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 02:47:11 2008
0.00/0.04	c 0	PID 26044
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1061355-1215132431.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-1061355-1215132431.xml' 'HOME/temp.csp'
0.03/0.94	c 1	1 domains, 808 variables, 4 predicates, 0 relations, 5557 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	c 1	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.91/1.08	c 1	Parsing HOME/temp.csp
1.19/1.37	c 1	parsed 6370 expressions
1.19/1.37	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.19/1.37	c 1	Converting to clausal form CSP
1.30/1.40	c 1	converted 637 (10%) expressions
1.30/1.48	c 1	converted 1274 (20%) expressions
1.40/1.57	c 1	converted 1911 (30%) expressions
1.40/1.60	c 1	converted 2548 (40%) expressions
1.49/1.61	c 1	converted 3185 (50%) expressions
1.49/1.62	c 2	converted 3822 (60%) expressions
1.49/1.63	c 2	converted 4459 (70%) expressions
1.49/1.64	c 2	converted 5096 (80%) expressions
1.49/1.69	c 2	converted 5733 (90%) expressions
2.19/2.32	c 2	converted 6370 (100%) expressions
2.19/2.32	c 2	CSP : 8368 integers, 0 booleans, 20677 clauses, largest domain size 17
2.19/2.32	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.32	c 2	Propagation in CSP
2.28/2.43	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.28/2.44	c 2	CSP : 8368 integers, 0 booleans, 20677 clauses, largest domain size 17
2.28/2.44	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.28/2.45	c 2	Simplifing CSP by introducing new Boolean variables
2.28/2.46	c 2	CSP : 8368 integers, 0 booleans, 20677 clauses, largest domain size 17
2.28/2.46	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.38/2.57	c 2	837 (10%) CSP integer variables are encoded (83 clauses, 977 bytes)
2.38/2.58	c 2	1674 (20%) CSP integer variables are encoded (2816 clauses, 36379 bytes)
2.38/2.58	c 2	2511 (30%) CSP integer variables are encoded (5555 clauses, 71986 bytes)
2.38/2.59	c 2	3348 (40%) CSP integer variables are encoded (8288 clauses, 110024 bytes)
2.38/2.59	c 2	4184 (50%) CSP integer variables are encoded (11026 clauses, 151094 bytes)
2.48/2.60	c 2	5021 (60%) CSP integer variables are encoded (13747 clauses, 191909 bytes)
2.48/2.61	c 3	5858 (70%) CSP integer variables are encoded (16486 clauses, 232994 bytes)
2.48/2.62	c 3	6695 (80%) CSP integer variables are encoded (19225 clauses, 274079 bytes)
2.48/2.62	c 3	7532 (90%) CSP integer variables are encoded (21958 clauses, 315074 bytes)
2.48/2.63	c 3	8368 (100%) CSP integer variables are encoded (24696 clauses, 356144 bytes)
2.48/2.69	c 3	2068 (10%) CSP clauses are encoded (26764 clauses, 379564 bytes)
2.58/2.70	c 3	4136 (20%) CSP clauses are encoded (28832 clauses, 404174 bytes)
2.58/2.73	c 3	6204 (30%) CSP clauses are encoded (40794 clauses, 590868 bytes)
2.58/2.79	c 3	8271 (40%) CSP clauses are encoded (65779 clauses, 997234 bytes)
2.68/2.85	c 3	10339 (50%) CSP clauses are encoded (90809 clauses, 1425976 bytes)
2.77/2.92	c 3	12407 (60%) CSP clauses are encoded (115653 clauses, 1894941 bytes)
2.77/2.98	c 3	14474 (70%) CSP clauses are encoded (140675 clauses, 2367543 bytes)
2.87/3.04	c 3	16542 (80%) CSP clauses are encoded (165689 clauses, 2839977 bytes)
2.97/3.11	c 3	18610 (90%) CSP clauses are encoded (190698 clauses, 3312291 bytes)
2.97/3.17	c 3	20677 (100%) CSP clauses are encoded (215725 clauses, 3784997 bytes)
2.97/3.17	c 3	20677 CSP clauses encoded
2.97/3.17	c 3	Writing map file : HOME/temp.map
2.97/3.19	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.97/3.19	c 3	SAT : 33064 SAT variables, 215725 SAT clauses, 3784997 bytes
2.97/3.19	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.06/3.25	c 3	SOLVING HOME/temp.cnf
3.06/3.25	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.06/3.25	c 3	This is MiniSat 2.0 beta
3.06/3.25	c 3	WARNING: for repeatability, setting FPU to use double precision
3.06/3.25	c 3	============================[ Problem Statistics ]=============================
3.06/3.25	c 3	|                                                                             |
3.06/3.25	c 3	|  Number of variables:  33064                                                |
3.06/3.25	c 3	|  Number of clauses:    215725                                               |
3.07/3.36	c 3	|  Parsing time:         0.10         s                                       |
3.07/3.37	c 3	============================[ Search Statistics ]==============================
3.07/3.37	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.07/3.37	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.07/3.37	c 3	===============================================================================
3.07/3.37	c 3	|         0 |   33064   215725   552484 |    71908        0    nan |  0.000 % |
3.07/3.56	c 3	|       100 |   33064   215725   552484 |    79099      100     22 |  0.000 % |
3.07/3.96	c 4	|       251 |   33064   215725   552484 |    87009      251     24 |  0.000 % |
4.20/4.43	c 4	|       477 |   33064   215725   552484 |    95709      477     23 |  0.000 % |
5.19/5.49	c 5	|       814 |   33064   215725   552484 |   105280      814     24 |  0.000 % |
6.28/6.52	c 6	|      1320 |   33064   215725   552484 |   115809     1320     25 |  0.000 % |
7.27/7.50	c 7	===============================================================================
7.27/7.50	c 7	restarts              : 6
7.27/7.50	c 7	conflicts             : 1731           (412 /sec)
7.27/7.50	c 7	decisions             : 2861           (1.57 % random) (681 /sec)
7.27/7.50	c 7	propagations          : 6735879        (1604407 /sec)
7.27/7.50	c 7	conflict literals     : 46475          (16.40 % deleted)
7.27/7.50	c 7	Memory used           : 13.72 MB
7.27/7.50	c 7	CPU time              : 4.19836 s
7.27/7.50	c 7	
7.27/7.52	c 7	SATISFIABLE
7.27/7.52	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.27/7.52	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.37/7.61	c 7	Decoding HOME/temp.out
7.47/7.75	s SATISFIABLE
7.47/7.78	v 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1
7.47/7.79	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.57/7.84	c 8	CPU 7.37 (0.04 0.01 7.33 0.2)
7.57/7.84	c 8	END Fri Jul  4 02:47:19 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-1061355-1215132431/watcher-1061355-1215132431 -o /tmp/evaluation-result-1061355-1215132431/solver-1061355-1215132431 -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-1061355-1215132431.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.91 1.95 1.90 4/82 26044
/proc/meminfo: memFree=1411752/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=12268 CPUtime=0
/proc/26044/stat : 26044 (sugar) R 26042 26044 25331 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 125254115 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210723633765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26044/statm: 3067 316 241 3 0 167 0

[startup+0.092692 s]
/proc/loadavg: 1.91 1.95 1.90 4/82 26044
/proc/meminfo: memFree=1411752/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=13600 CPUtime=0.03
/proc/26044/stat : 26044 (sugar) S 26042 26044 25331 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 125254115 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26044/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101689 s]
/proc/loadavg: 1.91 1.95 1.90 4/82 26044
/proc/meminfo: memFree=1411752/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=13600 CPUtime=0.03
/proc/26044/stat : 26044 (sugar) S 26042 26044 25331 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 125254115 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26044/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301711 s]
/proc/loadavg: 1.91 1.95 1.90 4/82 26044
/proc/meminfo: memFree=1411752/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=13600 CPUtime=0.03
/proc/26044/stat : 26044 (sugar) S 26042 26044 25331 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 125254115 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26044/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701768 s]
/proc/loadavg: 1.91 1.95 1.90 4/82 26044
/proc/meminfo: memFree=1411752/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=13600 CPUtime=0.03
/proc/26044/stat : 26044 (sugar) S 26042 26044 25331 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 125254115 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26044/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 1.91 1.95 1.90 3/85 26058
/proc/meminfo: memFree=1409296/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=13600 CPUtime=0.91
/proc/26044/stat : 26044 (sugar) S 26042 26044 25331 0 -1 4194304 973 7681 0 1 3 0 84 4 15 0 1 0 125254115 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26044/statm: 3400 797 370 3 0 500 0
[pid=26057] ppid=26044 vsize=5356 CPUtime=0
/proc/26057/stat : 26057 (sh) S 26044 26044 25331 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125254214 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26057/statm: 1339 233 193 169 0 50 0
[pid=26058] ppid=26057 vsize=864328 CPUtime=0.49
/proc/26058/stat : 26058 (java) S 26057 26044 25331 0 -1 0 4418 0 1 0 46 3 0 0 19 0 9 0 125254214 885071872 3855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26058/statm: 216082 3855 1734 9 0 210657 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883284

[startup+3.10205 s]
/proc/loadavg: 1.91 1.95 1.90 3/93 26066
/proc/meminfo: memFree=1388432/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=13600 CPUtime=0.91
/proc/26044/stat : 26044 (sugar) S 26042 26044 25331 0 -1 4194304 974 7681 0 1 3 0 84 4 15 0 1 0 125254115 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26044/statm: 3400 797 370 3 0 500 0
[pid=26057] ppid=26044 vsize=5356 CPUtime=0
/proc/26057/stat : 26057 (sh) S 26044 26044 25331 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125254214 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26057/statm: 1339 233 193 169 0 50 0
[pid=26058] ppid=26057 vsize=868504 CPUtime=2.06
/proc/26058/stat : 26058 (java) S 26057 26044 25331 0 -1 0 9727 0 1 0 196 10 0 0 19 0 9 0 125254214 889348096 8633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26058/statm: 217126 8633 2565 9 0 211673 0
[pid=26058/tid=26059] ppid=26057 vsize=868504 CPUtime=1.36
/proc/26058/task/26059/stat : 26059 (java) R 26057 26044 25331 0 -1 64 2962 0 1 0 132 4 0 0 25 0 9 0 125254216 889348096 8633 996147200 134512640 134550740 4294955952 18446744073709551615 4126582799 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26058/tid=26060] ppid=26057 vsize=868504 CPUtime=0.42
/proc/26058/task/26060/stat : 26060 (java) S 26057 26044 25331 0 -1 64 4569 0 0 0 39 3 0 0 16 0 9 0 125254217 889348096 8633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26058/tid=26061] ppid=26057 vsize=868504 CPUtime=0
/proc/26058/task/26061/stat : 26061 (java) S 26057 26044 25331 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 125254217 889348096 8633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26058/tid=26062] ppid=26057 vsize=868504 CPUtime=0
/proc/26058/task/26062/stat : 26062 (java) S 26057 26044 25331 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 125254217 889348096 8633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26058/tid=26063] ppid=26057 vsize=868504 CPUtime=0
/proc/26058/task/26063/stat : 26063 (java) S 26057 26044 25331 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 125254219 889348096 8633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26058/tid=26064] ppid=26057 vsize=868504 CPUtime=0.26
/proc/26058/task/26064/stat : 26064 (java) S 26057 26044 25331 0 -1 64 1503 0 0 0 25 1 0 0 16 0 9 0 125254219 889348096 8633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26058/tid=26065] ppid=26057 vsize=868504 CPUtime=0
/proc/26058/task/26065/stat : 26065 (java) S 26057 26044 25331 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 125254219 889348096 8633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26058/tid=26066] ppid=26057 vsize=868504 CPUtime=0
/proc/26058/task/26066/stat : 26066 (java) S 26057 26044 25331 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 125254219 889348096 8633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887460

[startup+6.30142 s]
/proc/loadavg: 1.92 1.95 1.90 3/85 26068
/proc/meminfo: memFree=1393040/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=13600 CPUtime=3.07
/proc/26044/stat : 26044 (sugar) S 26042 26044 25331 0 -1 4194304 1034 17725 0 2 3 0 288 16 16 0 1 0 125254115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26044/statm: 3400 799 370 3 0 500 0
[pid=26067] ppid=26044 vsize=5356 CPUtime=0
/proc/26067/stat : 26067 (sh) S 26044 26044 25331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125254440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26067/statm: 1339 232 193 169 0 50 0
[pid=26068] ppid=26067 vsize=13884 CPUtime=3.01
/proc/26068/stat : 26068 (minisat) R 26067 26044 25331 0 -1 4194304 3162 0 0 0 300 1 0 0 25 0 1 0 125254440 14217216 3148 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26068/statm: 3471 3148 75 150 0 3318 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 32840

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

[startup+7.10152 s]
/proc/loadavg: 1.92 1.95 1.90 3/85 26068
/proc/meminfo: memFree=1392912/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=13600 CPUtime=3.07
/proc/26044/stat : 26044 (sugar) S 26042 26044 25331 0 -1 4194304 1034 17725 0 2 3 0 288 16 16 0 1 0 125254115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26044/statm: 3400 799 370 3 0 500 0
[pid=26067] ppid=26044 vsize=5356 CPUtime=0
/proc/26067/stat : 26067 (sh) S 26044 26044 25331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125254440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26067/statm: 1339 232 193 169 0 50 0
[pid=26068] ppid=26067 vsize=13884 CPUtime=3.8
/proc/26068/stat : 26068 (minisat) R 26067 26044 25331 0 -1 4194304 3178 0 0 0 379 1 0 0 25 0 1 0 125254440 14217216 3164 996147200 134512640 135127466 4294956272 18446744073709551615 134522624 0 0 4096 3 0 0 0 17 1 0 0
/proc/26068/statm: 3471 3164 75 150 0 3318 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 32840

[startup+7.50156 s]
/proc/loadavg: 1.92 1.95 1.90 3/85 26068
/proc/meminfo: memFree=1392912/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=13600 CPUtime=3.07
/proc/26044/stat : 26044 (sugar) S 26042 26044 25331 0 -1 4194304 1034 17725 0 2 3 0 288 16 16 0 1 0 125254115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26044/statm: 3400 799 370 3 0 500 0
[pid=26067] ppid=26044 vsize=5356 CPUtime=0
/proc/26067/stat : 26067 (sh) S 26044 26044 25331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125254440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26067/statm: 1339 232 193 169 0 50 0
[pid=26068] ppid=26067 vsize=13884 CPUtime=4.2
/proc/26068/stat : 26068 (minisat) R 26067 26044 25331 0 -1 4194304 3187 0 0 0 419 1 0 0 25 0 1 0 125254440 14217216 3173 996147200 134512640 135127466 4294956272 18446744073709551615 134521700 0 0 4096 3 0 0 0 17 1 0 0
/proc/26068/statm: 3471 3173 75 150 0 3318 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 32840

[startup+7.70758 s]
/proc/loadavg: 1.92 1.95 1.90 3/93 26078
/proc/meminfo: memFree=1400784/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=13600 CPUtime=7.31
/proc/26044/stat : 26044 (sugar) S 26042 26044 25331 0 -1 4194304 1091 21215 0 2 3 0 710 18 16 0 1 0 125254115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26044/statm: 3400 799 370 3 0 500 0
[pid=26069] ppid=26044 vsize=5356 CPUtime=0
/proc/26069/stat : 26069 (sh) S 26044 26044 25331 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 125254867 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26069/statm: 1339 233 193 169 0 50 0
[pid=26070] ppid=26069 vsize=863852 CPUtime=0.16
/proc/26070/stat : 26070 (java) S 26069 26044 25331 0 -1 0 3492 0 1 0 15 1 0 0 18 0 9 0 125254867 884584448 2966 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26070/statm: 215963 2966 1663 9 0 210545 0
[pid=26070/tid=26071] ppid=26069 vsize=863852 CPUtime=0.11
/proc/26070/task/26071/stat : 26071 (java) R 26069 26044 25331 0 -1 64 2463 0 1 0 11 0 0 0 20 0 9 0 125254868 884584448 2966 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26072] ppid=26069 vsize=863852 CPUtime=0
/proc/26070/task/26072/stat : 26072 (java) S 26069 26044 25331 0 -1 64 73 0 0 0 0 0 0 0 16 0 9 0 125254869 884584448 2966 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26073] ppid=26069 vsize=863852 CPUtime=0
/proc/26070/task/26073/stat : 26073 (java) S 26069 26044 25331 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 125254870 884584448 2966 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26074] ppid=26069 vsize=863852 CPUtime=0
/proc/26070/task/26074/stat : 26074 (java) S 26069 26044 25331 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 125254870 884584448 2966 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26075] ppid=26069 vsize=863852 CPUtime=0
/proc/26070/task/26075/stat : 26075 (java) S 26069 26044 25331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 125254872 884584448 2966 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26076] ppid=26069 vsize=863852 CPUtime=0.04
/proc/26070/task/26076/stat : 26076 (java) R 26069 26044 25331 0 -1 64 265 0 0 0 4 0 0 0 17 0 9 0 125254872 884584448 2966 996147200 134512640 134550740 4294956000 18446744073709551615 102097127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26077] ppid=26069 vsize=863852 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26069 26044 25331 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 125254872 884584448 2966 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26078] ppid=26069 vsize=863852 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26069 26044 25331 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 125254872 884584448 2966 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 882808

[startup+7.80259 s]
/proc/loadavg: 1.92 1.95 1.90 3/93 26078
/proc/meminfo: memFree=1400784/2055920 swapFree=4181452/4192956
[pid=26044] ppid=26042 vsize=13600 CPUtime=7.33
/proc/26044/stat : 26044 (sugar) S 26042 26044 25331 0 -1 4194304 1093 21215 0 2 4 1 710 18 15 0 1 0 125254115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26044/statm: 3400 799 370 3 0 500 0
[pid=26069] ppid=26044 vsize=5356 CPUtime=0
/proc/26069/stat : 26069 (sh) S 26044 26044 25331 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 125254867 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26069/statm: 1339 233 193 169 0 50 0
[pid=26070] ppid=26069 vsize=864040 CPUtime=0.24
/proc/26070/stat : 26070 (java) S 26069 26044 25331 0 -1 0 3590 0 1 0 23 1 0 0 18 0 9 0 125254867 884776960 3059 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26070/statm: 216010 3059 1700 9 0 210585 0
[pid=26070/tid=26071] ppid=26069 vsize=864040 CPUtime=0.17
/proc/26070/task/26071/stat : 26071 (java) S 26069 26044 25331 0 -1 64 2526 0 1 0 16 1 0 0 21 0 9 0 125254868 884776960 3059 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26072] ppid=26069 vsize=864040 CPUtime=0
/proc/26070/task/26072/stat : 26072 (java) S 26069 26044 25331 0 -1 64 73 0 0 0 0 0 0 0 16 0 9 0 125254869 884776960 3059 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26073] ppid=26069 vsize=864040 CPUtime=0
/proc/26070/task/26073/stat : 26073 (java) S 26069 26044 25331 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 125254870 884776960 3059 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26074] ppid=26069 vsize=864040 CPUtime=0
/proc/26070/task/26074/stat : 26074 (java) S 26069 26044 25331 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 125254870 884776960 3059 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26075] ppid=26069 vsize=864040 CPUtime=0
/proc/26070/task/26075/stat : 26075 (java) S 26069 26044 25331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 125254872 884776960 3059 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26076] ppid=26069 vsize=864040 CPUtime=0.05
/proc/26070/task/26076/stat : 26076 (java) S 26069 26044 25331 0 -1 64 300 0 0 0 5 0 0 0 16 0 9 0 125254872 884776960 3059 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26077] ppid=26069 vsize=864040 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26069 26044 25331 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 125254872 884776960 3059 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26070/tid=26078] ppid=26069 vsize=864040 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26069 26044 25331 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 125254872 884776960 3059 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 7.84745
CPU time (s): 7.60384
CPU user time (s): 7.37988
CPU system time (s): 0.223965
CPU usage (%): 96.8957
Max. virtual memory (cumulated for all children) (KiB): 887600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.37988
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26245
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= 4270
involuntary context switches= 4405

runsolver used 0.019996 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-04 02:47:11
IDJOB=1061355
IDBENCH=54543
IDSOLVER=346
FILE ID=node73/1061355-1215132431
PBS_JOBID= 7877267
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32d2.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-1061355-1215132431/watcher-1061355-1215132431 -o /tmp/evaluation-result-1061355-1215132431/solver-1061355-1215132431 -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-1061355-1215132431.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b64961e3de7d579b5abc6955b1051096
RANDOM SEED=73661710

node73.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.230
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.230
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:       1412232 kB
Buffers:         55224 kB
Cached:         442744 kB
SwapCached:       5300 kB
Active:         237508 kB
Inactive:       337172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1412232 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            2036 kB
Writeback:           0 kB
Mapped:          93136 kB
Slab:            54000 kB
Committed_AS:  1063336 kB
PageTables:       1968 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= 66532 MiB
End job on node73 at 2008-07-04 02:47:19