Trace number 2078111

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 10.0215 10.2503

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-2-5.xml
MD5SUM7a1ec06565a53c96cea02b6ba54c9589
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.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity7
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 04:45:43 2009
0.05/0.08	c 0	PID 24848
0.05/0.08	c 0	HOST node1.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2078111-1247366742.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078111-1247366742.xml' 'HOME/temp.csp'
0.06/0.32	c 0	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.06/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.36	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.31/0.44	c 0	Parsing HOME/temp.csp
0.31/0.48	c 0	parsed 181 expressions
0.31/0.49	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.49	c 0	Converting to clausal form CSP
0.31/0.51	c 0	converted 19 (10%) expressions
0.31/0.51	c 0	converted 37 (20%) expressions
0.31/0.51	c 0	converted 55 (30%) expressions
0.31/0.51	c 0	converted 73 (40%) expressions
0.31/0.51	c 0	converted 91 (50%) expressions
0.31/0.51	c 0	converted 109 (60%) expressions
0.31/0.52	c 0	converted 127 (70%) expressions
0.31/0.53	c 0	converted 145 (80%) expressions
0.31/0.56	c 0	converted 163 (90%) expressions
0.31/0.63	c 0	converted 181 (100%) expressions
0.31/0.63	c 0	CSP : 222 integers, 0 booleans, 324 clauses, largest domain size 1159
0.31/0.63	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.63	c 0	Propagation in CSP
0.31/0.65	c 0	9856 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.31/0.65	c 0	CSP : 222 integers, 0 booleans, 324 clauses, largest domain size 1135
0.31/0.65	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.65	c 0	Simplifing CSP by introducing new Boolean variables
0.31/0.65	c 0	CSP : 222 integers, 0 booleans, 324 clauses, largest domain size 1135
0.31/0.65	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.67	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.31/0.69	c 0	23 (10%) CSP integer variables are encoded (416 clauses, 4436 bytes)
0.31/0.69	c 0	45 (20%) CSP integer variables are encoded (885 clauses, 9595 bytes)
0.31/0.69	c 0	67 (30%) CSP integer variables are encoded (1277 clauses, 14554 bytes)
0.31/0.69	c 0	89 (40%) CSP integer variables are encoded (1717 clauses, 20274 bytes)
0.31/0.70	c 0	111 (50%) CSP integer variables are encoded (5115 clauses, 64448 bytes)
0.31/0.71	c 0	134 (60%) CSP integer variables are encoded (14765 clauses, 199651 bytes)
0.31/0.72	c 0	156 (70%) CSP integer variables are encoded (23546 clauses, 331366 bytes)
0.31/0.73	c 0	178 (80%) CSP integer variables are encoded (30343 clauses, 433321 bytes)
0.31/0.75	c 0	200 (90%) CSP integer variables are encoded (39534 clauses, 571186 bytes)
0.31/0.77	c 0	222 (100%) CSP integer variables are encoded (51135 clauses, 745201 bytes)
0.31/0.78	c 0	33 (10%) CSP clauses are encoded (52584 clauses, 766303 bytes)
0.32/0.80	c 0	65 (20%) CSP clauses are encoded (64767 clauses, 966911 bytes)
0.32/0.89	c 0	98 (30%) CSP clauses are encoded (114521 clauses, 1814641 bytes)
0.32/1.00	c 0	130 (40%) CSP clauses are encoded (171974 clauses, 2866403 bytes)
1.61/1.78	c 1	162 (50%) CSP clauses are encoded (588373 clauses, 11149452 bytes)
1.81/1.90	c 1	195 (60%) CSP clauses are encoded (652949 clauses, 12419053 bytes)
2.11/2.23	c 2	227 (70%) CSP clauses are encoded (826635 clauses, 15869607 bytes)
2.60/2.79	c 2	260 (80%) CSP clauses are encoded (1138198 clauses, 22065386 bytes)
5.75/5.90	c 5	292 (90%) CSP clauses are encoded (2825610 clauses, 55772438 bytes)
6.64/6.84	c 6	324 (100%) CSP clauses are encoded (3341012 clauses, 66052760 bytes)
6.64/6.84	c 6	324 CSP clauses encoded
6.64/6.84	c 6	Writing map file : HOME/temp.map
6.64/6.85	c 6	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.64/6.85	c 6	SAT : 51346 SAT variables, 3341012 SAT clauses, 66052760 bytes
6.64/6.85	c 6	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.64/6.88	c 6	SOLVING HOME/temp.cnf
6.64/6.88	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.64/6.89	c 6	This is MiniSat 2.0 beta
6.64/6.89	c 6	WARNING: for repeatability, setting FPU to use double precision
6.64/6.89	c 6	============================[ Problem Statistics ]=============================
6.64/6.89	c 6	|                                                                             |
6.64/6.89	c 6	|  Number of variables:  51346                                                |
6.64/6.89	c 6	|  Number of clauses:    3341012                                              |
8.10/8.36	c 8	|  Parsing time:         1.27         s                                       |
8.20/8.44	c 8	============================[ Search Statistics ]==============================
8.20/8.44	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.20/8.44	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.20/8.44	c 8	===============================================================================
8.20/8.44	c 8	|         0 |   51346  3341012  9939208 |  1113670        0    nan |  0.000 % |
9.28/9.51	c 9	|       100 |   48463  3341012  9939208 |  1225037       95      7 | 14.430 % |
9.67/9.94	c 9	===============================================================================
9.67/9.94	c 9	restarts              : 2
9.67/9.94	c 9	conflicts             : 167            (60 /sec)
9.67/9.94	c 9	decisions             : 421            (0.95 % random) (151 /sec)
9.67/9.94	c 9	propagations          : 445817         (159415 /sec)
9.67/9.94	c 9	conflict literals     : 1116           (20.46 % deleted)
9.67/9.94	c 9	Memory used           : 141.88 MB
9.67/9.94	c 9	CPU time              : 2.79657 s
9.67/9.94	c 9	
9.67/9.96	c 9	SATISFIABLE
9.67/9.99	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.67/9.99	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.77/10.07	c 10	Decoding HOME/temp.out
9.77/10.17	s SATISFIABLE
9.77/10.17	v 7 17 29 29 29 2 17 8 4 11 12 29 5 29 7 17 12 17 29 19 3 15 20 29 29 2 15 12 10 14 29 4 23 23 2 21 7 29 3 20 29 3 25 29 4 29 23 11 24 2 7 27 29 2 17 7 5 2 5 29 14 26 17 29 6 27 8 29 7 19 12 5 5 29 3 29 26 29 6 18 29 29 17 12 23 5 25 3 11 25 12 12 27 23 29 5 17 16 10 29
9.77/10.18	c 10	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.77/10.22	c 10	CPU 9.96 (0.06 0.01 9 0.89)
9.77/10.22	c 10	END Sun Jul 12 04:45:53 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078111-1247366742/watcher-2078111-1247366742 -o /tmp/evaluation-result-2078111-1247366742/solver-2078111-1247366742 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2078111-1247366742.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.13 4/82 24848
/proc/meminfo: memFree=1617216/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=12268 CPUtime=0
/proc/24848/stat : 24848 (sugar) R 24846 24848 21749 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23741994 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259353442917 0 0 4224 0 0 0 0 17 1 0 0
/proc/24848/statm: 3067 316 241 3 0 167 0

