Trace number 2084348

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 7.93279 8.09426

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f7.xml
MD5SUMa673a47612e40743ebfb56a57b81bb4c
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 benchmark2.66259
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size37
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
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 08:09:03 2009
0.00/0.08	c 0	PID 21970
0.00/0.08	c 0	HOST node9.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2084348-1247378943.xml TO HOME/temp.csp
0.00/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-2084348-1247378943.xml' 'HOME/temp.csp'
0.06/0.83	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	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'
0.80/0.94	c 1	Parsing HOME/temp.csp
0.80/1.06	c 1	parsed 4790 expressions
0.80/1.06	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.80/1.06	c 1	Converting to clausal form CSP
0.80/1.10	c 1	converted 479 (10%) expressions
1.41/1.54	c 1	converted 958 (20%) expressions
1.91/2.04	c 2	converted 1437 (30%) expressions
2.30/2.48	c 2	converted 1916 (40%) expressions
2.80/2.94	c 3	converted 2395 (50%) expressions
3.29/3.44	c 3	converted 2874 (60%) expressions
3.68/3.82	c 4	converted 3353 (70%) expressions
4.09/4.24	c 4	converted 3832 (80%) expressions
4.47/4.65	c 5	converted 4311 (90%) expressions
4.98/5.11	c 5	converted 4790 (100%) expressions
4.98/5.11	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 37
4.98/5.11	c 5	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.98/5.11	c 5	Propagation in CSP
5.47/5.70	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.47/5.70	c 6	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 37
5.47/5.70	c 6	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.57/5.71	c 6	Simplifing CSP by introducing new Boolean variables
5.68/5.84	c 6	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 37
5.68/5.84	c 6	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.77/5.92	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.77/5.98	c 6	68 (10%) CSP integer variables are encoded (2310 clauses, 27943 bytes)
5.87/6.01	c 6	136 (20%) CSP integer variables are encoded (4506 clauses, 56491 bytes)
5.87/6.02	c 6	204 (30%) CSP integer variables are encoded (6824 clauses, 86625 bytes)
5.87/6.04	c 6	272 (40%) CSP integer variables are encoded (8840 clauses, 112833 bytes)
5.87/6.05	c 6	340 (50%) CSP integer variables are encoded (10856 clauses, 141356 bytes)
5.87/6.07	c 6	408 (60%) CSP integer variables are encoded (13012 clauses, 173696 bytes)
5.87/6.09	c 6	476 (70%) CSP integer variables are encoded (14996 clauses, 203456 bytes)
5.98/6.10	c 6	544 (80%) CSP integer variables are encoded (17068 clauses, 234536 bytes)
5.98/6.12	c 6	612 (90%) CSP integer variables are encoded (19098 clauses, 264986 bytes)
5.98/6.14	c 6	680 (100%) CSP integer variables are encoded (21168 clauses, 296036 bytes)
6.16/6.32	c 6	1299 (10%) CSP clauses are encoded (48902 clauses, 824551 bytes)
6.27/6.48	c 6	2598 (20%) CSP clauses are encoded (78278 clauses, 1407930 bytes)
6.47/6.61	c 7	3897 (30%) CSP clauses are encoded (104597 clauses, 1927772 bytes)
6.57/6.75	c 7	5196 (40%) CSP clauses are encoded (132342 clauses, 2479690 bytes)
6.66/6.87	c 7	6495 (50%) CSP clauses are encoded (158621 clauses, 2998019 bytes)
6.76/6.99	c 7	7794 (60%) CSP clauses are encoded (184550 clauses, 3510952 bytes)
6.96/7.11	c 7	9093 (70%) CSP clauses are encoded (209752 clauses, 4018032 bytes)
7.06/7.23	c 7	10392 (80%) CSP clauses are encoded (235315 clauses, 4553837 bytes)
7.16/7.35	c 7	11691 (90%) CSP clauses are encoded (260963 clauses, 5087287 bytes)
7.25/7.47	c 7	12989 (100%) CSP clauses are encoded (286613 clauses, 5616448 bytes)
7.25/7.47	c 7	12989 CSP clauses encoded
7.25/7.47	c 7	Writing map file : HOME/temp.map
7.25/7.49	c 7	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.25/7.49	c 7	SAT : 30054 SAT variables, 286613 SAT clauses, 5616448 bytes
7.25/7.49	c 7	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.35/7.51	c 7	SOLVING HOME/temp.cnf
7.35/7.51	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.35/7.51	c 7	This is MiniSat 2.0 beta
7.35/7.51	c 7	WARNING: for repeatability, setting FPU to use double precision
7.35/7.51	c 7	============================[ Problem Statistics ]=============================
7.35/7.51	c 7	|                                                                             |
7.35/7.51	c 7	|  Number of variables:  30054                                                |
7.35/7.51	c 7	|  Number of clauses:    286613                                               |
7.37/7.67	c 8	|  Parsing time:         0.14         s                                       |
7.37/7.68	c 8	============================[ Search Statistics ]==============================
7.37/7.68	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.37/7.68	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.37/7.68	c 8	===============================================================================
7.37/7.68	c 8	|         0 |   30054   286613   803968 |    95537        0    nan |  0.000 % |
7.55/7.71	c 8	|       100 |   30054   286613   803968 |   105091      100      8 |  0.000 % |
7.55/7.74	c 8	|       251 |   30054   286613   803968 |   115600      251      9 |  0.000 % |
7.55/7.77	c 8	|       476 |   30054   286613   803968 |   127160      476      9 |  0.000 % |
7.65/7.81	c 8	===============================================================================
7.65/7.81	c 8	restarts              : 4
7.65/7.81	c 8	conflicts             : 754            (2693 /sec)
7.65/7.81	c 8	decisions             : 1377           (1.67 % random) (4919 /sec)
7.65/7.81	c 8	propagations          : 212722         (759838 /sec)
7.65/7.81	c 8	conflict literals     : 6173           (26.84 % deleted)
7.65/7.81	c 8	Memory used           : 15.03 MB
7.65/7.81	c 8	CPU time              : 0.279957 s
7.65/7.81	c 8	
7.65/7.81	c 8	UNSATISFIABLE
7.65/7.82	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.65/7.82	c 8	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'
7.65/7.89	c 8	Decoding HOME/temp.out
7.68/8.04	s UNSATISFIABLE
7.68/8.05	c 8	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.68/8.09	c 8	CPU 7.91 (0.06 0.01 7.58 0.26)
7.68/8.09	c 8	END Sun Jul 12 08:09:11 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-2084348-1247378943/watcher-2084348-1247378943 -o /tmp/evaluation-result-2084348-1247378943/solver-2084348-1247378943 -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-2084348-1247378943.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.05 2.26 2.13 4/72 21970
/proc/meminfo: memFree=1916612/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=12132 CPUtime=0
/proc/21970/stat : 21970 (sugar) R 21968 21970 19697 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 24961404 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 215418833593 0 0 4224 0 0 0 0 17 1 0 0
/proc/21970/statm: 3033 183 142 3 0 133 0

