Trace number 2083776

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 23.9894 24.3281

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-0.xml
MD5SUM629efecb0eb59f0ce6ca410b2a2aa039
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.3813
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:56:25 2009
0.00/0.08	c 0	PID 26887
0.07/0.08	c 0	HOST node34.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083776-1247378184.xml TO HOME/temp.csp
0.07/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-2083776-1247378184.xml' 'HOME/temp.csp'
0.07/0.87	c 0	13 domains, 250 variables, 8 predicates, 0 relations, 3055 constraints
0.07/0.87	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.87	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.83/0.95	c 0	Parsing HOME/temp.csp
0.93/1.07	c 1	parsed 3326 expressions
0.93/1.08	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.08	c 1	Converting to clausal form CSP
1.13/1.28	c 1	converted 333 (10%) expressions
2.22/2.37	c 2	converted 666 (20%) expressions
2.91/3.01	c 2	converted 998 (30%) expressions
3.40/3.54	c 3	converted 1331 (40%) expressions
3.90/4.06	c 4	converted 1663 (50%) expressions
4.40/4.55	c 4	converted 1996 (60%) expressions
4.69/4.86	c 4	converted 2329 (70%) expressions
5.09/5.28	c 5	converted 2661 (80%) expressions
5.57/5.74	c 5	converted 2994 (90%) expressions
6.28/6.46	c 6	converted 3326 (100%) expressions
6.28/6.46	c 6	CSP : 498 integers, 8693 booleans, 18579 clauses, largest domain size 2657
6.28/6.46	c 6	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.28/6.46	c 6	Propagation in CSP
6.48/6.66	c 6	100 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.48/6.66	c 6	CSP : 498 integers, 8693 booleans, 18579 clauses, largest domain size 2657
6.48/6.66	c 6	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.48/6.68	c 6	Simplifing CSP by introducing new Boolean variables
6.57/6.72	c 6	CSP : 498 integers, 14949 booleans, 24835 clauses, largest domain size 2657
6.57/6.72	c 6	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.86/7.03	c 6	Encoding CSP to SAT : HOME/temp.cnf
7.07/7.22	c 7	50 (10%) CSP integer variables are encoded (7676 clauses, 97651 bytes)
7.17/7.35	c 7	100 (20%) CSP integer variables are encoded (14794 clauses, 199914 bytes)
7.27/7.49	c 7	150 (30%) CSP integer variables are encoded (22238 clauses, 311574 bytes)
7.46/7.62	c 7	200 (40%) CSP integer variables are encoded (29342 clauses, 418134 bytes)
7.56/7.74	c 7	249 (50%) CSP integer variables are encoded (35938 clauses, 517074 bytes)
7.66/7.86	c 7	299 (60%) CSP integer variables are encoded (129111 clauses, 1973450 bytes)
7.75/7.96	c 7	349 (70%) CSP integer variables are encoded (199065 clauses, 3162668 bytes)
7.85/8.05	c 7	399 (80%) CSP integer variables are encoded (272079 clauses, 4403906 bytes)
7.96/8.15	c 8	449 (90%) CSP integer variables are encoded (349687 clauses, 5723242 bytes)
8.05/8.23	c 8	498 (100%) CSP integer variables are encoded (406258 clauses, 6684949 bytes)
9.24/9.41	c 9	2484 (10%) CSP clauses are encoded (810158 clauses, 15945456 bytes)
10.33/10.53	c 10	4967 (20%) CSP clauses are encoded (1219195 clauses, 25516266 bytes)
11.31/11.56	c 11	7451 (30%) CSP clauses are encoded (1615918 clauses, 34850279 bytes)
12.30/12.53	c 12	9934 (40%) CSP clauses are encoded (2004342 clauses, 44169783 bytes)
13.00/13.24	c 13	12418 (50%) CSP clauses are encoded (2266331 clauses, 50310470 bytes)
14.19/14.45	c 14	14901 (60%) CSP clauses are encoded (2779704 clauses, 62391721 bytes)
15.27/15.58	c 15	17385 (70%) CSP clauses are encoded (3262692 clauses, 73901307 bytes)
16.25/16.55	c 16	19868 (80%) CSP clauses are encoded (3641133 clauses, 82993029 bytes)
17.14/17.43	c 17	22352 (90%) CSP clauses are encoded (4015059 clauses, 91785814 bytes)
17.93/18.27	c 18	24835 (100%) CSP clauses are encoded (4360287 clauses, 99880440 bytes)
17.93/18.27	c 18	24835 CSP clauses encoded
17.93/18.27	c 18	Writing map file : HOME/temp.map
17.93/18.29	c 18	Heap : 36 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.93/18.29	c 18	SAT : 421705 SAT variables, 4360287 SAT clauses, 99880440 bytes
17.93/18.29	c 18	Heap : 36 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.02/18.31	c 18	SOLVING HOME/temp.cnf
18.02/18.31	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.02/18.31	c 18	This is MiniSat 2.0 beta
18.02/18.31	c 18	WARNING: for repeatability, setting FPU to use double precision
18.02/18.31	c 18	============================[ Problem Statistics ]=============================
18.02/18.31	c 18	|                                                                             |
18.02/18.31	c 18	|  Number of variables:  421705                                               |
18.02/18.31	c 18	|  Number of clauses:    4360287                                              |
20.59/20.91	c 20	|  Parsing time:         2.26         s                                       |
20.69/21.04	c 20	============================[ Search Statistics ]==============================
20.69/21.04	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.69/21.04	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.69/21.04	c 20	===============================================================================
20.69/21.04	c 20	|         0 |  421702  4360283 12264434 |  1453427        0    nan |  0.000 % |
21.38/21.78	c 21	|       100 |  421696  4360283 12264434 |  1598770       96      3 |  0.126 % |
22.67/23.06	c 23	|       250 |  421692  4360283 12264434 |  1758647      241      3 |  0.191 % |
23.56/23.96	c 23	===============================================================================
23.56/23.96	c 23	restarts              : 3
23.56/23.96	c 23	conflicts             : 456            (87 /sec)
23.56/23.96	c 23	decisions             : 15964          (1.48 % random) (3031 /sec)
23.56/23.96	c 23	propagations          : 6629305        (1258841 /sec)
23.56/23.96	c 23	conflict literals     : 1499           (9.92 % deleted)
23.56/23.96	c 23	Memory used           : 212.16 MB
23.56/23.96	c 23	CPU time              : 5.2662 s
23.56/23.96	c 23	
23.56/23.96	c 23	UNSATISFIABLE
23.66/24.00	c 23	DECODING HOME/temp.out WITH HOME/temp.map
23.66/24.00	c 23	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'
23.66/24.08	c 24	Decoding HOME/temp.out
23.86/24.23	s UNSATISFIABLE
23.86/24.24	c 24	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.86/24.28	c 24	CPU 23.91 (0.05 0.02 22.67 1.17)
23.86/24.28	c 24	END Sun Jul 12 07:56:49 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-2083776-1247378184/watcher-2083776-1247378184 -o /tmp/evaluation-result-2083776-1247378184/solver-2083776-1247378184 -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-2083776-1247378184.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.03 2.02 2.00 4/72 26887
/proc/meminfo: memFree=1734752/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=4708 CPUtime=0
/proc/26887/stat : 26887 (sugar) R 26885 26887 26808 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 24884456 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 254192711049 0 0 4096 0 0 0 0 17 1 0 0
/proc/26887/statm: 1177 43 33 3 0 8 0

