Trace number 2084326

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 7.50186 7.71898

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f11.xml
MD5SUM1cce601df2c9d21c5cc651d6398044e6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.655899
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 08:08:54 2009
0.01/0.07	c 0	PID 23396
0.01/0.08	c 0	HOST node53.alineos.net
0.01/0.08	c 0	CONVERTING HOME/instance-2084326-1247378934.xml TO HOME/temp.csp
0.01/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-2084326-1247378934.xml' 'HOME/temp.csp'
0.06/0.71	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.68/0.84	c 1	Parsing HOME/temp.csp
0.68/0.99	c 1	parsed 4790 expressions
0.90/1.01	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.01	c 1	Converting to clausal form CSP
0.90/1.04	c 1	converted 479 (10%) expressions
1.29/1.42	c 1	converted 958 (20%) expressions
1.69/1.86	c 2	converted 1437 (30%) expressions
2.09/2.28	c 2	converted 1916 (40%) expressions
2.48/2.66	c 3	converted 2395 (50%) expressions
2.88/3.09	c 3	converted 2874 (60%) expressions
3.28/3.44	c 3	converted 3353 (70%) expressions
3.78/3.97	c 4	converted 3832 (80%) expressions
4.18/4.34	c 4	converted 4311 (90%) expressions
4.57/4.74	c 5	converted 4790 (100%) expressions
4.57/4.74	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 33
4.57/4.74	c 5	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.57/4.74	c 5	Propagation in CSP
5.07/5.23	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.07/5.23	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 33
5.07/5.23	c 5	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.25	c 5	Simplifing CSP by introducing new Boolean variables
5.36/5.59	c 6	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 33
5.36/5.59	c 6	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.77/5.90	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.77/5.96	c 6	68 (10%) CSP integer variables are encoded (2048 clauses, 24547 bytes)
5.77/5.97	c 6	136 (20%) CSP integer variables are encoded (4004 clauses, 49975 bytes)
5.77/5.99	c 6	204 (30%) CSP integer variables are encoded (6058 clauses, 76677 bytes)
5.77/6.00	c 6	272 (40%) CSP integer variables are encoded (7854 clauses, 100025 bytes)
5.86/6.01	c 6	340 (50%) CSP integer variables are encoded (9650 clauses, 123373 bytes)
5.86/6.02	c 6	408 (60%) CSP integer variables are encoded (11566 clauses, 152096 bytes)
5.86/6.04	c 6	476 (70%) CSP integer variables are encoded (13342 clauses, 178736 bytes)
5.86/6.05	c 6	544 (80%) CSP integer variables are encoded (15186 clauses, 206396 bytes)
5.86/6.06	c 6	612 (90%) CSP integer variables are encoded (16994 clauses, 233516 bytes)
5.86/6.08	c 6	680 (100%) CSP integer variables are encoded (18840 clauses, 261206 bytes)
6.06/6.22	c 6	1299 (10%) CSP clauses are encoded (43053 clauses, 720010 bytes)
6.16/6.35	c 6	2598 (20%) CSP clauses are encoded (68996 clauses, 1234653 bytes)
6.25/6.45	c 6	3897 (30%) CSP clauses are encoded (92676 clauses, 1701396 bytes)
6.36/6.57	c 6	5196 (40%) CSP clauses are encoded (116972 clauses, 2184648 bytes)
6.45/6.67	c 7	6495 (50%) CSP clauses are encoded (139950 clauses, 2637511 bytes)
6.55/6.76	c 7	7794 (60%) CSP clauses are encoded (162491 clauses, 3081421 bytes)
6.64/6.85	c 7	9093 (70%) CSP clauses are encoded (184289 clauses, 3510879 bytes)
6.74/6.95	c 7	10392 (80%) CSP clauses are encoded (206348 clauses, 3970237 bytes)
6.85/7.04	c 7	11691 (90%) CSP clauses are encoded (228301 clauses, 4427633 bytes)
6.94/7.13	c 7	12989 (100%) CSP clauses are encoded (249975 clauses, 4875643 bytes)
6.94/7.13	c 7	12989 CSP clauses encoded
6.94/7.13	c 7	Writing map file : HOME/temp.map
6.94/7.14	c 7	Heap : 38 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.94/7.14	c 7	SAT : 27726 SAT variables, 249975 SAT clauses, 4875643 bytes
6.94/7.14	c 7	Heap : 38 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.00/7.21	c 7	SOLVING HOME/temp.cnf
7.00/7.21	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.00/7.21	c 7	This is MiniSat 2.0 beta
7.00/7.21	c 7	WARNING: for repeatability, setting FPU to use double precision
7.00/7.21	c 7	============================[ Problem Statistics ]=============================
7.00/7.21	c 7	|                                                                             |
7.00/7.21	c 7	|  Number of variables:  27726                                                |
7.00/7.21	c 7	|  Number of clauses:    249975                                               |
7.01/7.34	c 7	|  Parsing time:         0.11         s                                       |
7.01/7.35	c 7	============================[ Search Statistics ]==============================
7.01/7.35	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.01/7.35	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.01/7.35	c 7	===============================================================================
7.01/7.35	c 7	|         0 |   27726   249975   700999 |    83325        0    nan |  0.000 % |
7.01/7.37	c 7	|       100 |   27605   249975   700999 |    91657       55      3 |  0.548 % |
7.01/7.39	c 7	|       250 |   27547   249975   700999 |   100823      186      4 |  1.111 % |
7.01/7.39	c 7	===============================================================================
7.01/7.39	c 7	restarts              : 3
7.01/7.39	c 7	conflicts             : 256            (1580 /sec)
7.01/7.39	c 7	decisions             : 2834           (1.98 % random) (17497 /sec)
7.01/7.39	c 7	propagations          : 86234          (532391 /sec)
7.01/7.39	c 7	conflict literals     : 876            (18.13 % deleted)
7.01/7.39	c 7	Memory used           : 13.73 MB
7.01/7.39	c 7	CPU time              : 0.161975 s
7.01/7.39	c 7	
7.01/7.39	c 7	UNSATISFIABLE
7.01/7.40	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.01/7.40	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'
7.01/7.47	c 7	Decoding HOME/temp.out
7.39/7.66	s UNSATISFIABLE
7.39/7.67	c 8	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.45/7.71	c 8	CPU 7.47 (0.05 0.01 7.09 0.32)
7.45/7.71	c 8	END Sun Jul 12 08:09:02 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084326-1247378934/watcher-2084326-1247378934 -o /tmp/evaluation-result-2084326-1247378934/solver-2084326-1247378934 -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-2084326-1247378934.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.10 2.51 2.19 4/82 23396
/proc/meminfo: memFree=423744/2055920 swapFree=4192812/4192956
[pid=23396] ppid=23394 vsize=18576 CPUtime=0
/proc/23396/stat : 23396 (runsolver) R 23394 23396 22606 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24957402 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269930261799 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23396/statm: 4644 284 249 26 0 2626 0