[startup+0.103999 s]
/proc/loadavg: 2.05 2.26 2.13 4/72 21970
/proc/meminfo: memFree=1916612/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.06
/proc/21970/stat : 21970 (sugar) S 21968 21970 19697 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24961404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202011 s]
/proc/loadavg: 2.05 2.26 2.13 4/72 21970
/proc/meminfo: memFree=1916612/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.06
/proc/21970/stat : 21970 (sugar) S 21968 21970 19697 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24961404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302013 s]
/proc/loadavg: 2.05 2.26 2.13 4/72 21970
/proc/meminfo: memFree=1916612/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.06
/proc/21970/stat : 21970 (sugar) S 21968 21970 19697 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24961404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701064 s]
/proc/loadavg: 2.05 2.26 2.13 4/72 21970
/proc/meminfo: memFree=1916612/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.06
/proc/21970/stat : 21970 (sugar) S 21968 21970 19697 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24961404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50215 s]
/proc/loadavg: 2.05 2.26 2.13 3/83 21992
/proc/meminfo: memFree=1906412/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.8
/proc/21970/stat : 21970 (sugar) S 21968 21970 19697 0 -1 4194304 1309 7172 0 1 5 1 70 4 15 0 1 0 24961404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
[pid=21983] ppid=21970 vsize=5356 CPUtime=0
/proc/21983/stat : 21983 (sh) S 21970 21970 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24961492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21983/statm: 1339 233 193 169 0 50 0
[pid=21984] ppid=21983 vsize=866740 CPUtime=0.61
/proc/21984/stat : 21984 (java) S 21983 21970 19697 0 -1 0 4785 0 1 0 58 3 0 0 18 0 9 0 24961492 887541760 4219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21984/statm: 216685 4219 1741 9 0 211190 0
[pid=21984/tid=21985] ppid=21983 vsize=866740 CPUtime=0.45
/proc/21984/task/21985/stat : 21985 (java) R 21983 21970 19697 0 -1 64 2675 0 1 0 43 2 0 0 23 0 9 0 24961493 887541760 4219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21986] ppid=21983 vsize=866740 CPUtime=0.02
/proc/21984/task/21986/stat : 21986 (java) S 21983 21970 19697 0 -1 64 466 0 0 0 2 0 0 0 16 0 9 0 24961494 887541760 4219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21983 vsize=866740 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21983 21970 19697 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24961494 887541760 4219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21983 vsize=866740 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21983 21970 19697 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24961494 887541760 4219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21983 vsize=866740 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24961496 887541760 4219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21983 vsize=866740 CPUtime=0.12
/proc/21984/task/21990/stat : 21990 (java) R 21983 21970 19697 0 -1 64 950 0 0 0 12 0 0 0 16 0 9 0 24961496 887541760 4219 996147200 134512640 134550932 4294955936 18446744073709551615 101787716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21991] ppid=21983 vsize=866740 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24961496 887541760 4219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21992] ppid=21983 vsize=866740 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) R 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 24961496 887541760 4219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 888964

