Trace number 2081906

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 11.7882 11.9647

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen1.xml
MD5SUMa20b814963264f712f828b46a490fc99
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.638902
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5548
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 06:54:21 2009
0.05/0.07	c 0	PID 24993
0.05/0.08	c 0	HOST node81.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2081906-1247374461.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081906-1247374461.xml' 'HOME/temp.csp'
0.06/0.92	c 1	7 domains, 916 variables, 2 predicates, 0 relations, 5548 constraints
0.06/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	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.91/1.06	c 1	Parsing HOME/temp.csp
1.01/1.18	c 1	parsed 6473 expressions
1.01/1.19	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.19	c 1	Converting to clausal form CSP
1.10/1.22	c 1	converted 648 (10%) expressions
1.60/1.74	c 2	converted 1295 (20%) expressions
2.19/2.39	c 3	converted 1942 (30%) expressions
2.98/3.20	c 3	converted 2590 (40%) expressions
3.78/3.93	c 4	converted 3237 (50%) expressions
4.56/4.75	c 5	converted 3884 (60%) expressions
5.27/5.49	c 6	converted 4532 (70%) expressions
6.06/6.21	c 6	converted 5179 (80%) expressions
6.74/6.93	c 7	converted 5826 (90%) expressions
7.54/7.74	c 8	converted 6473 (100%) expressions
7.54/7.74	c 8	CSP : 916 integers, 0 booleans, 6464 clauses, largest domain size 44
7.54/7.74	c 8	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.54/7.74	c 8	Propagation in CSP
8.34/8.59	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.34/8.59	c 9	CSP : 916 integers, 0 booleans, 6464 clauses, largest domain size 44
8.34/8.59	c 9	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.44/8.60	c 9	Simplifing CSP by introducing new Boolean variables
8.54/8.76	c 9	CSP : 916 integers, 11096 booleans, 17560 clauses, largest domain size 44
8.54/8.76	c 9	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.64/8.88	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.74/8.94	c 9	92 (10%) CSP integer variables are encoded (3160 clauses, 38989 bytes)
8.74/8.97	c 9	184 (20%) CSP integer variables are encoded (6832 clauses, 86725 bytes)
8.74/9.00	c 9	275 (30%) CSP integer variables are encoded (10430 clauses, 134878 bytes)
8.84/9.03	c 9	367 (40%) CSP integer variables are encoded (14066 clauses, 189418 bytes)
8.84/9.05	c 9	458 (50%) CSP integer variables are encoded (17440 clauses, 240028 bytes)
8.84/9.08	c 9	550 (60%) CSP integer variables are encoded (20936 clauses, 292468 bytes)
8.93/9.10	c 9	642 (70%) CSP integer variables are encoded (24224 clauses, 341788 bytes)
8.93/9.13	c 9	733 (80%) CSP integer variables are encoded (27694 clauses, 393838 bytes)
8.93/9.16	c 9	825 (90%) CSP integer variables are encoded (30982 clauses, 443158 bytes)
8.93/9.18	c 9	916 (100%) CSP integer variables are encoded (34368 clauses, 493948 bytes)
9.13/9.38	c 10	1756 (10%) CSP clauses are encoded (66112 clauses, 1094859 bytes)
9.33/9.58	c 10	3512 (20%) CSP clauses are encoded (106954 clauses, 1903040 bytes)
9.52/9.78	c 10	5268 (30%) CSP clauses are encoded (150661 clauses, 2778119 bytes)
9.73/9.99	c 10	7024 (40%) CSP clauses are encoded (193326 clauses, 3638181 bytes)
9.92/10.19	c 10	8780 (50%) CSP clauses are encoded (237675 clauses, 4539853 bytes)
10.11/10.40	c 11	10536 (60%) CSP clauses are encoded (281389 clauses, 5468766 bytes)
10.31/10.59	c 11	12292 (70%) CSP clauses are encoded (322478 clauses, 6339940 bytes)
10.51/10.78	c 11	14048 (80%) CSP clauses are encoded (365029 clauses, 7230020 bytes)
10.71/10.97	c 11	15804 (90%) CSP clauses are encoded (406350 clauses, 8096569 bytes)
10.90/11.16	c 11	17560 (100%) CSP clauses are encoded (449146 clauses, 8977744 bytes)
10.90/11.16	c 11	17560 CSP clauses encoded
10.90/11.16	c 11	Writing map file : HOME/temp.map
10.90/11.18	c 11	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.90/11.18	c 11	SAT : 46380 SAT variables, 449146 SAT clauses, 8977744 bytes
10.90/11.18	c 11	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.99/11.22	c 11	SOLVING HOME/temp.cnf
10.99/11.22	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.99/11.22	c 11	This is MiniSat 2.0 beta
10.99/11.22	c 11	WARNING: for repeatability, setting FPU to use double precision
10.99/11.22	c 11	============================[ Problem Statistics ]=============================
10.99/11.22	c 11	|                                                                             |
10.99/11.22	c 11	|  Number of variables:  46380                                                |
10.99/11.22	c 11	|  Number of clauses:    449146                                               |
11.01/11.46	c 12	|  Parsing time:         0.21         s                                       |
11.01/11.48	c 12	============================[ Search Statistics ]==============================
11.01/11.48	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.01/11.48	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.01/11.48	c 12	===============================================================================
11.01/11.48	c 12	|         0 |   46380   449146  1261189 |   149715        0    nan |  0.000 % |
11.01/11.55	c 12	===============================================================================
11.01/11.55	c 12	restarts              : 1
11.01/11.55	c 12	conflicts             : 11             (37 /sec)
11.01/11.55	c 12	decisions             : 2515           (1.07 % random) (8556 /sec)
11.01/11.55	c 12	propagations          : 74306          (252780 /sec)
11.01/11.55	c 12	conflict literals     : 59             (3.28 % deleted)
11.01/11.55	c 12	Memory used           : 23.52 MB
11.01/11.55	c 12	CPU time              : 0.293955 s
11.01/11.55	c 12	
11.01/11.57	c 12	SATISFIABLE
11.01/11.57	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.01/11.57	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'
11.35/11.66	c 12	Decoding HOME/temp.out
11.35/11.90	s SATISFIABLE
11.35/11.94	v 394 156 114 352 554 792 484 722 554 792 554 792 512 750 512 750 554 792 414 652 456 694 778 540 554 792 554 792 680 442 414 652 352 114 30 268 792 554 414 652 764 526 268 30 114 352 554 792 484 722 792 554 778 540 554 792 540 778 722 484 394 156 296 58 380 142 680 442 554 792 470 708 554 792 456 694 442 680 526 764 512 750 114 352 792 554 470 708 540 778 778 540 512 750 498 736 484 722 428 666 792 554 554 792 470 708 470 708 456 694 470 708 554 792 540 778 156 394 254 16 708 470 540 778 778 540 792 554 484 722 652 414 526 764 414 652 484 722 554 792 240 478 414 652 414 652 652 414 554 792 128 366 414 652 114 352 722 484 694 456 554 792 484 722 484 722 540 778 778 540 414 652 554 792 554 792 512 750 114 352 114 352 792 554 554 792 380 142 526 764 554 792 484 722 470 708 554 792 498 736 540 778 540 778 540 778 526 764 750 512 750 512 540 778 156 394 778 540 456 694 554 792 540 778 554 792 722 484 778 540 526 764 128 366 778 540 498 736 540 778 470 708 470 708 456 694 540 778 680 442 170 408 540 778 484 722 526 764 554 792 554 792 142 380 484 722 554 792 470 708 470 708 484 722 484 722 442 680 554 792 470 708 470 708 526 764 554 792 498 736 484 722 240 478 442 680 394 156 428 666 498 736 484 722 414 652 470 708 554 792 540 778 540 778 792 554 778 540 394 156 512 750 512 750 128 366 554 792 554 792 554 792 694 456 484 722 554 792 554 792 694 456 708 470 540 778 442 680 512 750 764 526 72 310 428 666 470 708 142 380 540 778 680 442 470 708 540 778 540 778 526 764 470 708 470 708 526 764 72 310 540 778 526 764 456 694 540 778 512 750 512 750 778 540 470 708 526 764 554 792 540 778 540 778 498 736 792 554 540 778 708 470 526 764 526 764 778 540 512 750 736 498 394 156 722 484 722 484 722 484 394 156 394 156 540 778 352 114 526 764 540 778 394 156 526 764 394 156 456 694 750 512 792 554 442 680 366 128 470 708 428 666 540 778 512 750 540 778 456 694 778 540 764 526 526 764 428 666 540 778 484 722 442 680 792 554 394 156 540 778 764 526 380 142 540 778 512 750 792 554 498 736 512 750 324 86 792 554 540 778 498 736 708 470 540 778 778 540 778 540 666 428 526 764 512 750 540 778 394 156 750 512 722 484 380 142 694 456 394 156 736 498 764 526 736 498 694 456 394 156 394 156 296 58 666 428 526 764 778 540 540 778 100 338 764 526 778 540 526 764 512 750 442 680 526 764 526 764 554 792 792 554 764 526 512 750 456 694 554 792 498 736 540 778 456 694 512 750 498 736 442 680 380 142 380 142 750 512 526 764 470 708 498 736 456 694 764 526 778 540 666 428 778 540 380 142 456 694 442 680 428 666 484 722 428 666 680 442 380 142 428 666 750 512 156 394 792 554 792 554 484 722 652 414 498 736 666 428 338 100 380 142 554 792 708 470 498 736 470 708 394 156 554 792 442 680 778 540 526 764 456 694 540 778 764 526 512 750 442 680 666 428 366 128 694 456 394 156 792 554 792 554 554 792 394 156 352 114 498 736 708 470 442 680 296 58 484 722 554 792 414 652 778 540 652 414 324 86 666 428 380 142 380 142 708 470 380 142 380 142 652 414 540 778 428 666 428 666 380 142 694 456 380 142 380 142 666 428 338 100 380 142 338 100 652 414 554 792 750 512 652 414 338 100 680 442 324 86 666 428 338 100 380 142 338 100 498 736 428 666 540 778 764 526 512 750 442 680 666 428 296 58 750 512 498 736 428 666 792 554 526 764 442 680 666 428 338 100 778 540 526 764 442 680 666 428 680 442 268 30 366 128 394 156 470 708 694 456 526 764 750 512 114 352 554 792 484 722 652 414 512 750 442 680 666 428 366 128 666 428 540 778 456 694 380 142 456 694 282 44 554 792 394 156 540 778 680 442 666 428 380 142 680 442 428 666 764 526 540 778 680 442 380 142 380 142 498 736 666 428 380 142 394 156 394 156 324 86 666 428 282 44 380 142 394 156
11.35/11.94	c 12	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.35/11.96	c 12	CPU 11.76 (0.05 0.02 11.36 0.33)
11.35/11.96	c 12	END Sun Jul 12 06:54:33 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081906-1247374461/watcher-2081906-1247374461 -o /tmp/evaluation-result-2081906-1247374461/solver-2081906-1247374461 -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-2081906-1247374461.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.39 2.09 2.03 4/82 24993
/proc/meminfo: memFree=1678976/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=18576 CPUtime=0
/proc/24993/stat : 24993 (runsolver) R 24991 24993 19085 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 24511199 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269807578407 0 0 4096 24578 0 0 0 17 0 0 0
/proc/24993/statm: 4644 284 249 26 0 2626 0