[startup+0.0821581 s]
/proc/loadavg: 2.03 2.02 2.00 4/72 26887
/proc/meminfo: memFree=1734752/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16740 CPUtime=0.07
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24884456 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101328 s]
/proc/loadavg: 2.03 2.02 2.00 4/72 26887
/proc/meminfo: memFree=1734752/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=0.07
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24884456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302337 s]
/proc/loadavg: 2.03 2.02 2.00 4/72 26887
/proc/meminfo: memFree=1734752/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=0.07
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24884456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702369 s]
/proc/loadavg: 2.03 2.02 2.00 4/72 26887
/proc/meminfo: memFree=1734752/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=0.07
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24884456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 26909
/proc/meminfo: memFree=1726600/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=0.83
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1309 6743 0 1 5 2 73 3 16 0 1 0 24884456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4217 1111 409 3 0 796 0
[pid=26900] ppid=26887 vsize=5356 CPUtime=0
/proc/26900/stat : 26900 (sh) S 26887 26887 26808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24884543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26900/statm: 1339 233 193 169 0 50 0
[pid=26901] ppid=26900 vsize=868480 CPUtime=0.59
/proc/26901/stat : 26901 (java) S 26900 26887 26808 0 -1 0 5451 0 1 0 56 3 0 0 19 0 9 0 24884544 889323520 4865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26901/statm: 217120 4865 1742 9 0 211625 0
[pid=26901/tid=26902] ppid=26900 vsize=868480 CPUtime=0.41
/proc/26901/task/26902/stat : 26902 (java) R 26900 26887 26808 0 -1 64 2669 0 1 0 40 1 0 0 22 0 9 0 24884545 889323520 4865 996147200 134512640 134550932 4294955936 18446744073709551615 4126449318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26903] ppid=26900 vsize=868480 CPUtime=0.03
/proc/26901/task/26903/stat : 26903 (java) S 26900 26887 26808 0 -1 64 633 0 0 0 3 0 0 0 16 0 9 0 24884546 889323520 4865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26904] ppid=26900 vsize=868480 CPUtime=0
/proc/26901/task/26904/stat : 26904 (java) S 26900 26887 26808 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24884546 889323520 4865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26905] ppid=26900 vsize=868480 CPUtime=0
/proc/26901/task/26905/stat : 26905 (java) S 26900 26887 26808 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24884546 889323520 4865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26906] ppid=26900 vsize=868480 CPUtime=0
/proc/26901/task/26906/stat : 26906 (java) S 26900 26887 26808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24884548 889323520 4865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26907] ppid=26900 vsize=868480 CPUtime=0.12
/proc/26901/task/26907/stat : 26907 (java) S 26900 26887 26808 0 -1 64 1455 0 0 0 12 0 0 0 16 0 9 0 24884548 889323520 4865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26908] ppid=26900 vsize=868480 CPUtime=0
/proc/26901/task/26908/stat : 26908 (java) S 26900 26887 26808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24884548 889323520 4865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26909] ppid=26900 vsize=868480 CPUtime=0
/proc/26901/task/26909/stat : 26909 (java) S 26900 26887 26808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24884548 889323520 4865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890704

