Trace number 1049833

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 2.24766 2.35387

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s4-4-3-9.xml
MD5SUMf17be49a462b2b2aeb8ec40f18433cdc
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 benchmark2.24766
Satisfiable
(Un)Satisfiability was proved
Number of variables840
Number of constraints2526
Maximum constraint arity35
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2526
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 Thu Jul  3 03:03:49 2008
0.00/0.04	c 0	PID 32064
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1049833-1215047029.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-1049833-1215047029.xml' 'HOME/temp.csp'
0.03/0.78	c 1	1 domains, 840 variables, 9 predicates, 0 relations, 2526 constraints
0.03/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	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.74/0.92	c 1	Parsing HOME/temp.csp
0.99/1.15	c 2	parsed 3376 expressions
0.99/1.15	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.15	c 2	Converting to clausal form CSP
0.99/1.18	c 2	converted 338 (10%) expressions
0.99/1.19	c 2	converted 676 (20%) expressions
1.08/1.23	c 2	converted 1013 (30%) expressions
1.08/1.27	c 2	converted 1351 (40%) expressions
1.18/1.37	c 2	converted 1688 (50%) expressions
1.18/1.39	c 2	converted 2026 (60%) expressions
1.28/1.41	c 2	converted 2364 (70%) expressions
1.28/1.42	c 2	converted 2701 (80%) expressions
1.28/1.43	c 2	converted 3039 (90%) expressions
1.37/1.52	c 2	converted 3376 (100%) expressions
1.37/1.52	c 2	CSP : 1632 integers, 0 booleans, 4110 clauses, largest domain size 19
1.37/1.52	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.37/1.52	c 2	Propagation in CSP
1.37/1.58	c 2	1512 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.37/1.58	c 2	CSP : 1632 integers, 0 booleans, 4110 clauses, largest domain size 4
1.37/1.58	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.37/1.58	c 2	Simplifing CSP by introducing new Boolean variables
1.37/1.59	c 2	CSP : 1632 integers, 0 booleans, 4110 clauses, largest domain size 4
1.37/1.59	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.47/1.63	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.47/1.64	c 2	164 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.64	c 2	327 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.64	c 2	490 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.64	c 2	653 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.64	c 2	816 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.65	c 2	980 (60%) CSP integer variables are encoded (212 clauses, 2629 bytes)
1.47/1.65	c 2	1143 (70%) CSP integer variables are encoded (458 clauses, 5827 bytes)
1.47/1.65	c 2	1306 (80%) CSP integer variables are encoded (706 clauses, 9051 bytes)
1.47/1.65	c 2	1469 (90%) CSP integer variables are encoded (953 clauses, 12262 bytes)
1.47/1.66	c 2	1632 (100%) CSP integer variables are encoded (1200 clauses, 15473 bytes)
1.47/1.68	c 2	411 (10%) CSP clauses are encoded (1611 clauses, 19698 bytes)
1.47/1.69	c 2	822 (20%) CSP clauses are encoded (2022 clauses, 24876 bytes)
1.57/1.71	c 2	1233 (30%) CSP clauses are encoded (2433 clauses, 31074 bytes)
1.57/1.72	c 2	1644 (40%) CSP clauses are encoded (2844 clauses, 37243 bytes)
1.57/1.72	c 2	2055 (50%) CSP clauses are encoded (3255 clauses, 43526 bytes)
1.57/1.73	c 2	2466 (60%) CSP clauses are encoded (3666 clauses, 52162 bytes)
1.57/1.74	c 2	2877 (70%) CSP clauses are encoded (5681 clauses, 81009 bytes)
1.57/1.74	c 2	3288 (80%) CSP clauses are encoded (7859 clauses, 113538 bytes)
1.57/1.75	c 2	3699 (90%) CSP clauses are encoded (10033 clauses, 145959 bytes)
1.57/1.76	c 2	4110 (100%) CSP clauses are encoded (12222 clauses, 178650 bytes)
1.57/1.76	c 2	4110 CSP clauses encoded
1.57/1.76	c 2	Writing map file : HOME/temp.map
1.57/1.78	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.57/1.78	c 2	SAT : 2832 SAT variables, 12222 SAT clauses, 178650 bytes
1.57/1.78	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.57/1.78	c 2	SOLVING HOME/temp.cnf
1.57/1.78	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.57/1.79	c 2	This is MiniSat 2.0 beta
1.57/1.79	c 2	WARNING: for repeatability, setting FPU to use double precision
1.57/1.79	c 2	============================[ Problem Statistics ]=============================
1.57/1.79	c 2	|                                                                             |
1.57/1.79	c 2	|  Number of variables:  2832                                                 |
1.57/1.79	c 2	|  Number of clauses:    12222                                                |
1.57/1.79	c 2	|  Parsing time:         0.01         s                                       |
1.57/1.80	c 2	============================[ Search Statistics ]==============================
1.57/1.80	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.57/1.80	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.57/1.80	c 2	===============================================================================
1.57/1.80	c 2	|         0 |    2832    12222    30718 |     4074        0    nan |  0.000 % |
1.68/1.80	c 2	|       101 |    2829    12222    30718 |     4481      100      7 |  0.283 % |
1.68/1.81	c 2	|       251 |    2829    12222    30718 |     4929      250     11 |  0.283 % |
1.68/1.82	c 2	|       476 |    2816    12127    30489 |     5422      356     10 |  0.565 % |
1.68/1.84	c 2	|       814 |    2816    12127    30489 |     5964      694     10 |  0.565 % |
1.68/1.87	c 2	|      1320 |    2813    12109    30448 |     6561     1198     11 |  0.812 % |
1.68/1.91	c 2	|      2079 |    2798    12028    30265 |     7217     1948     12 |  1.201 % |
1.68/1.99	c 2	|      3221 |    2792    11996    30191 |     7939     3070     16 |  1.413 % |
1.68/2.03	c 2	===============================================================================
1.68/2.03	c 2	restarts              : 8
1.68/2.03	c 2	conflicts             : 3739           (15713 /sec)
1.68/2.03	c 2	decisions             : 5219           (1.55 % random) (21932 /sec)
1.68/2.03	c 2	propagations          : 720736         (3028773 /sec)
1.68/2.03	c 2	conflict literals     : 53923          (13.19 % deleted)
1.68/2.03	c 2	Memory used           : 2.79 MB
1.68/2.03	c 2	CPU time              : 0.237963 s
1.68/2.03	c 2	
1.68/2.03	c 2	SATISFIABLE
1.68/2.03	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.68/2.03	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.93/2.11	c 3	Decoding HOME/temp.out
2.08/2.25	s SATISFIABLE
2.08/2.29	v 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2.19/2.31	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.35	c 3	CPU 2.12 (0.04 0.01 2.08 0.1)
2.19/2.35	c 3	END Thu Jul  3 03:03:52 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-1049833-1215047029/watcher-1049833-1215047029 -o /tmp/evaluation-result-1049833-1215047029/solver-1049833-1215047029 -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-1049833-1215047029.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 1.98 1.98 4/72 32064
/proc/meminfo: memFree=1863100/2055920 swapFree=4179760/4192956
[pid=32064] ppid=32062 vsize=12268 CPUtime=0
/proc/32064/stat : 32064 (sugar) R 32062 32064 30836 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1983675315 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/32064/statm: 3067 316 241 3 0 167 0