[startup+0.0695421 s]
/proc/loadavg: 2.39 2.09 2.03 4/82 24993
/proc/meminfo: memFree=1678976/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=16476 CPUtime=0.05
/proc/24993/stat : 24993 (sugar) R 24991 24993 19085 0 -1 4194304 1032 0 0 0 4 1 0 0 18 0 1 0 24511199 16871424 1000 996147200 4194304 4206940 548682068608 18446744073709551615 269807422128 0 0 4224 0 0 0 0 17 1 0 0
/proc/24993/statm: 4119 1000 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.101542 s]
/proc/loadavg: 2.39 2.09 2.03 4/82 24993
/proc/meminfo: memFree=1678976/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=16868 CPUtime=0.06
/proc/24993/stat : 24993 (sugar) S 24991 24993 19085 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24511199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24993/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301557 s]
/proc/loadavg: 2.39 2.09 2.03 4/82 24993
/proc/meminfo: memFree=1678976/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=16868 CPUtime=0.06
/proc/24993/stat : 24993 (sugar) S 24991 24993 19085 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24511199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24993/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701609 s]
/proc/loadavg: 2.39 2.09 2.03 4/82 24993
/proc/meminfo: memFree=1678976/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=16868 CPUtime=0.06
/proc/24993/stat : 24993 (sugar) S 24991 24993 19085 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24511199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24993/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50269 s]
/proc/loadavg: 2.52 2.12 2.04 3/86 25008
/proc/meminfo: memFree=1648608/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=16868 CPUtime=0.9
/proc/24993/stat : 24993 (sugar) S 24991 24993 19085 0 -1 4194304 1309 7712 0 1 5 1 79 5 16 0 1 0 24511199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24993/statm: 4217 1111 409 3 0 796 0
[pid=25006] ppid=24993 vsize=5356 CPUtime=0
/proc/25006/stat : 25006 (sh) S 24993 24993 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24511297 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25006/statm: 1339 233 193 169 0 50 0
[pid=25007] ppid=25006 vsize=864332 CPUtime=0.5
/proc/25007/stat : 25007 (java) S 25006 24993 19085 0 -1 0 4303 0 1 0 48 2 0 0 18 0 9 0 24511298 885075968 3752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25007/statm: 216083 3752 1741 9 0 210588 0
[pid=25007/tid=25008] ppid=25006 vsize=864332 CPUtime=0.37
/proc/25007/task/25008/stat : 25008 (java) R 25006 24993 19085 0 -1 64 2670 0 1 0 36 1 0 0 22 0 9 0 24511299 885075968 3752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886556