[startup+3.10154 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 26909
/proc/meminfo: memFree=1715144/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=0.83
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1309 6743 0 1 5 2 73 3 15 0 1 0 24884456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4217 1111 409 3 0 796 0
[pid=26900] ppid=26887 vsize=5356 CPUtime=0
/proc/26900/stat : 26900 (sh) S 26887 26887 26808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24884543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26900/statm: 1339 233 193 169 0 50 0
[pid=26901] ppid=26900 vsize=868480 CPUtime=2.18
/proc/26901/stat : 26901 (java) S 26900 26887 26808 0 -1 0 8995 0 1 0 213 5 0 0 19 0 9 0 24884544 889323520 8121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26901/statm: 217120 8121 2568 9 0 211625 0
[pid=26901/tid=26902] ppid=26900 vsize=868480 CPUtime=1.71
/proc/26901/task/26902/stat : 26902 (java) R 26900 26887 26808 0 -1 64 2789 0 1 0 170 1 0 0 25 0 9 0 24884545 889323520 8121 996147200 134512640 134550932 4294955936 18446744073709551615 4126508997 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26903] ppid=26900 vsize=868480 CPUtime=0.27
/proc/26901/task/26903/stat : 26903 (java) S 26900 26887 26808 0 -1 64 4032 0 0 0 25 2 0 0 16 0 9 0 24884546 889323520 8121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26904] ppid=26900 vsize=868480 CPUtime=0
/proc/26901/task/26904/stat : 26904 (java) S 26900 26887 26808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24884546 889323520 8121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26905] ppid=26900 vsize=868480 CPUtime=0
/proc/26901/task/26905/stat : 26905 (java) S 26900 26887 26808 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24884546 889323520 8121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26906] ppid=26900 vsize=868480 CPUtime=0
/proc/26901/task/26906/stat : 26906 (java) S 26900 26887 26808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24884548 889323520 8121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26907] ppid=26900 vsize=868480 CPUtime=0.16
/proc/26901/task/26907/stat : 26907 (java) S 26900 26887 26808 0 -1 64 1475 0 0 0 16 0 0 0 16 0 9 0 24884548 889323520 8121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26908] ppid=26900 vsize=868480 CPUtime=0
/proc/26901/task/26908/stat : 26908 (java) S 26900 26887 26808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24884548 889323520 8121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26909] ppid=26900 vsize=868480 CPUtime=0
/proc/26901/task/26909/stat : 26909 (java) S 26900 26887 26808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24884548 889323520 8121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890704