[startup+0.06436 s]
/proc/loadavg: 2.00 2.02 2.13 4/82 24848
/proc/meminfo: memFree=1617216/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16080 CPUtime=0.05
/proc/24848/stat : 24848 (sugar) R 24846 24848 21749 0 -1 4194304 936 0 0 0 4 1 0 0 18 0 1 0 23741994 16465920 904 996147200 4194304 4206940 548682068608 18446744073709551615 259353121505 0 0 4224 0 0 0 0 17 1 0 0
/proc/24848/statm: 4020 904 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.10137 s]
/proc/loadavg: 2.00 2.02 2.13 4/82 24848
/proc/meminfo: memFree=1617216/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16868 CPUtime=0.06
/proc/24848/stat : 24848 (sugar) S 24846 24848 21749 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23741994 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24848/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301382 s]
/proc/loadavg: 2.00 2.02 2.13 4/82 24848
/proc/meminfo: memFree=1617216/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16868 CPUtime=0.06
/proc/24848/stat : 24848 (sugar) S 24846 24848 21749 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23741994 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24848/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701428 s]
/proc/loadavg: 2.00 2.02 2.13 4/82 24848
/proc/meminfo: memFree=1617216/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16868 CPUtime=0.31
/proc/24848/stat : 24848 (sugar) S 24846 24848 21749 0 -1 4194304 1310 4342 0 1 5 1 22 3 15 0 1 0 23741994 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24848/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16868

