Trace number 2081894

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+picosatSAT 6.46802 6.67268

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen5.xml
MD5SUMd00375a0db2ca765457bfad019ed3136
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.333948
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2598
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2598
Global constraints used (with number of constraints)

Solver Data

0.02/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.08	c 0	BEGIN Sun Jul 12 06:54:11 2009
0.02/0.08	c 0	PID 24275
0.02/0.08	c 0	HOST node29.alineos.net
0.02/0.08	c 0	CONVERTING HOME/instance-2081894-1247374451.xml TO HOME/temp.csp
0.02/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-2081894-1247374451.xml' 'HOME/temp.csp'
0.07/0.57	c 1	4 domains, 400 variables, 2 predicates, 0 relations, 2598 constraints
0.07/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	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.55/0.70	c 1	Parsing HOME/temp.csp
0.55/0.92	c 1	parsed 3004 expressions
0.55/0.93	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.93	c 1	Converting to clausal form CSP
0.55/0.96	c 1	converted 301 (10%) expressions
1.10/1.29	c 2	converted 601 (20%) expressions
1.60/1.75	c 2	converted 902 (30%) expressions
1.79/1.99	c 2	converted 1202 (40%) expressions
2.18/2.39	c 3	converted 1502 (50%) expressions
2.49/2.68	c 3	converted 1803 (60%) expressions
2.89/3.00	c 3	converted 2103 (70%) expressions
3.08/3.29	c 4	converted 2404 (80%) expressions
3.47/3.62	c 4	converted 2704 (90%) expressions
3.78/3.92	c 4	converted 3004 (100%) expressions
3.78/3.92	c 4	CSP : 400 integers, 0 booleans, 2985 clauses, largest domain size 44
3.78/3.92	c 4	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.78/3.92	c 4	Propagation in CSP
4.17/4.37	c 5	302 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.17/4.37	c 5	CSP : 400 integers, 0 booleans, 2985 clauses, largest domain size 44
4.17/4.37	c 5	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.17/4.37	c 5	Simplifing CSP by introducing new Boolean variables
4.28/4.41	c 5	CSP : 400 integers, 4438 booleans, 7423 clauses, largest domain size 44
4.28/4.41	c 5	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.28/4.49	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.37/4.53	c 5	40 (10%) CSP integer variables are encoded (1331 clauses, 15214 bytes)
4.37/4.55	c 5	80 (20%) CSP integer variables are encoded (2567 clauses, 31282 bytes)
4.37/4.56	c 5	120 (30%) CSP integer variables are encoded (3621 clauses, 44984 bytes)
4.37/4.57	c 5	160 (40%) CSP integer variables are encoded (4918 clauses, 61845 bytes)
4.37/4.58	c 5	200 (50%) CSP integer variables are encoded (6117 clauses, 77432 bytes)
4.37/4.59	c 5	240 (60%) CSP integer variables are encoded (7359 clauses, 93578 bytes)
4.46/4.60	c 5	280 (70%) CSP integer variables are encoded (8366 clauses, 106669 bytes)
4.46/4.61	c 5	320 (80%) CSP integer variables are encoded (9518 clauses, 121645 bytes)
4.46/4.63	c 5	360 (90%) CSP integer variables are encoded (10561 clauses, 136981 bytes)
4.46/4.63	c 5	400 (100%) CSP integer variables are encoded (11464 clauses, 150526 bytes)
4.56/4.73	c 5	743 (10%) CSP clauses are encoded (21105 clauses, 320289 bytes)
4.56/4.79	c 5	1485 (20%) CSP clauses are encoded (30572 clauses, 497991 bytes)
4.66/4.84	c 5	2227 (30%) CSP clauses are encoded (35002 clauses, 577661 bytes)
4.76/4.92	c 5	2970 (40%) CSP clauses are encoded (47675 clauses, 820188 bytes)
4.76/4.98	c 5	3712 (50%) CSP clauses are encoded (59184 clauses, 1039876 bytes)
4.86/5.04	c 5	4454 (60%) CSP clauses are encoded (69099 clauses, 1226379 bytes)
4.95/5.11	c 6	5197 (70%) CSP clauses are encoded (79915 clauses, 1431131 bytes)
4.95/5.17	c 6	5939 (80%) CSP clauses are encoded (90132 clauses, 1621817 bytes)
5.05/5.23	c 6	6681 (90%) CSP clauses are encoded (99787 clauses, 1801737 bytes)
5.16/5.30	c 6	7423 (100%) CSP clauses are encoded (110813 clauses, 2014592 bytes)
5.16/5.30	c 6	7423 CSP clauses encoded
5.16/5.30	c 6	Writing map file : HOME/temp.map
5.16/5.31	c 6	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.16/5.31	c 6	SAT : 16302 SAT variables, 110813 SAT clauses, 2014592 bytes
5.16/5.31	c 6	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.16/5.37	c 6	SOLVING HOME/temp.cnf
5.16/5.37	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
6.10/6.34	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.10/6.34	c 7	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'
6.16/6.42	c 7	Decoding HOME/temp.out
6.39/6.61	s SATISFIABLE
6.39/6.63	v 156 394 156 394 394 156 128 366 792 554 268 30 142 380 428 666 792 554 554 792 44 282 792 554 680 442 456 694 72 310 428 666 156 394 792 554 44 282 282 44 442 680 750 512 268 30 310 72 736 498 792 554 310 72 764 526 366 128 428 666 778 540 498 736 680 442 254 16 540 778 254 16 44 282 554 792 296 58 296 58 30 268 30 268 296 58 366 128 128 366 16 254 366 128 792 554 156 394 142 380 792 554 254 16 156 394 324 86 554 792 498 736 380 142 16 254 268 30 254 16 156 394 456 694 268 30 254 16 792 554 554 792 394 156 394 156 268 30 708 470 694 456 778 540 428 666 722 484 128 366 352 114 338 100 30 268 778 540 722 484 778 540 380 142 296 58 428 666 778 540 44 282 394 156 792 554 764 526 778 540 366 128 428 666 694 456 268 30 114 352 680 442 526 764 156 394 100 338 428 666 652 414 792 554 254 16 442 680 540 778 366 128 114 352 708 470 540 778 268 30 540 778 484 722 30 268 44 282 554 792 680 442 16 254 778 540 366 128 708 470 310 72 526 764 282 44 442 680 310 72 708 470 282 44 498 736 268 30 324 86 310 72 100 338 764 526 540 778 540 778 778 540 44 282 282 44 526 764 114 352 708 470 86 324 128 366 128 366 16 254 268 30 708 470 792 554 442 680 394 156 778 540 310 72 58 296 296 58 694 456 142 380 254 16 554 792 456 694 708 470 456 694 310 72 58 296 498 736 540 778 58 296 666 428 142 380 526 764 540 778 16 254 324 86 268 30 142 380 526 764 722 484 722 484 540 778 282 44 778 540 296 58 526 764 428 666 282 44 764 526 324 86 666 428 114 352 554 792 498 736 268 30 428 666 268 30 268 30 694 456 778 540 366 128 114 352 380 142 268 30
6.39/6.63	c 7	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.39/6.67	c 7	CPU 6.45 (0.06 0.02 5.68 0.69)
6.39/6.67	c 7	END Sun Jul 12 06:54:18 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-2081894-1247374451/watcher-2081894-1247374451 -o /tmp/evaluation-result-2081894-1247374451/solver-2081894-1247374451 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2081894-1247374451.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.06 2.01 4/81 24275
/proc/meminfo: memFree=1768456/2055920 swapFree=4191900/4192956
[pid=24275] ppid=24273 vsize=18576 CPUtime=0
/proc/24275/stat : 24275 (runsolver) R 24273 24275 19045 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 24511292 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24275/statm: 4644 284 249 26 0 2626 0