[startup+0.0308079 s]
/proc/loadavg: 3.10 2.51 2.19 4/82 23396
/proc/meminfo: memFree=423744/2055920 swapFree=4192812/4192956
[pid=23396] ppid=23394 vsize=12940 CPUtime=0.01
/proc/23396/stat : 23396 (sugar) R 23394 23396 22606 0 -1 4194304 611 0 0 0 1 0 0 0 20 0 1 0 24957402 13250560 579 996147200 4194304 4206940 548682068608 18446744073709551615 269930107617 0 0 4224 0 0 0 0 17 0 0 0
/proc/23396/statm: 3235 579 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.101815 s]
/proc/loadavg: 3.10 2.51 2.19 4/82 23396
/proc/meminfo: memFree=423744/2055920 swapFree=4192812/4192956
[pid=23396] ppid=23394 vsize=16868 CPUtime=0.06
/proc/23396/stat : 23396 (sugar) S 23394 23396 22606 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24957402 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23396/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301836 s]
/proc/loadavg: 3.10 2.51 2.19 4/82 23396
/proc/meminfo: memFree=423744/2055920 swapFree=4192812/4192956
[pid=23396] ppid=23394 vsize=16868 CPUtime=0.06
/proc/23396/stat : 23396 (sugar) S 23394 23396 22606 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24957402 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23396/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701886 s]
/proc/loadavg: 3.10 2.51 2.19 4/82 23396
/proc/meminfo: memFree=423744/2055920 swapFree=4192812/4192956
[pid=23396] ppid=23394 vsize=16868 CPUtime=0.06
/proc/23396/stat : 23396 (sugar) S 23394 23396 22606 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24957402 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23396/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50298 s]
/proc/loadavg: 3.10 2.51 2.19 3/93 23418
/proc/meminfo: memFree=406504/2055920 swapFree=4192812/4192956
[pid=23396] ppid=23394 vsize=16868 CPUtime=0.68
/proc/23396/stat : 23396 (sugar) S 23394 23396 22606 0 -1 4194304 1309 7171 0 1 5 1 58 4 16 0 1 0 24957402 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23396/statm: 4217 1111 409 3 0 796 0
[pid=23409] ppid=23396 vsize=5356 CPUtime=0
/proc/23409/stat : 23409 (sh) S 23396 23396 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957479 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23409/statm: 1339 233 193 169 0 50 0
[pid=23410] ppid=23409 vsize=868516 CPUtime=0.71
/proc/23410/stat : 23410 (java) S 23409 23396 22606 0 -1 0 5800 0 1 0 68 3 0 0 20 0 9 0 24957480 889360384 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23410/statm: 217129 5215 1741 9 0 211634 0
[pid=23410/tid=23411] ppid=23409 vsize=868516 CPUtime=0.5
/proc/23410/task/23411/stat : 23411 (java) R 23409 23396 22606 0 -1 64 2675 0 1 0 49 1 0 0 25 0 9 0 24957481 889360384 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4126517544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23412] ppid=23409 vsize=868516 CPUtime=0.04
/proc/23410/task/23412/stat : 23412 (java) S 23409 23396 22606 0 -1 64 984 0 0 0 4 0 0 0 16 0 9 0 24957482 889360384 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23413] ppid=23409 vsize=868516 CPUtime=0
/proc/23410/task/23413/stat : 23413 (java) S 23409 23396 22606 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 24957482 889360384 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23414] ppid=23409 vsize=868516 CPUtime=0
/proc/23410/task/23414/stat : 23414 (java) S 23409 23396 22606 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 24957482 889360384 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23415] ppid=23409 vsize=868516 CPUtime=0
/proc/23410/task/23415/stat : 23415 (java) S 23409 23396 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24957484 889360384 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23416] ppid=23409 vsize=868516 CPUtime=0.13
/proc/23410/task/23416/stat : 23416 (java) S 23409 23396 22606 0 -1 64 1448 0 0 0 13 0 0 0 16 0 9 0 24957484 889360384 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23417] ppid=23409 vsize=868516 CPUtime=0
/proc/23410/task/23417/stat : 23417 (java) S 23409 23396 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24957484 889360384 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23418] ppid=23409 vsize=868516 CPUtime=0
/proc/23410/task/23418/stat : 23418 (java) S 23409 23396 22606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24957484 889360384 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890740

