Trace number 2084216

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.7112 11.8948

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph14.xml
MD5SUM3fb56d38999618c3f590ccca7c05d859
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.597908
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4638
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 08:08:16 2009
0.00/0.07	c 0	PID 24849
0.07/0.08	c 0	HOST node89.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2084216-1247378896.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-2084216-1247378896.xml' 'HOME/temp.csp'
0.07/0.69	c 1	6 domains, 916 variables, 2 predicates, 0 relations, 4638 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	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.67/0.80	c 1	Parsing HOME/temp.csp
0.67/0.92	c 1	parsed 5562 expressions
0.67/0.93	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.93	c 1	Converting to clausal form CSP
0.67/0.97	c 1	converted 557 (10%) expressions
1.12/1.28	c 1	converted 1113 (20%) expressions
1.91/2.06	c 2	converted 1669 (30%) expressions
2.61/2.73	c 3	converted 2225 (40%) expressions
3.30/3.41	c 3	converted 2781 (50%) expressions
3.90/4.06	c 4	converted 3338 (60%) expressions
4.59/4.75	c 5	converted 3894 (70%) expressions
5.19/5.39	c 5	converted 4450 (80%) expressions
5.88/6.05	c 6	converted 5006 (90%) expressions
6.57/6.72	c 7	converted 5562 (100%) expressions
6.57/6.72	c 7	CSP : 916 integers, 0 booleans, 5554 clauses, largest domain size 44
6.57/6.72	c 7	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.57/6.72	c 7	Propagation in CSP
7.26/7.47	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.26/7.47	c 7	CSP : 916 integers, 0 booleans, 5554 clauses, largest domain size 44
7.26/7.47	c 7	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.26/7.48	c 7	Simplifing CSP by introducing new Boolean variables
7.46/7.61	c 8	CSP : 916 integers, 9276 booleans, 14830 clauses, largest domain size 44
7.46/7.61	c 8	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.46/7.68	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.56/7.76	c 8	92 (10%) CSP integer variables are encoded (3640 clauses, 45229 bytes)
7.56/7.78	c 8	184 (20%) CSP integer variables are encoded (7280 clauses, 92549 bytes)
7.66/7.81	c 8	275 (30%) CSP integer variables are encoded (10882 clauses, 141634 bytes)
7.66/7.84	c 8	367 (40%) CSP integer variables are encoded (14442 clauses, 195034 bytes)
7.66/7.87	c 8	458 (50%) CSP integer variables are encoded (17892 clauses, 246784 bytes)
7.66/7.89	c 8	550 (60%) CSP integer variables are encoded (21356 clauses, 298744 bytes)
7.76/7.92	c 8	642 (70%) CSP integer variables are encoded (24804 clauses, 350464 bytes)
7.76/7.94	c 8	733 (80%) CSP integer variables are encoded (28270 clauses, 402454 bytes)
7.76/7.97	c 8	825 (90%) CSP integer variables are encoded (31590 clauses, 452254 bytes)
7.76/7.99	c 8	916 (100%) CSP integer variables are encoded (34884 clauses, 501664 bytes)
8.05/8.22	c 8	1483 (10%) CSP clauses are encoded (71236 clauses, 1206202 bytes)
8.25/8.43	c 8	2966 (20%) CSP clauses are encoded (108818 clauses, 1954010 bytes)
8.44/8.61	c 9	4449 (30%) CSP clauses are encoded (146264 clauses, 2704869 bytes)
8.55/8.79	c 9	5932 (40%) CSP clauses are encoded (183987 clauses, 3474143 bytes)
8.74/8.97	c 9	7415 (50%) CSP clauses are encoded (220586 clauses, 4248933 bytes)
8.95/9.14	c 9	8898 (60%) CSP clauses are encoded (257432 clauses, 5027912 bytes)
9.14/9.31	c 9	10381 (70%) CSP clauses are encoded (293647 clauses, 5792007 bytes)
9.24/9.49	c 9	11864 (80%) CSP clauses are encoded (329601 clauses, 6546560 bytes)
9.44/9.66	c 10	13347 (90%) CSP clauses are encoded (365243 clauses, 7289991 bytes)
9.63/9.82	c 10	14830 (100%) CSP clauses are encoded (400400 clauses, 8019506 bytes)
9.63/9.83	c 10	14830 CSP clauses encoded
9.63/9.83	c 10	Writing map file : HOME/temp.map
9.63/9.85	c 10	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.63/9.85	c 10	SAT : 45076 SAT variables, 400400 SAT clauses, 8019506 bytes
9.63/9.85	c 10	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.63/9.86	c 10	SOLVING HOME/temp.cnf
9.63/9.86	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.63/9.87	c 10	This is MiniSat 2.0 beta
9.63/9.87	c 10	WARNING: for repeatability, setting FPU to use double precision
9.63/9.87	c 10	============================[ Problem Statistics ]=============================
9.63/9.87	c 10	|                                                                             |
9.63/9.87	c 10	|  Number of variables:  45076                                                |
9.63/9.87	c 10	|  Number of clauses:    400400                                               |
9.70/10.11	c 10	|  Parsing time:         0.19         s                                       |
9.70/10.13	c 10	============================[ Search Statistics ]==============================
9.70/10.13	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.70/10.13	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.70/10.13	c 10	===============================================================================
9.70/10.13	c 10	|         0 |   45076   400400  1118522 |   133466        0    nan |  0.000 % |
9.70/10.30	c 10	|       100 |   45076   400400  1118522 |   146813      100      5 |  0.000 % |
9.70/10.56	c 10	|       250 |   45076   400400  1118522 |   161494      250      5 |  0.000 % |
10.71/11.00	c 11	|       475 |   45076   400400  1118522 |   177644      475      5 |  0.000 % |
11.20/11.43	c 11	===============================================================================
11.20/11.44	c 11	restarts              : 4
11.20/11.44	c 11	conflicts             : 693            (460 /sec)
11.20/11.44	c 11	decisions             : 44851          (1.18 % random) (29766 /sec)
11.20/11.44	c 11	propagations          : 1733211        (1150282 /sec)
11.20/11.44	c 11	conflict literals     : 3476           (4.77 % deleted)
11.20/11.44	c 11	Memory used           : 21.98 MB
11.20/11.44	c 11	CPU time              : 1.50677 s
11.20/11.44	c 11	
11.20/11.46	c 11	SATISFIABLE
11.20/11.46	c 11	DECODING HOME/temp.out WITH HOME/temp.map
11.20/11.46	c 11	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.27/11.54	c 11	Decoding HOME/temp.out
11.27/11.83	s SATISFIABLE
11.27/11.87	v 652 414 792 554 380 142 554 792 792 554 526 764 554 792 156 394 764 526 456 694 156 394 470 708 484 722 792 554 540 778 792 554 484 722 512 750 554 792 554 792 722 484 694 456 498 736 792 554 554 792 428 666 652 414 554 792 512 750 380 142 680 442 666 428 484 722 722 484 778 540 394 156 414 652 338 100 554 792 442 680 442 680 722 484 736 498 512 750 792 554 694 456 498 736 554 792 456 694 484 722 470 708 750 512 394 156 708 470 394 156 470 708 470 708 456 694 554 792 694 456 484 722 792 554 128 366 554 792 694 456 722 484 554 792 736 498 722 484 470 708 114 352 156 394 792 554 554 792 380 142 554 792 512 750 526 764 114 352 394 156 778 540 680 442 156 394 554 792 498 736 498 736 470 708 470 708 498 736 554 792 540 778 554 792 792 554 764 526 428 666 456 694 736 498 708 470 554 792 156 394 554 792 792 554 394 156 736 498 540 778 554 792 114 352 792 554 750 512 778 540 708 470 156 394 750 512 792 554 142 380 792 554 722 484 666 428 680 442 554 792 414 652 554 792 442 680 792 554 540 778 428 666 554 792 428 666 750 512 708 470 736 498 778 540 470 708 722 484 470 708 778 540 694 456 470 708 736 498 512 750 680 442 414 652 750 512 722 484 484 722 554 792 778 540 142 380 792 554 540 778 666 428 484 722 764 526 554 792 792 554 512 750 414 652 666 428 778 540 554 792 128 366 128 366 764 526 442 680 778 540 778 540 554 792 142 380 442 680 512 750 708 470 428 666 156 394 722 484 114 352 554 792 394 156 498 736 484 722 554 792 142 380 792 554 142 380 428 666 722 484 554 792 156 394 666 428 778 540 736 498 792 554 680 442 736 498 526 764 498 736 792 554 498 736 142 380 526 764 484 722 394 156 750 512 778 540 652 414 722 484 456 694 694 456 456 694 58 296 694 456 764 526 722 484 792 554 540 778 666 428 736 498 470 708 512 750 484 722 156 394 778 540 680 442 722 484 526 764 792 554 792 554 652 414 540 778 442 680 666 428 512 750 792 554 764 526 540 778 498 736 540 778 708 470 764 526 498 736 736 498 708 470 778 540 310 72 498 736 324 86 484 722 456 694 498 736 428 666 484 722 792 554 540 778 680 442 792 554 750 512 666 428 498 736 540 778 792 554 554 792 484 722 512 750 554 792 526 764 484 722 554 792 694 456 792 554 456 694 470 708 680 442 764 526 540 778 554 792 540 778 694 456 722 484 470 708 456 694 722 484 764 526 484 722 456 694 526 764 498 736 722 484 484 722 554 792 456 694 526 764 428 666 694 456 792 554 540 778 750 512 526 764 470 708 778 540 540 778 694 456 694 456 554 792 414 652 394 156 792 554 498 736 352 114 380 142 666 428 540 778 442 680 666 428 414 652 778 540 554 792 750 512 736 498 540 778 442 680 142 380 394 156 694 456 142 380 666 428 764 526 792 554 512 750 764 526 554 792 512 750 708 470 442 680 442 680 484 722 554 792 498 736 428 666 708 470 526 764 366 128 750 512 540 778 456 694 526 764 456 694 484 722 764 526 428 666 512 750 554 792 554 792 142 380 708 470 694 456 680 442 428 666 540 778 366 128 778 540 428 666 750 512 708 470 554 792 156 394 792 554 554 792 792 554 736 498 428 666 394 156 764 526 764 526 792 554 540 778 442 680 750 512 156 394 680 442 394 156 708 470 512 750 442 680 498 736 680 442 484 722 540 778 470 708 792 554 778 540 736 498 512 750 764 526 680 442 512 750 666 428 540 778 554 792 652 414 526 764 540 778 722 484 512 750 694 456 498 736 708 470 736 498 680 442 470 708 666 428 778 540 512 750 736 498 456 694 540 778 456 694 764 526 442 680 680 442 456 694 652 414 512 750 694 456 750 512 512 750 456 694 512 750 764 526 484 722 540 778 764 526 512 750 680 442 554 792 540 778 708 470 778 540 708 470 428 666 666 428 142 380 736 498 442 680 722 484 470 708 526 764 736 498 540 778 722 484 498 736 526 764 666 428 456 694 792 554 666 428 512 750 428 666 722 484 778 540
11.27/11.88	c 12	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.27/11.89	c 12	CPU 11.68 (0.06 0.02 11.27 0.33)
11.27/11.89	c 12	END Sun Jul 12 08:08:28 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-2084216-1247378896/watcher-2084216-1247378896 -o /tmp/evaluation-result-2084216-1247378896/solver-2084216-1247378896 -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-2084216-1247378896.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: 3.07 2.81 3.27 4/84 24849
/proc/meminfo: memFree=1229992/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=18576 CPUtime=0
/proc/24849/stat : 24849 (runsolver) R 24847 24849 22574 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 24954759 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 249069890855 0 0 4096 24578 0 0 0 17 0 0 0
/proc/24849/statm: 4644 284 249 26 0 2626 0