[startup+0.104461 s]
/proc/loadavg: 1.99 1.98 1.98 4/72 32064
/proc/meminfo: memFree=1863100/2055920 swapFree=4179760/4192956
[pid=32064] ppid=32062 vsize=13600 CPUtime=0.03
/proc/32064/stat : 32064 (sugar) S 32062 32064 30836 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983675315 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32064/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201482 s]
/proc/loadavg: 1.99 1.98 1.98 4/72 32064
/proc/meminfo: memFree=1863100/2055920 swapFree=4179760/4192956
[pid=32064] ppid=32062 vsize=13600 CPUtime=0.03
/proc/32064/stat : 32064 (sugar) S 32062 32064 30836 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983675315 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32064/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301494 s]
/proc/loadavg: 1.99 1.98 1.98 4/72 32064
/proc/meminfo: memFree=1863100/2055920 swapFree=4179760/4192956
[pid=32064] ppid=32062 vsize=13600 CPUtime=0.03
/proc/32064/stat : 32064 (sugar) S 32062 32064 30836 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983675315 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32064/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70157 s]
/proc/loadavg: 1.99 1.98 1.98 4/72 32064
/proc/meminfo: memFree=1863100/2055920 swapFree=4179760/4192956
[pid=32064] ppid=32062 vsize=13600 CPUtime=0.03
/proc/32064/stat : 32064 (sugar) S 32062 32064 30836 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983675315 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32064/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50272 s]
/proc/loadavg: 1.99 1.98 1.98 3/83 32086
/proc/meminfo: memFree=1854692/2055920 swapFree=4179760/4192956
[pid=32064] ppid=32062 vsize=13600 CPUtime=0.74
/proc/32064/stat : 32064 (sugar) S 32062 32064 30836 0 -1 4194304 973 5425 0 1 3 0 69 2 15 0 1 0 1983675315 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32064/statm: 3400 797 370 3 0 500 0
[pid=32077] ppid=32064 vsize=5356 CPUtime=0
/proc/32077/stat : 32077 (sh) S 32064 32064 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983675399 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32077/statm: 1339 233 193 169 0 50 0
[pid=32078] ppid=32077 vsize=868272 CPUtime=0.63
/proc/32078/stat : 32078 (java) S 32077 32064 30836 0 -1 0 5582 0 1 0 60 3 0 0 18 0 9 0 1983675400 889110528 5000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32078/statm: 217068 5000 1735 9 0 211643 0
[pid=32078/tid=32079] ppid=32077 vsize=868272 CPUtime=0.38
/proc/32078/task/32079/stat : 32079 (java) R 32077 32064 30836 0 -1 64 2655 0 1 0 37 1 0 0 19 0 9 0 1983675401 889110528 5000 996147200 134512640 134550740 4294955952 18446744073709551615 4126401530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32080] ppid=32077 vsize=868272 CPUtime=0.04
/proc/32078/task/32080/stat : 32080 (java) S 32077 32064 30836 0 -1 64 772 0 0 0 4 0 0 0 16 0 9 0 1983675402 889110528 5000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32081] ppid=32077 vsize=868272 CPUtime=0
/proc/32078/task/32081/stat : 32081 (java) S 32077 32064 30836 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983675402 889110528 5000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32082] ppid=32077 vsize=868272 CPUtime=0
/proc/32078/task/32082/stat : 32082 (java) S 32077 32064 30836 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983675402 889110528 5000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32083] ppid=32077 vsize=868272 CPUtime=0
/proc/32078/task/32083/stat : 32083 (java) S 32077 32064 30836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983675404 889110528 5000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32084] ppid=32077 vsize=868272 CPUtime=0.18
/proc/32078/task/32084/stat : 32084 (java) S 32077 32064 30836 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 1983675404 889110528 5000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32085] ppid=32077 vsize=868272 CPUtime=0
/proc/32078/task/32085/stat : 32085 (java) S 32077 32064 30836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983675404 889110528 5000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32086] ppid=32077 vsize=868272 CPUtime=0
/proc/32078/task/32086/stat : 32086 (java) S 32077 32064 30836 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983675404 889110528 5000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 887228

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