[startup+3.10216 s]
/proc/loadavg: 3.10 2.51 2.19 4/93 23418
/proc/meminfo: memFree=386792/2055920 swapFree=4192812/4192956
[pid=23396] ppid=23394 vsize=16868 CPUtime=0.68
/proc/23396/stat : 23396 (sugar) S 23394 23396 22606 0 -1 4194304 1309 7171 0 1 5 1 58 4 16 0 1 0 24957402 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23396/statm: 4217 1111 409 3 0 796 0
[pid=23409] ppid=23396 vsize=5356 CPUtime=0
/proc/23409/stat : 23409 (sh) S 23396 23396 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957479 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23409/statm: 1339 233 193 169 0 50 0
[pid=23410] ppid=23409 vsize=868600 CPUtime=2.3
/proc/23410/stat : 23410 (java) S 23409 23396 22606 0 -1 0 9615 0 1 0 225 5 0 0 20 0 9 0 24957480 889446400 8734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23410/statm: 217150 8734 2566 9 0 211655 0
[pid=23410/tid=23411] ppid=23409 vsize=868600 CPUtime=1.75
/proc/23410/task/23411/stat : 23411 (java) R 23409 23396 22606 0 -1 64 2908 0 1 0 174 1 0 0 25 0 9 0 24957481 889446400 8734 996147200 134512640 134550932 4294955936 18446744073709551615 4126524231 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23412] ppid=23409 vsize=868600 CPUtime=0.36
/proc/23410/task/23412/stat : 23412 (java) S 23409 23396 22606 0 -1 64 4540 0 0 0 33 3 0 0 16 0 9 0 24957482 889446400 8734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23413] ppid=23409 vsize=868600 CPUtime=0
/proc/23410/task/23413/stat : 23413 (java) S 23409 23396 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24957482 889446400 8734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23414] ppid=23409 vsize=868600 CPUtime=0
/proc/23410/task/23414/stat : 23414 (java) S 23409 23396 22606 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24957482 889446400 8734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23415] ppid=23409 vsize=868600 CPUtime=0
/proc/23410/task/23415/stat : 23415 (java) S 23409 23396 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24957484 889446400 8734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23416] ppid=23409 vsize=868600 CPUtime=0.16
/proc/23410/task/23416/stat : 23416 (java) S 23409 23396 22606 0 -1 64 1468 0 0 0 16 0 0 0 16 0 9 0 24957484 889446400 8734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23417] ppid=23409 vsize=868600 CPUtime=0
/proc/23410/task/23417/stat : 23417 (java) S 23409 23396 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24957484 889446400 8734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23418] ppid=23409 vsize=868600 CPUtime=0
/proc/23410/task/23418/stat : 23418 (java) S 23409 23396 22606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24957484 889446400 8734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890824

