Trace number 2069124

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+minisatUNSAT 13.005 13.2107

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-tag10.xml
MD5SUM0974d400ab58878f22f5c953bc881e0b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.005
Satisfiable
(Un)Satisfiability was proved
Number of variables9071
Number of constraints25913
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25913
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 23:59:00 2009
0.00/0.07	c 0	PID 14688
0.06/0.08	c 0	HOST node71.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2069124-1247349539.xml TO HOME/temp.csp
0.06/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-2069124-1247349539.xml' 'HOME/temp.csp'
1.75/1.85	c 1	2 domains, 9071 variables, 7 predicates, 0 relations, 25913 constraints
1.75/1.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.75/1.88	c 1	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'
1.82/1.96	c 2	Parsing HOME/temp.csp
2.02/2.11	c 2	parsed 10000 expressions
2.13/2.25	c 2	parsed 20000 expressions
2.32/2.41	c 2	parsed 30000 expressions
2.32/2.48	c 2	parsed 34993 expressions
2.32/2.49	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.32/2.49	c 2	Converting to clausal form CSP
2.42/2.55	c 2	converted 3500 (10%) expressions
2.42/2.56	c 2	converted 6999 (20%) expressions
2.62/2.78	c 2	converted 10498 (30%) expressions
2.81/2.98	c 3	converted 13998 (40%) expressions
2.92/3.06	c 3	converted 17497 (50%) expressions
3.02/3.15	c 3	converted 20996 (60%) expressions
3.12/3.22	c 3	converted 24496 (70%) expressions
3.21/3.32	c 3	converted 27995 (80%) expressions
3.31/3.43	c 3	converted 31494 (90%) expressions
3.61/3.75	c 3	converted 34993 (100%) expressions
3.61/3.76	c 3	CSP : 9071 integers, 0 booleans, 25911 clauses, largest domain size 2
3.61/3.76	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.61/3.76	c 3	Propagation in CSP
3.81/3.95	c 4	11 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.81/3.95	c 4	CSP : 9071 integers, 0 booleans, 25911 clauses, largest domain size 2
3.81/3.95	c 4	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.81/3.97	c 4	Simplifing CSP by introducing new Boolean variables
3.81/3.98	c 4	CSP : 9071 integers, 0 booleans, 25911 clauses, largest domain size 2
3.81/3.98	c 4	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.01/4.10	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.01/4.12	c 4	908 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.01/4.13	c 4	1815 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.01/4.13	c 4	2722 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.01/4.13	c 4	3629 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.01/4.13	c 4	4536 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.01/4.15	c 4	5443 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.01/4.15	c 4	6350 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.01/4.15	c 4	7257 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.01/4.15	c 4	8164 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.01/4.15	c 4	9071 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.11/4.22	c 4	2592 (10%) CSP clauses are encoded (2586 clauses, 30358 bytes)
4.11/4.25	c 4	5183 (20%) CSP clauses are encoded (5177 clauses, 62992 bytes)
4.11/4.26	c 4	7774 (30%) CSP clauses are encoded (7768 clauses, 96675 bytes)
4.11/4.28	c 4	10365 (40%) CSP clauses are encoded (10359 clauses, 130358 bytes)
4.11/4.30	c 4	12956 (50%) CSP clauses are encoded (12950 clauses, 164041 bytes)
4.20/4.31	c 4	15547 (60%) CSP clauses are encoded (15541 clauses, 197724 bytes)
4.20/4.34	c 4	18138 (70%) CSP clauses are encoded (18112 clauses, 234812 bytes)
4.20/4.36	c 4	20729 (80%) CSP clauses are encoded (20703 clauses, 279749 bytes)
4.20/4.39	c 4	23320 (90%) CSP clauses are encoded (23294 clauses, 327491 bytes)
9.27/9.43	c 9	25911 (100%) CSP clauses are encoded (53711 clauses, 1098707 bytes)
9.27/9.43	c 9	25911 CSP clauses encoded
9.27/9.43	c 9	Writing map file : HOME/temp.map
9.27/9.46	c 9	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.27/9.46	c 9	SAT : 9058 SAT variables, 53711 SAT clauses, 1098707 bytes
9.27/9.46	c 9	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.34/9.51	c 9	SOLVING HOME/temp.cnf
9.34/9.51	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.34/9.51	c 9	This is MiniSat 2.0 beta
9.34/9.51	c 9	WARNING: for repeatability, setting FPU to use double precision
9.34/9.51	c 9	============================[ Problem Statistics ]=============================
9.34/9.51	c 9	|                                                                             |
9.34/9.52	c 9	|  Number of variables:  9058                                                 |
9.34/9.52	c 9	|  Number of clauses:    53711                                                |
9.34/9.56	c 9	|  Parsing time:         0.03         s                                       |
9.34/9.56	c 9	============================[ Search Statistics ]==============================
9.34/9.56	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.34/9.56	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.34/9.56	c 9	===============================================================================
9.34/9.56	c 9	|         0 |    9058    53711   225789 |    17903        0    nan |  0.000 % |
9.34/9.58	c 9	|       101 |    9058    53711   225789 |    19694      101     10 |  0.000 % |
9.37/9.60	c 9	|       251 |    9058    53711   225789 |    21663      251     21 |  0.000 % |
9.37/9.67	c 9	|       476 |    9058    53711   225789 |    23829      476     20 |  0.000 % |
9.37/9.77	c 9	|       814 |    9058    53711   225789 |    26212      814     21 |  0.000 % |
9.64/9.87	c 9	|      1320 |    9058    53711   225789 |    28834     1320     19 |  0.000 % |
9.83/10.01	c 10	|      2079 |    9058    53711   225789 |    31717     2079     21 |  0.001 % |
10.03/10.26	c 10	|      3218 |    9058    53711   225789 |    34889     3218     22 |  0.000 % |
10.53/10.75	c 10	|      4926 |    9058    53711   225789 |    38378     4926     21 |  0.000 % |
11.22/11.40	c 11	|      7488 |    9055    53265   223202 |    42215     2169     13 |  0.033 % |
12.32/12.51	c 12	|     11332 |    8978    52311   218668 |    46437     3813     16 |  0.883 % |
12.52/12.72	c 12	===============================================================================
12.52/12.72	c 12	restarts              : 11
12.52/12.72	c 12	conflicts             : 11992          (3772 /sec)
12.52/12.72	c 12	decisions             : 15399          (1.26 % random) (4843 /sec)
12.52/12.72	c 12	propagations          : 14516355       (4565586 /sec)
12.52/12.72	c 12	conflict literals     : 238406         (39.71 % deleted)
12.52/12.72	c 12	Memory used           : 5.73 MB
12.52/12.72	c 12	CPU time              : 3.17952 s
12.52/12.72	c 12	
12.52/12.72	c 12	UNSATISFIABLE
12.52/12.73	c 12	DECODING HOME/temp.out WITH HOME/temp.map
12.52/12.73	c 12	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'
12.56/12.80	c 12	Decoding HOME/temp.out
12.91/13.14	s UNSATISFIABLE
12.91/13.15	c 13	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.91/13.21	c 13	CPU 12.98 (0.06 0.02 12.62 0.28)
12.91/13.21	c 13	END Sat Jul 11 23:59:13 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069124-1247349539/watcher-2069124-1247349539 -o /tmp/evaluation-result-2069124-1247349539/solver-2069124-1247349539 -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-2069124-1247349539.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.11 2.04 2.01 3/82 14688
/proc/meminfo: memFree=1024792/2055920 swapFree=4192952/4192956
[pid=14688] ppid=14686 vsize=18576 CPUtime=0
/proc/14688/stat : 14688 (runsolver) R 14686 14688 14651 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22016530 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14688/statm: 4644 284 249 26 0 2626 0