[startup+1.60274 s]
/proc/loadavg: 1.99 1.98 1.98 3/83 32086
/proc/meminfo: memFree=1854692/2055920 swapFree=4179760/4192956
[pid=32064] ppid=32062 vsize=13600 CPUtime=0.74
/proc/32064/stat : 32064 (sugar) S 32062 32064 30836 0 -1 4194304 974 5425 0 1 3 0 69 2 15 0 1 0 1983675315 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32064/statm: 3400 797 370 3 0 500 0
[pid=32077] ppid=32064 vsize=5356 CPUtime=0
/proc/32077/stat : 32077 (sh) S 32064 32064 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983675399 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32077/statm: 1339 233 193 169 0 50 0
[pid=32078] ppid=32077 vsize=868448 CPUtime=0.73
/proc/32078/stat : 32078 (java) S 32077 32064 30836 0 -1 0 5911 0 1 0 70 3 0 0 18 0 9 0 1983675400 889290752 5283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32078/statm: 217112 5283 1839 9 0 211687 0
[pid=32078/tid=32079] ppid=32077 vsize=868448 CPUtime=0.44
/proc/32078/task/32079/stat : 32079 (java) R 32077 32064 30836 0 -1 64 2664 0 1 0 43 1 0 0 20 0 9 0 1983675401 889290752 5283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32080] ppid=32077 vsize=868448 CPUtime=0.05
/proc/32078/task/32080/stat : 32080 (java) R 32077 32064 30836 0 -1 64 1080 0 0 0 5 0 0 0 16 0 9 0 1983675402 889290752 5283 996147200 134512640 134550740 4294955952 18446744073709551615 102721946 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32081] ppid=32077 vsize=868448 CPUtime=0
/proc/32078/task/32081/stat : 32081 (java) S 32077 32064 30836 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983675402 889290752 5283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32082] ppid=32077 vsize=868448 CPUtime=0
/proc/32078/task/32082/stat : 32082 (java) S 32077 32064 30836 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983675402 889290752 5283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32083] ppid=32077 vsize=868448 CPUtime=0
/proc/32078/task/32083/stat : 32083 (java) S 32077 32064 30836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983675404 889290752 5283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32084] ppid=32077 vsize=868448 CPUtime=0.22
/proc/32078/task/32084/stat : 32084 (java) S 32077 32064 30836 0 -1 64 1476 0 0 0 21 1 0 0 16 0 9 0 1983675404 889290752 5283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32085] ppid=32077 vsize=868448 CPUtime=0
/proc/32078/task/32085/stat : 32085 (java) S 32077 32064 30836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983675404 889290752 5283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32078/tid=32086] ppid=32077 vsize=868448 CPUtime=0
/proc/32078/task/32086/stat : 32086 (java) S 32077 32064 30836 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983675404 889290752 5283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 887404