[startup+6.30155 s]
/proc/loadavg: 3.10 2.51 2.19 4/93 23418
/proc/meminfo: memFree=322728/2055920 swapFree=4192812/4192956
[pid=23396] ppid=23394 vsize=16868 CPUtime=0.68
/proc/23396/stat : 23396 (sugar) S 23394 23396 22606 0 -1 4194304 1310 7171 0 1 5 1 58 4 16 0 1 0 24957402 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23396/statm: 4217 1111 409 3 0 796 0
[pid=23409] ppid=23396 vsize=5356 CPUtime=0
/proc/23409/stat : 23409 (sh) S 23396 23396 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957479 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23409/statm: 1339 233 193 169 0 50 0
[pid=23410] ppid=23409 vsize=868712 CPUtime=5.48
/proc/23410/stat : 23410 (java) S 23409 23396 22606 0 -1 0 26417 0 1 0 530 18 0 0 20 0 9 0 24957480 889561088 15302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23410/statm: 217178 15302 2593 9 0 211655 0
[pid=23410/tid=23411] ppid=23409 vsize=868712 CPUtime=3.81
/proc/23410/task/23411/stat : 23411 (java) R 23409 23396 22606 0 -1 64 3542 0 1 0 377 4 0 0 20 0 9 0 24957481 889561088 15302 996147200 134512640 134550932 4294955936 18446744073709551615 4126431353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23410/tid=23412] ppid=23409 vsize=868712 CPUtime=1.41
/proc/23410/task/23412/stat : 23412 (java) S 23409 23396 22606 0 -1 64 20673 0 0 0 130 11 0 0 16 0 9 0 24957482 889561088 15302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23410/tid=23413] ppid=23409 vsize=868712 CPUtime=0
/proc/23410/task/23413/stat : 23413 (java) S 23409 23396 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24957482 889561088 15302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23410/tid=23414] ppid=23409 vsize=868712 CPUtime=0
/proc/23410/task/23414/stat : 23414 (java) S 23409 23396 22606 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24957482 889561088 15302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23410/tid=23415] ppid=23409 vsize=868712 CPUtime=0
/proc/23410/task/23415/stat : 23415 (java) S 23409 23396 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24957484 889561088 15302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23416] ppid=23409 vsize=868712 CPUtime=0.21
/proc/23410/task/23416/stat : 23416 (java) S 23409 23396 22606 0 -1 64 1503 0 0 0 21 0 0 0 15 0 9 0 24957484 889561088 15302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23410/tid=23417] ppid=23409 vsize=868712 CPUtime=0
/proc/23410/task/23417/stat : 23417 (java) S 23409 23396 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24957484 889561088 15302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23418] ppid=23409 vsize=868712 CPUtime=0
/proc/23410/task/23418/stat : 23418 (java) S 23409 23396 22606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24957484 889561088 15302 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) 890936

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