[startup+0.078322 s]
/proc/loadavg: 3.07 2.81 3.27 4/84 24849
/proc/meminfo: memFree=1229992/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16740 CPUtime=0.07
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1152 0 0 0 5 2 0 0 19 0 1 0 24954759 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101517 s]
/proc/loadavg: 3.07 2.81 3.27 4/84 24849
/proc/meminfo: memFree=1229992/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16868 CPUtime=0.07
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1227 128 0 0 5 2 0 0 20 0 1 0 24954759 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301537 s]
/proc/loadavg: 3.07 2.81 3.27 4/84 24849
/proc/meminfo: memFree=1229992/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16868 CPUtime=0.07
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1227 128 0 0 5 2 0 0 20 0 1 0 24954759 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702572 s]
/proc/loadavg: 3.07 2.81 3.27 4/84 24849
/proc/meminfo: memFree=1229992/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16868 CPUtime=0.07
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1245 128 0 0 5 2 0 0 16 0 1 0 24954759 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50265 s]
/proc/loadavg: 3.07 2.81 3.27 4/95 24871
/proc/meminfo: memFree=1219152/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16868 CPUtime=0.67
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1309 7359 0 1 5 2 56 4 16 0 1 0 24954759 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4217 1111 409 3 0 796 0
[pid=24862] ppid=24849 vsize=5356 CPUtime=0
/proc/24862/stat : 24862 (sh) S 24849 24849 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24954831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24862/statm: 1339 233 193 169 0 50 0
[pid=24863] ppid=24862 vsize=869572 CPUtime=0.75
/proc/24863/stat : 24863 (java) S 24862 24849 22574 0 -1 0 5421 0 1 0 72 3 0 0 18 0 9 0 24954831 890441728 4829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24863/statm: 217393 4829 1741 9 0 211898 0
[pid=24863/tid=24864] ppid=24862 vsize=869572 CPUtime=0.55
/proc/24863/task/24864/stat : 24864 (java) R 24862 24849 22574 0 -1 64 2685 0 1 0 54 1 0 0 21 0 9 0 24954832 890441728 4829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24865] ppid=24862 vsize=869572 CPUtime=0.04
/proc/24863/task/24865/stat : 24865 (java) R 24862 24849 22574 0 -1 64 589 0 0 0 4 0 0 0 16 0 9 0 24954833 890441728 4829 996147200 134512640 134550932 4294955936 18446744073709551615 102759263 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24866] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24866/stat : 24866 (java) S 24862 24849 22574 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24954834 890441728 4829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24867] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24867/stat : 24867 (java) S 24862 24849 22574 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24954834 890441728 4829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24868] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24868/stat : 24868 (java) S 24862 24849 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24954836 890441728 4829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24869] ppid=24862 vsize=869572 CPUtime=0.13
/proc/24863/task/24869/stat : 24869 (java) S 24862 24849 22574 0 -1 64 1453 0 0 0 13 0 0 0 16 0 9 0 24954836 890441728 4829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24870] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24870/stat : 24870 (java) S 24862 24849 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24954836 890441728 4829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24871] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24871/stat : 24871 (java) S 24862 24849 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24954836 890441728 4829 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) 891796