[startup+1.50265 s]
/proc/loadavg: 2.00 2.02 2.13 3/93 24870
/proc/meminfo: memFree=1604008/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16868 CPUtime=0.32
/proc/24848/stat : 24848 (sugar) S 24846 24848 21749 0 -1 4194304 1310 4342 0 1 6 1 22 3 15 0 1 0 23741994 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24848/statm: 4217 1111 409 3 0 796 0
[pid=24861] ppid=24848 vsize=5356 CPUtime=0
/proc/24861/stat : 24861 (sh) S 24848 24848 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23742030 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24861/statm: 1339 233 193 169 0 50 0
[pid=24862] ppid=24861 vsize=864268 CPUtime=1.11
/proc/24862/stat : 24862 (java) S 24861 24848 21749 0 -1 0 5303 0 1 0 102 9 0 0 18 0 9 0 23742030 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24862/statm: 216067 4328 2589 9 0 210544 0
[pid=24862/tid=24863] ppid=24861 vsize=864268 CPUtime=0.89
/proc/24862/task/24863/stat : 24863 (java) R 24861 24848 21749 0 -1 64 2945 0 1 0 83 6 0 0 23 0 9 0 23742031 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24864] ppid=24861 vsize=864268 CPUtime=0.09
/proc/24862/task/24864/stat : 24864 (java) S 24861 24848 21749 0 -1 64 1322 0 0 0 8 1 0 0 15 0 9 0 23742032 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24865] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24865/stat : 24865 (java) S 24861 24848 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23742032 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24866] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24866/stat : 24866 (java) S 24861 24848 21749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23742032 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24867] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24867/stat : 24867 (java) S 24861 24848 21749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23742034 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24868] ppid=24861 vsize=864268 CPUtime=0.09
/proc/24862/task/24868/stat : 24868 (java) S 24861 24848 21749 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 23742034 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24869] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24869/stat : 24869 (java) S 24861 24848 21749 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23742035 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24870] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24870/stat : 24870 (java) S 24861 24848 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23742035 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886492

[startup+3.10271 s]
/proc/loadavg: 2.00 2.02 2.13 3/93 24870
/proc/meminfo: memFree=1592040/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16868 CPUtime=0.32
/proc/24848/stat : 24848 (sugar) S 24846 24848 21749 0 -1 4194304 1310 4342 0 1 6 1 22 3 15 0 1 0 23741994 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24848/statm: 4217 1111 409 3 0 796 0
[pid=24861] ppid=24848 vsize=5356 CPUtime=0
/proc/24861/stat : 24861 (sh) S 24848 24848 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23742030 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24861/statm: 1339 233 193 169 0 50 0
[pid=24862] ppid=24861 vsize=864268 CPUtime=2.67
/proc/24862/stat : 24862 (java) S 24861 24848 21749 0 -1 0 5779 0 1 0 245 22 0 0 18 0 9 0 23742030 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24862/statm: 216067 4331 2589 9 0 210544 0
[pid=24862/tid=24863] ppid=24861 vsize=864268 CPUtime=2.35
/proc/24862/task/24863/stat : 24863 (java) R 24861 24848 21749 0 -1 64 3418 0 1 0 218 17 0 0 25 0 9 0 23742031 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4126563809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24864] ppid=24861 vsize=864268 CPUtime=0.21
/proc/24862/task/24864/stat : 24864 (java) S 24861 24848 21749 0 -1 64 1323 0 0 0 16 5 0 0 16 0 9 0 23742032 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24865] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24865/stat : 24865 (java) S 24861 24848 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23742032 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24866] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24866/stat : 24866 (java) S 24861 24848 21749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23742032 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24867] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24867/stat : 24867 (java) S 24861 24848 21749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23742034 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24868] ppid=24861 vsize=864268 CPUtime=0.1
/proc/24862/task/24868/stat : 24868 (java) S 24861 24848 21749 0 -1 64 340 0 0 0 10 0 0 0 16 0 9 0 23742034 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24869] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24869/stat : 24869 (java) S 24861 24848 21749 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23742035 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24870] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24870/stat : 24870 (java) S 24861 24848 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23742035 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886492