[startup+0.079315 s]
/proc/loadavg: 2.11 2.04 2.01 3/82 14688
/proc/meminfo: memFree=1024792/2055920 swapFree=4192952/4192956
[pid=14688] ppid=14686 vsize=16740 CPUtime=0.06
/proc/14688/stat : 14688 (sugar) S 14686 14688 14651 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22016530 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102183 s]
/proc/loadavg: 2.11 2.04 2.01 3/82 14688
/proc/meminfo: memFree=1024792/2055920 swapFree=4192952/4192956
[pid=14688] ppid=14686 vsize=16868 CPUtime=0.06
/proc/14688/stat : 14688 (sugar) S 14686 14688 14651 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22016530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302172 s]
/proc/loadavg: 2.11 2.04 2.01 3/82 14688
/proc/meminfo: memFree=1024792/2055920 swapFree=4192952/4192956
[pid=14688] ppid=14686 vsize=16868 CPUtime=0.06
/proc/14688/stat : 14688 (sugar) S 14686 14688 14651 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22016530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702232 s]
/proc/loadavg: 2.11 2.04 2.01 3/82 14688
/proc/meminfo: memFree=1024792/2055920 swapFree=4192952/4192956
[pid=14688] ppid=14686 vsize=16868 CPUtime=0.06
/proc/14688/stat : 14688 (sugar) S 14686 14688 14651 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22016530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50233 s]
/proc/loadavg: 2.11 2.04 2.01 4/93 14700
/proc/meminfo: memFree=990272/2055920 swapFree=4192952/4192956
[pid=14688] ppid=14686 vsize=16868 CPUtime=0.06
/proc/14688/stat : 14688 (sugar) S 14686 14688 14651 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22016530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 4217 1111 409 3 0 796 0
[pid=14691] ppid=14688 vsize=5356 CPUtime=0
/proc/14691/stat : 14691 (sh) S 14688 14688 14651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22016538 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14691/statm: 1339 233 193 169 0 50 0
[pid=14692] ppid=14691 vsize=864776 CPUtime=1.39
/proc/14692/stat : 14692 (java) S 14691 14688 14651 0 -1 0 15799 0 1 0 129 10 0 0 19 0 9 0 22016538 885530624 13826 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14692/statm: 216194 13826 2556 9 0 210706 0
[pid=14692/tid=14693] ppid=14691 vsize=864776 CPUtime=0.71
/proc/14692/task/14693/stat : 14693 (java) R 14691 14688 14651 0 -1 64 3115 0 1 0 69 2 0 0 25 0 9 0 22016539 885530624 13826 996147200 134512640 134550932 4294955984 18446744073709551615 4126668016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14692/tid=14694] ppid=14691 vsize=864776 CPUtime=0.51
/proc/14692/task/14694/stat : 14694 (java) S 14691 14688 14651 0 -1 64 11458 0 0 0 45 6 0 0 16 0 9 0 22016541 885530624 13826 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14692/tid=14695] ppid=14691 vsize=864776 CPUtime=0
/proc/14692/task/14695/stat : 14695 (java) S 14691 14688 14651 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22016541 885530624 13826 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14692/tid=14696] ppid=14691 vsize=864776 CPUtime=0
/proc/14692/task/14696/stat : 14696 (java) S 14691 14688 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 22016541 885530624 13826 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14692/tid=14697] ppid=14691 vsize=864776 CPUtime=0
/proc/14692/task/14697/stat : 14697 (java) S 14691 14688 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22016543 885530624 13826 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14692/tid=14698] ppid=14691 vsize=864776 CPUtime=0.14
/proc/14692/task/14698/stat : 14698 (java) S 14691 14688 14651 0 -1 64 522 0 0 0 14 0 0 0 16 0 9 0 22016543 885530624 13826 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14692/tid=14699] ppid=14691 vsize=864776 CPUtime=0
/proc/14692/task/14699/stat : 14699 (java) S 14691 14688 14651 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22016543 885530624 13826 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14692/tid=14700] ppid=14691 vsize=864776 CPUtime=0
/proc/14692/task/14700/stat : 14700 (java) S 14691 14688 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22016544 885530624 13826 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10255 s]
/proc/loadavg: 2.11 2.04 2.01 4/93 14710
/proc/meminfo: memFree=1013624/2055920 swapFree=4192952/4192956
[pid=14688] ppid=14686 vsize=16868 CPUtime=1.82
/proc/14688/stat : 14688 (sugar) S 14686 14688 14651 0 -1 4194304 1309 16721 0 1 5 1 164 12 16 0 1 0 22016530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14688/statm: 4217 1111 409 3 0 796 0
[pid=14701] ppid=14688 vsize=5356 CPUtime=0
/proc/14701/stat : 14701 (sh) S 14688 14688 14651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22016718 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14701/statm: 1339 233 193 169 0 50 0
[pid=14702] ppid=14701 vsize=868644 CPUtime=1.2
/proc/14702/stat : 14702 (java) S 14701 14688 14651 0 -1 0 10555 0 1 0 114 6 0 0 18 0 9 0 22016718 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14702/statm: 217161 9465 2566 9 0 211666 0
[pid=14702/tid=14703] ppid=14701 vsize=868644 CPUtime=0.62
/proc/14702/task/14703/stat : 14703 (java) R 14701 14688 14651 0 -1 64 2716 0 1 0 61 1 0 0 24 0 9 0 22016719 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4126584512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14704] ppid=14701 vsize=868644 CPUtime=0.36
/proc/14702/task/14704/stat : 14704 (java) S 14701 14688 14651 0 -1 64 5653 0 0 0 34 2 0 0 16 0 9 0 22016720 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14705] ppid=14701 vsize=868644 CPUtime=0
/proc/14702/task/14705/stat : 14705 (java) S 14701 14688 14651 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22016720 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14706] ppid=14701 vsize=868644 CPUtime=0
/proc/14702/task/14706/stat : 14706 (java) S 14701 14688 14651 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22016721 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14707] ppid=14701 vsize=868644 CPUtime=0
/proc/14702/task/14707/stat : 14707 (java) S 14701 14688 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22016723 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14708] ppid=14701 vsize=868644 CPUtime=0.18
/proc/14702/task/14708/stat : 14708 (java) S 14701 14688 14651 0 -1 64 1484 0 0 0 17 1 0 0 16 0 9 0 22016723 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14709] ppid=14701 vsize=868644 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14701 14688 14651 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22016723 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14710] ppid=14701 vsize=868644 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14701 14688 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22016723 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890868