[startup+3.1018 s]
/proc/loadavg: 3.07 2.81 3.27 3/95 24871
/proc/meminfo: memFree=1217552/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16868 CPUtime=0.67
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1309 7359 0 1 5 2 56 4 16 0 1 0 24954759 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4217 1111 409 3 0 796 0
[pid=24862] ppid=24849 vsize=5356 CPUtime=0
/proc/24862/stat : 24862 (sh) S 24849 24849 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24954831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24862/statm: 1339 233 193 169 0 50 0
[pid=24863] ppid=24862 vsize=869572 CPUtime=2.33
/proc/24863/stat : 24863 (java) S 24862 24849 22574 0 -1 0 5821 0 1 0 229 4 0 0 18 0 9 0 24954831 890441728 5091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24863/statm: 217393 5091 1743 9 0 211898 0
[pid=24863/tid=24864] ppid=24862 vsize=869572 CPUtime=2.05
/proc/24863/task/24864/stat : 24864 (java) R 24862 24849 22574 0 -1 64 2823 0 1 0 204 1 0 0 25 0 9 0 24954832 890441728 5091 996147200 134512640 134550932 4294955936 18446744073709551615 4126519668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24865] ppid=24862 vsize=869572 CPUtime=0.09
/proc/24863/task/24865/stat : 24865 (java) S 24862 24849 22574 0 -1 64 831 0 0 0 8 1 0 0 16 0 9 0 24954833 890441728 5091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24866] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24866/stat : 24866 (java) S 24862 24849 22574 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24954834 890441728 5091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24867] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24867/stat : 24867 (java) S 24862 24849 22574 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24954834 890441728 5091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24868] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24868/stat : 24868 (java) S 24862 24849 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24954836 890441728 5091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24869] ppid=24862 vsize=869572 CPUtime=0.17
/proc/24863/task/24869/stat : 24869 (java) S 24862 24849 22574 0 -1 64 1473 0 0 0 16 1 0 0 16 0 9 0 24954836 890441728 5091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24870] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24870/stat : 24870 (java) S 24862 24849 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24954836 890441728 5091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24871] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24871/stat : 24871 (java) S 24862 24849 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24954836 890441728 5091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 891796