[startup+3.10286 s]
/proc/loadavg: 2.52 2.12 2.04 4/93 25015
/proc/meminfo: memFree=1617832/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=16868 CPUtime=0.9
/proc/24993/stat : 24993 (sugar) S 24991 24993 19085 0 -1 4194304 1309 7712 0 1 5 1 79 5 16 0 1 0 24511199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24993/statm: 4217 1111 409 3 0 796 0
[pid=25006] ppid=24993 vsize=5356 CPUtime=0
/proc/25006/stat : 25006 (sh) S 24993 24993 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24511297 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25006/statm: 1339 233 193 169 0 50 0
[pid=25007] ppid=25006 vsize=868592 CPUtime=2.08
/proc/25007/stat : 25007 (java) S 25006 24993 19085 0 -1 0 7486 0 1 0 202 6 0 0 18 0 9 0 24511298 889438208 6603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25007/statm: 217148 6603 2566 9 0 211653 0
[pid=25007/tid=25008] ppid=25006 vsize=868592 CPUtime=1.74
/proc/25007/task/25008/stat : 25008 (java) R 25006 24993 19085 0 -1 64 2801 0 1 0 172 2 0 0 25 0 9 0 24511299 889438208 6603 996147200 134512640 134550932 4294955936 18446744073709551615 4126520002 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25007/tid=25009] ppid=25006 vsize=868592 CPUtime=0.15
/proc/25007/task/25009/stat : 25009 (java) S 25006 24993 19085 0 -1 64 2517 0 0 0 14 1 0 0 16 0 9 0 24511300 889438208 6603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25010] ppid=25006 vsize=868592 CPUtime=0
/proc/25007/task/25010/stat : 25010 (java) S 25006 24993 19085 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24511300 889438208 6603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25011] ppid=25006 vsize=868592 CPUtime=0
/proc/25007/task/25011/stat : 25011 (java) S 25006 24993 19085 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24511300 889438208 6603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25012] ppid=25006 vsize=868592 CPUtime=0
/proc/25007/task/25012/stat : 25012 (java) S 25006 24993 19085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24511302 889438208 6603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25013] ppid=25006 vsize=868592 CPUtime=0.17
/proc/25007/task/25013/stat : 25013 (java) S 25006 24993 19085 0 -1 64 1470 0 0 0 16 1 0 0 16 0 9 0 24511303 889438208 6603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25014] ppid=25006 vsize=868592 CPUtime=0
/proc/25007/task/25014/stat : 25014 (java) S 25006 24993 19085 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24511303 889438208 6603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25015] ppid=25006 vsize=868592 CPUtime=0
/proc/25007/task/25015/stat : 25015 (java) S 25006 24993 19085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24511303 889438208 6603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890816