[startup+6.30298 s]
/proc/loadavg: 2.26 2.07 2.02 3/93 14710
/proc/meminfo: memFree=983992/2055920 swapFree=4192952/4192956
[pid=14688] ppid=14686 vsize=16868 CPUtime=1.82
/proc/14688/stat : 14688 (sugar) S 14686 14688 14651 0 -1 4194304 1310 16721 0 1 5 1 164 12 15 0 1 0 22016530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14688/statm: 4217 1111 409 3 0 796 0
[pid=14701] ppid=14688 vsize=5356 CPUtime=0
/proc/14701/stat : 14701 (sh) S 14688 14688 14651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22016718 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14701/statm: 1339 233 193 169 0 50 0
[pid=14702] ppid=14701 vsize=868756 CPUtime=4.38
/proc/14702/stat : 14702 (java) S 14701 14688 14651 0 -1 0 13018 0 1 0 428 10 0 0 18 0 9 0 22016718 889606144 11437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14702/statm: 217189 11437 2590 9 0 211666 0
[pid=14702/tid=14703] ppid=14701 vsize=868756 CPUtime=3.37
/proc/14702/task/14703/stat : 14703 (java) R 14701 14688 14651 0 -1 64 2999 0 1 0 333 4 0 0 25 0 9 0 22016719 889606144 11437 996147200 134512640 134550932 4294955936 18446744073709551615 4126555744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14704] ppid=14701 vsize=868756 CPUtime=0.73
/proc/14702/task/14704/stat : 14704 (java) S 14701 14688 14651 0 -1 64 7790 0 0 0 70 3 0 0 16 0 9 0 22016720 889606144 11437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14705] ppid=14701 vsize=868756 CPUtime=0
/proc/14702/task/14705/stat : 14705 (java) S 14701 14688 14651 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22016720 889606144 11437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14706] ppid=14701 vsize=868756 CPUtime=0
/proc/14702/task/14706/stat : 14706 (java) S 14701 14688 14651 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22016721 889606144 11437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14707] ppid=14701 vsize=868756 CPUtime=0
/proc/14702/task/14707/stat : 14707 (java) S 14701 14688 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22016723 889606144 11437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14708] ppid=14701 vsize=868756 CPUtime=0.24
/proc/14702/task/14708/stat : 14708 (java) S 14701 14688 14651 0 -1 64 1527 0 0 0 23 1 0 0 16 0 9 0 22016723 889606144 11437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14709] ppid=14701 vsize=868756 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14701 14688 14651 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22016723 889606144 11437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14702/tid=14710] ppid=14701 vsize=868756 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14701 14688 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22016723 889606144 11437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890980