[startup+6.30212 s]
/proc/loadavg: 3.07 2.81 3.27 4/95 24871
/proc/meminfo: memFree=1214480/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16868 CPUtime=0.67
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1309 7359 0 1 5 2 56 4 16 0 1 0 24954759 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4217 1111 409 3 0 796 0
[pid=24862] ppid=24849 vsize=5356 CPUtime=0
/proc/24862/stat : 24862 (sh) S 24849 24849 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24954831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24862/statm: 1339 233 193 169 0 50 0
[pid=24863] ppid=24862 vsize=869572 CPUtime=5.5
/proc/24863/stat : 24863 (java) S 24862 24849 22574 0 -1 0 7813 0 1 0 543 7 0 0 18 0 9 0 24954831 890441728 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24863/statm: 217393 6621 2566 9 0 211898 0
[pid=24863/tid=24864] ppid=24862 vsize=869572 CPUtime=5.02
/proc/24863/task/24864/stat : 24864 (java) R 24862 24849 22574 0 -1 64 3110 0 1 0 500 2 0 0 25 0 9 0 24954832 890441728 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4126520907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24865] ppid=24862 vsize=869572 CPUtime=0.28
/proc/24863/task/24865/stat : 24865 (java) S 24862 24849 22574 0 -1 64 2530 0 0 0 25 3 0 0 16 0 9 0 24954833 890441728 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24866] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24866/stat : 24866 (java) S 24862 24849 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24954834 890441728 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24867] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24867/stat : 24867 (java) S 24862 24849 22574 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24954834 890441728 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24868] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24868/stat : 24868 (java) S 24862 24849 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24954836 890441728 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24869] ppid=24862 vsize=869572 CPUtime=0.17
/proc/24863/task/24869/stat : 24869 (java) S 24862 24849 22574 0 -1 64 1474 0 0 0 16 1 0 0 15 0 9 0 24954836 890441728 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24870] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24870/stat : 24870 (java) S 24862 24849 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24954836 890441728 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24871] ppid=24862 vsize=869572 CPUtime=0
/proc/24863/task/24871/stat : 24871 (java) S 24862 24849 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24954836 890441728 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 891796

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