[startup+3.10133 s]
/proc/loadavg: 2.05 2.26 2.13 3/83 21992
/proc/meminfo: memFree=1900140/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.8
/proc/21970/stat : 21970 (sugar) S 21968 21970 19697 0 -1 4194304 1309 7172 0 1 5 1 70 4 15 0 1 0 24961404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
[pid=21983] ppid=21970 vsize=5356 CPUtime=0
/proc/21983/stat : 21983 (sh) S 21970 21970 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24961492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21983/statm: 1339 233 193 169 0 50 0
[pid=21984] ppid=21983 vsize=868576 CPUtime=2.19
/proc/21984/stat : 21984 (java) S 21983 21970 19697 0 -1 0 7308 0 1 0 214 5 0 0 18 0 9 0 24961492 889421824 6413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21984/statm: 217144 6413 2566 9 0 211649 0
[pid=21984/tid=21985] ppid=21983 vsize=868576 CPUtime=1.85
/proc/21984/task/21985/stat : 21985 (java) R 21983 21970 19697 0 -1 64 2803 0 1 0 183 2 0 0 25 0 9 0 24961493 889421824 6413 996147200 134512640 134550932 4294955936 18446744073709551615 4126525257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21986] ppid=21983 vsize=868576 CPUtime=0.13
/proc/21984/task/21986/stat : 21986 (java) S 21983 21970 19697 0 -1 64 2330 0 0 0 12 1 0 0 16 0 9 0 24961494 889421824 6413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21983 vsize=868576 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21983 21970 19697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24961494 889421824 6413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21983 vsize=868576 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21983 21970 19697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24961494 889421824 6413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21983 vsize=868576 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24961496 889421824 6413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21983 vsize=868576 CPUtime=0.17
/proc/21984/task/21990/stat : 21990 (java) S 21983 21970 19697 0 -1 64 1475 0 0 0 17 0 0 0 16 0 9 0 24961496 889421824 6413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21991] ppid=21983 vsize=868576 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24961496 889421824 6413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21992] ppid=21983 vsize=868576 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24961496 889421824 6413 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) 890800