[startup+6.30278 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 26909
/proc/meminfo: memFree=1690440/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=0.83
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1309 6743 0 1 5 2 73 3 15 0 1 0 24884456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4217 1111 409 3 0 796 0
[pid=26900] ppid=26887 vsize=5356 CPUtime=0
/proc/26900/stat : 26900 (sh) S 26887 26887 26808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24884543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26900/statm: 1339 233 193 169 0 50 0
[pid=26901] ppid=26900 vsize=868564 CPUtime=5.35
/proc/26901/stat : 26901 (java) S 26900 26887 26808 0 -1 0 20202 0 1 0 524 11 0 0 19 0 9 0 24884544 889409536 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26901/statm: 217141 14071 2569 9 0 211646 0
[pid=26901/tid=26902] ppid=26900 vsize=868564 CPUtime=4.03
/proc/26901/task/26902/stat : 26902 (java) R 26900 26887 26808 0 -1 64 3350 0 1 0 401 2 0 0 25 0 9 0 24884545 889409536 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26903] ppid=26900 vsize=868564 CPUtime=1.11
/proc/26901/task/26903/stat : 26903 (java) R 26900 26887 26808 0 -1 64 14673 0 0 0 105 6 0 0 16 0 9 0 24884546 889409536 14071 996147200 134512640 134550932 4294955936 18446744073709551615 102759355 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26904] ppid=26900 vsize=868564 CPUtime=0
/proc/26901/task/26904/stat : 26904 (java) S 26900 26887 26808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24884546 889409536 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26905] ppid=26900 vsize=868564 CPUtime=0
/proc/26901/task/26905/stat : 26905 (java) S 26900 26887 26808 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24884546 889409536 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26906] ppid=26900 vsize=868564 CPUtime=0
/proc/26901/task/26906/stat : 26906 (java) S 26900 26887 26808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24884548 889409536 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26907] ppid=26900 vsize=868564 CPUtime=0.17
/proc/26901/task/26907/stat : 26907 (java) S 26900 26887 26808 0 -1 64 1480 0 0 0 17 0 0 0 15 0 9 0 24884548 889409536 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26908] ppid=26900 vsize=868564 CPUtime=0
/proc/26901/task/26908/stat : 26908 (java) S 26900 26887 26808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24884548 889409536 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26909] ppid=26900 vsize=868564 CPUtime=0
/proc/26901/task/26909/stat : 26909 (java) S 26900 26887 26808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24884548 889409536 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890788