[startup+0.0339121 s]
/proc/loadavg: 2.11 2.06 2.01 4/81 24275
/proc/meminfo: memFree=1768456/2055920 swapFree=4191900/4192956
[pid=24275] ppid=24273 vsize=13072 CPUtime=0.02
/proc/24275/stat : 24275 (sugar) R 24273 24275 19045 0 -1 4194304 637 0 0 0 2 0 0 0 22 0 1 0 24511292 13385728 605 996147200 4194304 4206940 548682068608 18446744073709551615 221780571689 0 0 4224 0 0 0 0 17 1 0 0
/proc/24275/statm: 3268 605 316 3 0 368 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13072

[startup+0.105917 s]
/proc/loadavg: 2.11 2.06 2.01 4/81 24275
/proc/meminfo: memFree=1768456/2055920 swapFree=4191900/4192956
[pid=24275] ppid=24273 vsize=16868 CPUtime=0.07
/proc/24275/stat : 24275 (sugar) S 24273 24275 19045 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 24511292 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24275/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302929 s]
/proc/loadavg: 2.11 2.06 2.01 4/81 24275
/proc/meminfo: memFree=1768456/2055920 swapFree=4191900/4192956
[pid=24275] ppid=24273 vsize=16868 CPUtime=0.07
/proc/24275/stat : 24275 (sugar) S 24273 24275 19045 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 24511292 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24275/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702996 s]
/proc/loadavg: 2.11 2.06 2.01 4/81 24275
/proc/meminfo: memFree=1768456/2055920 swapFree=4191900/4192956
[pid=24275] ppid=24273 vsize=16868 CPUtime=0.55
/proc/24275/stat : 24275 (sugar) S 24273 24275 19045 0 -1 4194304 1309 5388 0 1 6 1 45 3 15 0 1 0 24511292 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24275/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.502 s]
/proc/loadavg: 2.11 2.06 2.01 3/92 24297
/proc/meminfo: memFree=1758256/2055920 swapFree=4191900/4192956
[pid=24275] ppid=24273 vsize=16868 CPUtime=0.55
/proc/24275/stat : 24275 (sugar) S 24273 24275 19045 0 -1 4194304 1309 5388 0 1 6 1 45 3 16 0 1 0 24511292 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24275/statm: 4217 1111 409 3 0 796 0
[pid=24288] ppid=24275 vsize=5356 CPUtime=0
/proc/24288/stat : 24288 (sh) S 24275 24275 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24511354 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24288/statm: 1339 233 193 169 0 50 0
[pid=24289] ppid=24288 vsize=868520 CPUtime=0.86
/proc/24289/stat : 24289 (java) S 24288 24275 19045 0 -1 0 5309 0 1 0 83 3 0 0 19 0 9 0 24511354 889364480 4720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24289/statm: 217130 4720 1744 9 0 211635 0
[pid=24289/tid=24290] ppid=24288 vsize=868520 CPUtime=0.65
/proc/24289/task/24290/stat : 24290 (java) R 24288 24275 19045 0 -1 64 2694 0 1 0 64 1 0 0 23 0 9 0 24511355 889364480 4720 996147200 134512640 134550932 4294955936 18446744073709551615 4126514432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24291] ppid=24288 vsize=868520 CPUtime=0.04
/proc/24289/task/24291/stat : 24291 (java) S 24288 24275 19045 0 -1 64 481 0 0 0 4 0 0 0 16 0 9 0 24511356 889364480 4720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24292] ppid=24288 vsize=868520 CPUtime=0
/proc/24289/task/24292/stat : 24292 (java) S 24288 24275 19045 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24511356 889364480 4720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24293] ppid=24288 vsize=868520 CPUtime=0
/proc/24289/task/24293/stat : 24293 (java) S 24288 24275 19045 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24511356 889364480 4720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24294] ppid=24288 vsize=868520 CPUtime=0
/proc/24289/task/24294/stat : 24294 (java) S 24288 24275 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24511359 889364480 4720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24295] ppid=24288 vsize=868520 CPUtime=0.13
/proc/24289/task/24295/stat : 24295 (java) S 24288 24275 19045 0 -1 64 1440 0 0 0 13 0 0 0 16 0 9 0 24511359 889364480 4720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24296] ppid=24288 vsize=868520 CPUtime=0
/proc/24289/task/24296/stat : 24296 (java) S 24288 24275 19045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24511359 889364480 4720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24297] ppid=24288 vsize=868520 CPUtime=0
/proc/24289/task/24297/stat : 24297 (java) S 24288 24275 19045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24511359 889364480 4720 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) 890744

