Trace number 2087251

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+picosat? (TO) 1800.05 1810.72

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-4-5.xml
MD5SUM1177c7af9960e3129505024a30a05414
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1740
Number of constraints6040
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6040
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.07	c 0	BEGIN Sun Jul 12 10:00:04 2009
0.06/0.07	c 0	PID 26097
0.06/0.07	c 0	HOST node91.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2087251-1247385604.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087251-1247385604.xml' 'HOME/temp.csp'
0.06/0.73	c 1	1 domains, 1740 variables, 4 predicates, 0 relations, 6040 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.71/0.82	c 1	Parsing HOME/temp.csp
1.04/1.10	c 1	parsed 7785 expressions
1.04/1.11	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.11	c 1	Converting to clausal form CSP
1.04/1.14	c 1	converted 779 (10%) expressions
1.04/1.16	c 1	converted 1557 (20%) expressions
1.14/1.28	c 1	converted 2336 (30%) expressions
1.23/1.38	c 1	converted 3114 (40%) expressions
1.34/1.41	c 1	converted 3893 (50%) expressions
1.34/1.44	c 2	converted 4671 (60%) expressions
1.34/1.50	c 2	converted 5450 (70%) expressions
1.44/1.52	c 2	converted 6228 (80%) expressions
1.44/1.54	c 2	converted 7007 (90%) expressions
1.44/1.66	c 2	converted 7785 (100%) expressions
1.44/1.67	c 2	CSP : 1920 integers, 0 booleans, 6550 clauses, largest domain size 8
1.44/1.67	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.44/1.67	c 2	Propagation in CSP
1.44/1.76	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.44/1.76	c 2	CSP : 1920 integers, 0 booleans, 6550 clauses, largest domain size 8
1.44/1.76	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.44/1.77	c 2	Simplifing CSP by introducing new Boolean variables
1.44/1.77	c 2	CSP : 1920 integers, 0 booleans, 6550 clauses, largest domain size 8
1.44/1.77	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.44/1.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.44/1.88	c 2	192 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.88	c 2	384 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.89	c 2	576 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.89	c 2	768 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.90	c 2	960 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.90	c 2	1152 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.90	c 2	1344 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.91	c 2	1536 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.91	c 2	1728 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.92	c 2	1920 (100%) CSP integer variables are encoded (780 clauses, 10204 bytes)
1.85/1.97	c 2	655 (10%) CSP clauses are encoded (1435 clauses, 19124 bytes)
1.85/1.99	c 2	1310 (20%) CSP clauses are encoded (2090 clauses, 28256 bytes)
1.88/2.01	c 2	1965 (30%) CSP clauses are encoded (2745 clauses, 37699 bytes)
1.88/2.03	c 2	2620 (40%) CSP clauses are encoded (3400 clauses, 48077 bytes)
1.88/2.04	c 2	3275 (50%) CSP clauses are encoded (4055 clauses, 58557 bytes)
1.88/2.06	c 2	3930 (60%) CSP clauses are encoded (4710 clauses, 69037 bytes)
1.88/2.07	c 2	4585 (70%) CSP clauses are encoded (5365 clauses, 79517 bytes)
1.88/2.09	c 2	5240 (80%) CSP clauses are encoded (6020 clauses, 89997 bytes)
1.98/2.12	c 2	5895 (90%) CSP clauses are encoded (7557 clauses, 109236 bytes)
2.46/2.66	c 3	6550 (100%) CSP clauses are encoded (44610 clauses, 900450 bytes)
2.46/2.67	c 3	6550 CSP clauses encoded
2.46/2.67	c 3	Writing map file : HOME/temp.map
2.46/2.68	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.46/2.68	c 3	SAT : 2700 SAT variables, 44610 SAT clauses, 900450 bytes
2.46/2.68	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.55/2.74	c 3	SOLVING HOME/temp.cnf
2.55/2.74	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1810.71	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1810.71	c 1811	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'
1800.05/1810.72	c ERROR INTERRUPTED
1800.05/1810.72	s UNKNOWN
1800.05/1810.72	c 1811	CPU 2.57 (0.06 0.01 2.37 0.13)
1800.05/1810.72	c 1811	END Sun Jul 12 10:30:15 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087251-1247385604/watcher-2087251-1247385604 -o /tmp/evaluation-result-2087251-1247385604/solver-2087251-1247385604 -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-2087251-1247385604.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: 1.99 2.00 2.00 4/73 26097
/proc/meminfo: memFree=1909600/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=12272 CPUtime=0
/proc/26097/stat : 26097 (sugar) R 26095 26097 25750 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 25625024 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 251618787312 0 0 4224 0 0 0 0 17 0 0 0
/proc/26097/statm: 3068 325 244 3 0 168 0