[startup+6.30125 s]
/proc/loadavg: 2.52 2.12 2.04 3/94 25064
/proc/meminfo: memFree=1682216/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=16868 CPUtime=0.9
/proc/24993/stat : 24993 (sugar) S 24991 24993 19085 0 -1 4194304 1309 7712 0 1 5 1 79 5 15 0 1 0 24511199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24993/statm: 4217 1111 409 3 0 796 0
[pid=25006] ppid=24993 vsize=5356 CPUtime=0
/proc/25006/stat : 25006 (sh) S 24993 24993 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24511297 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25006/statm: 1339 233 193 169 0 50 0
[pid=25007] ppid=25006 vsize=868592 CPUtime=5.26
/proc/25007/stat : 25007 (java) S 25006 24993 19085 0 -1 0 8740 0 1 0 517 9 0 0 18 0 9 0 24511298 889438208 7570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25007/statm: 217148 7570 2566 9 0 211653 0
[pid=25007/tid=25008] ppid=25006 vsize=868592 CPUtime=4.72
/proc/25007/task/25008/stat : 25008 (java) R 25006 24993 19085 0 -1 64 3088 0 1 0 469 3 0 0 25 0 9 0 24511299 889438208 7570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25009] ppid=25006 vsize=868592 CPUtime=0.35
/proc/25007/task/25009/stat : 25009 (java) S 25006 24993 19085 0 -1 64 3484 0 0 0 31 4 0 0 15 0 9 0 24511300 889438208 7570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25010] ppid=25006 vsize=868592 CPUtime=0
/proc/25007/task/25010/stat : 25010 (java) S 25006 24993 19085 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24511300 889438208 7570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25007/tid=25011] ppid=25006 vsize=868592 CPUtime=0
/proc/25007/task/25011/stat : 25011 (java) S 25006 24993 19085 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24511300 889438208 7570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25012] ppid=25006 vsize=868592 CPUtime=0
/proc/25007/task/25012/stat : 25012 (java) S 25006 24993 19085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24511302 889438208 7570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25013] ppid=25006 vsize=868592 CPUtime=0.17
/proc/25007/task/25013/stat : 25013 (java) S 25006 24993 19085 0 -1 64 1470 0 0 0 16 1 0 0 16 0 9 0 24511303 889438208 7570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25014] ppid=25006 vsize=868592 CPUtime=0
/proc/25007/task/25014/stat : 25014 (java) S 25006 24993 19085 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24511303 889438208 7570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25015] ppid=25006 vsize=868592 CPUtime=0
/proc/25007/task/25015/stat : 25015 (java) R 25006 24993 19085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24511303 889438208 7570 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) 890816

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