[startup+12.7022 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 26909
/proc/meminfo: memFree=1639880/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=0.83
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1310 6743 0 1 5 2 73 3 16 0 1 0 24884456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4217 1111 409 3 0 796 0
[pid=26900] ppid=26887 vsize=5356 CPUtime=0
/proc/26900/stat : 26900 (sh) S 26887 26887 26808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24884543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26900/statm: 1339 233 193 169 0 50 0
[pid=26901] ppid=26900 vsize=868676 CPUtime=11.67
/proc/26901/stat : 26901 (java) S 26900 26887 26808 0 -1 0 25750 0 1 0 1129 38 0 0 19 0 9 0 24884544 889524224 15480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26901/statm: 217169 15480 2593 9 0 211646 0
[pid=26901/tid=26902] ppid=26900 vsize=868676 CPUtime=9.78
/proc/26901/task/26902/stat : 26902 (java) R 26900 26887 26808 0 -1 64 3685 0 1 0 953 25 0 0 25 0 9 0 24884545 889524224 15480 996147200 134512640 134550932 4294955936 18446744073709551615 4126988727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26903] ppid=26900 vsize=868676 CPUtime=1.59
/proc/26901/task/26903/stat : 26903 (java) S 26900 26887 26808 0 -1 64 19834 0 0 0 149 10 0 0 16 0 9 0 24884546 889524224 15480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26904] ppid=26900 vsize=868676 CPUtime=0
/proc/26901/task/26904/stat : 26904 (java) S 26900 26887 26808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24884546 889524224 15480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26905] ppid=26900 vsize=868676 CPUtime=0
/proc/26901/task/26905/stat : 26905 (java) S 26900 26887 26808 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24884546 889524224 15480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26906] ppid=26900 vsize=868676 CPUtime=0
/proc/26901/task/26906/stat : 26906 (java) S 26900 26887 26808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24884548 889524224 15480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26907] ppid=26900 vsize=868676 CPUtime=0.26
/proc/26901/task/26907/stat : 26907 (java) S 26900 26887 26808 0 -1 64 1532 0 0 0 25 1 0 0 15 0 9 0 24884548 889524224 15480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26908] ppid=26900 vsize=868676 CPUtime=0
/proc/26901/task/26908/stat : 26908 (java) S 26900 26887 26808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24884548 889524224 15480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26901/tid=26909] ppid=26900 vsize=868676 CPUtime=0
/proc/26901/task/26909/stat : 26909 (java) S 26900 26887 26808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24884548 889524224 15480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890900

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