[startup+6.30269 s]
/proc/loadavg: 2.05 2.25 2.13 3/83 21992
/proc/meminfo: memFree=1895212/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.81
/proc/21970/stat : 21970 (sugar) S 21968 21970 19697 0 -1 4194304 1310 7172 0 1 6 1 70 4 15 0 1 0 24961404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
[pid=21983] ppid=21970 vsize=5356 CPUtime=0
/proc/21983/stat : 21983 (sh) S 21970 21970 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24961492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21983/statm: 1339 233 193 169 0 50 0
[pid=21984] ppid=21983 vsize=868688 CPUtime=5.35
/proc/21984/stat : 21984 (java) S 21983 21970 19697 0 -1 0 10689 0 1 0 525 10 0 0 18 0 9 0 24961492 889536512 7625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21984/statm: 217172 7625 2593 9 0 211649 0
[pid=21984/tid=21985] ppid=21983 vsize=868688 CPUtime=4.66
/proc/21984/task/21985/stat : 21985 (java) R 21983 21970 19697 0 -1 64 3195 0 1 0 462 4 0 0 25 0 9 0 24961493 889536512 7625 996147200 134512640 134550932 4294955936 18446744073709551615 4126938720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21986] ppid=21983 vsize=868688 CPUtime=0.44
/proc/21984/task/21986/stat : 21986 (java) S 21983 21970 19697 0 -1 64 5276 0 0 0 40 4 0 0 16 0 9 0 24961494 889536512 7625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21983 21970 19697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24961494 889536512 7625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21983 21970 19697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24961494 889536512 7625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24961496 889536512 7625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21983 vsize=868688 CPUtime=0.22
/proc/21984/task/21990/stat : 21990 (java) S 21983 21970 19697 0 -1 64 1518 0 0 0 22 0 0 0 15 0 9 0 24961496 889536512 7625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21991] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24961496 889536512 7625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21992] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24961496 889536512 7625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890912

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

[startup+6.4027 s]
/proc/loadavg: 2.05 2.25 2.13 3/83 21992
/proc/meminfo: memFree=1895212/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.81
/proc/21970/stat : 21970 (sugar) S 21968 21970 19697 0 -1 4194304 1310 7172 0 1 6 1 70 4 15 0 1 0 24961404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
[pid=21983] ppid=21970 vsize=5356 CPUtime=0
/proc/21983/stat : 21983 (sh) S 21970 21970 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24961492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21983/statm: 1339 233 193 169 0 50 0
[pid=21984] ppid=21983 vsize=868688 CPUtime=5.46
/proc/21984/stat : 21984 (java) S 21983 21970 19697 0 -1 0 10705 0 1 0 535 11 0 0 18 0 9 0 24961492 889536512 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21984/statm: 217172 7627 2593 9 0 211649 0
[pid=21984/tid=21985] ppid=21983 vsize=868688 CPUtime=4.76
/proc/21984/task/21985/stat : 21985 (java) R 21983 21970 19697 0 -1 64 3210 0 1 0 471 5 0 0 25 0 9 0 24961493 889536512 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4126431524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21986] ppid=21983 vsize=868688 CPUtime=0.45
/proc/21984/task/21986/stat : 21986 (java) S 21983 21970 19697 0 -1 64 5276 0 0 0 41 4 0 0 16 0 9 0 24961494 889536512 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21983 21970 19697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24961494 889536512 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21983 21970 19697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24961494 889536512 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24961496 889536512 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21983 vsize=868688 CPUtime=0.22
/proc/21984/task/21990/stat : 21990 (java) S 21983 21970 19697 0 -1 64 1519 0 0 0 22 0 0 0 15 0 9 0 24961496 889536512 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21991] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24961496 889536512 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21992] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24961496 889536512 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 890912