[startup+2.0018 s]
/proc/loadavg: 1.99 1.98 1.98 3/83 32086
/proc/meminfo: memFree=1854692/2055920 swapFree=4179760/4192956
[pid=32064] ppid=32062 vsize=13600 CPUtime=1.68
/proc/32064/stat : 32064 (sugar) S 32062 32064 30836 0 -1 4194304 1034 12694 0 2 4 0 157 7 15 0 1 0 1983675315 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32064/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 13600

[startup+2.20184 s]
/proc/loadavg: 1.99 1.98 1.98 4/83 32098
/proc/meminfo: memFree=1855268/2055920 swapFree=4179760/4192956
[pid=32064] ppid=32062 vsize=13600 CPUtime=1.93
/proc/32064/stat : 32064 (sugar) S 32062 32064 30836 0 -1 4194304 1090 13402 0 2 4 0 181 8 16 0 1 0 1983675315 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32064/statm: 3400 799 370 3 0 500 0
[pid=32089] ppid=32064 vsize=5356 CPUtime=0
/proc/32089/stat : 32089 (sh) S 32064 32064 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983675519 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32089/statm: 1339 233 193 169 0 50 0
[pid=32090] ppid=32089 vsize=863720 CPUtime=0.15
/proc/32090/stat : 32090 (java) S 32089 32064 30836 0 -1 0 3404 0 1 0 14 1 0 0 18 0 9 0 1983675519 884449280 2880 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32090/statm: 215930 2880 1637 9 0 210512 0
[pid=32090/tid=32091] ppid=32089 vsize=863720 CPUtime=0.14
/proc/32090/task/32091/stat : 32091 (java) R 32089 32064 30836 0 -1 64 2434 0 1 0 13 1 0 0 18 0 9 0 1983675520 884449280 2880 996147200 134512640 134550740 4294956000 18446744073709551615 4125975782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32092] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32092/stat : 32092 (java) S 32089 32064 30836 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 1983675521 884449280 2880 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32093] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32093/stat : 32093 (java) S 32089 32064 30836 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983675521 884449280 2880 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32094] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32094/stat : 32094 (java) S 32089 32064 30836 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1983675521 884449280 2880 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32095] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32095/stat : 32095 (java) S 32089 32064 30836 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983675523 884449280 2880 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32096] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32096/stat : 32096 (java) R 32089 32064 30836 0 -1 64 203 0 0 0 0 0 0 0 19 0 9 0 1983675523 884449280 2880 996147200 134512640 134550740 4294956000 18446744073709551615 103771707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32097] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32097/stat : 32097 (java) S 32089 32064 30836 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983675523 884449280 2880 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32098] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32098/stat : 32098 (java) S 32089 32064 30836 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1983675523 884449280 2880 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 882676