[startup+19.1017 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 26911
/proc/meminfo: memFree=1585224/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=18.05
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1377 33127 0 2 5 2 1720 78 16 0 1 0 24884456 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4217 1114 409 3 0 796 0
[pid=26910] ppid=26887 vsize=5356 CPUtime=0
/proc/26910/stat : 26910 (sh) S 26887 26887 26808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26910/statm: 1339 232 193 169 0 50 0
[pid=26911] ppid=26910 vsize=82592 CPUtime=0.76
/proc/26911/stat : 26911 (minisat) R 26910 26887 26808 0 -1 4194304 19341 0 0 0 67 9 0 0 25 0 1 0 24886287 84574208 19327 996147200 134512640 135127466 4294956256 18446744073709551615 134532763 0 0 4096 3 0 0 0 17 1 0 0
/proc/26911/statm: 20648 19327 62 150 0 20495 0
Current children cumulated CPU time (s) 18.81
Current children cumulated vsize (KiB) 104816

[startup+22.3019 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 26911
/proc/meminfo: memFree=1428104/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=18.05
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1377 33127 0 2 5 2 1720 78 15 0 1 0 24884456 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4217 1114 409 3 0 796 0
[pid=26910] ppid=26887 vsize=5356 CPUtime=0
/proc/26910/stat : 26910 (sh) S 26887 26887 26808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26910/statm: 1339 232 193 169 0 50 0
[pid=26911] ppid=26910 vsize=212828 CPUtime=3.92
/proc/26911/stat : 26911 (minisat) R 26910 26887 26808 0 -1 4194304 51224 0 0 0 361 31 0 0 25 0 1 0 24886287 217935872 51210 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26911/statm: 53207 51210 74 150 0 53054 0
Current children cumulated CPU time (s) 21.97
Current children cumulated vsize (KiB) 235052

[startup+23.107 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 26911
/proc/meminfo: memFree=1424904/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=18.05
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1377 33127 0 2 5 2 1720 78 16 0 1 0 24884456 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4217 1114 409 3 0 796 0
[pid=26910] ppid=26887 vsize=5356 CPUtime=0
/proc/26910/stat : 26910 (sh) S 26887 26887 26808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26910/statm: 1339 232 193 169 0 50 0
[pid=26911] ppid=26910 vsize=215572 CPUtime=4.72
/proc/26911/stat : 26911 (minisat) R 26910 26887 26808 0 -1 4194304 51834 0 0 0 441 31 0 0 25 0 1 0 24886287 220745728 51820 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26911/statm: 53893 51820 74 150 0 53740 0
Current children cumulated CPU time (s) 22.77
Current children cumulated vsize (KiB) 237796

[startup+23.9011 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 26911
/proc/meminfo: memFree=1424904/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=18.05
/proc/26887/stat : 26887 (sugar) S 26885 26887 26808 0 -1 4194304 1377 33127 0 2 5 2 1720 78 16 0 1 0 24884456 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26887/statm: 4217 1114 409 3 0 796 0
[pid=26910] ppid=26887 vsize=5356 CPUtime=0
/proc/26910/stat : 26910 (sh) S 26887 26887 26808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26910/statm: 1339 232 193 169 0 50 0
[pid=26911] ppid=26910 vsize=217244 CPUtime=5.51
/proc/26911/stat : 26911 (minisat) R 26910 26887 26808 0 -1 4194304 52307 0 0 0 520 31 0 0 25 0 1 0 24886287 222457856 52293 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26911/statm: 54311 52293 74 150 0 54158 0
Current children cumulated CPU time (s) 23.56
Current children cumulated vsize (KiB) 239468

[startup+24.3021 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 26921
/proc/meminfo: memFree=1627528/2055920 swapFree=4192812/4192956
[pid=26887] ppid=26885 vsize=16868 CPUtime=23.94
/proc/26887/stat : 26887 (sugar) R 26885 26887 26808 0 -1 4194304 1478 90353 0 3 5 5 2267 117 16 0 1 0 24884456 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26887/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 23.94
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 24.3281
CPU time (s): 23.9894
CPU user time (s): 22.7315
CPU system time (s): 1.25781
CPU usage (%): 98.6077
Max. virtual memory (cumulated for all children) (KiB): 901288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.7315
system time used= 1.25781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91891
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= 9950
involuntary context switches= 10255

runsolver used 0.033994 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 07:56:24
IDJOB=2083776
IDBENCH=57929
IDSOLVER=739
FILE ID=node34/2083776-1247378184
PBS_JOBID= 9507190
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-0.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-2083776-1247378184/watcher-2083776-1247378184 -o /tmp/evaluation-result-2083776-1247378184/solver-2083776-1247378184 -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-2083776-1247378184.xml

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

MD5SUM BENCH= 629efecb0eb59f0ce6ca410b2a2aa039
RANDOM SEED=710951583

node34.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.232
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.232
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:       1735232 kB
Buffers:         47368 kB
Cached:         181520 kB
SwapCached:          0 kB
Active:         173528 kB
Inactive:        86576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          42872 kB
Slab:            45852 kB
Committed_AS:   202864 kB
PageTables:       1760 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= 66320 MiB
End job on node34 at 2009-07-12 07:56:49