[startup+0.0686739 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 26097
/proc/meminfo: memFree=1909600/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16740 CPUtime=0.06
/proc/26097/stat : 26097 (sugar) R 26095 26097 25750 0 -1 4194304 1108 0 0 0 5 1 0 0 18 0 1 0 25625024 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 251619192688 0 0 4224 0 0 0 0 17 0 0 0
/proc/26097/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101679 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 26097
/proc/meminfo: memFree=1909600/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=0.06
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25625024 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26097/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301698 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 26097
/proc/meminfo: memFree=1909600/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=0.06
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25625024 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26097/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701743 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 26097
/proc/meminfo: memFree=1909600/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=0.06
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25625024 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26097/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50283 s]
/proc/loadavg: 1.99 2.00 2.00 4/84 26119
/proc/meminfo: memFree=1900808/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=0.71
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1309 8030 0 1 5 1 60 5 15 0 1 0 25625024 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1111 409 3 0 796 0
[pid=26110] ppid=26097 vsize=5356 CPUtime=0
/proc/26110/stat : 26110 (sh) S 26097 26097 25750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25625099 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26110/statm: 1339 233 193 169 0 50 0
[pid=26111] ppid=26110 vsize=868604 CPUtime=0.73
/proc/26111/stat : 26111 (java) S 26110 26097 25750 0 -1 0 7150 0 1 0 69 4 0 0 18 0 9 0 25625100 889450496 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26111/statm: 217151 6396 2567 9 0 211656 0
[pid=26111/tid=26112] ppid=26110 vsize=868604 CPUtime=0.48
/proc/26111/task/26112/stat : 26112 (java) R 26110 26097 25750 0 -1 64 2674 0 1 0 47 1 0 0 19 0 9 0 25625100 889450496 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4126642588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26111/tid=26113] ppid=26110 vsize=868604 CPUtime=0.07
/proc/26111/task/26113/stat : 26113 (java) S 26110 26097 25750 0 -1 64 2315 0 0 0 6 1 0 0 16 0 9 0 25625102 889450496 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26111/tid=26114] ppid=26110 vsize=868604 CPUtime=0
/proc/26111/task/26114/stat : 26114 (java) S 26110 26097 25750 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25625102 889450496 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26111/tid=26115] ppid=26110 vsize=868604 CPUtime=0
/proc/26111/task/26115/stat : 26115 (java) S 26110 26097 25750 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25625102 889450496 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26111/tid=26116] ppid=26110 vsize=868604 CPUtime=0
/proc/26111/task/26116/stat : 26116 (java) S 26110 26097 25750 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25625104 889450496 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26111/tid=26117] ppid=26110 vsize=868604 CPUtime=0.14
/proc/26111/task/26117/stat : 26117 (java) S 26110 26097 25750 0 -1 64 1463 0 0 0 14 0 0 0 16 0 9 0 25625104 889450496 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26111/tid=26118] ppid=26110 vsize=868604 CPUtime=0
/proc/26111/task/26118/stat : 26118 (java) S 26110 26097 25750 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25625104 889450496 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26111/tid=26119] ppid=26110 vsize=868604 CPUtime=0
/proc/26111/task/26119/stat : 26119 (java) S 26110 26097 25750 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25625104 889450496 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890828