[startup+3.1011 s]
/proc/loadavg: 2.11 2.06 2.01 3/92 24297
/proc/meminfo: memFree=1750448/2055920 swapFree=4191900/4192956
[pid=24275] ppid=24273 vsize=16868 CPUtime=0.55
/proc/24275/stat : 24275 (sugar) S 24273 24275 19045 0 -1 4194304 1309 5388 0 1 6 1 45 3 15 0 1 0 24511292 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24275/statm: 4217 1111 409 3 0 796 0
[pid=24288] ppid=24275 vsize=5356 CPUtime=0
/proc/24288/stat : 24288 (sh) S 24275 24275 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24511354 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24288/statm: 1339 233 193 169 0 50 0
[pid=24289] ppid=24288 vsize=868520 CPUtime=2.43
/proc/24289/stat : 24289 (java) S 24288 24275 19045 0 -1 0 7740 0 1 0 238 5 0 0 19 0 9 0 24511354 889364480 6847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24289/statm: 217130 6847 2568 9 0 211635 0
[pid=24289/tid=24290] ppid=24288 vsize=868520 CPUtime=2.06
/proc/24289/task/24290/stat : 24290 (java) R 24288 24275 19045 0 -1 64 2823 0 1 0 204 2 0 0 25 0 9 0 24511355 889364480 6847 996147200 134512640 134550932 4294955936 18446744073709551615 4126518597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24291] ppid=24288 vsize=868520 CPUtime=0.18
/proc/24289/task/24291/stat : 24291 (java) S 24288 24275 19045 0 -1 64 2747 0 0 0 16 2 0 0 16 0 9 0 24511356 889364480 6847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24292] ppid=24288 vsize=868520 CPUtime=0
/proc/24289/task/24292/stat : 24292 (java) S 24288 24275 19045 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24511356 889364480 6847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24293] ppid=24288 vsize=868520 CPUtime=0
/proc/24289/task/24293/stat : 24293 (java) S 24288 24275 19045 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24511356 889364480 6847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24294] ppid=24288 vsize=868520 CPUtime=0
/proc/24289/task/24294/stat : 24294 (java) S 24288 24275 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24511359 889364480 6847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24295] ppid=24288 vsize=868520 CPUtime=0.18
/proc/24289/task/24295/stat : 24295 (java) S 24288 24275 19045 0 -1 64 1471 0 0 0 18 0 0 0 15 0 9 0 24511359 889364480 6847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24296] ppid=24288 vsize=868520 CPUtime=0
/proc/24289/task/24296/stat : 24296 (java) S 24288 24275 19045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24511359 889364480 6847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24289/tid=24297] ppid=24288 vsize=868520 CPUtime=0
/proc/24289/task/24297/stat : 24297 (java) S 24288 24275 19045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24511359 889364480 6847 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) 890744