[startup+9.50255 s]
/proc/loadavg: 2.55 2.14 2.04 4/94 25064
/proc/meminfo: memFree=1672104/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=16868 CPUtime=0.91
/proc/24993/stat : 24993 (sugar) S 24991 24993 19085 0 -1 4194304 1310 7712 0 1 5 2 79 5 15 0 1 0 24511199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24993/statm: 4217 1111 409 3 0 796 0
[pid=25006] ppid=24993 vsize=5356 CPUtime=0
/proc/25006/stat : 25006 (sh) S 24993 24993 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24511297 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25006/statm: 1339 233 193 169 0 50 0
[pid=25007] ppid=25006 vsize=868704 CPUtime=8.42
/proc/25007/stat : 25007 (java) S 25006 24993 19085 0 -1 0 10697 0 1 0 828 14 0 0 18 0 9 0 24511298 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25007/statm: 217176 8850 2593 9 0 211653 0
[pid=25007/tid=25008] ppid=25006 vsize=868704 CPUtime=7.45
/proc/25007/task/25008/stat : 25008 (java) R 25006 24993 19085 0 -1 64 3606 0 1 0 740 5 0 0 25 0 9 0 24511299 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4126431445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25009] ppid=25006 vsize=868704 CPUtime=0.7
/proc/25007/task/25009/stat : 25009 (java) S 25006 24993 19085 0 -1 64 4879 0 0 0 63 7 0 0 16 0 9 0 24511300 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25010] ppid=25006 vsize=868704 CPUtime=0
/proc/25007/task/25010/stat : 25010 (java) S 25006 24993 19085 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24511300 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25011] ppid=25006 vsize=868704 CPUtime=0
/proc/25007/task/25011/stat : 25011 (java) S 25006 24993 19085 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24511300 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25012] ppid=25006 vsize=868704 CPUtime=0
/proc/25007/task/25012/stat : 25012 (java) S 25006 24993 19085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24511302 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25013] ppid=25006 vsize=868704 CPUtime=0.24
/proc/25007/task/25013/stat : 25013 (java) S 25006 24993 19085 0 -1 64 1514 0 0 0 23 1 0 0 16 0 9 0 24511303 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25014] ppid=25006 vsize=868704 CPUtime=0
/proc/25007/task/25014/stat : 25014 (java) S 25006 24993 19085 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24511303 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25015] ppid=25006 vsize=868704 CPUtime=0
/proc/25007/task/25015/stat : 25015 (java) S 25006 24993 19085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24511303 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 890928