[startup+7.10164 s]
/proc/loadavg: 3.17 2.54 2.20 4/93 23418
/proc/meminfo: memFree=321384/2055920 swapFree=4192812/4192956
[pid=23396] ppid=23394 vsize=16868 CPUtime=0.68
/proc/23396/stat : 23396 (sugar) S 23394 23396 22606 0 -1 4194304 1310 7171 0 1 5 1 58 4 15 0 1 0 24957402 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23396/statm: 4217 1111 409 3 0 796 0
[pid=23409] ppid=23396 vsize=5356 CPUtime=0
/proc/23409/stat : 23409 (sh) S 23396 23396 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957479 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23409/statm: 1339 233 193 169 0 50 0
[pid=23410] ppid=23409 vsize=868712 CPUtime=6.26
/proc/23410/stat : 23410 (java) S 23409 23396 22606 0 -1 0 26473 0 1 0 605 21 0 0 20 0 9 0 24957480 889561088 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23410/statm: 217178 15322 2593 9 0 211655 0
[pid=23410/tid=23411] ppid=23409 vsize=868712 CPUtime=4.56
/proc/23410/task/23411/stat : 23411 (java) R 23409 23396 22606 0 -1 64 3578 0 1 0 449 7 0 0 25 0 9 0 24957481 889561088 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4126938887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23410/tid=23412] ppid=23409 vsize=868712 CPUtime=1.44
/proc/23410/task/23412/stat : 23412 (java) S 23409 23396 22606 0 -1 64 20674 0 0 0 132 12 0 0 16 0 9 0 24957482 889561088 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23410/tid=23413] ppid=23409 vsize=868712 CPUtime=0
/proc/23410/task/23413/stat : 23413 (java) S 23409 23396 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24957482 889561088 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23410/tid=23414] ppid=23409 vsize=868712 CPUtime=0
/proc/23410/task/23414/stat : 23414 (java) S 23409 23396 22606 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24957482 889561088 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23410/tid=23415] ppid=23409 vsize=868712 CPUtime=0
/proc/23410/task/23415/stat : 23415 (java) S 23409 23396 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24957484 889561088 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23416] ppid=23409 vsize=868712 CPUtime=0.23
/proc/23410/task/23416/stat : 23416 (java) S 23409 23396 22606 0 -1 64 1522 0 0 0 23 0 0 0 16 0 9 0 24957484 889561088 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23410/tid=23417] ppid=23409 vsize=868712 CPUtime=0
/proc/23410/task/23417/stat : 23417 (java) S 23409 23396 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24957484 889561088 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23410/tid=23418] ppid=23409 vsize=868712 CPUtime=0
/proc/23410/task/23418/stat : 23418 (java) S 23409 23396 22606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24957484 889561088 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 890936

[startup+7.50168 s]
/proc/loadavg: 3.17 2.54 2.20 4/93 23418
/proc/meminfo: memFree=321384/2055920 swapFree=4192812/4192956
[pid=23396] ppid=23394 vsize=16868 CPUtime=7.2
/proc/23396/stat : 23396 (sugar) S 23394 23396 22606 0 -1 4194304 1448 37532 0 2 5 1 685 29 15 0 1 0 24957402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23396/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 16868