[startup+2.30786 s]
/proc/loadavg: 1.99 1.98 1.98 4/83 32098
/proc/meminfo: memFree=1855268/2055920 swapFree=4179760/4192956
[pid=32064] ppid=32062 vsize=13600 CPUtime=1.94
/proc/32064/stat : 32064 (sugar) S 32062 32064 30836 0 -1 4194304 1092 13402 0 2 4 1 181 8 15 0 1 0 1983675315 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32064/statm: 3400 799 370 3 0 500 0
[pid=32089] ppid=32064 vsize=5356 CPUtime=0
/proc/32089/stat : 32089 (sh) S 32064 32064 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983675519 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32089/statm: 1339 233 193 169 0 50 0
[pid=32090] ppid=32089 vsize=863720 CPUtime=0.25
/proc/32090/stat : 32090 (java) S 32089 32064 30836 0 -1 0 3466 0 1 0 23 2 0 0 18 0 9 0 1983675519 884449280 2938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32090/statm: 215930 2938 1668 9 0 210512 0
[pid=32090/tid=32091] ppid=32089 vsize=863720 CPUtime=0.21
/proc/32090/task/32091/stat : 32091 (java) R 32089 32064 30836 0 -1 64 2478 0 1 0 20 1 0 0 19 0 9 0 1983675520 884449280 2938 996147200 134512640 134550740 4294956000 18446744073709551615 4727588 0 2147483391 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32092] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32092/stat : 32092 (java) S 32089 32064 30836 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 1983675521 884449280 2938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32093] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32093/stat : 32093 (java) S 32089 32064 30836 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983675521 884449280 2938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32094] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32094/stat : 32094 (java) S 32089 32064 30836 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1983675521 884449280 2938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32095] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32095/stat : 32095 (java) S 32089 32064 30836 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983675523 884449280 2938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32096] ppid=32089 vsize=863720 CPUtime=0.01
/proc/32090/task/32096/stat : 32096 (java) R 32089 32064 30836 0 -1 64 221 0 0 0 1 0 0 0 19 0 9 0 1983675523 884449280 2938 996147200 134512640 134550740 4294956000 18446744073709551615 101770712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32097] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32097/stat : 32097 (java) S 32089 32064 30836 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983675523 884449280 2938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32098] ppid=32089 vsize=863720 CPUtime=0
/proc/32090/task/32098/stat : 32098 (java) S 32089 32064 30836 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1983675523 884449280 2938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 882676

Child status: 0
Real time (s): 2.35387
CPU time (s): 2.24766
CPU user time (s): 2.12568
CPU system time (s): 0.121981
CPU usage (%): 95.4875
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.12568
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18431
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= 2854
involuntary context switches= 2734

runsolver used 0.006998 second user time and 0.017997 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-03 03:03:49
IDJOB=1049833
IDBENCH=54849
IDSOLVER=346
FILE ID=node45/1049833-1215047029
PBS_JOBID= 7875086
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s4-4-3-9.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-1049833-1215047029/watcher-1049833-1215047029 -o /tmp/evaluation-result-1049833-1215047029/solver-1049833-1215047029 -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-1049833-1215047029.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f17be49a462b2b2aeb8ec40f18433cdc
RANDOM SEED=699188293

node45.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.268
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.268
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:       1863580 kB
Buffers:         18156 kB
Cached:         112124 kB
SwapCached:       6672 kB
Active:          95188 kB
Inactive:        50500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863580 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          23268 kB
Slab:            32104 kB
Committed_AS:  3748016 kB
PageTables:       1704 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= 66548 MiB
End job on node45 at 2008-07-03 03:03:52