[startup+3.10201 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 26119
/proc/meminfo: memFree=1888008/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 16868

[startup+6.30237 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 26121
/proc/meminfo: memFree=1901064/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=4468 CPUtime=3.53
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 1026 0 0 0 327 26 0 0 25 0 1 0 25625298 4575232 1009 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 1117 1009 48 102 0 1012 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 26692

[startup+12.7011 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 26121
/proc/meminfo: memFree=1899464/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=5840 CPUtime=9.87
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 1368 0 0 0 961 26 0 0 25 0 1 0 25625298 5980160 1351 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 1460 1351 48 102 0 1355 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 28064

[startup+25.5015 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 26121
/proc/meminfo: memFree=1898248/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=7060 CPUtime=22.57
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 1695 0 0 0 2231 26 0 0 25 0 1 0 25625298 7229440 1678 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 1765 1678 48 102 0 1660 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 29284

[startup+51.1014 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 26121
/proc/meminfo: memFree=1895496/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=9996 CPUtime=47.97
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 2383 0 0 0 4770 27 0 0 25 0 1 0 25625298 10235904 2366 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 2499 2366 48 102 0 2394 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 32220

[startup+102.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 26127
/proc/meminfo: memFree=1891912/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=13520 CPUtime=98.76
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 3665 0 0 0 9848 28 0 0 25 0 1 0 25625298 13844480 3223 996147200 134512640 134931368 4294956256 18446744073709551615 134525816 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 3380 3223 48 102 0 3275 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 35744

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 26127
/proc/meminfo: memFree=1887816/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=17232 CPUtime=158.31
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 5024 0 0 0 15801 30 0 0 25 0 1 0 25625298 17645568 4179 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 4308 4179 48 102 0 4203 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 39456

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 26127
/proc/meminfo: memFree=1886152/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=18948 CPUtime=217.85
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 5784 0 0 0 21755 30 0 0 25 0 1 0 25625298 19402752 4599 996147200 134512640 134931368 4294956256 18446744073709551615 134529850 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 4737 4599 48 102 0 4632 0
Current children cumulated CPU time (s) 220.41
Current children cumulated vsize (KiB) 41172


################
# More data... #
################

/proc/meminfo: memFree=1865728/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=37700 CPUtime=1291.11
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 12989 0 0 0 129074 37 0 0 25 0 1 0 25625298 38604800 9213 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 9425 9213 48 102 0 9320 0
Current children cumulated CPU time (s) 1293.67
Current children cumulated vsize (KiB) 59924

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26261
/proc/meminfo: memFree=1861888/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=41528 CPUtime=1350.87
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 14047 0 0 0 135048 39 0 0 25 0 1 0 25625298 42524672 10170 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 10382 10170 48 102 0 10277 0
Current children cumulated CPU time (s) 1353.43
Current children cumulated vsize (KiB) 63752

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26261
/proc/meminfo: memFree=1858816/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=44696 CPUtime=1410.63
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 14920 0 0 0 141023 40 0 0 25 0 1 0 25625298 45768704 10942 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 11174 10942 48 102 0 11069 0
Current children cumulated CPU time (s) 1413.19
Current children cumulated vsize (KiB) 66920

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26261
/proc/meminfo: memFree=1858816/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=44696 CPUtime=1470.4
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 14920 0 0 0 147000 40 0 0 25 0 1 0 25625298 45768704 10942 996147200 134512640 134931368 4294956256 18446744073709551615 134530499 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 11174 10942 48 102 0 11069 0
Current children cumulated CPU time (s) 1472.96
Current children cumulated vsize (KiB) 66920

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26261
/proc/meminfo: memFree=1858688/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=44636 CPUtime=1530.16
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 14920 0 0 0 152976 40 0 0 25 0 1 0 25625298 45707264 10942 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 11159 10942 48 102 0 11054 0
Current children cumulated CPU time (s) 1532.72
Current children cumulated vsize (KiB) 66860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26261
/proc/meminfo: memFree=1856960/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=46088 CPUtime=1589.92
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 15399 0 0 0 158952 40 0 0 25 0 1 0 25625298 47194112 11315 996147200 134512640 134931368 4294956256 18446744073709551615 134549427 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 11522 11315 48 102 0 11417 0
Current children cumulated CPU time (s) 1592.48
Current children cumulated vsize (KiB) 68312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26261
/proc/meminfo: memFree=1856960/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=46088 CPUtime=1649.68
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 15520 0 0 0 164928 40 0 0 25 0 1 0 25625298 47194112 11325 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 11522 11325 48 102 0 11417 0
Current children cumulated CPU time (s) 1652.24
Current children cumulated vsize (KiB) 68312

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26261
/proc/meminfo: memFree=1856960/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=46088 CPUtime=1709.44
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 15520 0 0 0 170904 40 0 0 25 0 1 0 25625298 47194112 11325 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 11522 11325 48 102 0 11417 0
Current children cumulated CPU time (s) 1712
Current children cumulated vsize (KiB) 68312

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 26262
/proc/meminfo: memFree=1856696/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=46220 CPUtime=1769.21
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 15665 0 0 0 176881 40 0 0 25 0 1 0 25625298 47329280 11359 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 11555 11359 48 102 0 11450 0
Current children cumulated CPU time (s) 1771.77
Current children cumulated vsize (KiB) 68444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 26262
/proc/meminfo: memFree=1856696/2055920 swapFree=4192812/4192956
[pid=26097] ppid=26095 vsize=16868 CPUtime=2.56
/proc/26097/stat : 26097 (sugar) S 26095 26097 25750 0 -1 4194304 1365 16134 0 2 5 1 237 13 16 0 1 0 25625024 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26097/statm: 4217 1113 409 3 0 796 0
[pid=26120] ppid=26097 vsize=5356 CPUtime=0
/proc/26120/stat : 26120 (sh) S 26097 26097 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25625298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26120/statm: 1339 232 193 169 0 50 0
[pid=26121] ppid=26120 vsize=46220 CPUtime=1797.49
/proc/26121/stat : 26121 (picosat) R 26120 26097 25750 0 -1 4194304 15665 0 0 0 179709 40 0 0 25 0 1 0 25625298 47329280 11359 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 11555 11359 48 102 0 11450 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 68444

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26097 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=440628
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=158975
# CPU time returned by wait4() is 2.5996
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.72
CPU time (s): 1800.05
CPU user time (s): 1799.51
CPU system time (s): 0.54
CPU usage (%): 99.4105
Max. virtual memory (cumulated for all children) (KiB): 890940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.44063
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18080
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3229
involuntary context switches= 3084

runsolver used 1.9557 second user time and 4.73128 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 10:00:04
IDJOB=2087251
IDBENCH=58707
IDSOLVER=738
FILE ID=node91/2087251-1247385604
PBS_JOBID= 9507307
Free space on /tmp= 66220 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-4-5.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-2087251-1247385604/watcher-2087251-1247385604 -o /tmp/evaluation-result-2087251-1247385604/solver-2087251-1247385604 -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-2087251-1247385604.xml

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

MD5SUM BENCH= 1177c7af9960e3129505024a30a05414
RANDOM SEED=653513049

node91.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.241
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.241
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:       1910080 kB
Buffers:         10172 kB
Cached:          65444 kB
SwapCached:          0 kB
Active:          76256 kB
Inactive:        19836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1910080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2148 kB
Writeback:           0 kB
Mapped:          32092 kB
Slab:            35120 kB
Committed_AS:   176268 kB
PageTables:       1676 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node91 at 2009-07-12 10:30:17