[startup+7.7067 s]
/proc/loadavg: 3.17 2.54 2.20 3/93 23430
/proc/meminfo: memFree=356328/2055920 swapFree=4192812/4192956
[pid=23396] ppid=23394 vsize=16868 CPUtime=7.2
/proc/23396/stat : 23396 (sugar) S 23394 23396 22606 0 -1 4194304 1449 37532 0 2 5 1 685 29 15 0 1 0 24957402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23396/statm: 4217 1113 409 3 0 796 0
[pid=23421] ppid=23396 vsize=5356 CPUtime=0
/proc/23421/stat : 23421 (sh) S 23396 23396 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24958142 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23421/statm: 1339 233 193 169 0 50 0
[pid=23422] ppid=23421 vsize=864772 CPUtime=0.25
/proc/23422/stat : 23422 (java) S 23421 23396 22606 0 -1 0 4069 0 1 0 23 2 0 0 20 0 9 0 24958143 885526528 3527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23422/statm: 216193 3527 1729 9 0 210698 0
[pid=23422/tid=23423] ppid=23421 vsize=864772 CPUtime=0.18
/proc/23422/task/23423/stat : 23423 (java) S 23421 23396 22606 0 -1 64 2577 0 1 0 17 1 0 0 25 0 9 0 24958144 885526528 3527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23422/tid=23424] ppid=23421 vsize=864772 CPUtime=0.01
/proc/23422/task/23424/stat : 23424 (java) S 23421 23396 22606 0 -1 64 325 0 0 0 1 0 0 0 16 0 9 0 24958145 885526528 3527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23422/tid=23425] ppid=23421 vsize=864772 CPUtime=0
/proc/23422/task/23425/stat : 23425 (java) S 23421 23396 22606 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 24958145 885526528 3527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23422/tid=23426] ppid=23421 vsize=864772 CPUtime=0
/proc/23422/task/23426/stat : 23426 (java) S 23421 23396 22606 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 24958145 885526528 3527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23422/tid=23427] ppid=23421 vsize=864772 CPUtime=0
/proc/23422/task/23427/stat : 23427 (java) S 23421 23396 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24958147 885526528 3527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23422/tid=23428] ppid=23421 vsize=864772 CPUtime=0.04
/proc/23422/task/23428/stat : 23428 (java) S 23421 23396 22606 0 -1 64 474 0 0 0 4 0 0 0 19 0 9 0 24958147 885526528 3527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23422/tid=23429] ppid=23421 vsize=864772 CPUtime=0
/proc/23422/task/23429/stat : 23429 (java) S 23421 23396 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24958147 885526528 3527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23422/tid=23430] ppid=23421 vsize=864772 CPUtime=0
/proc/23422/task/23430/stat : 23430 (java) S 23421 23396 22606 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 24958147 885526528 3527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 886996

Child status: 0
Real time (s): 7.71898
CPU time (s): 7.50186
CPU user time (s): 7.15191
CPU system time (s): 0.349946
CPU usage (%): 97.1872
Max. virtual memory (cumulated for all children) (KiB): 901164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.15191
system time used= 0.349946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43427
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= 4476
involuntary context switches= 4422

runsolver used 0.013997 second user time and 0.036994 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 08:08:54
IDJOB=2084326
IDBENCH=58066
IDSOLVER=739
FILE ID=node53/2084326-1247378934
PBS_JOBID= 9507102
Free space on /tmp= 64672 MiB

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

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

MD5SUM BENCH= 1cce601df2c9d21c5cc651d6398044e6
RANDOM SEED=1702017347

node53.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        424224 kB
Buffers:          7296 kB
Cached:        1381740 kB
SwapCached:          0 kB
Active:        1529700 kB
Inactive:        17700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        424224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207636 kB
Writeback:           0 kB
Mapped:         179644 kB
Slab:            69224 kB
Committed_AS:   416592 kB
PageTables:       2164 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= 64616 MiB
End job on node53 at 2009-07-12 08:09:02