[startup+9.50243 s]
/proc/loadavg: 3.14 2.83 3.27 3/95 24871
/proc/meminfo: memFree=1207632/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16868 CPUtime=0.67
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1310 7359 0 1 5 2 56 4 15 0 1 0 24954759 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4217 1111 409 3 0 796 0
[pid=24862] ppid=24849 vsize=5356 CPUtime=0
/proc/24862/stat : 24862 (sh) S 24849 24849 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24954831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24862/statm: 1339 233 193 169 0 50 0
[pid=24863] ppid=24862 vsize=869684 CPUtime=8.67
/proc/24863/stat : 24863 (java) S 24862 24849 22574 0 -1 0 9141 0 1 0 850 17 0 0 18 0 9 0 24954831 890556416 7463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24863/statm: 217421 7463 2593 9 0 211898 0
[pid=24863/tid=24864] ppid=24862 vsize=869684 CPUtime=7.8
/proc/24863/task/24864/stat : 24864 (java) R 24862 24849 22574 0 -1 64 3647 0 1 0 773 7 0 0 25 0 9 0 24954832 890556416 7463 996147200 134512640 134550932 4294955936 18446744073709551615 4126956030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24865] ppid=24862 vsize=869684 CPUtime=0.58
/proc/24863/task/24865/stat : 24865 (java) S 24862 24849 22574 0 -1 64 3271 0 0 0 51 7 0 0 16 0 9 0 24954833 890556416 7463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24866] ppid=24862 vsize=869684 CPUtime=0
/proc/24863/task/24866/stat : 24866 (java) S 24862 24849 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24954834 890556416 7463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24867] ppid=24862 vsize=869684 CPUtime=0
/proc/24863/task/24867/stat : 24867 (java) S 24862 24849 22574 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24954834 890556416 7463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24868] ppid=24862 vsize=869684 CPUtime=0
/proc/24863/task/24868/stat : 24868 (java) S 24862 24849 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24954836 890556416 7463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24869] ppid=24862 vsize=869684 CPUtime=0.25
/proc/24863/task/24869/stat : 24869 (java) S 24862 24849 22574 0 -1 64 1524 0 0 0 24 1 0 0 16 0 9 0 24954836 890556416 7463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24870] ppid=24862 vsize=869684 CPUtime=0
/proc/24863/task/24870/stat : 24870 (java) S 24862 24849 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24954836 890556416 7463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24863/tid=24871] ppid=24862 vsize=869684 CPUtime=0
/proc/24863/task/24871/stat : 24871 (java) S 24862 24849 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24954836 890556416 7463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.34
Current children cumulated vsize (KiB) 891908