[startup+7.20279 s]
/proc/loadavg: 2.05 2.25 2.13 3/83 21992
/proc/meminfo: memFree=1890604/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.81
/proc/21970/stat : 21970 (sugar) S 21968 21970 19697 0 -1 4194304 1310 7172 0 1 6 1 70 4 15 0 1 0 24961404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
[pid=21983] ppid=21970 vsize=5356 CPUtime=0
/proc/21983/stat : 21983 (sh) S 21970 21970 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24961492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21983/statm: 1339 233 193 169 0 50 0
[pid=21984] ppid=21983 vsize=868688 CPUtime=6.25
/proc/21984/stat : 21984 (java) S 21983 21970 19697 0 -1 0 10852 0 1 0 611 14 0 0 18 0 9 0 24961492 889536512 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21984/statm: 217172 7639 2593 9 0 211649 0
[pid=21984/tid=21985] ppid=21983 vsize=868688 CPUtime=5.49
/proc/21984/task/21985/stat : 21985 (java) R 21983 21970 19697 0 -1 64 3345 0 1 0 542 7 0 0 25 0 9 0 24961493 889536512 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4126938728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21986] ppid=21983 vsize=868688 CPUtime=0.48
/proc/21984/task/21986/stat : 21986 (java) S 21983 21970 19697 0 -1 64 5276 0 0 0 44 4 0 0 16 0 9 0 24961494 889536512 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21983 21970 19697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24961494 889536512 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21983 21970 19697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24961494 889536512 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24961496 889536512 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21983 vsize=868688 CPUtime=0.24
/proc/21984/task/21990/stat : 21990 (java) S 21983 21970 19697 0 -1 64 1531 0 0 0 24 0 0 0 16 0 9 0 24961496 889536512 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21991] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24961496 889536512 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21992] ppid=21983 vsize=868688 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21983 21970 19697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24961496 889536512 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 890912

[startup+7.60284 s]
/proc/loadavg: 2.05 2.25 2.13 3/83 21992
/proc/meminfo: memFree=1890604/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=7.37
/proc/21970/stat : 21970 (sugar) S 21968 21970 19697 0 -1 4194304 1376 18378 0 2 6 1 710 20 16 0 1 0 24961404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 16868

[startup+8.00188 s]
/proc/loadavg: 2.05 2.25 2.13 3/75 21994
/proc/meminfo: memFree=1892908/2055920 swapFree=4192812/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=7.68
/proc/21970/stat : 21970 (sugar) S 21968 21970 19697 0 -1 4194304 1448 22367 0 2 6 1 738 23 16 0 1 0 24961404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 8.09426
CPU time (s): 7.93279
CPU user time (s): 7.64884
CPU system time (s): 0.283956
CPU usage (%): 98.0052
Max. virtual memory (cumulated for all children) (KiB): 893532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.64884
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28252
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= 8226
involuntary context switches= 8252

runsolver used 0.020996 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 08:09:03
IDJOB=2084348
IDBENCH=58068
IDSOLVER=739
FILE ID=node9/2084348-1247378943
PBS_JOBID= 9507134
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f7.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-2084348-1247378943/watcher-2084348-1247378943 -o /tmp/evaluation-result-2084348-1247378943/solver-2084348-1247378943 -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-2084348-1247378943.xml

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

MD5SUM BENCH= a673a47612e40743ebfb56a57b81bb4c
RANDOM SEED=572807124

node9.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:       1917092 kB
Buffers:          4360 kB
Cached:          49020 kB
SwapCached:          0 kB
Active:          68392 kB
Inactive:        15260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1917092 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:          41748 kB
Slab:            40492 kB
Committed_AS:   188892 kB
PageTables:       1764 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= 66396 MiB
End job on node9 at 2009-07-12 08:09:11