[startup+12.7019 s]
/proc/loadavg: 2.24 2.07 2.02 3/85 14712
/proc/meminfo: memFree=1013624/2055920 swapFree=4192952/4192956
[pid=14688] ppid=14686 vsize=16868 CPUtime=9.37
/proc/14688/stat : 14688 (sugar) S 14686 14688 14651 0 -1 4194304 1376 30088 0 2 6 2 905 24 16 0 1 0 22016530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14688/statm: 4217 1113 409 3 0 796 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22017481 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=5868 CPUtime=3.15
/proc/14712/stat : 14712 (minisat) R 14711 14688 14651 0 -1 4194304 1354 0 0 0 315 0 0 0 25 0 1 0 22017481 6008832 1340 996147200 134512640 135127466 4294956256 18446744073709551615 134530715 0 0 4096 3 0 0 0 17 1 0 0
/proc/14712/statm: 1467 1340 75 150 0 1314 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 28092

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

[startup+13.1019 s]
/proc/loadavg: 2.24 2.07 2.02 4/93 14722
/proc/meminfo: memFree=1012600/2055920 swapFree=4192952/4192956
[pid=14688] ppid=14686 vsize=16868 CPUtime=12.56
/proc/14688/stat : 14688 (sugar) S 14686 14688 14651 0 -1 4194304 1448 31736 0 2 6 2 1223 25 16 0 1 0 22016530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14688/statm: 4217 1113 409 3 0 796 0
[pid=14713] ppid=14688 vsize=5356 CPUtime=0
/proc/14713/stat : 14713 (sh) S 14688 14688 14651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22017803 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14713/statm: 1339 233 193 169 0 50 0
[pid=14714] ppid=14713 vsize=862288 CPUtime=0.35
/proc/14714/stat : 14714 (java) S 14713 14688 14651 0 -1 0 3312 0 1 0 33 2 0 0 18 0 9 0 22017803 882982912 2779 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14714/statm: 215572 2779 1267 9 0 210485 0
[pid=14714/tid=14715] ppid=14713 vsize=862288 CPUtime=0.26
/proc/14714/task/14715/stat : 14715 (java) R 14713 14688 14651 0 -1 64 2016 0 1 0 25 1 0 0 19 0 9 0 22017804 882982912 2779 996147200 134512640 134550932 4294955984 18446744073709551615 4126436095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14714/tid=14716] ppid=14713 vsize=862288 CPUtime=0.01
/proc/14714/task/14716/stat : 14716 (java) S 14713 14688 14651 0 -1 64 274 0 0 0 1 0 0 0 16 0 9 0 22017805 882982912 2779 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14714/tid=14717] ppid=14713 vsize=862288 CPUtime=0
/proc/14714/task/14717/stat : 14717 (java) S 14713 14688 14651 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22017805 882982912 2779 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14714/tid=14718] ppid=14713 vsize=862288 CPUtime=0
/proc/14714/task/14718/stat : 14718 (java) S 14713 14688 14651 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 22017805 882982912 2779 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14714/tid=14719] ppid=14713 vsize=862288 CPUtime=0
/proc/14714/task/14719/stat : 14719 (java) S 14713 14688 14651 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22017807 882982912 2779 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14714/tid=14720] ppid=14713 vsize=862288 CPUtime=0.06
/proc/14714/task/14720/stat : 14720 (java) S 14713 14688 14651 0 -1 64 329 0 0 0 6 0 0 0 17 0 9 0 22017807 882982912 2779 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14714/tid=14721] ppid=14713 vsize=862288 CPUtime=0
/proc/14714/task/14721/stat : 14721 (java) S 14713 14688 14651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22017807 882982912 2779 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14714/tid=14722] ppid=14713 vsize=862288 CPUtime=0
/proc/14714/task/14722/stat : 14722 (java) S 14713 14688 14651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22017807 882982912 2779 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 884512

Child status: 0
Real time (s): 13.2107
CPU time (s): 13.005
CPU user time (s): 12.6931
CPU system time (s): 0.311952
CPU usage (%): 98.4432
Max. virtual memory (cumulated for all children) (KiB): 891372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6931
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37640
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= 3903
involuntary context switches= 3881

runsolver used 0.015997 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-11 23:59:00
IDJOB=2069124
IDBENCH=54987
IDSOLVER=739
FILE ID=node71/2069124-1247349539
PBS_JOBID= 9506915
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-tag10.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-2069124-1247349539/watcher-2069124-1247349539 -o /tmp/evaluation-result-2069124-1247349539/solver-2069124-1247349539 -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-2069124-1247349539.xml

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

MD5SUM BENCH= 0974d400ab58878f22f5c953bc881e0b
RANDOM SEED=1340621535

node71.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.222
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.222
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:       1025336 kB
Buffers:         59388 kB
Cached:         798972 kB
SwapCached:          4 kB
Active:         204724 kB
Inactive:       772564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1025336 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            5448 kB
Writeback:           0 kB
Mapped:         139416 kB
Slab:            38140 kB
Committed_AS:   286412 kB
PageTables:       2108 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node71 at 2009-07-11 23:59:13