[startup+11.1016 s]
/proc/loadavg: 3.14 2.83 3.27 4/87 24873
/proc/meminfo: memFree=1201232/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16868 CPUtime=9.7
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1376 16868 0 2 5 2 939 24 15 0 1 0 24954759 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4217 1113 409 3 0 796 0
[pid=24872] ppid=24849 vsize=5356 CPUtime=0
/proc/24872/stat : 24872 (sh) S 24849 24849 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24955746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24872/statm: 1339 232 193 169 0 50 0
[pid=24873] ppid=24872 vsize=22296 CPUtime=1.2
/proc/24873/stat : 24873 (minisat) R 24872 24849 22574 0 -1 4194304 5324 0 0 0 116 4 0 0 25 0 1 0 24955746 22831104 5310 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24873/statm: 5574 5310 76 150 0 5421 0
Current children cumulated CPU time (s) 10.9
Current children cumulated vsize (KiB) 44520

[startup+11.5016 s]
/proc/loadavg: 3.14 2.83 3.27 4/87 24873
/proc/meminfo: memFree=1201232/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16868 CPUtime=11.27
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1430 22516 0 2 5 2 1091 29 16 0 1 0 24954759 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 16868

[startup+11.7016 s]
/proc/loadavg: 3.14 2.83 3.27 4/87 24873
/proc/meminfo: memFree=1201232/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16868 CPUtime=11.27
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1448 22516 0 2 5 2 1091 29 16 0 1 0 24954759 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 16868

[startup+11.8017 s]
/proc/loadavg: 3.14 2.83 3.27 4/87 24873
/proc/meminfo: memFree=1201232/2055920 swapFree=4192812/4192956
[pid=24849] ppid=24847 vsize=16868 CPUtime=11.27
/proc/24849/stat : 24849 (sugar) S 24847 24849 22574 0 -1 4194304 1448 22516 0 2 5 2 1091 29 16 0 1 0 24954759 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24849/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 11.8948
CPU time (s): 11.7112
CPU user time (s): 11.3413
CPU system time (s): 0.369943
CPU usage (%): 98.4563
Max. virtual memory (cumulated for all children) (KiB): 891908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3413
system time used= 0.369943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28733
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= 12493
involuntary context switches= 12630

runsolver used 0.015997 second user time and 0.056991 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 08:08:16
IDJOB=2084216
IDBENCH=58056
IDSOLVER=739
FILE ID=node89/2084216-1247378896
PBS_JOBID= 9507136
Free space on /tmp= 66264 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph14.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-2084216-1247378896/watcher-2084216-1247378896 -o /tmp/evaluation-result-2084216-1247378896/solver-2084216-1247378896 -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-2084216-1247378896.xml

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

MD5SUM BENCH= 3fb56d38999618c3f590ccca7c05d859
RANDOM SEED=1763214879

node89.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.213
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.213
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:       1230472 kB
Buffers:          4616 kB
Cached:          65492 kB
SwapCached:          0 kB
Active:         752548 kB
Inactive:        20656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1230472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:         718832 kB
Slab:            35964 kB
Committed_AS:   873172 kB
PageTables:       3096 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= 66264 MiB
End job on node89 at 2009-07-12 08:08:28