[startup+11.1027 s]
/proc/loadavg: 2.67 2.17 2.05 3/86 25066
/proc/meminfo: memFree=1669488/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=16868 CPUtime=0.91
/proc/24993/stat : 24993 (sugar) S 24991 24993 19085 0 -1 4194304 1310 7712 0 1 5 2 79 5 16 0 1 0 24511199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24993/statm: 4217 1111 409 3 0 796 0
[pid=25006] ppid=24993 vsize=5356 CPUtime=0
/proc/25006/stat : 25006 (sh) S 24993 24993 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24511297 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25006/statm: 1339 233 193 169 0 50 0
[pid=25007] ppid=25006 vsize=868704 CPUtime=9.99
/proc/25007/stat : 25007 (java) S 25006 24993 19085 0 -1 0 10886 0 1 0 980 19 0 0 18 0 9 0 24511298 889552896 8856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25007/statm: 217176 8856 2593 9 0 211653 0
[pid=25007/tid=25008] ppid=25006 vsize=868704 CPUtime=8.96
/proc/25007/task/25008/stat : 25008 (java) R 25006 24993 19085 0 -1 64 3789 0 1 0 887 9 0 0 25 0 9 0 24511299 889552896 8856 996147200 134512640 134550932 4294955936 18446744073709551615 102093920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25009] ppid=25006 vsize=868704 CPUtime=0.76
/proc/25007/task/25009/stat : 25009 (java) S 25006 24993 19085 0 -1 64 4879 0 0 0 68 8 0 0 16 0 9 0 24511300 889552896 8856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25010] ppid=25006 vsize=868704 CPUtime=0
/proc/25007/task/25010/stat : 25010 (java) S 25006 24993 19085 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24511300 889552896 8856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25011] ppid=25006 vsize=868704 CPUtime=0
/proc/25007/task/25011/stat : 25011 (java) S 25006 24993 19085 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24511300 889552896 8856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25012] ppid=25006 vsize=868704 CPUtime=0
/proc/25007/task/25012/stat : 25012 (java) S 25006 24993 19085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24511302 889552896 8856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25013] ppid=25006 vsize=868704 CPUtime=0.25
/proc/25007/task/25013/stat : 25013 (java) S 25006 24993 19085 0 -1 64 1520 0 0 0 24 1 0 0 16 0 9 0 24511303 889552896 8856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25014] ppid=25006 vsize=868704 CPUtime=0
/proc/25007/task/25014/stat : 25014 (java) S 25006 24993 19085 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24511303 889552896 8856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25007/tid=25015] ppid=25006 vsize=868704 CPUtime=0
/proc/25007/task/25015/stat : 25015 (java) S 25006 24993 19085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24511303 889552896 8856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.9
Current children cumulated vsize (KiB) 890928

[startup+11.5028 s]
/proc/loadavg: 2.67 2.17 2.05 3/86 25066
/proc/meminfo: memFree=1669488/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=16868 CPUtime=11.01
/proc/24993/stat : 24993 (sugar) S 24991 24993 19085 0 -1 4194304 1376 18913 0 2 5 2 1068 26 15 0 1 0 24511199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24993/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 16868

[startup+11.9028 s]
/proc/loadavg: 2.67 2.17 2.05 3/86 25066
/proc/meminfo: memFree=1669488/2055920 swapFree=4192812/4192956
[pid=24993] ppid=24991 vsize=16868 CPUtime=11.35
/proc/24993/stat : 24993 (sugar) S 24991 24993 19085 0 -1 4194304 1448 24881 0 2 5 2 1099 29 15 0 1 0 24511199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24993/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 11.9647
CPU time (s): 11.7882
CPU user time (s): 11.4253
CPU system time (s): 0.362944
CPU usage (%): 98.5247
Max. virtual memory (cumulated for all children) (KiB): 892100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.4253
system time used= 0.362944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31103
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= 11741
involuntary context switches= 11787

runsolver used 0.016997 second user time and 0.052991 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 06:54:21
IDJOB=2081906
IDBENCH=57508
IDSOLVER=739
FILE ID=node81/2081906-1247374461
PBS_JOBID= 9507040
Free space on /tmp= 126680 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen1.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-2081906-1247374461/watcher-2081906-1247374461 -o /tmp/evaluation-result-2081906-1247374461/solver-2081906-1247374461 -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-2081906-1247374461.xml

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

MD5SUM BENCH= a20b814963264f712f828b46a490fc99
RANDOM SEED=1299706867

node81.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.233
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.233
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1679456 kB
Buffers:         59452 kB
Cached:         180656 kB
SwapCached:        136 kB
Active:         188244 kB
Inactive:       110768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4764 kB
Writeback:           0 kB
Mapped:          79220 kB
Slab:            62352 kB
Committed_AS:   261224 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126680 MiB
End job on node81 at 2009-07-12 06:54:33