[startup+6.3013 s]
/proc/loadavg: 2.10 2.06 2.01 3/84 24299
/proc/meminfo: memFree=1762160/2055920 swapFree=4191900/4192956
[pid=24275] ppid=24273 vsize=16868 CPUtime=5.19
/proc/24275/stat : 24275 (sugar) S 24273 24275 19045 0 -1 4194304 1365 14602 0 2 6 1 498 14 16 0 1 0 24511292 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24275/statm: 4217 1113 409 3 0 796 0
[pid=24298] ppid=24275 vsize=5356 CPUtime=0
/proc/24298/stat : 24298 (sh) S 24275 24275 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24511829 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24298/statm: 1339 232 193 169 0 50 0
[pid=24299] ppid=24298 vsize=4724 CPUtime=0.91
/proc/24299/stat : 24299 (picosat) R 24298 24275 19045 0 -1 4194304 1034 0 0 0 41 50 0 0 25 0 1 0 24511829 4837376 1020 996147200 134512640 134931368 4294956256 18446744073709551615 134549632 0 0 4096 0 0 0 0 17 1 0 0
/proc/24299/statm: 1181 1020 40 102 0 1076 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 26948

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

[startup+6.50132 s]
/proc/loadavg: 2.10 2.06 2.01 4/92 24309
/proc/meminfo: memFree=1757616/2055920 swapFree=4191900/4192956
[pid=24275] ppid=24273 vsize=16868 CPUtime=6.16
/proc/24275/stat : 24275 (sugar) S 24273 24275 19045 0 -1 4194304 1446 15960 0 2 6 1 543 66 16 0 1 0 24511292 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24275/statm: 4217 1113 409 3 0 796 0
[pid=24300] ppid=24275 vsize=5356 CPUtime=0
/proc/24300/stat : 24300 (sh) S 24275 24275 19045 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24511927 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24300/statm: 1339 233 193 169 0 50 0
[pid=24301] ppid=24300 vsize=862156 CPUtime=0.13
/proc/24301/stat : 24301 (java) S 24300 24275 19045 0 -1 0 3034 0 1 0 12 1 0 0 18 0 9 0 24511927 882847744 2501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24301/statm: 215539 2501 1273 9 0 210452 0
[pid=24301/tid=24302] ppid=24300 vsize=862156 CPUtime=0.09
/proc/24301/task/24302/stat : 24302 (java) R 24300 24275 19045 0 -1 64 2026 0 1 0 8 1 0 0 20 0 9 0 24511928 882847744 2501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24303] ppid=24300 vsize=862156 CPUtime=0
/proc/24301/task/24303/stat : 24303 (java) R 24300 24275 19045 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24511929 882847744 2501 996147200 134512640 134550932 4294955984 18446744073709551615 104186736 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24304] ppid=24300 vsize=862156 CPUtime=0
/proc/24301/task/24304/stat : 24304 (java) S 24300 24275 19045 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24511929 882847744 2501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24305] ppid=24300 vsize=862156 CPUtime=0
/proc/24301/task/24305/stat : 24305 (java) S 24300 24275 19045 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24511929 882847744 2501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24306] ppid=24300 vsize=862156 CPUtime=0
/proc/24301/task/24306/stat : 24306 (java) S 24300 24275 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24511931 882847744 2501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24307] ppid=24300 vsize=862156 CPUtime=0.04
/proc/24301/task/24307/stat : 24307 (java) S 24300 24275 19045 0 -1 64 301 0 0 0 4 0 0 0 18 0 9 0 24511931 882847744 2501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24308] ppid=24300 vsize=862156 CPUtime=0
/proc/24301/task/24308/stat : 24308 (java) S 24300 24275 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24511931 882847744 2501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24309] ppid=24300 vsize=862156 CPUtime=0
/proc/24301/task/24309/stat : 24309 (java) S 24300 24275 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24511931 882847744 2501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 884380