[startup+6.30208 s]
/proc/loadavg: 2.08 2.04 2.13 3/93 24870
/proc/meminfo: memFree=1547880/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16868 CPUtime=0.32
/proc/24848/stat : 24848 (sugar) S 24846 24848 21749 0 -1 4194304 1310 4342 0 1 6 1 22 3 16 0 1 0 23741994 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24848/statm: 4217 1111 409 3 0 796 0
[pid=24861] ppid=24848 vsize=5356 CPUtime=0
/proc/24861/stat : 24861 (sh) S 24848 24848 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23742030 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24861/statm: 1339 233 193 169 0 50 0
[pid=24862] ppid=24861 vsize=864268 CPUtime=5.83
/proc/24862/stat : 24862 (java) S 24861 24848 21749 0 -1 0 6782 0 1 0 529 54 0 0 18 0 9 0 23742030 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24862/statm: 216067 4331 2589 9 0 210544 0
[pid=24862/tid=24863] ppid=24861 vsize=864268 CPUtime=5.25
/proc/24862/task/24863/stat : 24863 (java) R 24861 24848 21749 0 -1 64 4421 0 1 0 483 42 0 0 25 0 9 0 23742031 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4126563856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24864] ppid=24861 vsize=864268 CPUtime=0.44
/proc/24862/task/24864/stat : 24864 (java) S 24861 24848 21749 0 -1 64 1323 0 0 0 34 10 0 0 16 0 9 0 23742032 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24865] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24865/stat : 24865 (java) S 24861 24848 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23742032 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24866] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24866/stat : 24866 (java) S 24861 24848 21749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23742032 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24867] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24867/stat : 24867 (java) S 24861 24848 21749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23742034 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24868] ppid=24861 vsize=864268 CPUtime=0.1
/proc/24862/task/24868/stat : 24868 (java) S 24861 24848 21749 0 -1 64 340 0 0 0 10 0 0 0 17 0 9 0 23742034 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24869] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24869/stat : 24869 (java) S 24861 24848 21749 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23742035 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24862/tid=24870] ppid=24861 vsize=864268 CPUtime=0
/proc/24862/task/24870/stat : 24870 (java) S 24861 24848 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23742035 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886492

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

[startup+7.90127 s]
/proc/loadavg: 2.08 2.04 2.13 3/85 24872
/proc/meminfo: memFree=1476520/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16868 CPUtime=6.71
/proc/24848/stat : 24848 (sugar) S 24846 24848 21749 0 -1 4194304 1376 11598 0 2 6 1 602 62 16 0 1 0 23741994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24848/statm: 4217 1113 409 3 0 796 0
[pid=24871] ppid=24848 vsize=5356 CPUtime=0
/proc/24871/stat : 24871 (sh) S 24848 24848 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23742682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24871/statm: 1339 232 193 169 0 50 0
[pid=24872] ppid=24871 vsize=91544 CPUtime=0.99
/proc/24872/stat : 24872 (minisat) R 24871 24848 21749 0 -1 4194304 22511 0 0 0 87 12 0 0 25 0 1 0 23742683 93741056 22497 996147200 134512640 135127466 4294956256 18446744073709551615 134514006 0 0 4096 3 0 0 0 17 1 0 0
/proc/24872/statm: 22886 22497 62 150 0 22733 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 113768