[startup+6.60733 s]
/proc/loadavg: 2.10 2.06 2.01 4/92 24309
/proc/meminfo: memFree=1757616/2055920 swapFree=4191900/4192956
[pid=24275] ppid=24273 vsize=16868 CPUtime=6.16
/proc/24275/stat : 24275 (sugar) S 24273 24275 19045 0 -1 4194304 1446 15960 0 2 6 1 543 66 16 0 1 0 24511292 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24275/statm: 4217 1113 409 3 0 796 0
[pid=24300] ppid=24275 vsize=5356 CPUtime=0
/proc/24300/stat : 24300 (sh) S 24275 24275 19045 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24511927 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24300/statm: 1339 233 193 169 0 50 0
[pid=24301] ppid=24300 vsize=862796 CPUtime=0.23
/proc/24301/stat : 24301 (java) S 24300 24275 19045 0 -1 0 3458 0 1 0 22 1 0 0 18 0 9 0 24511927 883503104 2921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24301/statm: 215699 2921 1297 9 0 210612 0
[pid=24301/tid=24302] ppid=24300 vsize=862796 CPUtime=0.14
/proc/24301/task/24302/stat : 24302 (java) R 24300 24275 19045 0 -1 64 2053 0 1 0 13 1 0 0 20 0 9 0 24511928 883503104 2921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24303] ppid=24300 vsize=862796 CPUtime=0.01
/proc/24301/task/24303/stat : 24303 (java) R 24300 24275 19045 0 -1 64 224 0 0 0 1 0 0 0 16 0 9 0 24511929 883503104 2921 996147200 134512640 134550932 4294955984 18446744073709551615 102546970 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24304] ppid=24300 vsize=862796 CPUtime=0
/proc/24301/task/24304/stat : 24304 (java) S 24300 24275 19045 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24511929 883503104 2921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24305] ppid=24300 vsize=862796 CPUtime=0
/proc/24301/task/24305/stat : 24305 (java) S 24300 24275 19045 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24511929 883503104 2921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24306] ppid=24300 vsize=862796 CPUtime=0
/proc/24301/task/24306/stat : 24306 (java) S 24300 24275 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24511931 883503104 2921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24307] ppid=24300 vsize=862796 CPUtime=0.07
/proc/24301/task/24307/stat : 24307 (java) S 24300 24275 19045 0 -1 64 487 0 0 0 7 0 0 0 17 0 9 0 24511931 883503104 2921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24308] ppid=24300 vsize=862796 CPUtime=0
/proc/24301/task/24308/stat : 24308 (java) S 24300 24275 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24511931 883503104 2921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24301/tid=24309] ppid=24300 vsize=862796 CPUtime=0
/proc/24301/task/24309/stat : 24309 (java) S 24300 24275 19045 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 24511931 883503104 2921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 885020

Child status: 0
Real time (s): 6.67268
CPU time (s): 6.46802
CPU user time (s): 5.75213
CPU system time (s): 0.715891
CPU usage (%): 96.9328
Max. virtual memory (cumulated for all children) (KiB): 890944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.75212
system time used= 0.715891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21795
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= 5988
involuntary context switches= 6103

runsolver used 0.015997 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 06:54:11
IDJOB=2081894
IDBENCH=57507
IDSOLVER=738
FILE ID=node29/2081894-1247374451
PBS_JOBID= 9507084
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen5.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081894-1247374451/watcher-2081894-1247374451 -o /tmp/evaluation-result-2081894-1247374451/solver-2081894-1247374451 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2081894-1247374451.xml

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

MD5SUM BENCH= d00375a0db2ca765457bfad019ed3136
RANDOM SEED=470582469

node29.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.225
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.225
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:       1768936 kB
Buffers:          4504 kB
Cached:          62692 kB
SwapCached:        260 kB
Active:         212504 kB
Inactive:        23068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768936 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2104 kB
Writeback:           0 kB
Mapped:         188220 kB
Slab:            36136 kB
Committed_AS:   414804 kB
PageTables:       2264 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node29 at 2009-07-12 06:54:18