[startup+9.50146 s]
/proc/loadavg: 2.08 2.04 2.13 3/85 24872
/proc/meminfo: memFree=1404200/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16868 CPUtime=6.71
/proc/24848/stat : 24848 (sugar) S 24846 24848 21749 0 -1 4194304 1376 11598 0 2 6 1 602 62 15 0 1 0 23741994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24848/statm: 4217 1113 409 3 0 796 0
[pid=24871] ppid=24848 vsize=5356 CPUtime=0
/proc/24871/stat : 24871 (sh) S 24848 24848 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23742682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24871/statm: 1339 232 193 169 0 50 0
[pid=24872] ppid=24871 vsize=144216 CPUtime=2.57
/proc/24872/stat : 24872 (minisat) R 24871 24848 21749 0 -1 4194304 35599 0 0 0 236 21 0 0 25 0 1 0 23742683 147677184 35585 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24872/statm: 36054 35585 72 150 0 35901 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 166440

[startup+9.90651 s]
/proc/loadavg: 2.08 2.04 2.13 3/85 24872
/proc/meminfo: memFree=1396392/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16868 CPUtime=6.71
/proc/24848/stat : 24848 (sugar) S 24846 24848 21749 0 -1 4194304 1376 11598 0 2 6 1 602 62 16 0 1 0 23741994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24848/statm: 4217 1113 409 3 0 796 0
[pid=24871] ppid=24848 vsize=5356 CPUtime=0
/proc/24871/stat : 24871 (sh) S 24848 24848 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23742682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24871/statm: 1339 232 193 169 0 50 0
[pid=24872] ppid=24871 vsize=145008 CPUtime=2.96
/proc/24872/stat : 24872 (minisat) R 24871 24848 21749 0 -1 4194304 35803 0 0 0 275 21 0 0 25 0 1 0 23742683 148488192 35789 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24872/statm: 36252 35789 75 150 0 36099 0
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (KiB) 167232

[startup+10.1015 s]
/proc/loadavg: 2.08 2.04 2.13 3/85 24872
/proc/meminfo: memFree=1396392/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16868 CPUtime=9.77
/proc/24848/stat : 24848 (sugar) S 24846 24848 21749 0 -1 4194304 1448 47740 0 2 6 1 883 87 16 0 1 0 23741994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24848/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (KiB) 16868

[startup+10.2015 s]
/proc/loadavg: 2.08 2.04 2.13 3/85 24872
/proc/meminfo: memFree=1396392/2055920 swapFree=4192812/4192956
[pid=24848] ppid=24846 vsize=16868 CPUtime=9.77
/proc/24848/stat : 24848 (sugar) S 24846 24848 21749 0 -1 4194304 1450 47740 0 2 6 1 883 87 15 0 1 0 23741994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24848/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 10.2503
CPU time (s): 10.0215
CPU user time (s): 9.06562
CPU system time (s): 0.955854
CPU usage (%): 97.7676
Max. virtual memory (cumulated for all children) (KiB): 886492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.06562
system time used= 0.955854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53059
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= 18189
involuntary context switches= 18379

runsolver used 0.013997 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 04:45:42
IDJOB=2078111
IDBENCH=56715
IDSOLVER=739
FILE ID=node1/2078111-1247366742
PBS_JOBID= 9507068
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-40-2-5.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078111-1247366742/watcher-2078111-1247366742 -o /tmp/evaluation-result-2078111-1247366742/solver-2078111-1247366742 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2078111-1247366742.xml

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

MD5SUM BENCH= 7a1ec06565a53c96cea02b6ba54c9589
RANDOM SEED=418038644

node1.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.216
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.216
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:       1617696 kB
Buffers:         37516 kB
Cached:         162948 kB
SwapCached:          0 kB
Active:         296416 kB
Inactive:        77480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:         193908 kB
Slab:            49184 kB
Committed_AS:   408344 kB
PageTables:       2200 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= 66384 MiB
End job on node1 at 2009-07-12 04:45:53